/*
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
*/

.lightblue {color:#12ADE3!important}

.menu-title-text, .nectar-menu-icon {font-size:18px; font-weight:900}

.nectar-slider-wrap.loaded .swiper-slide .content {top: 350px!important}
@media only screen and (max-width: 480px) {
	.nectar-slider-wrap.loaded .swiper-slide .content {top: 200px!important}

}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0 0 20px 0;
}

/*  COLUMN SETUP  */
.concol {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.concol:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}



/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }



/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.concol {margin: 1% 0 1% 0%;}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #F6FCFE!important;
    color: #000!important;
    padding:15px!important;
    border: 1px #000 solid;
}

.wpcf7 input::placeholder {
    font-weight: bold;
    color: #000!important;
}
.wpcf7 textarea::placeholder {
    font-weight: bold;
    color: #000!important;
}

input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
   background:#12ADE3!important;
   font-size:20px;
    font-family: 'Lato' sans-serif;
}

.wpcf7-form select {
border: 1px solid #000;
}

