/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

@import url("https://use.typekit.net/fmy1tnz.css");

*{
    --e-global-typography-primary-font-family: sweet-gothic, sans-serif!important;
    --e-global-typography-secondary-font-family: sweet-gothic, sans-serif!important;
    --e-global-typography-text-font-family: altivo, sans-serif!important;
    --e-global-typography-641556f-font-family: sweet-gothic, sans-serif!important;
    --e-global-typography-accent-font-family: sweet-gothic, sans-serif!important;
}

.custom-field-sub-titel{
    text-transform: uppercase;
}

.taxonomy-filter{
    font-size: 25px;
    font-weight:700;
    text-transform: uppercase;
    color: var( --e-global-color-primary );
}

.type-realisation > header{
        display: none!important;
    }


    .realisation-teaser {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .teaser-img img {
        max-width: 100%;
        height: auto;
    }
    
    #realisation-taxonomy-filter {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }
    #realisation-taxonomy-filter li {
        margin: 0;
    }
    .filter-link {
        text-decoration: none;
        color: #c17d57;
        font-weight: bold;
        padding: 5px 10px;
        border: 1px solid #c17d57;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
    }
    .filter-link:hover,
    .filter-link.active {
        background-color: #c17d57;
        color: #fff;
    }
    

    .realisation-teaser{
        margin-top: 15px;
    }

    .realisation-teaser .teaser-img img{
        overflow: hidden;
        aspect-ratio: 29/40;
        object-fit: cover;

    }

    .realisation-teaser .teaser-taxonomy{
        font-size: 18px;
        font-weight: 700;
        color: #c17d57;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: left;

    }   

    .realisation-teaser .teaser-sub-title{
        font-size: 24px;
        font-weight: 400;
        color: black;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-family: sweet-gothic, sans-serif!important;
        letter-spacing: 3px;
        text-align: left;
    }

    .realisation-teaser .teaser-description{
        margin-bottom: 25px;
        text-align: left;
    }

    .realisation-teaser .teaser-button a{
        color: #c17d57;
        border-bottom: solid 1px #c17d57;
        text-transform: uppercase;
        text-align: left;
        padding: 0;
        display: inline-block;
        margin-bottom: 50px;
        font-size: 13px ;
        display: inline-block;
        font-family: var(--e-global-typography-primary-font-family) ;
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
        fill: var(--e-global-color-primary);
        color: var(--e-global-color-primary);
        font-weight: 400;
    }

    #realisation-overview{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        max-width: 1020px;
        margin: 0 auto;
    }

    #realisation-overview .realisation-teaser{
        max-width: 300px;
    }
    
    #realisation-taxonomy-filter{
        justify-content: center;
    }

    .realisation-filter{
        max-width: 1020px;
        margin: 0 auto;
        border-bottom: solid 1px #c17d57;
        margin-bottom: 65px;
    }

    #realisation-taxonomy-filter li a{
        font-weight: 400;
        padding: 0px;
        border: unset;
        color: #c17d57!important;
        text-transform: uppercase;
        background-color: transparent!important;
        font-family: altivo, sans-serif !important;
        
    }

    #realisation-taxonomy-filter li a.active{
        font-weight: 700;
    }

    .elementor-image-carousel img{
        object-fit: cover;
    }
    
.img-hovers 

.img-hovers .has_eae_slider > .has_eae_slider:first-of-type a,.teaser-img a{
        position: relative;

    }

    .img-hovers .has_eae_slider > .has_eae_slider:first-of-type a::before, .teaser-img a::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c17d57;
        opacity: 0;
        transition: 0.3s ease;
        display: block;
        max-height: 611px;
    }
    .img-hovers .has_eae_slider > .has_eae_slider:first-of-type a::after, .teaser-img a::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFF ' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        transition: 0.3s ease;
        display: block;
    }
    .img-hovers .has_eae_slider > .has_eae_slider:first-of-type a:hover::before, .teaser-img:hover a::before{
        opacity: 0.65;
    }
    .img-hovers .has_eae_slider > .has_eae_slider:first-of-type a:hover::after, .teaser-img:hover a::after{
        opacity: 1;
    }
    .teaser-img a::before{

    }

    .teaser-img a{
        display: block;
    }

    .swiper-button-next,.swiper-button-prev{
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 38.5 13.6'%3E%3C!-- Generator: Adobe Illustrator 29.0.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 186) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23c17d57; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='st0' points='38.5 6.3 2.8 6.3 12.2 .9 11.7 0 0 6.8 11.7 13.6 12.2 12.8 2.8 7.3 38.5 7.3 38.5 6.3'/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px!important;
        height: 14px!important;
        bottom: 0!important;
        top: auto!important;
    }

    .swiper-button-next::after,.swiper-button-prev::after{
        display: none;

    }

    .swiper-button-prev{
        right: 70px!important;
        left: auto!important;
    }


    .swiper-button-next{
        transform: scale(-1);
    }

    .swiper-container{
        overflow: hidden;
    }

    .realisation-filter + #realisation-overview .teaser-img a::before{
        max-height: 386px;

    }

    .single-project #Content{
        padding: 0px!important;
    }

    .single-project header.section-post-header,.single-project .section-post-intro-share,.single-project .section-post-about{
        display: none!important;
    }

    .single-project span.arrow{
        background-color: #c17d57;
    }

    .secondary_menu_wrapper{
        display:flex!important;
        float: right;
    }
    @media (max-width:1239px) {
        .secondary_menu_wrapper{
            display: none!important;
        }
    }

    .secondary_menu_wrapper ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .secondary_menu_wrapper ul li{
        padding-right: 0px!important;
        padding-left: 0px!important;
        background-color: transparent!important;
    }

    .secondary_menu_wrapper ul li a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: white!important;
        padding: 0px 20px!important;
        background-color: transparent!important;
    }

    .secondary_menu_wrapper ul li.current_page_item a {
        color: #c17d57!important;
    }
    .secondary_menu_wrapper ul li a:hover{
        background-color: transparent!important;
    }

    #menu-main-menu{
        margin-top: 10px;
    }

    #menu-main-menu li a{
        padding-bottom: 0px!important;
        padding-top: 15px!important;
    }
    #menu-main-menu li a span{
       line-height: 45px!important;
    } 
    #menu-main-menu li a::after{
        margin-top: 30px;
    }
    .logo-main{
        max-width: 230px!important;
    }


    @media (min-width:1240px) {

        #menu-main-menu{
            min-width: 935px;
            justify-content: flex-end;
    display: flex;
        }

        #menu-main-menu #menu-item-35, #menu-main-menu #menu-item-32,#menu-main-menu #menu-item-33{
            display: none!important;
        }
    }

    @media only screen and (min-width: 1240px) {
        #Top_bar.is-sticky {
            height: 85px;
        }

        #Top_bar.is-sticky .logo{
            margin-top: 15px;
        }

        #Top_bar.is-sticky a::after {
            display: none!important;
        }
        #menu-main-menu{
            margin-top: 0px!important;
        }
        #menu-main-menu li a{
            padding-top: 0px!important;
        }
    }

    #rotation-circle{
        aspect-ratio: 1/1;
        width: 168px;
        height: 168px;
        position: absolute;
        bottom: 100px;
        right: -84px;
    }

    .elementor-element-430fbaa{
        position: relative;
    }