.content-sidebar-wrap br{
    display:none;
}
body.window_scrolled .main-header .header-items .header-col.logo-item img {
    height: auto !important;
}
header.site-header .top-ads {
    border: none !important;
}
footer.site-footer .footer-column .column-label:before {
    bottom: -5px !important;
    background-color: #363636 !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.footer-col-item.custom-footer-html.relative a {
    color: #fff !important;
    font-weight: bold !important;
}
@media only screen and (max-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 95px !important;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 95px !important;
    }
    footer .column-element .column-label {
        font-size: 19px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .main-header .header-items .header-col.logo-item img {
        height: 40px !important;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 40px !important;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
}
@media only screen and (max-width:375px) {
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 25px !important;
    }
}
