


@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {
    
    .pad-3 {
    padding-top: 0;
}

    .single-prod {
        display: grid;
        grid-template-columns: 6rem auto;
        gap: 3rem;
    }

    .loghi-caminetti {
        margin-top: 2rem;
    }

    .prod-img {
        height: 15rem;
    }

    .mat-img-1.tablet-none{
        display: none;
    }

    .mat-img-2.tablet-none{
        display: none;
    }

    .tab-mat-imgs{
        display: flex;
        justify-content: space-between;
    }

    .mat-content {
        padding-bottom: 4rem;
    }

    .mat-img-2 {
        height: 20rem;
        height: 17rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 50%;
    }

    .mat-img-1 {
        height: 20rem;
        height: 17rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 40%;
    }

    .mat-columns {
        flex-direction: column;
    }


    .line-title::before, .line-title::after {
        width: 42%;
    }

    .mat-columns {
        flex-direction: column;
    }

    .prod-cta span {
        transform: translateY(0);
    }

    .h2-a {
        font-size: 60px;
        line-height: 65px;
    }

    .hero-title h1 {
        font-size: 65px;
        line-height: 70px;
    }

    .side-menu {
        margin-right: 2rem;
    }

    .hero-title {
        height: 80vh;
    }

    .slides {
        height: 80vh;
    }

    .gabri-img {
        width: 19rem;
        height: 12rem;
    }

    .gabri-text {
        padding: 1rem;
        max-width: 100%;
        padding-bottom: 0;
        padding-left: 0.5rem;
    }

    .gabri-content{
        flex-direction: column;
        align-items: self-start;
    }

    .icons_container {
        gap: 1.5rem;
    }

    .video > iframe {
        height: 55vh;
    }

    .popup-video {
        padding: 1rem !important;
        left: 0;
        width: 100%;
        bottom: 8rem;
        padding-top: 4rem !important;
        height: 72vh;
    }

    .map-filter {
        margin-top: 1rem;
    }

    #map-b {
        border: 1px solid #000;
    }


    .box-item-content > *:last-child {
        flex: 0 0 25%;
    }

    .box-item-content > *:nth-child(2) {
        flex: 0 0 60%;
    }

    /* .post-button {
        margin-right: 3rem;
    } */

    .item-address {
        padding: 0;
    }

    .item-content {
        padding: 0 2rem;
    }

    .item-image {
        height: 15vh;
    }

    .col-flex-80 {
        display: flex;
        flex: inherit;
        width: 90%;
    }

    .item-location{
        margin: 0;
        margin-bottom: 30px;
        padding: 1.5rem;
    }

    .storia-gallery {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .b-gallery-card__heading_single{
        color: #000;
    }

    .b-gallery-card__description {
        font-family: 'Hanken Grotesk';
        padding: 1rem 0;
        font-size: 19px;
        line-height: 24px;
        font-weight: 200;
    }

    .slide_text {
        height: 60%;
    }

    .home-slider__nav{
        opacity: 0;
        visibility: hidden;
    }


    .home-slider__slide__cta span:first-child {
        transform: translateY(0);
    }

    
    .mobile-nav {
        gap: 20rem;
    }
    
    .mobile-controls {
        display: block;
        bottom: 3rem;
    }

    .contact-form {
        padding: 0 0 0 3rem;
    }

    .b-gallery-card__img {
        height: 40vh;
    }

    .l-gallery-card-list__item{
        flex: 0 0 48%;
    }

    .l-gallery-card-list {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .b-gallery-card__heading {
        width: 100%;
    }

    .item-gallery > img {
        margin-top: 5%;
    }

    .cta-img{
        width: 9rem;
        height: 9rem;
    }

    .responsive-phone {
        display: block;
    }

    .menu-horizontal{
        display: none;
    }


    .flex-menu{
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .site-header__logo {
        margin-left: 2rem;
    }

    .header__menu{
        left: inherit!important;
        right: 0;
    }

    .header__menu{
        padding-top: 5rem;
        width: 40%!important;
        transform: translateX(100%);
    }

    .menu-open .header__menu {
        width: 40%!important;
        transform: translateX(0);
    }
    
    .desc-banner{
        display: none;
    }

    .title-banner {
        margin-bottom: 1rem;
        line-height: 18px;
        font-size: 18px;
    }

    .cta-content {
        padding:2rem;
    }

    .controls {
        margin: auto 2rem;
    }

    .slider-home {
        height: 35vh;
    }
    
    .popup {
        bottom: -1rem;
        left: 4rem;
        width: calc(100% - 8rem);
    }

    .img-slide {
        padding-bottom: 1.2rem;
    }


}















@media only screen 
and (min-device-width: 1100px) 
and (max-device-width: 1200px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

    .single-prod {
        display: grid;
        grid-template-columns: 6rem auto;
        gap: 3rem;
    }

    .loghi-caminetti {
        margin-top: 2rem;
    }

    .prod-img {
        height: 15rem;
    }

    .mat-img-1.tablet-none{
        display: none;
    }

    .mat-img-2.tablet-none{
        display: none;
    }

    .tab-mat-imgs{
        display: flex;
        justify-content: space-between;
    }

    .mat-content {
        padding-bottom: 4rem;
    }

    .mat-img-2 {
        height: 20rem;
        height: 17rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 50%;
    }

    .mat-img-1 {
        height: 20rem;
        height: 17rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 40%;
    }

    .mat-columns {
        flex-direction: column;
    }


    .line-title::before, .line-title::after {
        width: 42%;
    }

    .mat-columns {
        flex-direction: column;
    }

    .prod-cta span {
        transform: translateY(0);
    }

    .h2-a {
        font-size: 60px;
        line-height: 65px;
    }

    .hero-title h1 {
        font-size: 65px;
        line-height: 70px;
    }

    .side-menu {
        margin-right: 2rem;
    }

    .hero-title {
        height: 80vh;
    }

    .slides {
        height: 80vh;
    }


    .prod-cta span {
        transform: translateY(0);
    }

    .gabri-img {
        width: 18rem;
        height: 11rem;
    }

    .gabri-text {
        padding: 1rem;
        max-width: 100%;
        padding-bottom: 0;
        padding-left: 0.5rem;
    }

    .gabri-content{
        flex-direction: column;
        align-items: self-start;
    }

    .icons_container {
        gap: 1.5rem;
    }

    .map-filter {
        margin-top: 1rem;
    }

    #map-b {
        border: 1px solid #000;
    }

    .popup-video{
        padding: 1rem !important;
        left: 0;
        width: 100%;
        bottom: -1rem;
        padding-top: 4rem !important;
        height: 95vh;
    }

    .box-item-content > *:last-child {
        flex: 0 0 25%;
    }

    .box-item-content > *:nth-child(2) {
        flex: 0 0 60%;
    }
    
    .item-address {
        padding: 0;
    }

    .item-content {
        padding: 0 2rem;
    }

    .item-image {
        height: 15vh;
    }

    .col-flex-80 {
        display: flex;
        flex: inherit;
        width: 90%;
    }

    .item-location{
        margin: 0;
        margin-bottom: 30px;
        padding: 1.5rem;
    }

    .home-slider__nav{
        opacity: 0;
        visibility: hidden;
    }


    .home-slider__slide__cta span:first-child {
        transform: translateY(0);
    }

    .mobile-controls {
        display: block;
    }

    .mobile-nav {
        gap: 20rem;
    }

    .contact-form {
        padding: 0 0 0 3rem;
    }


    .cta-container {
        padding-right: 3rem;
    }

    .body-feature {
        padding-right: 3rem;
    }

    .menu-open .header__menu {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .side-menu {
        margin-right: 7rem;
    }

    .site-header__logo {
        margin-left: 6rem;
    }

    .responsive-phone {
        display: block;
    }


    .img-slide {
        padding-bottom: 1.2rem;
    }


    .menu-horizontal{
        display: none;
    }


    .flex-menu{
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    /* .site-header__logo {
        margin-left: 2rem;
    } */

    .header__menu{
        left: inherit!important;
        right: 0;
    }

    .header__menu{
        padding-top: 5rem;
        width: 60%!important;
        transform: translateX(100%);
    }

    .menu-open .header__menu {
        width: 60%!important;
        transform: translateX(0);
    }
    
    .desc-banner{
        display: none;
    }

    .title-banner {
        margin-bottom: 1.5rem;
    }

    .cta-content {
        padding: 2rem;
    }

    .controls {
        margin: auto 2rem;
    }

    .slider-home {
        height: 35vh;
    }
    
    .popup {
        bottom: 4rem;
        left: 4rem;
        width: calc(100% - 8rem);
    }

    .l-gallery-card-list {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .b-gallery-card__img {
        height: 35vh;
    }

    .l-gallery-card-list__item {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }

    .b-gallery-card__heading {
        width: 100%;
    }

}






@media only screen 
and (min-device-width: 1366px) 
and (max-device-width: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

    .hero-title h1 {
        font-size: 85px;
        line-height: 90px;
    }

    .side-menu {
        margin-right: 2rem;
    }

    .hero-title {
        height: 80vh;
    }

    .slides {
        height: 80vh;
    }

    .prod-cta span {
        transform: translateY(0);
    }

    .map-filter {
        margin-top: 1rem;
    }

    #map-b {
        border: 1px solid #000;
    }

    .popup-video {
        padding: 4rem !important;
        left: 0;
        width: 100%;
        bottom: 5rem;
        padding-top: 4rem !important;
        height: 80vh;
    }

    .storia-gallery {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    
    .slide_title {
        font-size: 100px;
        line-height: 105px;
    }

    .slide_subtitle {
        margin-bottom: 35px;
        font-size: 16px;
    }


    .home-slider__slide__cta{
        font-size: 24px;
    }

    


    .home-slider__nav{
        opacity: 0;
        visibility: hidden;
    }

    
    .mobile-nav {
        gap: 20rem;
    }

    .home-slider__slide__cta span:first-child {
        transform: translateY(0);
    }

    .mobile-controls {
        display: block;
    }

    .slider-home {
        height: 30vh;
    }


    .popup {
        bottom: 12rem;
    }


    .controls {
        margin: auto 2rem;
    }

    .site-header__logo {
        margin-left: -2rem;
    }

    .side-menu {
        margin-left: 1.5rem;
    }

    #map {
        height: 50vh;
    }
















}