/*
 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
------------------------------------------------------- */

/* nascondo badge recaptcha */
.grecaptcha-badge { visibility: hidden; }

.privacy {
    overflow: auto;
    max-height: 90px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 10px;
    font-size: 12px;
    color: #999;
}

.testoprivacy {
    font-size: 12px;
    text-align: justify;
    overflow-y: auto;
    height: 100px;
}
.captcha-policy {
    font-size: 12px;
}

/* @media */
/* massimo smartphone */
@media (max-width:767px) {
}
/* minimo tablet piccolo (ipad) */
@media (min-width:768px) {
}
/* minimo tablet grande (ipad pro)*/
@media (min-width:981px) {
}
/* solo Tablet grande */
@media (min-width:980px) and (max-width:1366px) {
	.colonna-sx-benvenuto {
       padding-right: 50px !important;
    }
    
}
/* solo Tablet piccolo */
@media (min-width:768px) and (max-width:980px) {
}


/* =CSS customization - 13/11/2025
------------------------------------------------------- */
/* =Header */
ul.social_icons:before {
    content: "Seguici su:";
    padding-left: 8px;
}
/* =Home */
.video_promo_home .fluid-width-video-wrapper {
    padding-top: 150%!important;
}
.video_promo_home .fluid-width-video-wrapper iframe {
    top: -70px;
    height: 850px;
}
@media screen and (max-width:980px) {
    .video_promo_home .fluid-width-video-wrapper {
        padding-top: 89% !important;
    }
    .video_promo_home .fluid-width-video-wrapper iframe {
        left: 25%;
        width: 50%;
        top: -2px;
        height: 100%;
    }

    /* Individua le righe di Divi */
    .et_pb_row {
        display: flex;
        flex-direction: column;
    }
    /* Se la PRIMA colonna contiene una immagine Divi */
    .et_pb_row>.et_pb_column:first-child:has(.et_pb_image) {
        order: 2; 
        margin-top: 30px;
    }
    /* Le altre colonne (testo) vanno sopra */
    .et_pb_row>.et_pb_column:not(:first-child) {
        order: 1;
    }
}
@media screen and (max-width:530px) {
    .video_promo_home .fluid-width-video-wrapper {
        padding-top: 178% !important;
    }
    .video_promo_home .fluid-width-video-wrapper iframe {
        left: 0%;
        width: 100%;
        /*top: -70px;
        height: 850px;*/
    }
}