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




/* SUBHEAD STUFF */

.sublink {
	padding: 0 8px 0 8px;
	
}
.sublink a {
	color:#FFF
}

.sublink a:hover {
	color:#619081
}


/*  FORM STUFF  */

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

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

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

.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 49%; }

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }

.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%; }

@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: #FFF!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 {
   background:#619081!important;
   font-size:20px;
   font-family: 'Raleway' sans-serif;
}

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