@media screen and (max-width:1200px) {
    .logo a img {
        max-height: 70px;
    }
    .header-middle .ads-area {
        max-width: 65% !important;
    }
    .author-img-area {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
      
    .author-text-area {
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}

@media screen and (min-width:993px) {
    .mobile-header {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .site-header {
        display: none;
    }
    #mobileMenu {
        width: 100%;
        transition: .7s;
    }
    #mobileMenu input[type=text] {
        width: 100%;
    }
    .jet-breadcrumb > ol > li:nth-child(4),
    .jet-breadcrumb > ol > li:nth-child(5) {
        display: none;
    }
    .comment-text {
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
    .comment-author-img {
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
    #jet-home-main,
    .jet-footer-col,
    aside.jet-sidebar {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}

@media screen and (max-width:768px) {
    #jet-home-main,
    .jet-footer-col,
    aside.jet-sidebar {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #jet-grid-area .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
      }
    .jet-main-footer .jet-footer-col {
        margin-bottom: 25px;
    }
    .jet-single-top .reading-time {
        display: none;
    }
    .jet-single-heading h1 {
        font-size: 30px;
    }
    .archive-title {
        font-size: 1.1em;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .archive-title h1 {
        font-size: 2.25em;
    }
    .archive-title p {
        line-height: 24px;
    }
    .author-img-area {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .author-title {
        text-align: center;
        padding: 50px 0;
    }

    .author-img-area {
        margin-bottom: 20px;
    }

    .author-img-area img {
        width: 35%;
    }
      
    .author-text-area {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .author-title h1 {
        font-size: 30px;
    }
    .author-title p {
        font-size: 1em;
    }
}

@media screen and (max-width:576px) {

    .xs-d-none {
        display: none;
    }
    .related-item {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .related-item:first-of-type {
        display: none;
    }
    .comment-text {
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
    .comment-author-img {
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
    .jet-single-author-box-image,
    .jet-single-author-box-text {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .jet-single-author-box-image {
        margin-bottom: 15px;
    }

    .jet-single-shares ul li.share {
        display: none;
    }

}

@media screen and (max-width:375px) {
    .author-img-area img {
        width: 50%;
    }
    span.reading-time,
    span.posted-on,
    .jet-meta-left em {
        display: none;
    }
}