@media screen and (max-width: 575.98px){
.gv-table-view tr td {
display: flex;
}
}
.ast-single-post .entry-title, .ast-single-post .entry-title a {
    line-height: 1.2;
    font-weight: bold;
    font-size: 30px !important;
}
.post-content>.read-more {
    margin-top: 1.5em;
    text-align: center;
}
.entry-title, .entry-title a {
    font-weight: var(--ast-blog-title-font-weight, normal);
    font-size: 1.1em!important;
    text-align: center!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f140"!important;
}
.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: #4f627a;
    display: none;
}
.single .entry-header .post-thumb img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%!important;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color);
    margin: 0;
    padding: 0.34em 6.67em;
}