/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    border-color: rgba(0,0,0,0.05);
    border-bottom-width: 1px;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    width: 100%;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}

.privacy {
    font-size: 12px;
    line-height: 1.7
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    color: #8c31a2;
    float: right;
    text-align: right;
    margin-top: -1.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
    background-color: rgba(0,0,0,.05);
}

input.wpcf7-form-control.wpcf7-submit:after {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}

input.wpcf7-form-control.wpcf7-submit:hover:after {
    opacity: 1;
    margin-left: 0;
}
.disable-lightbox a {
pointer-events: none;
}
 
.disable-lightbox .et_overlay {
display: none !important;
}
.olio .wpcf7 input, .olio .wpcf7 textarea, .olio .wpcf7-form-control-wrap.formato select{
    border: 0;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #ccc;
    min-height: 51px;
    padding: 0 1rem;
    margin: .5rem 0 0;
    background:#f9f9f9
}
.olio input.wpcf7-form-control.wpcf7-text, .olio textarea.wpcf7-form-control.wpcf7-textarea, .olio input.wpcf7-form-control.wpcf7-text.wpcf7-email {

    background:#f9f9f9;
    margin-bottom:.5rem
}
.olio textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top:.5rem
}
.olio input.wpcf7-form-control.wpcf7-submit {
    color:#f9f9f9
}
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_left .et_pb_blurb_container {
    display: inline-block!important;
}
.et_pb_blurb_position_left.et_pb_text_align_center .et_pb_blurb_content {
    text-align: center!important;
}
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}
.et-menu li li.menu-item-has-children>a:first-child:after {
	top:0!important;
	right:6px!important
}
@media (max-width:640px) {
    .banner-title h1 {
        left:unset;
    }
	.banner {
    background-position-x: 20%!important;
	}
	.banner.centro {
    background-position-x:50%!important;
	}
	.banner.dx {
    background-position-x:80%!important;
	}
}
#form-mobile .olio textarea.wpcf7-form-control.wpcf7-textarea {
	max-height:150px;
}