/* Top Menu */

.top_panel > .vc_row:nth-child(1) {
    border-bottom: 1px solid!important;
    border-bottom-color: rgba(0,0,0,0.05)!important;
}

/* Logo */
.top_panel .sc_layouts_row_type_compact .sc_layouts_logo img {
    transform: scale(1.3);
}


/* Strona główna */

/* Sidebar */

@media screen and (min-width: 768px) {
    .home #trx_addons_widget_popular_posts-4 {
        margin-top: -60px;
    }
}

/* Banner */
@media screen and (max-width: 767px) {
    .home .lmp-banner-section {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
}