.posts_search {
    position: relative;
    margin-left: unset !important;
    margin-right: unset !important;
}

.posts_search input {
    width: 100% !important;
    border: unset !important;
    font-size: 16px;
    font-family: 'Synonym';
    border-radius: 3px !important;
    padding: 0.8rem 1rem !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    background-color: #f6f6f6 !important;
    font-size: 16px;
    transition: all .3s;
}

.posts_search input::-webkit-input-placeholder { 
    color: #6f6f6f;
    font-size: 16px;
}

.posts_search::before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-image: url('../../../assets/images/search.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
}

.posts_search svg {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
}

.posts_search svg {
    cursor: pointer;
}

.articles-loop-title {
    font-family: 'synonym' !important;
}

@media only screen and (max-width: 1200px){
    .terms_container {
        width: 100% !important;
    }
    
    .loop-content .article {
        width: calc(50% - 10px) !important;
    }


    .articles-loop-group {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .posts_search svg {
        right: 5px;
    }

    .articles-loop-title {
        padding: 0px 20px !important;
    }

}

@media only screen and (max-width: 640px){
    .loop-content .article {
        width: 100% !important;
    }

    .posts_search {
        padding: 0px 20px;
    }

    .posts_search svg {
        right: 25px;
    }

}