/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

/* nav menu fix for alder safari*/
#outer-wrapper #header-wrapper, .default-header .nav-bar, .logo-center .nav-bar, .logo-right .nav-bar{
	width:100%;
	text-align:right;
}
#linkbar .nav-menu, #linkbar-left .nav-menu, #linkbar-right .nav-menu{
	width:100%;
}

/* home page */
.section-latest-podcast-episodes #gform_1 .gform_footer .button {
	margin: 10px auto 0 auto !important;
}
@media(max-width: 767px) {
	.section-latest-podcast-episodes .gform_wrapper.gravity-theme .gfield.gfield--width-half {
		text-align: center !important;
	}
}		
@media(min-width: 992px) {
	@media(max-width: 1199px) {
		.section-latest-podcast-episodes .gform_wrapper.gravity-theme .gfield.gfield--width-half {
			text-align: center;
		    grid-column: span 12 !important;
		}
	}
}


/* about page */
#about-callout .container {
	max-width: 800px !important;
}
#get-book .container {
	max-width: 800px !important;
}
@media(max-width: 991px) {
	#sterling-website .cls-background {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	#sterling-website .col-1,
	#sterling-website .col-2 {
		text-align: center !important;
	}
	#sterling-website .col-2 {
		margin-top: 20px !important;
	}
	#sterling-website .col-2 img {
		width: 100% !important;
		max-width: 700px !important;
		margin: 0 auto !important;
	}
}

/* Footer hide third column until needed */
#big-top-footer #nav_menu-6 {
	display: none;
}

@media (min-width: 576px) and (max-width: 991px) {
	#big-top-footer .grid .cell:first-child .widget {
		width: 50% !important;
	}
}

/* Team page hover */
.page-id-2094 .svg-inline .column .replaced-svg path {
	transition: ease .4s;
}
.page-id-2094 .svg-inline .column:hover .replaced-svg path {
	fill: #d1751f;
}
.page-id-2094 .section-columns-popup .columns-popup .container .columns .column:hover .title:not(.popup-content .title) {
	color: #d1751f;
}