@media (max-width: 992px) {
    #main-column,
    .sidebar-column{
        width: 100%!important;
    }
    .header-menu-panel .menu-tumbl{
        display: block!important;
    }
    .header-navigation,
    .header-top .menu-tumbl,
    .header-top .header-soc-icon{
        display: none;
    }
    .all-width-list .grid-list-post{
        width: 48%;
        margin-right: 3%;
    }
    .all-width-list .grid-list-post:nth-of-type(2n+2) {
        margin-right: 0%!important;
    }
    .all-width-list .grid-list-post:nth-of-type(2n+3) {
        margin-right: 3%!important;
    }
}
@media (max-width: 815px) {
    .container{
        padding: 0 20px;
    }
}
@media (max-width: 780px) {
    .admin-bar .glide-navigation{
        top: 40px;
    }

}
@media (max-width: 700px) {
    .list-post-content .post-header,
    .list-post-content .post-img{
        width: 100%!important;
        float: left;
    }
    .list-post-content .post-header{
        margin-bottom: 0px;
    }
}


@media (max-width: 640px) {
    .grid-list-post{
        width: 100%;
        margin-right: 0% !important;
    }
    .all-width-list .grid-list-post{
        width: 100%;
        margin-right: 0%;
    }
    .all-width-list .grid-list-post:nth-of-type(2n+2) {
        margin-right: 0%!important;
    }
    .all-width-list .grid-list-post:nth-of-type(2n+3) {
        margin-right: 0%!important;
    }
}

@media (max-width: 600px){
    .admin-bar .glide-navigation{
        top: 0;
    }
    .close-glide-button {
        margin-top: 50px;
    }
    .owl-next,
    .owl-prev,
    .back-to-top,
    .instagram-footer{
        display:none!important;
    }
    .single .post-meta > li {
        width: 60%;
    }
    .single .post-meta>  li:nth-child(2){
        width: 0;
    }
    .single .post-meta>  li:first-child{
        width: 40%;
    }
    .hero .owl-item .slide-info {
        width: 320px;
    }
    .single-post .post-switch{
        display: block;
    }
    .single-post .post-switch li{
        min-width: 100%!important;
        margin-bottom: 10px;
    }
    .single-post .post-switch li a{
        text-align: left!important;
    }
    .item-related{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .item-related{
        width: 100%;
        margin-left: 0;
    }
    .author-content{
        float: left;
        margin-top: 20px;
    }
    .post-meta > li{
        width: 50%;
    }
    .post-meta > li:last-child{
        display: none;
    }
    .single .post-meta > li:last-child{
        display: block;
    }
    .post-meta .post-meta-permalink{
        background: none;
        color: #111;
    }
}
@media (max-width: 400px){
    .default-post-style .post-meta > li:first-child{
        display: none;
    }
    .post-meta > li{
        width: 100%;
    }
    .hero .owl-item .slide-info {
        width: 250px;
    }
}