/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian Sidik
Template Name : Zenx - personal multipurpose portfolio onepage html
Version       : 1.0
Filename      : responsive.css
* ----------------------------------------------------------------------------------------
*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #hero-wrap {
        background-attachment: unset;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (device-width: 812px) and (device-height: 375px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {}

@media screen and (max-width: 2560px) {
    .slideout-menu {
        visibility: hidden;
    }
    .overlayclose.shows {
        visibility: hidden;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1128px) {}

@media screen and (max-width: 1024px) {
    .pd-small {
        padding: 20px;
    }
    .h3-title {
        font-size: 50px;
    }
    .about-content {
        padding: 0px 30px 0 30px;
    }
    .list-nav .nav-li {
        padding: 20px 20px 20px 20px;
    }
    .fixid .list-nav .nav-li {
        padding: 10px 20px 10px 20px;
    }
    .list-nav .nav-li a {
        font-size: 13px;
    }
    .wrap-contactinfo .icons-contact {
        padding: 10px;
        font-size: 20px;
        top: -50px;
    }
}

@media (max-width: 999px) {
    .slideout-menu {
        visibility: visible;
    }
    .overlayclose.shows {
        visibility: visible;
    }
    .button-wrap {
        padding: 20px 30px 20px 30px;
    }
    #hero-wrap {
        background-attachment: unset !important;
    }
    #hero-wrap {
        height: 700px;
    }
    .emblem {
        left: 0;
        right: unset;
        height: 300px;
    }
    .emblem span {
        font-size: 20px;
    }
    .about-content {
        padding-left: 0;
        margin-top: 100px;
    }
    .masonry>.item {
        width: 50%;
    }
    .content-testimonial h3 {
        font-size: 20px;
    }
    .wrap-contactinfo {
        margin: 30px 0 30px 0;
    }
}

@media (max-width: 992px) {
    #menumobile {
        display: block;
    }
    .navigationcrop {
        display: none;
    }
    .filter-button {
        text-align: center;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 799px) {
    .h3-title {
        font-size: 30px;
    }
    .btfilter {
        font-size: 13px;
    }
    .wrap-service h3 {
        font-size: 20px;
    }
    #main-headder .logo-wrap img {
        width: 40%;
    }
    .resume-text-wrap h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 699px) {
    .h3-title {
        font-size: 25px;
    }
    .masonry>.item {
        width: 100%;
    }
    .content-testimonial h3 {
        font-size: 15px;
    }
    .user-name>p.title-user {
        font-size: 15px;
    }
}

@media only screen and (max-width: 580px) {
    .title-contact {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 360px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}