@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .collapse:not(.show){
        display: block!important;
    }
}
@media only screen and (max-width:1300px) {
    .wrapper {
        max-width: 730px;
        left: -51px;
    }
}
@media only screen and (max-width:1200px) {
    .header-info span {
        font-size: 12px;
    }
    .header-social{
        display: none;
    }
    .navbar-toggler{
        margin: 10px 0px;
        border:1px solid #ffffff;
        background-color: #ffffff;
        border-radius: 0px;
    }
    header{
        background: rgba(0,0,0,0.5);
    }
    .navbar-collapse{
        flex-direction: column;
        align-items: start;
        z-index: 10;
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-nav li a{
        padding:15px 0px!important;
    }
    .navbar .theme-btn{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header-right{
        display: none;
    }
    .collapse:not(.show){
        display: none!important;
    }
    .navbar-collapse{
        position: absolute;
        top: 69px;
        left: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.9);
    }
    .navbar-nav .dropdown-menu{
        position: static!important;
        margin:0px;
        padding: 0px!important;
    }
    .navbar-nav{
        display: flex;
        flex-direction: column!important;
    }
    header .navbar .navbar-nav li{
        border-bottom:1px solid #444444;
        padding-right: 0px;
    }
    header .navbar .navbar-nav li a {
        padding: 15px !important;
        color:#000000;
        margin: 0px;
    }
    header .navbar .navbar-nav > li > a:hover {
        background-color: #FFCB04;
        color: #000000!important;
    }
    .navbar-expand-lg .navbar-toggler {
        background-color: #ffffff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .wrapper {
        max-width: 730px;
        left: -143px;
    }
    .breacumb{
        display: none;
    }
    footer .wrapper{
        max-width: 100%;
        padding: 0px 15px;
    }
    .login-outer {
        max-width: 90%;
    }
    .login-content{
        min-height: calc(100vh - 152px);
        height: auto;
    }
    .navbar-nav a:after{
        display: none;
    }
    .navbar-nav a, .navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a.active{
        color: #ffffff!important;
    }
    .dropdown-menu{
        border: none!important;
        background: none;
    }
    header .navbar .navbar-nav li .dropdown-menu a{
        padding: 10px 15px!important;
    }
    .post-img{
        height: auto;
    }
}
@media only screen and (max-width:1050px) {
    .wrapper {
        max-width: 517px;
        left: -100px;
    }
    .advertisment span{
        font-size: 13px;
    }
    .advertisment {
        width: 178px;
        margin-left: 16px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: 100%;
        left: 0px;
        margin: auto;
        padding: 0px 15px;
    }
    .advertisment{
        display: none;
    }
    .content{
        height: auto;
    }
    footer .wrapper{
        flex-direction: column;
    }
    footer .wrapper span{
        display: block;
        margin-bottom: 10px;
    }
    footer a{
        padding: 0px 2px;
    }
}
@media only screen and (max-width:575px) {
    .login-register-wrapper{
        width: 100%;
    }
    .login-content{
        padding: 15px 10px;
    }
    .login-left{
        margin-bottom: 40px;
    }
    .wrapper{
        overflow: auto;
    }
	.welcome-title{
        flex-direction: column;
    }
    .welcome-title span{
        margin-bottom: 10px;
        text-align: center;
    }
    .search-bar{
        width: 100%;
    }
    .profile-links{
        flex-wrap: wrap;
        gap: 9px;
    }
	.change-cover-pic{
        bottom: initial;
    }
}

