.category_page .title_section {
    text-transform: capitalize;
    margin-bottom: 10px;
}


.filter {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
#filter_tag{
    max-width: 247px;
    width: 100%;
}

.filter #filter_type button,
#filter_tag {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Proxima-Nova-Font";
    border: none !important;
    padding: 10px;
    outline: none;
}

.filter #filter_type button {
    background: none !important;
}

#filter_tag {
    background: url(../img/arrow-down.svg) no-repeat center right;
    font-weight: bold;
    padding-right: 21px;
}

.filter #filter_type button.is-checked {
    font-weight: bold;
}

.filter:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #BFBFBE;
    position: absolute;
    bottom: 0;
    left: 0;
}

.isotope{
    margin-top: 60px;
}

#news_tag .tag_title {
    border-bottom: 1px solid #BFBFBE;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#news_tag .list_tags {
    color: #FF3399;
}

#news_tag .list_tags a:hover {
    text-decoration: underline;
}

#news_tag .block__list--posts a {
    text-transform: capitalize;
}
.mb-60{
    margin-bottom: 60px;
}

.hero-landing a{
    color: #FF3399;
    background: #fff;
}

.block__list--posts h4 a{
    border-right: 1px solid;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8;
}

.block__list--posts h4 a:last-child{
    border-right: none;
}
@media screen and (max-width:  460px){
    .filter {
        flex-wrap: wrap;
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }

    #filter_type {
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
    }

    #filter_tag {
        width: 100%;
        max-width: inherit;
    }

    .filter #filter_type button,
    #filter_tag{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .item-cat-BCD p{
        font-size: 15px;
    }

    .section__readshop h2, .category .title_section{
        font-size: 28px;
    }

    .hero-landing a{
        font-size: 15px;
        width: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hero-landing a:hover{
        color: #fff;
    }
    .hero-landing h1{
        font-size: 25px;
        line-height: 1.2;
    }

    .post-content .element-item{
        padding-bottom: 15px;
    }
    .mb-60{
        margin-bottom: 30px;
    }
    #loadMore{
        margin-top: 33px;
    }

    p.blobck__experience--content{
        padding-top: 0px;
    }
    .blobck__experience--content .mb-60{
        margin-bottom: 0;
    }
}