.x-breadcrumb-wrap{
	overflow: inherit !important;
}
.x-main.left{
	overflow: hidden;
}
.x-navbar .x-brand{
	margin-top: 0 !important;
}

.pagination {
    display: block;
}

@media screen and (max-width: 1024px) {
    .main-4-post {
        display: none;
    }
    #top-banner-mobile {
        padding-top: 0 !important;
    }
}

@media only screen and (min-width:768px) and (max-width:930px) {
    .main-3-post {
        display: none;
    }

}