/*
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
*/

@import url("../salient/style.css");

.swiper-slide .content h2 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	display: block;
	color: #fff;
	font-family: 'OpenSansLight';
}

.swiper-slide .content .right {
	text-align:right;
}

.ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {	
	background-color:#FFFFFF !important;
}

.carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border {
	background-color:#025aa2 !important;
	color: #FFFFFF;	
}

.carousel-wrap[data-full-width="true"] .carousel-heading h2, .carousel-wrap span.left-border h2, .carousel-wrap span.right-border h2, .carousel-wrap[data-full-width="true"] .carousel-heading i {
	color: #FFFFFF;	
}

h2 {
	font-weight: bold;
}



body header#top nav > ul > li.menu-button a {
box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
background-color: #27CFC3;
padding: 6px 8px!important;
margin-top: 21px!important;
color: #fff!important;
top: -3px;
border-radius: 2px 2px 2px 2px;
font-family: ‘OpenSansbold';
font-size: 12px;
letter-spacing: 2px!important;
text-transform: uppercase;
}