/*
Theme Responsive styles
*/

@media (max-width: 368px){

}

/* small (.col-sm)*/
@media (min-width: 576px){
    :root{
        --container: 540px;
    }
    /*.single .featured_post_img {*/
    /*    max-height: calc(var(--container) * .41463);*/
    /*    overflow: hidden;*/
    /*}*/
}

/* medium (.col-md)*/
@media (min-width: 768px){
    :root{
        --header_height: 80px;
        --container: 720px;
    }
    #hp-slider .carousel-indicators {
        bottom: -2.5rem;
        margin-left: calc(var(--bs-gutter-x) * .5);
        left: 58.33333333%;
    }
    .box_overlay{
        position: absolute;
        top: 15%;
        right: 0;
        left: 40%;
        background-color: white;
        height: 70%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding: 0 2rem;
    }
    .box_overlay > div {
        font-size: 1.4rem;
    }
    .box_overlay .page_link{
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    section {
        margin-bottom: 3rem;
    }
    .featured_post_img {
        margin-bottom: 4rem;
    }
}

/* large (.col-lg)*/
@media (min-width: 992px){
    :root {
        --header_height: 110px;
        --container: 960px;
    }

    #desk_menu {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    #desk_menu ul{
        margin: 0;
    }
    #desk_menu > li{
        display: inline-block;
        margin-right: 10px;
    }
    .box_overlay > div {
        font-size: 1.8rem;
    }
    .featured_post_img {
        margin-bottom: 5rem;
    }
}

/* extralarge (.col-xl)*/
@media (min-width: 1200px){
    :root{
        --container: 1140px;
    }
    html, body {
        font-size: 20px;
    }
    #desk_menu {
        font-size: 18px;
    }

    #hp-slider .carousel-indicators {
        bottom: 0;
        left: 66.66666667%;
    }

    ul.sel_lang {
        padding-left: 0;
    }
    section {
        margin-bottom: 5rem;
    }
    .featured_post_img {
        margin-bottom: 7rem;
    }
}

/* extraextralarge (.col-xxl)*/
@media (min-width: 1400px){
    :root {
        --header_height: 140px;
        --container: 1320px;
    }

    #desk_menu > li{
        margin-right: 20px;
    }
    section {
        margin-bottom: 7rem;
    }
}


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

.embed-container iframe,
.embed-container object,
.embed-container embed {
    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;
}