@media (min-width: 768px) {

    .w-md-50 {
        width: 50%;
    }
    
}

@media (min-width: 768px) and (max-width: 1400px) {

    .thumbnail {
        position: relative;
        width: 110px;
        height: 110px;
    }
    
}

@media (min-width: 576px) and (max-width: 992px) {

    .featured-post-content {
        padding: 20px 20px 0 20px;
    }

    .post-header {
        padding: 20px;
    }

    .picks-slider .btn-link {
        position: relative;
        top: auto;
    }
    
}

@media (min-width: 769px) and (max-width: 992px) {

    .thumbnail {
        position: relative;
        width: 80px;
        height: 80px;
    }
    
}


@media (max-width: 768px) {

    .w-md-50 {
        width: 100%;
    }

    .about-page p {
        position: fixed;
        top: 50%;
        left: 20px;
        transform: none;
        opacity: 0;
        width: calc(100% - 40px);
    }

    .about-page .size-30 {
        font-size: 20px;
    }

    .about-page .small-images,
    .about-page .large-images {
            top: 20%;
    }

    .py-25-mobile {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .mfp-wrap {
        height: auto;
    }

    .mother-featured .post-header {
        top: 0;
    }

    .search-overlay .search-form #searchsubmit {
        margin-top: 10px;
        width: 100% !important;
    }

    .search-overlay .search-form input {
        width: 100% !important;
    }

    .featured-posts h2 {
        padding-top: 20px;
        border-top: 8px solid #000;
        margin-left: 10px;
        margin-right: 10px;
    }

    a:hover {
        text-decoration: none;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .header-logo {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        left: -20px;
    }

    .top-bar .btn-link {
        width: 100%;
        text-align: center;
    }

    .sidenav.open {
        width: 100%;
        padding: 90px 25px 25px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 10;
    }

    .sidenav-footer {
        text-align: center;
        border-top: 1px solid #fff;
        padding-top: 10px;
        margin-top: 10px;
    }

    .sidenav .menu-item a {
        font-size: 38px;
    }

    .sidenav .menu-item-has-children > a::after {
        font-family: "Font Awesome 6 PRO"; content: "\f054";
        font-size: 12px;
        padding: 10px;
        padding: 10px;
        position: relative;
        bottom: 5px;
    }

    .sidenav .menu-item-has-children.expanded > a::after {
        font-family: "Font Awesome 6 PRO"; content: "\f078";
    }


    .sidenav .sub-menu.open {
        display: block;
    }

    .sidenav .sub-menu a {
        font-family: Apercu Regular;
        line-height: 34px;
        font-size: 15px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .header .menu-header-container {
        display: none;
    }

    .main-hero-post {
        padding: 0;
        border: 0;
    }

    .sidenav .btn-close-menu {
        left: 35px;
    }

    .post-header {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
        padding: 25px;
    }

    .category-featured-post .post-header {
        position: relative;
        left: 0;
        top: auto;
        margin-top: 0;
        bottom: 0;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: -10%;
    }

    .category-featured-post {
        padding: 0;
    }

    .category-featured-post img {
        width: 100%;
    }

    .single-header {
        padding: 20px 0;
        margin-top: 20px;
    }

    .credits {
        font-size: 18px;
        margin-bottom: 0;
    }

    .post-date {
        margin: 10px 0;
    }

    .main-text {
        width: 90%;
        font-size: 24px;
        padding: 30px 0;
    }

    .thumbnail {
        position: relative;
        width: 70px;
        height: 70px;
    }

    .thumbnail .overlay {
        font-size: 30px;
        line-height: 90px;
    }

    .mother-gallery {
        padding: 40px 20px;
    }


    .mother-nav {
        bottom: 180px;
        left: 32%;
    }

    .latest-post {
        width: 100%;
        padding: 20px;
    }

    .form-submit .submit {
        width: 100%;
        font-size: 16px;
    }

    .comment-reply-title {
        font-size: 24px;
        margin: 15px;
    }

    .latest-post .size-80 {
        font-size: 32px;
    }

    .text-mother {
        padding-left: 20px;
        padding-right: 20px;
    }

    .social-nav,
    .mother-social-nav {
        margin-top: 0;
    }

    .text-block {
        margin-bottom: 100px;
    }

    .size-72 {
        font-size: 34px;
    }

    .size-48 {
        font-size: 24px;
    }

    .size-80 {
        font-size: 40px;
    }

    .size-42 {
        font-size: 25px;
    }

    .size-44 {
        font-size: 21px;
    }

    .size-24 {
        font-size: 18px;
    }

    .size-30 {
        font-size: 24px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .popular-post {
        padding: 15px 10px;
    }

    .post-number {
        padding-top: 1px;
    }

    .featured-posts {
        padding-top: 0;
    }

    .nav {
        top: 0;
    }

    .latest,
    .picks-slider {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .mother-gallery .slick-slide {
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }

    .mobile-scroll .featured-post {
        margin: 0;
        padding-bottom: 20px;
    }


    .mobile-scroll {
        width: 100%;
        padding: 0 !important;
        margin: 0;
    }

    .loop {
        position: relative;
    }
    
    .nav-mobile {
        position: absolute;
        bottom: 20%;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 0;
        display: none;
    }

    .newsletter-section .gform_footer,
    .newsletter-section .gform_body {
        width: 100% !important;
    }

    .mother-featured .post-header {
        width: auto;
        left: 0;
    }

    .loop .post-header {
        left: 0;
        padding: 20px;
    }

    .picks-slider .btn-link {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        display: block;
    }

    .post-hero {
        position: relative;
    }

    .post-hero .social-nav {
        position: absolute;
        bottom: 0;
        left: 40px;
    }

    .post-hero .post-header {
        width: calc(100% - 40px);
        transform: translateY(-5%);
        margin-left: 20px;
        margin-right: 20px;
        padding: 25px;
    }

    .single-header-container {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .single-header h2 {
        font-size: 24px;
        margin: 10px 20px 20px 20px;
    }

    .mother-img img {
        width: 100%;
        height: auto;
    }

    .sidebar-navigation li {
        padding: 5px 10px;
        display: inline-block;
    }

    .site-footer img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .site-footer {
        text-align: center;
        padding: 30px 0;
    }

    .site-footer .social-nav {
        position: relative;
        margin-top: 15px;
    }

    .picks-slider .slick-dots li {
        width: calc(100% / 9);
    }

    .mobile-scroll-icon {
        position: fixed;
        bottom: 30px;
        z-index: 10;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }
}