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

/*=========== GENERAL ============*/
.wpb_row[data-midnight='dark'] h2, .wpb_row[data-midnight='dark']  h3, .wpb_row[data-midnight='dark']  h4{
	color: #000 !important;
}
.swiper-slide .content h2{
	color: #fff !important;
	text-align: center;
	font-size: 50px;
}
.subtitle-slider{
	display: block;
	padding-top: 10px !important;
	font-size: 30px;
	line-height: 40px;
}
.slide-reyes h2,
.slide-reyes p {
	text-shadow: rgb(0 0 0 / 50%) 0px 0px 10px;
}

/*=========== HOME ============*/

.clients.carousel.five-cols >div{
	padding:0 20px;
}
.banner-borde{
	border-top:15px solid #000;
}
#mailchimp label span{
	display: none !important;
}
.yikes-easy-mc-submit-button{
	font-size: 18px !important;
	font-weight: bold !important;
}
.yikes-easy-mc-form input[type=email]{
	background-color: #fff !important;
	border:2px solid #000 !important;
	border-radius: 0;
}
.yikes-easy-mc-form .yikes-easy-mc-checkbox-label{
	font-size: 15px !important;
}

/*======== FOOTER ==========*/
.custom_widget_footer {
	margin-top: 25px;
}
.custom_widget_footer .logo_creativia{
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: middle;
}
.custom_widget_footer .logo_creativia img{
	margin: 0 0 0 2px !important;
    height: 12px !important;
	border: none;
}
.custom_widget_footer .social {
	display: inline-block;
    width: auto !important;
    vertical-align: middle;
}
.custom_widget_footer .social li {
	margin: 0 10px !important;
}
@media all and (max-width: 768px) {
	.custom_widget_footer .logo_creativia{
		display: block !important;
		margin: 0 auto 25px !important;
	}
}

/*======== MEDIA QUERIES ==========*/
@media all and (max-width:690px){
	.home .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, .home .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2{
		font-size: 25px !important;
		line-height: 30px !important;
	}

}
@media all and (max-width: 768px){
	#quienes-somos .instance-3.vc_col-sm-6{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	#overlapimagen{
		transform:none !Important;
	}
	.col h2{
		font-size: 21px !Important;
	}
	.nectar-icon-list-item{
		margin-bottom: 25px !Important;
		padding-left: 36px !Important;
	}
	.row .nectar-icon-list .nectar-icon-list-item h4{
		text-transform:uppercase !Important;
	}
	.subtitle-slider{
		font-size: 20px !important;
		line-height: 30px !important;
	}
}