﻿@media (max-width: 991px) {
    .sidebar {
        display: none;
        width: 0;
    }

    .composer {
        left: 0;
    }
}
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .top-header {
        margin-left: 0;
    }

    .main-content {
        margin-left: 0;
        margin-bottom: 70px;
    }

    .top-header.desktop {
        display: none;
    }
    .top-header.mobile {
        display: flex;
    }
    .mobile-logo {
        display: block;
       /* margin-left: 16px;*/
    }

        .mobile-logo img {
            border-radius: 10px;
            width: 50px;
        }

    .mobile-account {
        display: block;
        margin-right: 16px;
    }

        .mobile-account .rounded-circle {
            border: 2px solid var(--offside-blue);
        }

    .mobile-footer-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        border-top: 1px solid #ccc;
        z-index: 1000;
    }

        .mobile-footer-nav a {
            flex: 1;
            text-align: center;
            color: #000;
            font-size: 22px;
            padding: 10px;
        }

            .mobile-footer-nav a.active::after {
                content: '';
                width: 6px;
                height: 6px;
                background-color: #000;
                border-radius: 50%;
                position: absolute;
                transform: translate(-50%, -50%);
            }

    .search-bar input {
        width: 90%;
        padding: 5px 5px 5px 5px;
        text-align: center;
    }

    /*.search-icon {
        position:absolute;
        left: 34%;
    }*/
    .swiper {
        overflow: hidden !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.175);
        margin-left: -16px !important;
        margin-right: -16px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
        .swiper.container-lg {
            width: initial;
        }
        .swiper .container-lg {
            border-bottom: none;
        }
    .custom-swiper {
        padding-bottom: 20px;
    }
    .swiper-container h2 {
        margin-bottom: 10px;
    }

        .swiper-container h2.pl-50 {
            padding-left: 0px;
        }

    .swiper-button-prev, .swiper-button-next {
        width: 28px !important;
        height: 28px !important;
    }
    .swiper-nav-top-right {
        top: 64px;
    }
    .card img {
        max-height: 220px;
    }

    .hot-articles {
        height: 250px;
        margin-left: 5px;
        margin-right: 5px;
    }
    /* CREATOR */
    .creator-banner {
        margin-top: 4px;
    }

    .creator-avatar {
        width: 60px;
        height: 60px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .creator-short-bio {
        padding-left: 10px;
        padding-right: 10px;
    }
    .creator-page.justify-content-center {
        justify-content: normal !important;
    }

    .creator-page.nav {
        align-items: center;
        justify-content: space-evenly;
    }

    .creator-page li {
        font-size: 11px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .creator-page hr {
        margin-left: -16px;
        margin-right: -16px;
    }

    .creator-page.main-content, .creator-page.p-l-r-30, .creator-banner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .creator-cover {
        height: 140px;
    }

    .creator-details {
        margin-top: 12px;
        margin-left: 10px;
    }

        .creator-details h1 {
            font-size: 16px;
        }

        .creator-details .subscribers {
            font-size: 12px;
        }

    .creator-actions {
        margin-top: 34px;
        margin-right: 0px;
    }

        .creator-actions .btn {
            padding: 6px 16px;
            font-size: 11px;
        }

    .creator-content.publication-card {
        margin-top: 0px !important;
    }
    /*******/
    /*ARTICLE*/
    .fixed-bottom small {
        font-size: 0.8rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    .post-page.p-l-r-30 {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*******/
    .publication-card {
        left: 0px;
        padding-left: 0px;
        position: absolute;
        right: 0px;
        padding-right: 0px;
    }

    .post-container {
        margin-top: 20px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-body {
        font-size: 15px;
    }

    .post-content {
        padding-left: 10px !important;
        padding-right: 10px;
    }

    .post-back-button {
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin-left: 40px;
        background-color: var(--offside-white);
    }

    .post-share-button {
        font-size: 20px;
        margin-top: 0px;
        width: 40px;
        height: 40px;
        margin-left: 85%;
    }

    .post-cover {
        margin-top: -60px;
    }
    .footer-main {
        padding-left: 0px;
        position:initial;
    }
    .subscription-card {
        flex-direction: column;
    }

    .thumb {
        width: 100%;
        height: 200px;
    }
}
@media (min-width: 1200px) {
    .container-lg.post-page {
        max-width: 1000px;
    }
}
@media (min-width: 1400px) {
    .container-lg.post-page {
        max-width: 1000px;
    }
}