/*
 Theme Name:     Divi - child
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 767px) {}
@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media screen and (min-width: 980px) and (max-width: 1200px) {}


#main-header{
    background-color: #fff;
}


 


#top-menu li{
	padding-right: 12px !important;
}

input.wpcf7-form-control.wpcf7-submit{
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #143761;
    border: 4px solid #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit:hover{
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    color: #2ea3f2;
    background-color: #143761;
    border: 4px solid #2ea3f2;
    text-transform: uppercase;
    margin-top: 10px;
}

a{
    color: #2ea3f2;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    width: 100%;
}

span.mobile_menu_bar.mobile_menu_bar_toggle{
    color: #69c7dd;
}

div.mobile_nav.close{
    color: #69c7dd;
}



/*FORM*/

#responsive-form{
	/*max-width:600px; */
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}




/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

@media only screen and (min-width: 780px) { 
	.column-half{
		width: 50%;
	}
}


.et_pb_bg_layout_light .et_pb_widget li a{
    color: #000;
}

h1, h2, h3, h4, h5, h6{
    color: #000;
}


/* Divi Contact form 7 */
#sticky_form, #sticky_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.divi_contact_form_7 .form-group, .wpcf7-form .form-group {
    margin-bottom: 15px;
}
.divi_contact_form_7 .form-control, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    font-family: "Open Sans",Arial,sans-serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7-form .wpcf7-textarea {
    height: 150px;
    resize: none;
}


/* Sticky Form */
.visible-xs {
    display: none;
}
#sticky_form {
    position: fixed;
    left: -280px;
    top: 160px;
    display: block;
    width: 280px;
    z-index: 100;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#sticky_form.active {
    left: 0;
}
#sticky_form .form_wrapper {
    padding: 20px 15px 15px 15px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 5;
    position: relative;
    min-height: 360px;
}
#sticky_form.active .form_wrapper {
    -webkit-box-shadow: 0 0 5px 0 #CCCCCC;
    box-shadow: 0 0 5px 0 #CCCCCC;
	margin-top: 50px;
}
#sticky_form .form_wrapper .nf-before-form-content {
    margin-bottom: 15px;
}
#sticky_form .form_wrapper .nf-field-container {
    margin-bottom: 10px;
}
#sticky_form .form_wrapper .field-wrap input,
#sticky_form .form_wrapper .field-wrap textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}
#sticky_form .form_wrapper .field-wrap input[type="button"] {
    cursor: pointer;
    width: 100%;
}
#sticky_form .form_wrapper textarea {
    height: 120px;
    resize: none;
}

#sticky_form .buttons_wrapper {
    position: absolute;
    right: -45px;
    top: 50px;
}
#sticky_form .buttons_wrapper .btn-sticky {
    display: block;
    text-align: center;
    position: relative;
}
#sticky_form .buttons_wrapper .btn-sticky span.icon {
    display: block;
    width: 45px;
    height: 45px;
    background: #ee3c96;
    color: #ffffff;
    padding: 10px 5px;
    z-index: 3;
    position: relative;
    font-size: 20px;
	margin-top: 50px;
}
#sticky_form .buttons_wrapper .btn-sticky span.text {
    display: block;
    height: 45px;
    width: 140px;
    background: #f4f4f4;
    padding: 10px;
    z-index: 1;
    position: absolute;
    left: -140px;
    top: 0;
    text-transform: uppercase;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#sticky_form .buttons_wrapper .btn-sticky:hover span.text {
    left: 45px;
}
#quote_button .fa-times {
    display: none;
}
#quote_button.active .fa-times {
    display: inline-block;
}
#quote_button.active .fa-comments {
    display: none;
}
#sticky_form .buttons_wrapper #whatsap_button span.icon {
    background-color: #1EBEA5;
}
#sticky_form .buttons_wrapper #call_button span.icon {
    background-color: #69c7dd;
}
#sticky_form .wpcf7-submit {
    margin-top: 0 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    padding: 15px;
    border: 1px solid transparent;
    margin-left: 0;
    margin-right: 0;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

@media screen (max-width: 767px) {
    .visible-xs {
        display: block;
    }
}

@media screen and (max-width: 575px) { 
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    } 
} 