/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.youtube_video_container {
	height: 600px;
	overflow:hidden;
	position: relative;
	margin-bottom: 50px;
}
.youtube_video_container iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:calc(-180px);
}

@media(max-width: 748px) {
	.youtube_video_container {
		height: 200px;	
	}
	.youtube_video_container iframe { 
		top: -40px;	
	}
}
header#top nav > ul > li > a {
	font-size: 14px;
}
body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a {
    margin-left: 9px!important;
    margin-right: 9px!important;
	
}
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a {
color:#444444!important;	
}

.homepage_lifted_panel {
	padding: 40px 20px!important;
	color: #444444;
    background: #f2a326;
	/*box-shadow:10px 10px 31px rgba(0,0,0,0.10);*/
    z-index: 3;
}
h2.homemain_subtitle {
	text-align: center;
	color: #fff!important;
}
h2.homemain_subtitle span {
	color: #F3A305!important;
}
.hometop_row_cta {

}
.homepage_lifted_panel h2 {
	font-weight: 400;
	line-height: 38px;

	border-left: 5px solid #444444;
    padding-left: 20px;
	margin-bottom: 20px;
}
.left_home_panel {
	padding-right: 2rem;
}
.left_home_panel h2 {
	font-weight: 400;
	line-height: 38px;
	color: #fff!important;
	margin-bottom: 30px;
}
.main_home_content {

}

#header-outer {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+34,000000+100&0.53+1,0+100 */
/*background: -moz-linear-gradient(top, rgba(0,0,0,0.53) 1%, rgba(0,0,0,0.35) 34%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.53) 1%,rgba(0,0,0,0.35) 34%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(0,0,0,0.53) 1%,rgba(0,0,0,0.35) 34%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
[data-midnight="nectar-slider"] {
	position: relative;
}
[data-midnight="nectar-slider"] .video-texture:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0,0,0,0.4);
}
.swiper-slide .content h2 {
	font-weight: 400;
	line-height: 38px;
	padding-top: 0!important;
	text-shadow: 0 0 30px rgba(0,0,0,0)!important; 
}
#call-to-action {
   
}
html .container-wrap {
	padding-bottom:2rem;
}
body #footer-outer #copyright {
    border: none!important;
    background-color: #fff!important;
}

#calltext {
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23.8px;
    font-weight: 700;

}

.calltext {
	transition: all .25s ease-in-out;
	border-left: 1px solid #eee;
	padding-left: 1rem;
}
.calltext span i {
	margin-right:0.7rem;
}
.calltext a {

	color:#faa428;
	font-size: 18px;
    font-weight: 700;

}
.calltext a span {
	margin-right:0.7rem;
}
.small-nav .calltext span {

}

.small-nav .calltext {
	display: inline-block;
	padding-bottom: 5px;
}

body.home h1 { 
	font-weight: 400;
    line-height: 38px;
	margin-bottom: 2rem;
	text-transform: uppercase;
    font-size: 32px;
}
@media (max-width: 768px) {
	body.home h1 { 
		font-size: 26px; 
		line-height: 1.3em;
	}
	#who {
		padding: 40px 0!important;
		margin-left: 0!important;
	}
	.homepage_lifted_panel {
		padding:0!important;
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
		background: transparent;
	}
	.homepage_lifted_panel .vc_custom_1469772405007{
		padding-left:0!important;
	}
	html .container-wrap, html .container-wrap {
		background: #fff!important;
	}
}

body.home h3 {
	text-transform: uppercase!important;	
	margin-bottom: 2rem;
}

h2.gray, h3.gray, h1.gray {
	color: #595959!important;
}

html body {
	background-color: #fff!important;
}

#footer-outer #call-to-action {
	background-color: #faa428!important;
}

#footer-outer #call-to-action span {
	color: #fff!important;
}
#footer-outer {
	background-color: #fff!important;
	text-align: center;
}
.row .col h3, .row .col h4, .row .col h2 {
	margin-bottom: 1.5rem;
}