.archive-description .ovf-table {
    overflow: auto;
}
.archive-description table {
    min-width: 900px !important;
}
.category .blog-shortcode.style-3 .element:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.category .blog-shortcode.style-3 .element:first-child .element {
    background: #fff;
}
.category .blog-shortcode.style-3 .element:first-child .post-info {
    display: flex;
    flex: 0 0 100%;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__meta {
    font-size: 16px;
    line-height: 34px;
    color: #9d9d9d;
    margin-bottom: 20px;
    text-align: left;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__thumb {
    max-width: 58.3333333%;
    flex: 0 0 58.3333333%;
    margin-right: 30px;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__content {
    max-width: calc(100% - 58.3333333% - 30px);
    flex: 0 0 calc(100% - 58.3333333% - 30px);
    padding-right: 45px;
    padding-left: 0;
    padding-top: 40px;
    position: relative;
    text-align: left;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__category {
    position: absolute;
    left: -130px;
    top: 30px;
    right: inherit;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__category a {
    padding: 10px 20px;
    background: #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__title {
    margin-top: 0;
    font-weight: bold;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
}
.category .blog-shortcode.style-3 .element:first-child .post-info__description {
    font-size: 18px;
    margin-bottom: 15px;
    color: #737373;
    text-align: left;
}
.category .blog-shortcode.style-3 .post-info {
    background: #fff;
}
.category .blog-shortcode.style-3 .post-info__content {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.category .blog-shortcode.style-3 .post-info__meta {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.category .blog-shortcode.style-3 .post-info__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.category .blog-shortcode.style-3 .post-info__category {
    position: absolute;
    top: -25px;
    right: 25px;
}
.category .blog-shortcode.style-3 .post-info__category a {
    padding: 10px 20px;
    display: inline-block;
    background: #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.category .blog-shortcode.style-3 .post-info__description {
    text-align: center;
    line-height: 1.72;
}
.category .blog-shortcode.style-3 .post-info__link {
    text-transform: uppercase;
}
.category .blog-shortcode.style-4 .post-info {
    background: #fff;
}
.category .blog-shortcode.style-4 .post-info__content {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.category .blog-shortcode.style-4 .post-info__meta {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.category .blog-shortcode.style-4 .post-info__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}
.category .blog-shortcode.style-4 .post-info__category {
    position: absolute;
    top: -25px;
    right: 25px;
}
.category .blog-shortcode.style-4 .post-info__category a {
    padding: 10px 20px;
    display: inline-block;
    background: #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.category .blog-shortcode.style-4 .post-info__description {
    text-align: center;
    line-height: 1.72;
}
.category .blog-shortcode.style-4 .post-info__link {
    text-transform: uppercase;
}
.category #slider {
    margin-bottom: 0;
}
.category .site-content {
    background: #f8f8f8;
    padding-top: 60px;
}
.category h1.page-title,
.category h1.entry-title {
    display: none;
}
.archive-description h2 {
    color: var(--Black, #111);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.archive-description h2 span {
    font-weight: normal;
}
.archive-description table {
    background-color: #fff;
}
.archive-description table {
    border: 1px solid #dedede;
}
.archive-description table tr + tr {
    border-top: 1px solid #dedede;
}
.archive-description table tr td {
    border-right: 0;
    border-color: #dedede;
    overflow: hidden;
    color: var(--Black, #111);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 16px;
}
.archive-description table tr td a {
    color: #fc1b1b;
}
.archive-description table tr td:last-child {
    text-align: center;
}
.archive-description table tr:nth-child(1) td {
    background: #fc1b1b;
    color: #fff;
    padding: 12px 16px;
    font-weight: normal;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1500px) */
@media only screen and (max-width: 1500px) {
    .category .blog-shortcode.style-3 .element:first-child .post-info__title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .category
        .blog-shortcode.style-3
        .element:first-child
        .post-info__description {
        font-size: 16px;
    }
    .category .blog-shortcode.style-3 .post-info__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1200px) {
}
/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991.98px) {
    .archive-description h2 {
        font-size: 30px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
    .archive-description h2 {
        font-size: 25px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .category .blog-shortcode.style-3 .element:first-child .post-info {
        flex-wrap: wrap;
    }
    .category .blog-shortcode.style-3 .element:first-child .post-info__content {
        padding: 15px;
        text-align: center;
    }
    .category .blog-shortcode.style-3 .element:first-child .post-info__thumb,
    .category .blog-shortcode.style-3 .element:first-child .post-info__content {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .category .blog-shortcode.style-3 .element:first-child .post-info__meta {
        margin-bottom: 5px;
        text-align: center;
    }
    .category .blog-shortcode.style-3 .element:first-child .post-info__title {
        font-size: 16px;
        text-align: center;
    }
    .category .blog-shortcode.style-3 .post-info__meta {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.5;
    }
    .category .blog-shortcode.style-3 .post-info__title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .category .blog-shortcode.style-3 .post-info__description {
        display: none;
    }
}
/* Extra small devices (portrait phones, less than 414px) */
@media only screen and (max-width: 413.98px) {
}
@media only screen and (min-width: 992px) {
    .archive-description h2 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .archive-description h2 {
        font-size: 42px;
    }
}
