.wpml-ls-link span {
    font-size: 15.48px;
    line-height: 15.6348px;
    text-transform: uppercase;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    position: relative;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item a::after {
    content: "|";
    position: absolute;
    right: -2px;
    top: 5px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child a::after {
    content: none;
}

.search-results h3,
.search-results .category {
    font-size: 18px;
    font-weight: 700;
}

.search-results .date {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-results h1 {
    font-size: 60px;
}

.search-results .filters {
    margin-bottom: 0;
}

.search-results .post-box {
    padding-bottom: 104px;
    padding-top: 40px;
    border-bottom: 1px solid #000000;
}

.search-results .post-box .left-side {
    float: left;
    width: 50%;
}

.search-results .post-box .right-side {
    float: right;
    width: 50%;
}

.clearfix {
    clear: both;
}

.search-results .post-box .left-side h2 a{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.search-results .post-box .left-side h3 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300;
}

.search-results .post-box .left-side p.short-text {
    margin-top: 40px;
}

.search-results .post-box .thumbnail img {
    width: 252px;
    height: 141px;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .search-results .post-box .left-side {
        float: none;
        width: 100%;
    }
    
    .search-results .post-box .right-side {
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }
}