/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .ipad2-off{display: none !important}
    body h1,
    body h2,
    body h3,
    body h4{
        font-weight: bold !important
    }
    body h1{
        font-size: 40px !important
    }
    body h2{
        font-size: 30px !important
    }
    body footer h2{
        font-size: 20px !important;
        line-height: 1.2
    }
    body h3{
        font-size: 18px !important;
        line-height: 1;margin-bottom: 0
    }
    .scroll {
        position: absolute;
        right: 20px;
    }
    .CTA .col-md-6 {
        padding: 50px 100px;
    }
    .footer_menu_ > div{min-width: 25% !important}
    footer {
        padding-top: 70px !important;
    }
    .subchild {
        margin-top: 50px !important;
    }
    .subchild .px80  {
        padding: 30px 20px !important;
    }
    body .ldline {
        height: 194px;
    }
    footer .footer_menu_ ul a{font-size: 15px !important}
    .CTA p{ font-size: 14px !important}
    .CTA h2{line-height: 1.1;font-size: 20px !important}

    .col-i2-4{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-i2-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-i2-8{
        flex: 0 0 67%;
        max-width: 67%;
    }
    .pl-ipad-40{padding-left: 40px}

    .blog-5col li h3,
    .blog-6col li h3,
    .blog-3col li h3{
        font-size: 14px !important
    }
    .tobtn p{widows: 100%}
    .blog-5col li,
    .blog-6col li,
    .blog-3col li{position: relative !important;top: 0 !important;left: 0 !important;max-width: 33% !important;    float: left;}
    body .height-100.height-fit {
        height: 100vh !important;
        padding: 0 !important;
    }

    .height-100.height-fit.overlay.height-fit.pt-i-120{
        height: 120vh !important
    }

    body .orange_bar_ ul a {
        padding: 18px 15px;
    }
    body .padding-40px-all {
        padding: 40px 10px;
    }
    body aside.rep,
    body iframe#cs {
        height: 524px;
        min-height: 524px;
    }
    .pt-xs-120{padding-top: 120px !important}
    .v3 .btn.btn-large {
        font-size: 12px !important;
        padding: 9px 5px !important;
        line-height: 25px !important;
    }
    .box_white h3.yellow{margin-bottom: 15px}
    .rcs svg{width: 120px !important}
    body .height-100.height-fit.couple_bg{
        height: auto !important
    }
    .container.vertical-align2 .tab_p{
        padding-top: 70px;
        padding-bottom:470px;
    }

    ._staff_ .cropped, .cropped2 {
        width: 210px;
        height: 210px;
    }
    .col-md-4.mb-120{
        margin-bottom: 60px !important
    }
    .bar-right h2{
        line-height: 1.2 !important;
        font-size: 24px !important
    }
    .box_blueg{
        display: block !important
    }
    .pb200 {
        padding-bottom: 390px !important;
    }
    body .mb-150 {
        margin-bottom: 70px;
    }
    .swiper-slide img{width: 190px !important}
    .row.mb-80.mb-xs-40{margin-bottom: 40px !important}

    .col6>div{min-width: 33.3% !important;margin-bottom: 10px}
    .col6>div h3{font-size: 13px !important}
    .blog-post-style4.col6 figure figcaption {
        padding: 30px 10px !important;
    }
    div.wbox.mh230{
        min-height: 230px
    }
}