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




/*  GENERAL STUFF  */
span.subheader {text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);}

#page-header-bg .span_6 {bottom:20%!important}

.footernav {
	font-family: "Raleway";
	font-weight:400;
	font-size: 16px;
	line-height: 30px;
}

.phonefix a {color:#FFF!important}
.phonefix a:visited {color:#FFF!important}
.phonefix a:focus {color:#FFF!important}


/*  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:#314429!important;
   font-size:16px;
	font-weight:500!important;
   font-family: 'Raleway' sans-serif;
}

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


