/*
Theme Responsive styles
*/


/* small (.col-sm)*/
@media (min-width: 576px){
    :root {
        --container: 510px;
    }
}

/* medium (.col-md)*/
@media (min-width: 768px){
    :root {
        --container: 690px;
    }
    .archivi_hp_img {
        height: calc(100vw * .26);
    }
    .archivi_hp_btn{
        min-height: 60px;
    }
    .archivi_hp_btn a {
        font-size: 16px;
    }
}

/* large (.col-lg)*/
@media (min-width: 992px){
    :root {
        --container: 930px;
    }
    #hp_header .header_txt{
        padding: 20px 40px;
        font-size: inherit;
    }
    .archivi_hp_btn{
        min-height: 80px;
    }
    .archivi_hp_btn a {
        font-size: 20px;
    }
}

/* extralarge (.col-xl)*/
@media (min-width: 1200px){
    :root {
        --container: 1110px;
    }
    .archivi_hp_btn{
        min-height: 90px;
    }
    .archivi_hp_btn a {
        font-size: 22px;
    }
}

/*
    VIDEO EMBEDS Responsive
*/
.embed-container, .wp-block-embed__wrapper  {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed, .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
    VIDEO WP Responsive
*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}