@media only screen and (max-width: 1100px) {
    .sec-featured .latest-featured h2 a {
        font-size: 24px;
    }

    body .owl-carousel .owl-nav button.owl-prev {
        left: -4px;
    }

    body .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        right: -5px;
    }

    body .owl-carousel.video-carousel .owl-nav button {
        left: calc(100% - 30% + 55px);
    }

    body .owl-carousel .owl-nav button {
        background-size: 9px !important;
    }
    .user-listing-sec {
    width: 47%;
}
}

@media(min-width:992px) {
    .sub-menu-toggle {
        display: none
    }

    .sub-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        background: #fff;
        min-width: 200px;
        top: 100px;
        transition: 300ms all;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
    }

    .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .menu-wrapper>li .sub-menu a {
        padding: 10px 20px;
    }

    .menu-wrapper>li.menu-item-has-children>a {
        background: url(../svg/arrow-down-1.svg)no-repeat 75%/11px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:991px) {
.user-listing-sec {
    width: 100%;
}

    .sec-featured .latest-featured h2 a {
        font-size: 18px;
    }

    .primary-navigation {
        display: none;
    }

    .subscribe-img img {
        width: 100%;
    }

    .subscribe-box h2 {
        font-size: 20px;
        max-width: 380px;
    }

    .mmm-list {
        flex: 0 0 100%;
    }

    .member-box h3 a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.custom-modal-dialog {
    max-width: 90%;
}
.single-post-wrapper .col-8 {
    padding: 0 30px 0 15px;
}
}

@media only screen and (max-width:767px) {
.single-post-data ol, .single-post-data ul {
    margin: 0 0 24px 28px;
}
.single-post-wrapper .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px 0 15px;
}
.mmm-img img {
    height: 270px;
    object-position: top;
}
.single-post-wrapper .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}
.scrolltop {
    display: none !important;
}
.mob-user-txt {
    padding-right: 0px;
}
.search-sec .page-header {
    margin: 0;
    padding: 40px 35px 20px;
}
.register_form .medium-6 {
    width: 100% !important;
}
.search-sec .page-title {
    margin-bottom: 4px;
    font-size: 25px;
    font-weight: 300;
}
.custom-modal-content {
    padding: 15px 15px 20px;
}
.custom-modal-dialog {
    max-width: 100%;
}
.custom-modal {
    padding: 20px;
}
.close-modal svg {
    width: 15px;
}
.close-modal {
     right: 10px;
    top: 13px;
    padding: 5px;
}
.custom-modal-body form.register_form {
    margin-top: 25px!important;
}
.old_featured_section h3 {
    font-size: 20px !important;
    text-align: left !important;
    padding: 0 30px 0 25px !important;
}
.custom-modal-content .old_featured_section {
    margin: 0 -15px;
        padding-bottom: 15px;
}
.register_form .small-12:last-child {
    margin: 0 -15px;
}
.column input::-webkit-input-placeholder, form.register_form input, .subs-txt {
    font-size:14px !important;
}
    p .left_img {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .sec {
        padding: 15px 0;
    }

    .sec-subscribe {
        padding-bottom: 0;
    }

    .sec-featured .featured-stories {
        flex-direction: column;
    }

    .sec-featured .featured-stories>div {
        width: calc(100% / 1 - 0px);
    }

    .footer-top {
        flex-direction: column;
    }

    .search-button span {
        display: none;
    }

    .sec-featured .featured-list {
        padding-top: 15px;
        padding-bottom: 0px;
		border-bottom: 0;
    }

    .featured-list-all {
        margin: 0 -15px;
        width: calc(100% + 30px) !important;
        padding: 15px 15px 0;
        border-top: 1px solid #515256;
    }

    .latest-featured {
        padding-bottom: 15px;
    }

    .mmm-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mmm-wrap {
        border-bottom: none;
        padding: 0 0 20px 0;
        flex-direction: column;
    }

    .mmm-meta {
        padding-left: 0px;
        padding-top: 15px;
    }

    .video-main-sec {
        width: 170%;
    }

    .tab-menu ul li a {
        padding: 15px 30px;
        font-size: 15px;
    }

    .tab-main-box {
        padding: 15px 0;
            margin-top: 60px !important;
    }

    .sec-heading {
        padding: 15px 0px;
    }

    .subscribe-wrap {
        flex-direction: column;
        padding-top: 32px;
        gap: 24px;
    }

    .subscribe-wrap .subscribe-img:first-child>img {
        width: 140px;
        margin: 0 auto;
    }

    .subscribe-img img {
        margin: 0 auto;
        max-width: 220px;
    }

    .sec-subscribe {
        padding: 0px 15px !important;
    }

    .subscribe-box h2 {
        font-size: 20px;
        max-width: 342px;
    }

    .footer-top {
        padding: 24px 9px;
        flex-direction: column;
    }

    .footer-column h3 {
        margin-top: 20px !important;
        padding-bottom: 0px;
    }

    .footer-column {
        width: calc(100% / 1);
    }

    .sec-subscribe {
        padding: 0px 15px !important;
    }

    .subscribe-box h2 {
        max-width: 342px;
    }

    .subscribe-box {
        width: 100%;
    }

    .footer-bottom {
        padding: 20px 0px;
        border-top: 1px solid #515256;
    }

    .featured-list-all h2 a {
        font-size: 18px;
        line-height: 26px;
    }

    .featured-list-all p {
        font-size: 16px;
        padding-top: 8px;
    }

    .cat-header h2 {
        margin-bottom: 20px;
    }
    .footer-top .footer-column ul li {
    padding-bottom: 0;
}
.tab-menu ul {
    margin-bottom: 40px;
}
.mobile_ad {
    display: block;
}
.advert-img a:first-child {
    display: none;
}

.single-post .content-area .mmm-related-posts .sec {
    padding: 30px 0px 50px 0px;
}
.single-post .content-area {
    padding: 15px 0px 0px 0px !important;
}
}