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


body p {
	font-weight: normal;
    font-style: normal;
	font-family: Aktiv!important
}


.electricblue {color:#C91235}


a {color:#C91235!important}


/* CUSTOM FONTS */

@font-face {
    font-family: 'Aktiv';
    src: url('fonts/AktivGrotesk-Regular.eot');
    src: url('fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AktivGrotesk-Regular.woff2') format('woff2'),
        url('fonts/AktivGrotesk-Regular.woff') format('woff'),
        url('fonts/AktivGrotesk-Regular.ttf') format('truetype'),
        url('fonts/AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*  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:#C91235!important;
   font-size:20px;
    font-family: 'Prompt' sans-serif;
}

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




