/*

Theme Name: Divi Child Theme

Description: A child theme to house custom coding which modifies the Divi parent theme.

Author:   Cherissa Kline http://inklinedesign.com

Template: Divi

*/



@import url("../Divi/style.css");


#page-container{
padding-top: 55px !important;
}

/* Style Footer Credits - Lines 948 & 949 */



#footer-info { 

text-align: left; 

padding-bottom: 10px; 

float: left; 

}



#footer-info a { 

font-weight: 700; 

color:#ffffff; 

}



#footer-info a:hover { 

color:#c42219; 

}



#logo {

	position: absolute;

	top:-7px;

}




.et_fixed_nav #logo {

max-height: 100px;

}


/* Set the slider height */

@media only screen and (min-width:981px) {


    .et_pb_slider, .et_pb_slider .et_pb_container { 

        height: 500px; 

    }

    .et_pb_slider, .et_pb_slider .et_pb_slide { 

        max-height: 500px; 

    }

    .et_pb_slider .et_pb_slide_description { 

        position: relative; 

        top: 25%; 

        padding-top: 0 !important; 

        padding-bottom:0 !important; 

        height:auto !important; 

    }

}

@media only screen and (max-width:981px) {
	#page-container{
	padding-top: 71px !important;
	}
}



/* Contact Form 7 format like Divi */

.wpcf7 input[type="text"],

.wpcf7 input[type="email"],

.wpcf7 input[type="tel"],

.wpcf7 textarea

{

 background-color: #eee;

 border: none;

 width: 100% !important;

 -moz-border-radius: 0 !important;

 -webkit-border-radius: 0 !important;

 border-radius: 0 !important;

 font-size: 14px;

 color: #999 !important;

 padding: 16px !important;

 -moz-box-sizing: border-box;

 -webkit-box-sizing: border-box;

 box-sizing: border-box;

}

.wpcf7-captchar {

 background-color: #fff !important;

 border: 1px solid !important;

 padding: 12px !important;

}

.wpcf7-submit {

 background-origin: padding-box;

 background-size: auto;

 background: transparent !important;

 color: #b32216;

 border: 2px solid;

 font-size:20px;

 padding: 6px 20px;

 line-height:1.7em;

 border-radius: 2px;

 -webkit-border-radius: 2px;

 -moz-border-radius: 2px;

 -khtml-border-radius: 2px;

 height: 50px ! important;

 width: 102px;

 -webkit-font-smoothing: antialiased;

 -moz-osx-font-smoothing: grayscale;

 -moz-transition: all 0.2s;

 -webkit-transition: all 0.2s;

 transition: all 0.2s;

}

.wpcf7-submit:hover {

 background: #d2d2d2 !important;

 color:#eee;

 border: 2px solid transparent;

 -webkit-font-smoothing: antialiased;

 -moz-osx-font-smoothing: grayscale;

 -moz-transition: all 0.2s;

 -webkit-transition: all 0.2s;

 transition: all 0.2s;

}

/* Contact Form 7 format like Divi END */


