/*--------------------------------------------------
    ## responsive style
---------------------------------------------------*/

.wrapper {
    width: 100%;
    height: 100vh;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.d-flex {
    display: flex;
}

.flex-flow-column {
    flex-flow: column;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-space-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.text-left {
    text-align: left!important
}

.text-right {
    /* text-align: right!important; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-center {
    text-align: center!important
}

.border {
    border: 2px solid red;
}

.toggle-btn {
    right: 6px;
}

.section {
    padding: 1rem 0 1rem;
}

.width-100 {
    width: 100%;
}

.m-t-5 {
    margin-top: 5px;
}

.section-title .text-title {
    /* font-size: 0.9rem; */
    text-transform: uppercase;
    font-weight: 600;
    color: var(--orange-color, #000);
}


/* --- dashboard style ---- */

.dashboard-sidebar {
    max-width: 80px;
}

.dashboard-sidebar .side-menu li a span,
.dashboard-sidebar .brand-name {
    display: none;
}

.dashboard-sidebar #content {
    left: 80px;
}

.dashboard-sidebar .icon {
    min-width: 40px;
    /* font-size: 1.5rem; */
}

.dashboard-wrapper #content {
    position: relative;
    width: calc(100% - 80px);
    left: 80px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.filter-dropdown {
    right: 0;
    left: auto;
}

.search-popup-form-wrapper.active .mobile-searh-form {
    min-width: 270px;
}

.search-popup-form-wrapper.active .mobile-searh-form .mobile-search-input {
    height: 54px;
    width: 100%;
}

.right-side-ads-wrapper {
    /* border: 1px solid #ddd; */
    background-color: var(--white-color);
}

.xs-m-t-20 {
    margin-top: 20px;
}

.single-post-wrap .image-wrapper {
    height: 130px;
}


.hidden-md {
    display: block;
}
.display-md { display: none !important; }

#beryani {
    padding: 3rem;
    margin-top: 3rem;
}

/* ---- / dashboard style ---- */

@media all and (max-width: 400px) 
{
     .section-title::after {
        border: none;
    }
    .section-title .filter-options {
        gap: 0px;
        overflow-x: hidden;
    }
    .construction-wrapper .section-title .text-title.hidden-xs {
        display: none;
    }
    .single-post-wrap {
        width: 100%;
    }
    .map-title-wrapper .bio-title {
        margin-top: 0px;
   }
   .search-popup-form-wrapper .search-form .form-group .form-control {
       min-width: 190px;
   }
   .d-sm-block{display: none;}
   .hidden-xs { display: none; }
}

/* small devices (phones, 600px and down) - xs */
@media all and (max-width: 600px) {
    .paragraph, .post-name, .filter-item, .title, .text-title, .btn, .sport-item a, .post-name-wrapper, .slider-title , .details, .widget_about,  .contact_info_list li i, p, .back-to-top, .date {
        font-size: 13px;
    } 
    .top-header-wrapper .nav-container .logo a img {
        width: 140px;
    }
    .right-side-ads-wrapper {
        margin-top: 50px;
    }
    .slider .slider-title {
        width: 100%;
        padding: 12px;
    }
    .single-post-wrap .image-wrapper {
        height: 130px;
    }
    .slider .slider-cover, .slider-and-skeleton-wrapper {
        height: 200px;
    }
    .map-title-wrapper .bio-title {
        margin-top: 5px;
       font-size: 15px;
   }
   .section-title::after {
    bottom: -2px;
    border: 1px solid var(--orange-color);
   }
   .section-title .next_prev_btn .fa-angle-left,
    .next_prev_btn .fa-angle-right {
        padding: 1px 8px;
    }
    .navbar-nav li.menu-item.active::after {
        background: transparent;
    }
    .d-sm-block{display: none;}
    .hidden-xs { display: none; }
    #beryani {
        padding: 10px !important;
        margin-top: 0rem !important;
    }
    .cta-title {
        font-size: 18px !important;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) - sm */

@media all and (min-width: 600px) {
    .paragraph, .post-name, .filter-item, .title,  .btn, .sport-item a, .post-name-wrapper, .slider-title , .details, .widget_about,  .contact_info_list li i, p, .back-to-top, .date {
        font-size: 15px;
    } 
    .text-title {
        font-size: 18px;
    }
    .map-title-wrapper .bio-title {
        margin-top: 5px;
       font-size: 16px;
   }
    .container {
        max-width: 670px;
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-none {
        display: none !important
    }
    .hidden-xs  {
        display: block !important;
    }
    .search-popup-form-wrapper.active .search-form {
        width: 90%;
        min-width: auto;
    }
   
    .col-xs-2 {
        width: 50%;
    }
    .right-side-ads-wrapper {
        margin-top: 50px;
    }
    .section {
        padding: 1.5rem 0 1rem;
    }
    .slider .slider-title {
        width: 100%;
        padding: 12px;
    }
    .slider .slider-cover, .slider-and-skeleton-wrapper {
        height: 300px;
    }
    
    .section-title .filter-options {
        gap: 5px;
    }
    .construction-wrapper .section-title .text-title {
        display: block;
    }
    .section-title .next_prev_btn .fa-angle-left,
    .next_prev_btn .fa-angle-right {
        padding: 3px 10px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media all and (min-width: 768px) {
    .container {
        max-width: 850px;
    }
    .d-md-block {
        display: block!important
    }
    .d-md-none {
        display: none!important
    }
    .hidden-md {
        display: none !important;
    }
    .display-md {
        display: block !important;
    }
    .topbar-area {
        background-color: #fff;
    }
    .toggle-btn {
        right: 6px;
    }
    .nav-right-part .header-search {
        color: #fff;
    }
    .right-side-ads-wrapper {
        margin-top: 50px;
    }
    .dashboard-wrapper #content {
        position: relative;
        width: calc(100% - 80px);
        transition: all .3s ease;
    }
    .slider .slider-title {
        width: 100%;
        padding: 20px;
    }
    .filter-dropdown {
        right: auto;
        left: 0;
    }
    .single-post-wrap .image-wrapper {
        height: 190px;
    }
    .slider .slider-cover, .slider-and-skeleton-wrapper {
        height: 365px;
    }
   
}


/* Large devices (laptops/desktops, 992px and up) */

@media all and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .top-header-wrapper {
        background: var(--light-gray);
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-none {
        display: none!important
    }
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
    
    
    .single-post-wrap .thumb img {
        width: 100%;
    }
    .single-post-wrap.style-overlay .post-details {
        padding: 18px 14px;
    }

    .single-post-wrap .thumb .btn-date {
        height: 36px;
        line-height: 38px;
    }
    .single-post-list-wrap .media .post-details {
        margin-top: -9px;
    }
    .map-title-wrapper .bio-title {
        margin-top: 5px;
       font-size: 18px;
   }

    .section-title .text-title {
        /* font-size: 1rem; */
        text-transform: uppercase;
        font-weight: 600;
    }
    .right-side-ads-wrapper {
        margin-top: 0px;
    }
    .dashboard-wrapper #content {
        position: relative;
        width: calc(100% - 250px);
        left: 250px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    .dashboard-sidebar {
        max-width: 250px;
    }
    .dashboard-sidebar .side-menu li a span,
    .dashboard-sidebar .brand-name {
        display: block;
    }
    .filter-dropdown {
        right: 0 !important;
        left: auto !important;
    }
    .xs-m-t-20 {
        margin-top: 0px;
    }
    .slider .slider-cover, .slider-and-skeleton-wrapper {
        height: 300px;
    }
}


/* ======= Extra large devices (large laptops and desktops, 1200px and up) ======= */

@media all and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .single-post-wrap.style-white .post-details .title {
        /* font-size: 16px; */
        line-height: inherit;
    }
    .single-post-list-wrap .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .single-post-wrap.style-overlay .thumb img {
        width: 100%;
    }
    .single-category-inner img {
        width: 100%;
    }
    .pd-bottom-150 {
        padding-bottom: 200px;
    }
    .mg-top--100 {
        margin-top: -142px;
    }
    .section-title .text-title {
        /* font-size: 1.3rem; */
        text-transform: uppercase;
        font-weight: 600;
    }
    .right-side-ads-wrapper {
        margin-top: 0px;
    }
    .slider .slider-cover, .slider-and-skeleton-wrapper {
        height: 365px;
    }
}