/*
Theme Name: Advisor 11 2020 - GPS
Author: Bryce Flory for Gradient Positioning Systems, LLC. Updated by James Vizecky
Author URI: http://gradientps.com
Description: 2020 Updated Version. Custom theme by GPS for use by Gradient Positioning Systems and their clients only
Version: 2.0
*/


/***** GLOBAL *****/
html {
	width: 100%;
	overflow-x: hidden;
}
body,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}
input {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.c-inner {
	max-width: 1170px;
	margin: 0 auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.vid-box {
	position: relative;
	padding: 56.3% 0 0 0;
	width: 100%;
}
.vid-box iframe,
.vid-box object,
.vid-box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7-not-valid-tip {
	display: none;
}

/***** MENUS *****/
.navbar {
	margin-bottom: 0;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/***** WIDGETS *****/
.widget {
	margin-bottom: 1.5em;
}
.hide-title .widget-title {
	display: none;
}

/***** CONTENT *****/
.break-word {
	-ms-word-break: break-all;
	word-break: break-all;

	/* Non standard for webkit */
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.splash {
	overflow: hidden;
	position: relative;
}
.has-thumb .entry-title {
	margin: -43px 0 0;
	background: white;
	padding: 10px 0 0 15px;
	width: 50%;
	border-bottom: none;
}
.page-template-page-full-php .has-thumb .entry-title {
	text-align: center;
	margin: -43px auto 0;
	padding-left: 0;
}
.splash img {
	width: 100%;
	height: auto;
}
.gps-carousel .item {
	left: 0;
	right: 0;
}
.splash .widget p {
	font-size: 1em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-content {
	margin-top: 2em;
	margin-bottom: 2em;
}
.img-trans > a {
  overflow: hidden;
  display: block;
}
.img-trans a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-trans a:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/***** WIDGETS *****/


/***** GALLERY *****/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}





/****** 2020 Updates ******/


/***** General Styles ****/
body {
	font-weight: 100;
	font-size: 15px;
	letter-spacing: .2px;
}
.site-content {
	margin: 0;
}
.c-inner {
	padding: 0 40px;
}
.lead.text-center {
	padding: 19px;
}
h2.event-title {
	font-size: 22px;
}
.bold-700 {
	font-weight: 700;
}
.blog .entry-content {
	margin-top: 1em;
}
.splash img {
	object-fit: cover;
	object-position: center;
	height: 350px;
}


/***** Home Sections ****/
.home .splash img {
	height: 525px;
}
.home h4 {
	font-size: 16px;
}
.what-we-do i {
	font-size: 60px;
}
.what-we-do h4 {
	margin: 30px 0 20px;
}
.home .media {
	background: #f5f5f5;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 1em;
}
.home .media-body {
	padding: 19px 20px;
}
.gps-events {
	border-bottom-color: #eee;
	margin-bottom: 1em;
}
.event-details {
	margin-bottom: 10px;
}


/***** Spacing *****/
.row-space-xs {
	padding-top: 1em;
	padding-bottom: 1.5em;
}
.row-space-sm {
	padding-top: 2em;
	padding-bottom: 3em;
}
.row-space-md {
	padding-top: 3em;
	padding-bottom: 4.5em;
}
.row-space-lg {
	padding-top: 5em;
	padding-bottom: 7.5em;
}


/***** Backgrounds *****/
.bkg-light {
	background-color: #f3f3f3;
}
.bkg-gray {
	background: #777;
}
.callout {
	padding: 5px 10px;
	border-left: 3px solid;
	border-bottom: 1px solid;
}
.callout-reverse {
	border-left: 0;
	border-right: 3px solid;
	text-align: right;
}
.callout-light {
	border-color: #d3d3d3;
	background-color: #f7f7f9;
}
.callout a {
	color: #65a8a6;
}


/**** Header & Nav ****/
.navbar-brand {
	padding: 5px 0 0 15px;
}
.navbar-brand:hover {
	opacity: 0.7;
}
.dropdown-menu>li>a {
	font-weight: 100;
}


/***** Sidebar Navigation *****/
.menu-sidebar-nav-container {
	border-right: 1px solid #d3d3d3;
	padding: 8px 0;
}
.menu-sidebar-nav-container .nav-pills > li > a {
	border-radius: 4px 0 0 4px;
}


/***** WIDGETS *****/
.widget-area {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cta-bg {
	background: rgba(0,0,0,0.5);
}
.widget-gps-events li {
	margin-bottom: -1px;
}
.widget-gps-events .widget-title {
	margin: 0;
	font-size: 20px;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.event-page-link {
	display: block;
	padding: 10px 15px;
}





/***** MEDIA QUERIES *****/
@media all and (max-width: 767px) {
	.media iframe {
		max-height: none;
		width: 100%;
	}
	.cta {
		text-align: center;
		background-color: #1f1f1f;
		padding: 1em 0;
		color: #fff;
		font-weight: 100;
	}
	.cta-bg {
		background: none;
	}
	.splash img {
		object-fit: cover;
		object-position: center !Important;
		height: 300px;
	}
	.home .splash img {
		object-fit: cover;
		object-position: top !Important;
		height: 400px;
	}
	.has-thumb .entry-title {
		width: 100%;
		font-size: 28px;
		text-align: center;
	}
	button.navbar-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.vertical-align {
		display: block;
		align-items: normal;
	}
	.blog img.attachment-large.size-large.wp-post-image {
		width: 100%;
		height: 230px;
		object-fit: cover;
		margin: 20px 0px 20px 0;
	}

	.home .media {
		margin: 0 20px 20px;
	}
}
@media all and (min-width: 768px) {
	.page .splash {
		max-height: 350px;
	}

	.cta {
		position: relative;
		top: -180px;
		text-align: center;
		font-weight: 100;
		margin: 0 auto;
		color: #fff;
		display: block;
	}
	.home .splash {
		max-height: 525px;
	}
	.vertical-align {
		display: flex;
		align-items: center;
	}
	.blog img.attachment-large.size-large.wp-post-image {
		float: left;
		width: 300px;
		height: 200px;
		object-fit: cover;
		margin: 20px 20px 20px 0;
	}
}
