.filter_bar a {
    border: 1px solid #63a15e;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 3px 0px;
    color: #888;
    font-size: 13px;
}
.filter_bar a.active {
    background: #c4edc1;
}
.filter_bar {
    padding: 0 30px;
}
.ps-header--mobile .ps-header__menu {
    display: block;
    position: unset;
    background: transparent;
    width: auto;
}
.ps-header .ps-header__menu .menu > li:last-child a {
    color: #FFFFFF;
}

@media (max-width: 480px) {    
    #footer {
        padding: 36px 0 26px;
    }
    .foot-grid, .ev-block {
        display: block;
    }
    .container {
        padding: 0;
    }
    .foot-grid div {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 253, 248, 0.15);
    }
    .newsletter, .foot-grid div:last-child {
        margin-bottom: 0 !important;
        border-bottom: none !important;
    }
    .full-list {
        padding: 0;
    }
    .ps-header--3 .ps-logo img {
        margin-left: 5px;
        margin-top: 3px;
    }
    .ps-header__middle {
        background: transparent;
    }
    .row {
        margin: 0;
    }
    .ps-header--mobile .ps-header__menu {
        margin-right: 10px !important;
    }
    .ps-header .ps-header__menu .menu > li:last-child a {
        color: #63a15e;
    }
}