/*
 Theme Name:     Bezati
 Theme URI:      https://www.promoservice.com
 Description:    Bezati theme
 Author:         Promoservice
 Author URI:     https://www.promoservice.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

input#yikes-easy-mc-form-1-EMAIL {
    padding: 14px 4%!important;
    border-radius: 36px;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
}
button.yikes-easy-mc-submit-button{
    padding: 14px 4%!important;
    border-radius: 36px;
    font-size: 16px;
    color: #21409a;
    font-weight: bold;
}
.yikes-mailchimp-eu-compliance-text,
.yikes-mailchimp-eu-compliance-text a,
span.wpcf7-form-control.wpcf7-acceptance, span.wpcf7-form-control.wpcf7-acceptance a {
    color: white !important;
}
.row span, .row span input {
    width: 100% !IMPORTANT;
    font-size: 16px;
    line-height: 1.5em;
    padding: 16px;
}
.row {
    display: flex;
    column-gap: 1rem;
    width: 100% !important;
    justify-content: space-between;
}
.row input, .row textarea {
    border: 0;
    background: #1d388c;
    color: white !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100% !important;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5em;
}
.campiobbligatori {
    margin: 0 0 0 1em;
    color: white;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0.3em 1em!important;
    color: #3550a0!important;
    border-width: 10px!important;
    border-color: rgba(210,159,104,0);
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900!important;
    background-color: #ffffff!important;
    float: right;
}
.page-id-71 .et_pb_section.et_pb_section_0_tb_footer.et_pb_with_background.et_section_regular {
    display: none;
}
.campiobbligatori-formamentis{
    margin: 0 0 0 1em;
    text-align: left;
}
span.wpcf7-list-item {
    text-align: left;
}
span.wpcf7-spinner {
    display: none;
}
.pulsante-invia-formamentis {
    display: flex;
    justify-content: center;
}
.note textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}
.row select {
    width: 100%;
    background: #1d388c;
    color: white;
    border: 0;
    height: 58px;
}
.cc-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 30%;
    font-size: 3rem;
}
.mfp-bottom-bar .mfp-title {
    display: none !important;
}
lord-icon {
    max-height: 100px;
    max-width: 100px;

}
/*** whatsapp ***/
#wa-contain{
    clear: both;
    display: flex;
}

.wa-image{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 14px;
    cursor: pointer;
    z-index: 2;
}
#wa-contain:hover div.wa-text{
    opacity: 1;
}

.wa-text{
    z-index: 1;
    background-color: #67d449;
    color: white;
    padding: 10px 40px 10px 15px;
    opacity: 0;
    float: left;
    border-radius: 50px 0 0 50px;
    height: 80px;
    display: flex;
    margin-right: -35px;
    transition: opacity 0.5s;
}

.wa-text p {
    font-weight: 700;
    margin-top: 16px;
}
.wa-image img {
    background: white;
    border-radius: 50px;
}
span.wpcf7-not-valid-tip {
    background: #455fad;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 40px 0px #1d388c;
}
p span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 0 17px;
    padding: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 4em 0.5em 1em;
    padding: 0.2em 1em;
    background: white;
    border: 2px solid #00a0d2;
    color: #fa5e00 !important;
}
.payment-icon span {
    font-family: FontAwesome!important;
    font-weight: 400!important;
    color: #ceebff;
    font-size: 30px;
    padding: 0 10px;
}
.payment-icon {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
@media screen and (max-width:550px){
    .row{
        flex-direction: column;
    }
    .row br {
        display: none;
    }
    .cc-wrapper {
        padding: 16px 0;
    }
    div#contatti {
        margin: 0 !important;
        width: 100% !important;
    }
    .et_pb_fullwidth_code_0_tb_footer {
        bottom: 0px !important;
        right: 0px !important;
    }
    .campiobbligatori-formamentis.startup {
        margin-bottom: 20px;
    }
}
#top-menu .menu-item-has-children>a:first-child{
	padding-right: 0 !important;
}
#top-menu .menu-item-has-children>a:first-child:after{
	content: none !important;
}