article p,li {
    font-size: 1em;
}
h1 {
    padding: 0 !important;
}
h2, h3 {
    margin-bottom: 0;
    /*margin-top: 40px;*/
}
@media only screen and (max-width: 900px) {
    h1 {
        font-size: 1.8em !important;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.3em;
    }
    ul {
        padding-left: 25px;
    }
}
h5 {
    display: none;
}
@media only screen and (max-width: 600px) {
    .main-article {
        padding: 0;
    }
    #header .nav li.publish {
        margin-top: 0 !important;
    }
}
body.search #sidebar {
    display:none;
}
body.search #main {
    width: inherit !important;
    margin-top: 20px;
}
.list-header {
    margin-bottom: 0;
}
.listing-card-list {
    margin-top: 0;
}
a {
    font-size: 1em !important;
}
.art-ads-header {
    margin-bottom: 12px;
}
.top_reviews {
    display: none !important;
}
.horoscope-links a {
    display: grid;
    text-decoration: none;
}
.top_country_links {
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 480px) {
    .top_country_links {
        margin: 15px 0 30px 0;
    }
}
.resp-wrapper {
    margin-bottom: 15px;
}
.resp-wrapper h1 {
    margin: 10px 0 20px 0;
}