/*
Theme Name: Salient
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Salient - Gantry 5 Theme from RocketTheme
Version: 1.1.0
*/

h1, h2, h3 {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.home-diagnostics p {
	margin-top: 0;
	display: block;
	width: 100%;
}
.home-diagnostics ul {
	margin-top: 0;
	display: block;
	width: 100%;
}

.wpcf7-form-control.wpcf7-select {
	background-color: white;
	border: 2px solid #cacaca;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	width: 100%;
	height: 40px;
	display: block;
	box-sizing: border-box;
}

#g-navigation .g-main-nav .g-toplevel > li {
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	#g-top {
		padding: 10px 0;
	}
	#g-top .g-block {
		padding-left: 0;
		text-align: center !important;
	}
	#g-top .g-block .g-content {
		margin: 0;
	}
	.g-offcanvas-toggle {
		padding-top: 0;
		top: 12px;
	}
}

@media screen and (max-width: 480px) {
	#g-top {
		padding: 10px 0;
	}
	#g-top .g-block {
		padding-left: 62px;
		text-align: left !important;
	}
	#g-top .g-block .g-content {
		margin: 0;
	}
	.g-offcanvas-toggle {
		padding-top: 0;
		top: 12px;
	}
}

body .g-title {
	white-space: normal;
}

@media screen and (max-width: 600px) {
	.iframe-video-container iframe {
		height: 335px;
	}
}

@media screen and (max-width: 550px) {
	.iframe-video-container iframe {
		width: 550px;
		height: 307px;
	}
}

@media screen and (max-width: 500px) {
	.iframe-video-container iframe {
		width: 500px;
		height: 280px;
	}
}

@media screen and (max-width: 450px) {
	.iframe-video-container iframe {
		width: 450px;
		height: 251px;
	}
}

@media screen and (max-width: 400px) {
	.iframe-video-container iframe {
		width: 400px;
		height: 223px;
	}
}

@media screen and (max-width: 350px) {
	.iframe-video-container iframe {
		width: 350px;
		height: 195px;
	}
}

#g-bottom > .g-container > .g-grid {
	background-image: url('/wp-content/themes/rt_salient/images/circles-top.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

#g-copyright > .g-container > .g-grid {
	background-image: url('/wp-content/themes/rt_salient/images/circles-bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.home .g-infolist-title a {
	font-size: 2rem;
}

.entry-header h2.entry-title,
.entry-header h1.entry-title {
	font-size: 2.5rem;
	line-height: 1.2;
	font-family: "sourcesansprolight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	margin-top: 0;
	margin-left: -1px;
	margin-right: -1px;
	color: #0c0d0e;
	display: inline-block;
	border-bottom: 12px solid #009cdc;
}

.home #g-mainbar.fp-mainbar .g-particle > h1.g-title.g-infolist-title {
	border-bottom: 12px solid #009cdc;
}

.entry-header h2.entry-title:after,
.entry-header h1.entry-title:after{
	content: ' ';
	display: block;
	clear: both;
	width: 100%;
}

#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
	word-break: normal;
}

.widget_categories > ul {
	background: #f5f5f5;
	padding: 15px;
	border-top: 12px solid #009CDC;
}

.widget_categories > ul a {
	color: #868886;
}

.widget_categories > ul li.current-cat > a, .widget_categories > ul a:hover {
	color: #009CDC;
}

.sprocket-grids-b-image-container {
	height: 200px;
}

.sprocket-grids-b-text {
	height: 50px;
}

.yt-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.yt-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.md-yt {
	margin-bottom: 40px;
}

.sprocket-grids-b-columns-3 > li {
	float: left;
}

span.g-menu-item-content {
	text-align: left;
	word-break: normal;
	max-width: 110px;
}

li.g-menu-item:hover .g-menu-item-container {
	border-bottom: 1px solid #009cdc;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-title {
	border-bottom: 0px;
}

#g-navigation .g-main-nav .g-toplevel > li.active {
	border-bottom: 1px solid #009cdc;
}

/* Popup */

.sgpb-popup-dialog-main-div {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.sg-popup-content {
    box-sizing: border-box !important;
    max-height: 200px !important;
	text-align: center !important;
	box-shadow: rgba(65, 90, 104, 0.7) 0px 0px 0px 14px !important;
	padding: 30px !important;
	padding-bottom: 0px !important;
	overflow: hidden !important;
}

.sg-popup-content > div {
	overflow: hidden !important;
}