/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*Call to action*/

..nectar-cta[data-alignment=left]{
	text-align: center;
}

.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]), .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]){
	padding-left: 0px;
}

@media (min-width: 1025px) {
    .vc_col-md-3 {
        width: 13%;
    }
}

/*Blog*/

.blog-recent[data-style=classic_enhanced][data-color-scheme=dark] .inner-wrap{
	
	background-color: #023A80;
}

.blog-recent[data-style=classic_enhanced][data-color-scheme=dark] h3.title, .span_12.light .blog-recent[data-style=classic_enhanced][data-color-scheme=dark] h3.title{
	color: #FDCB01;
}

/*Fancy Box*/

.nectar-fancy-box[data-style=hover_desc]{
	padding: 8%;
}

.hover-content{
	font-size: 13px;
	max-width: 100% !important;
} 

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(0, 46, 104, 0%), rgba(0, 46, 104, 100%) 60%) !important;
}

@media only screen and (min-width: 1080px){
	#intro {
	height: 80svh;
} 
}


/* Arrow CTA*/
.nectar-cta[data-style=arrow-animation] .line {
	background-color: #ffffff !important;
}


