/* mobile style*/
@media only screen and (max-width: 768px) {
    header#header i.icon-search {
        color: #fff !important;
        font-size: 15px !important;
    }

    header#header i.icon-menu {
        color: #fff !important;
        font-size: 20px !important;
    }

    header#header .wp_language ul li {
        width: 25px;
    }

    .footer-section {
        height: unset !important;
    }

    .sec-home .img-inner {
        padding: 0px !important;
        height: 100vh !important;
    }

    .sec-home .img-inner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .video-server {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .pum-content.popmake-content {
        padding: 20px !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-list .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    div#top-bar {
        display: none;
    }

    header#header-single h1, .related-post .related-title, .home-title h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .header-home {
        display: block !important;
    }

    .fullpage .section {
        min-height: unset !important;
        padding: 40px 0 !important;
    }

    .is-full-height {
        height: unset !important;
    }

    .fullpage .video-padding {
        padding: 0 !important;
    }

    .video-main .intro-video-buttons-group {
        display: none !important;
    }

    .home-navigation {
        display: none;
    }

    .form-tv h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .hpsection-section .home-navigation {
        display: none !important;
    }

    .hpsection-vertical-text {
        display: none;
    }

    .pd-80 .col-inner {
        padding: 20px !important;
    }

    .sec-home:before {
        width: 30%;
        display: none !important;
    }

    .sec-home:after {
        content: '';
        display: none !important;
        left: 29% !important;
    }

    .intro-video-buttons-group {
        display: none !important;
    }

    /*.hpsection-section .section-bg :is(img,picture,video) {*/
    /*    height: 240px;*/
    /*}*/
    /*.row-position {*/
    /*    padding-top: 240px !important;*/
    /*}*/
    header#header .wp_language {
        margin-left: 0;
        margin-right: 5px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}