/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.wpcf7 input.text:focus {
	color: white;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color: white;
}

#divi_services_row .et_pb_column .et-pb-icon {
	transition: all ease 0.3s;
}

#divi_services_row .et_pb_column:hover .et-pb-icon {
	color: white;
	transition: all ease 0.3s;
}

.page-home #divi_footer_row {
	background: black!important;
}

#divi_footer_row {
	background: #222!important;
}

a {
	transition: all ease 0.3s;
}

a:hover {
	transition: all ease 0.3s;
}

.et_pb_bg_layout_dark .et_pb_text_inner a:hover {
	color: white;
}

.wpcf7 input,
.wpcf7 input:focus,
.wpcf7 textarea{
	border: none;
	padding: 16px;
	width: 100%;
	color: rgba(255,255,255,0.5);
	background: #242424;
	font-weight: 600;	
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 15px;
	transition: all ease 0.3s;
}



.wpcf7 input[type="submit"] {
	color: #b4a28c;
	background: #4a4a4a;
	border: 2px solid #4a4a4a;
	text-transform: uppercase;
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all ease 0.3s;
}

.wpcf7 input[type="submit"]:hover {
	color: #4a4a4a;
	background: #b4a28c;
}


div.wpcf7-mail-sent-ok {
	border: none;
	color: white;
}

.footer_menu ul {
	list-style: none;
	padding-left: 0;
}

.footer_menu a:hover {
	color: white;
}

.social_aff .et_pb_promo_description a {
    display: inline-block;
}

.social_aff br {
    display: none;
}

.social_aff i {
	font-size: 40px;
	
}
.social_aff a {
    color: white;
    margin-right: 6px;
}

.social_aff a:hover i {
    color: #b4a28c;
}

.social_aff a:hover img {
	position: relative;
}

.social_aff a {
	position: relative;
}


.social_aff img {
	max-height: 40px;
	vertical-align: -5px;
    margin: 0 8px 0 -5px;
}


.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 33.33%;
}

div#custom_html-3{
    margin-bottom: 0;
}

.footer-widget h4.title {
    color: white!important;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.full_image_cut {
    max-height: 500px;
    overflow: hidden;

}

.et_pb_button {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
        letter-spacing: 3px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
        

}

.et_pb_module .et_pb_button:hover {
    padding: 10px 30px 10px 10px;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {

}

.custom_fullwidth_header {
    background: black url('/wp-content/uploads/2018/10/curtain-1275200.png');
   
}

.home .custom_fullwidth_header {
    display: none;
    
}

@media screen and (max-width: 1250px) {
   nav#top-menu-nav {
        display: none!important;
    }
    #et_mobile_nav_menu {       
       display: block;
    }
}