@media screen and (min-width: 981px) and (max-width: 1600px){
    .s-col-5{
        grid-column: 3/12;
    }

    .s-col-4{
        grid-column: 5/12;
    }
}

@media screen and (min-width: 981px){

    /* New Scrollbar */

    html,
    body {
    max-width: 100%;
    overflow-x: hidden;
    }

    body:not(.safari) #main-scrollbar{
        overflow: hidden;
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        left: 0;
    }

    /* End Scrollbar */
    .cntr\@sm{
        width: calc(100% - 120px);
    }

    .widget__one,
    .widget__three{
        min-width: 170px;
    }

    .container-1360{
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

   /* .pd-section{
        padding: 7.29vw 0;
    }*/

    .project__grid .cr-row .item:first-child,
    .m-features-grid .cr-row:first-child .item:first-child{
        grid-column: 3/8;
    }

    .project__grid .cr-row .item:nth-child(2),
    .m-features-grid .cr-row:first-child .item:nth-child(2){
        margin-top: 16vw;
        grid-column: 9/13;
    }

    .c-feature-grid-item .content-wrapper{
        --translateY: 0px;
        -webkit-transform: translate3d(0,var(--translateY),0);
        transform: translate3d(0,var(--translateY),0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: auto;
    }

    .project__grid .cr-row .item:nth-child(2) .c-feature-grid-item .uk-height-large,
    .c-feature-grid-item[data-layout=vertical] .uk-height-large{
        height: 38vw;
        max-height: 760px;
    }

    .project__grid .cr-row .item:nth-child(3),
    .m-features-grid .cr-row:nth-child(2) .item:first-child{
        grid-column: 1/7;
    }

    .project__grid .cr-row .item:nth-child(1) .c-feature-grid-item .uk-height-large,
    .project__grid .cr-row .item:nth-child(3) .c-feature-grid-item .uk-height-large,
    .c-feature-grid-item[data-layout=horizontal] .uk-height-large, 
    .c-feature-grid-item[data-layout=square] .uk-height-large{
        height: 34vw;
        max-height: 600px;
    }

    .m-features-grid .cr-row:nth-child(2),
    .project__grid .cr-row .item:nth-child(3){
        margin-top: -14vw;
    }

    .quote{
        max-width: 880px;
    }

    .s-content-gallery,
    .s-content-text{
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px){
    .project__testimonial .quote{
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-feature-grid-item[data-layout="vertical"] .media__image,
    .two-grid .c-feature-grid-item[data-layout="vertical"] .media__image{
        height: 800px;
    }

    .widget__four h3{
        font-size: 2em;
    }

    .pd-section{
        padding: 80px 0;
    }

    .intro__heading{
        padding-bottom: 100px;
    }

    .title,
    .subtitle{
        font-size: 2.5em;
    }

    #anim-text{
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform-origin: center;
    }

    .overlay.open,
    .menu-wrapper{
        width: calc(100vw - 110px);
    }

    .type-duo .text-intro .text-block{
        grid-column: 5/10;
    }

    .s-col-3-10{
        grid-column: 1/10;
    }

    .s-col-5-12{
        grid-column: 3/12;
    }   

    .single-project .banner__heading.h50{
        max-height: 420px;
        padding-top: 80px;
    }

    .banner__heading.h70{
        max-height: 540px;
        padding-top: 80px;
    }

    .marquee__wrapper{
        padding: 50px 0;
    }

    .header__fullscreen img,
    .header__fullscreen{
        height: calc(100vh - 140px);
        height: calc(var(--vh, 1vh) * 100 - 140px);
    }
}

@media screen and (min-width: 768px){
    .menu__row{
        width: 100%;
    }

    .pagination-separator {
        display: block;
    }
}

@media screen and (max-width: 980px){
    #instagram-feed{
        padding: 80px 30px 0 30px;
    }

    .container,
    .cntr\@sm{
        width: calc(100% - 60px);
    }

    .js-slideLeft, .js-slideRight, .s-grid-12{
        overflow-x: hidden;
    }

    .m-features-grid.two-grid .cr-row .item.two-grid-item:first-child{
        margin-top: 40px;
        grid-column: 1/13;
    }

    .text__left\@sm{
        text-align: left !important;
    }

    .pt0\@sm{
        padding-top: 0 !important;
    }
    
    .pb40\@sm{
        padding-bottom: 40px !important;
    }

    .pt0\@sm{
        padding-top: 0 !important;
    }

    .collapse-grid .image__card:first-child{
        margin-bottom: 30px;
    }

    .collapse-grid{
        padding-left: 30px;
        padding-right: 30px;
    }

    .mg-auto\@sm{
        margin: 0 auto;
    }

    .container-1360{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .order-reverse\@sm{
        flex-direction: column-reverse;
    }

    .cursor-follower{
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .text-center\@s{
        text-align: center;
    }

    .main-logo{
        left: 30px;
        top: 30px;
    }

    .toggle-menu{
        top: 40px;
        right: 30px;
    }

    .page-template:not(.page-template-page-home) .toggle-menu{
        top: 30px;
    }

    .s-content-container.order-same\@sm{
        flex-direction: column;
    }

    .s-content-container{
        padding: 20px 0 30px;
    }

    .s-content-text{
        padding: 0 0 40px;
    }

    .s-col-3-10,
    .s-col-3{
        grid-column: 1/12;
    }

    .s-col-5-12,
    .s-col-4{
        grid-column: 2/13;
    }

    .s-col-5,
    .project__grid .cr-row .item:first-child, 
    .m-features-grid .cr-row:first-child .item:first-child,
    .project__grid .cr-row .item:nth-child(2), 
    .m-features-grid .cr-row:first-child .item:nth-child(2),
    .project__grid .cr-row .item:nth-child(3), 
    .m-features-grid .cr-row:nth-child(2) .item:first-child{
        grid-column: 1/13;
    }

    .project__grid .cr-row, .m-features-grid .cr-row{
        row-gap: 40px;
    }

    .project__grid .cr-row:last-child, 
    .m-features-grid .cr-row:last-child{
        margin-top: 40px;
    }

    .intro__heading .container,
    .pt0\@s{
        padding-top: 0 !important;
    }

    .pb0\@s{
        padding-bottom: 0 !important;
    }

    .s-images.type-duo{
        padding-left: 30px;
        padding-right: 30px;
    }

    .type-duo .signature{
        width: 45%;
        max-width: 340px;
    }

    .eapps-instagram-feed-posts-slider-nav{
        display: none !important;
    }

    .btn__follow{
        overflow-x: unset !important;
    }
}

@media screen and (max-width: 767px){

    #services{
        padding-top: 30px;
    }

    .content.pl-8vw{
        padding-left: 0;
    }

    .type-duo .signature{
        position: relative;
        width: 100%;
        top: 0;
    }

    .type-duo .signature-block{
        grid-column: 4/9;
        margin-left: 0;
        max-width: 770px;
        margin-top: -60px;
    }

    .single-project .banner__heading.h50{
        max-height: 320px;
        padding-top: 80px;
    }

    .banner__heading.h70{
        max-height: 480px;
        padding-top: 80px;
    }

    .c-feature-grid-item[data-layout="vertical"] .media__image,
    .two-grid .c-feature-grid-item[data-layout="vertical"] .media__image{
        height: 420px;
    }

    .mtn40\@xs{
        margin-top: -40px;
    }

    .pt-10\@xs{
        padding-top: 10px !important;
    }

    .pt-20\@xs{
        padding-top: 20px !important;
    }

    .pt-5vw{
        padding-top: 30px;
    }

    .pb-5vw{
        padding-bottom: 30px;
    }

    .cntr\@sm{
        width: calc(100% - 60px);
    }

    .header__fullscreen img,
    .header__fullscreen{
        height: calc(100vh - 82px);
        height: calc(var(--vh, 1vh) * 100 - 82px);
    }

    .marquee__data{
        font-size: 1.5em;
        max-height: 22px;
        width: 500vw;
    }

    .marquee__wrapper em{
        margin: 0 40px 0 35px;
    }

    .marquee__wrapper{
        padding: 30px 0;
    }

    .s-content-text h2{
        margin-bottom: 0;
    }

    .s-content-text h4{
        margin-top: 20px;
        margin-bottom: 10px
    }

    .s-content-text p.content{
        margin-top: 15px;
        margin-bottom: 0;
    }

    .banner__heading.h70{
        height: auto;
        min-height: 50vh;
        height: calc(var(--vh, 1vh) * 50);
        padding-top: 80px;
    }

    .main-navigation .menu-item:hover>a{
        transform: translateX(10px) skew(-20deg);
        -webkit-transform: translateX(10px) skew(-20deg);
        -moz-transform: translateX(10px) skew(-20deg);
        -ms-transform: translateX(10px) skew(-20deg);
        -o-transform: translateX(10px) skew(-20deg);
    }
    
    .overlay.open{
        width: 100%;
    }

    .menu__container{
        padding: 30px;
    }

    .contact__details h3,
    .main-navigation a{
        font-size: 2.25em;
    }

    .menu-wrapper .container-fluid{
        padding: 0 30px;
    }

    .btn__follow{
        font-size: 1.75em;
    }

    #instagram-feed .title{
        font-size: 1.75em;
        margin-bottom: 20px;
    }

    .testimonial__details{
        margin-bottom: 20px;
    }

    .container,
    .project__grid.container,
    .banner__heading .container,
    .m-features-grid.container{
        width: calc(100% - 60px);
        padding-top: unset !important;
    }

    .quote{
        padding: 60px 0 30px;
    }

    .quote__text{
        font-size: 1em;
    }

    .quote__text br{
        display: none;
    }

    .garden__infor--wrapper{
        display: block;
    }

    .garden__infor--wrapper h5{
        font-size: 0.75em;
    }

    .garden__infor--wrapper table tr td{
        font-size: 0.75em;
        padding-top: 0;
        padding-bottom: 0;
    }

    .quote__name{
        font-size: 0.75em;
        margin-top: 30px;
    }

    .bottom__footer .widget__three,
    .bottom__footer .textwidget,
    .widget__contact a,
    .pagination-number,
    .person__details,
    .testimonial__details p,
    .caption,
    .contact__details .menu__link{
        font-size: 0.75em;
    }

    .bottom__footer .widget__two p span{
        display: block;
    }

    .widget__contact a{
        margin-bottom: 0;
    }

    .testimonial__wrapper .swiper-wrapper{
        padding-bottom: 40px;
    }

    #garden-testimonials{
        padding-top: 0;
    }

    .main-navigation .menu-item{
        margin-bottom: 40px;
    }

    .widget__four h3{
        font-size: 1.25em;
        margin-bottom: 40px;
    }

    .top__footer{
        min-height: auto;
        padding-top: 60px;
    }

    #main-footer{
        min-height: auto;
        padding-top: 60px;
    }

    #main-footer .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-section{
        padding: 60px 0;
    }

    .intro__heading{
        padding-bottom: 80px;
    }

    .subtitle{
        font-size: 1.5em;
    }

    .button__line{
        font-size: 0.875em;
    }

    .media-wrapper .uk-height-large{
        height: 260px;
    }

    .main-logo svg{
        width: 36px;
    }

    .type-duo .text-intro .text-block{
        grid-column: 2/8;
    }

    .s-col-5-12{
        grid-column: 2/13;
    }

    .type-duo .text-intro{
        position: relative;
    }

    .s-images.type-duo.layout-3 .images-block:nth-child(2),
    .s-images.type-duo.layout-3 .images-block:nth-child(1){
        grid-column: 1/9;
    }

    .s-images.type-duo.layout-3 .images-block:nth-child(2){
        margin-top: 30px;
    }

    .mt20\@xs{
        margin-top: 20px;
    }

    .slideshow-navigation-button.next{
        right: -20px;
    }

    .slideshow-navigation-button.prev{
        left: -20px;
    }

    .slide__inner{
        padding: 0 30px;
    }

    #instagram-feed{
        padding: 80px 30px 0 30px;
    }

    .project__grid .cr-row:last-child, .m-features-grid .cr-row:last-child{
        margin-top: 30px;
    }

    .project__grid .cr-row, .m-features-grid .cr-row{
        row-gap: 30px;
    }
}

@media screen and (max-width: 414px){
    .subtitle{
        font-size: 1.25em;
    }

    .contact__details h3, .main-navigation a{
        font-size: 1.75em;
    }

    .main-navigation .menu-item{
        margin-bottom: 20px;
    }

    .main-navigation .menu-item:last-child{
        margin-bottom: 15px;
    }

    .contact__details h3{
        margin-bottom: 0;
    }

    .menu__number{
        font-size: 0.75em;
    }

    .banner__heading .s-grid-12 .subtitle:last-child{
        margin-bottom: 0;
    }

    .banner__heading{
        min-height: 280px;
        align-items: flex-end;
        padding-bottom: 30px;
    }

    .banner__heading .container{
        margin-bottom: 0;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1024px)
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .s-col-5, .project__grid .cr-row .item:first-child, .m-features-grid .cr-row:first-child .item:first-child, .project__grid .cr-row .item:nth-child(2), .m-features-grid .cr-row:first-child .item:nth-child(2), .project__grid .cr-row .item:nth-child(3), .m-features-grid .cr-row:nth-child(2) .item:first-child{
        grid-column: 1/13;
    }

    .s-col-5-12, .s-col-4{
        grid-column: 2/13;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}