/*Press List*/
.posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.widget-press-list .post {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 32px;
}
.widget-press-list .post.featured-post {
    width: 100%;
}
.widget-press-list .post .post-thumb {
    position: relative;
    padding-bottom: 76.145%;
    background-size: cover;
    background-color: #808080;
    background-position: center;
}
.widget-press-list .post .post-thumb .date {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(64, 64, 65, 0.7);
    padding: 26px 41px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.widget-press-list .post .content a {
    text-decoration: none;
}
.widget-press-list .post .content .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #404041;
    margin-bottom: 9px;
}
.widget-press-list .post .content .excerpt {
    color: #404041;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-press-list .post .content .read-more {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #f2602d;
    text-decoration: none;
}
.widget-press-list .post .content .read-more:hover {
    text-decoration: underline;
}
.spinner {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--e-global-color-1d67ff9);
    font-weight: 500;
}
.spinner.show {
    display: flex;
}
.widget-press-list .featured-post.post .post-thumb {
    position: relative;
    padding-bottom: 59.376%;
    background-size: cover;
    background-position: center;
}
.widget-press-list .featured-post.post .content {
    width: 38%;
    padding-left: 82px;
    padding-bottom: 11px;
}
.widget-press-list .featured-post.post .content a {
    text-decoration: none;
}
.widget-press-list .post .content {
    padding: 32px 38px 27px;
}
.load-more {
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    line-height: 1;
    color: var(--e-global-color-4c05ced);
    position: relative;
    width: max-content;
    margin: 9px auto 37px;
}
.load-more .overlay-text {
    color: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}
.widget-press-list.loading-more .load-more .overlay-text {
    animation: loading linear 0.4s;
    -webkit-animation: loading linear 0.4s;
}
/* .load-more:hover {
    text-decoration: underline;
}
.load-more:hover .overlay-text {
    text-decoration: underline;
} */
.widget-press-list .post .post-inner:hover {
    background: #fff;
}
.widget-press-list .post .post-inner:hover .post-thumb .date {
    background: rgba(242, 96, 45, 0.7);
}
.widget-press-list .featured-post.post .post-inner {
    display: flex;
    align-items: center;
}
.widget-press-list .featured-post.post .post-inner .thumb-wrapper {
    width: 54.693%;
}
.widget-press-list .featured-post.post {
    margin-bottom: 97px;
}
.widget-press-list .featured-post.post .content h3 {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}
.widget-press-list .featured-post.post .content .date {
    font-size: 16px;
    line-height: 19px;
    color: #f2602d;
    font-weight: 400;
    margin: 20px 0 12px;
}
.widget-press-list .featured-post.post .content .excerpt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #404041;
}
.widget-press-list .post .post-inner {
    height: 100%;
}
.spinner svg {
    animation: spin linear 1s infinite reverse;
    -webkit-animation: spin linear 1s infinite reverse;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframe spin {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1600px) {
    .widget-press-list .featured-post.post .content {
        width: 45.307%;
    }
}
@media only screen and (max-width: 1279px) {
    .widget-press-list .post .content {
        padding: 32px 20px 27px;
    }
}
@media only screen and (max-width: 1023px) {
    .widget-press-list .post {
        width: 50%;
    }
    .widget-press-list .featured-post.post .content {
        padding: 30px 25px;
        width: 100%;
    }
    .widget-press-list .featured-post.post .post-inner .thumb-wrapper {
        width: 100%;
    }
    .widget-press-list .featured-post.post .post-inner {
        flex-wrap: wrap;
    }
    .widget-press-list .featured-post.post {
        margin-bottom: 40px;
    }

    .widget-press-list .post.featured-post {
        padding: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .widget-press-list .post {
        width: 100%;
        margin-bottom: 25px;
    }
    .widget-press-list .featured-post.post .content h3 {
        font-size: 27px;
        line-height: 32px;
    }
    .widget-press-list .featured-post.post .content {
        padding: 27px 0 0;
    }
    .widget-press-list .featured-post.post .content .excerpt {
        font-size: 16px;
        line-height: 25px;
    }
    .widget-press-list .featured-post.post .content .date {
        margin: 15px 0 13px;
    }
    .widget-press-list .featured-post.post {
        margin-bottom: 50px;
    }
    .widget-press-list .post .post-thumb .date {
        font-size: 14px;
        line-height: 18px;
        padding: 21px 26px 18px;
    }
    .widget-press-list .post .content .title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .widget-press-list .post .content {
        padding: 31px 29px 28px;
    }
    .widget-press-list .post .content .excerpt {
        font-size: 16px;
        line-height: 26px;
    }
    .widget-press-list .post .content .read-more {
        font-size: 18px;
        line-height: 27px;
    }
    .load-more {
        font-size: 18px;
        margin: 0px auto 15px;
    }
}

@keyframes loading {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes loading {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
