/*
Theme Name: Tania Mazza
Description: Child theme for HTML5 Blank
Template: html5blank-child/src
Author: Elena Peruzzo
Version: 1.0.0
*/




body 
{
/*    font:400 16px/2.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Golos Text', sans-serif;
    color:#444;
    background:#fff !important;
    font-size: 18px !important;
}

body h1.uk-article-title{
    display: none;
} 
body header.tm-header.uk-block{
    display: none;
}
.bk-header-desktop {
    display: none;
}
/*header#el-burger-menu {
    height: 7.2vw;
}*/



.boxed-container{
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
.boxed-container-inner{
    max-width: 64vw;
    margin-left: auto;
    margin-right: auto;
}


#splide-04 h2{
    font-size: 7rem;
}
 

 

.double-image{
    display: flex;
    flex-wrap: nowrap;
    gap: 6vw;
}
.double-box-image-text{
    display: flex;
    flex-wrap: nowrap;
    gap: 6vw;  
    justify-items: center;
    align-items: center;
}
.double-box-text-image{
    display: flex;
    flex-wrap: nowrap;
    gap: 6vw;    
    justify-items: center;
    align-items: center;
}
/*----------------- HEADER ----------------->>>*/

/*----------------- HEADER -----------------<<<*/



/*----------------- FOOTER ----------------->>>*/

/*----------------- FOOTER -----------------<<<*/




/*----------------- HOMEPAGE: APARTMENTS PREVIEW ----------------->>>*/

/*----------------- HOMEPAGE: APARTMENTS PREVIEW -----------------<<<*/




@media (max-width: 960px){    
      
    .only-mobile{ 
        display: block;
    }
    .only-desktop{
        display: none !important;
    }
    #splide-04 h2 {
        font-size: 3rem;
    }

    .boxed-container{
        max-width: 86vw;
        margin-left: auto;
        margin-right: auto;
    }
    .boxed-container-inner{
        max-width: 86vw;
        margin-left: auto;
        margin-right: auto;
    }
    .double-image{
        display: block;
    }
    .double-box-image-text{
        display: block;
    }
    .double-box-text-image{
        display: block;
    }
    
    
}

 


 








