html,
button,
input,
select {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.news-box {
    background-color: #eeeef3;
    border: 1px solid #d2d2d2;
    padding: 20px;
    border-radius: 6px;
    margin: 0 0 40px 0;
}

.news-box .ad {
    margin-bottom: 20px;
}

.news-box .col-left {
    width: 60%;
}

.news-box .col-right {
    width: 38%;
}

@media only screen and (max-width: 800px) {

    .news-box .col-left,
    .news-box .col-right {
        width: 100%;
    }
}

.news-box .cat-title {
    margin: 0 0 20px 0;
}

.news-box .cat-title h1 {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 64px;
    color: #242477;
    margin: 0 0 5px 0;
}

.news-box .cat-title p {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: #5f5f61;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.news-box .mod-slim {
    margin: 0 0 20px 0;
    padding: 0;
}

.featured-box-sm {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.featured-box-sm h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 26.82px;
    letter-spacing: 0;
    color: #242477;
    margin: 0;
}

.featured-box-sm-inner {
    padding: 20px;
}

.card.list:first-child {
    border-top: none;
}

.card.list.list-thumb h3 a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card.list.list-thumb figure {
    max-width: 79px;
    max-height: 79px;
}

.card.card-three h3 a {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.card.card-two h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.card.card-two h3 a:hover,
.card.card-three h3 a:hover,
.card.list.list-thumb h3 a:hover {
    color: #fc5f00;
}

.post-link {
    width: 24px;
    height: 24px;
    background: url('https://consequence.net/wp-content/themes/cosv2/images/icon-link.png') top left no-repeat;
    margin: 0 5px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row::after {
    display: block;
    clear: both;
    content: '';
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.card.list {
    border-bottom: 1px solid rgba(21, 28, 36, 0.2);
}

.card.list:last-child {
    border-bottom: none;
}

.view-more-but {
    display: block;
    clear: both;
    padding: 10px 20px;
}

.view-all-link {
    margin: 0;
}

.title-mini-feed {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 29.26px;
    color: #fc5f00;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.subtitle-mini-feed {
    line-height: 32px;
    margin: 0 0 10px 0;
    color: #5f5f61;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.mini-feed-box .card img:hover {
    -webkit-transform: none;
    transform: none;
}

/* MINI FEED BOX */
.mini-feed-box {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #c9c9c9;
    background: #f3f6f7;
}

.mini-feed-box:last-child {
    border-bottom: 0px solid #c9c9c9;
}

.mini-feed-box .card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}

#miniFeedContainer .mini-feed-box .card {
    padding: 0;
}

.margin-none {
    margin: 0 !important;
}

/* AUTHOR BOX */
.author-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.author-box .author-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.author-box .author-img img {
    width: 100%;
    height: 100%;
}

.author-box span.author-name {
    text-transform: uppercase;
}

.author-box span.author-name,
.author-box .author-follow {
    margin-right: 10px;
}

.author-box span.author-name a,
.author-box .author-follow {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #242477;
    text-transform: capitalize;
    border: none;
}

.author-box .post-date {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    color: #fc5f00;
    display: flex;
}

.mini-feed-featured {
    width: 100%;
    display: block;
    clear: both;
    margin: 50px 0 0 0;
}

/* EDITORS PICK */
.editors-pick-box {
    padding: 15px;
    background: #242477;
    margin: 25px 0;
    clear: both;
}

.editors-pick-box .editors-pick-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.editors-pick-box .editors-pick-top .hightlight {
    padding: 5px 6px;
    background: url('https://consequence.net/wp-content/themes/cosv2/images/bkg-editors-pick-highlight.png') top left no-repeat;
    background-size: contain;
    width: 200px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.editors-pick-box .editors-pick-top a {
    padding: 5px 25px 5px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: right center;
    background-size: 30%;
}

.editors-pick-box .editors-pick-top a:hover {
    color: #fc5f00;
}

.editors-pick-box .editors-pick-bottom {
    display: flex;
    justify-content: space-between;
}

.editors-pick-box .editors-pick-bottom .editors-pick-btm-col-left {
    width: 15%;
}

.editors-pick-box .editors-pick-bottom .editors-pick-btm-col-right {
    width: 83%;
}

.editors-pick-box .editors-pick-bottom .editors-pick-btm-col-left img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.editors-pick-box .editors-pick-bottom h2 a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    color: #fff;
    display: block;
    margin: 0 0 15px 0;
}

.editors-pick-box .editors-pick-bottom h2 a:hover {
    color: #fc5f00;
}

.editors-pick-box .editors-pick-bottom p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    margin: 0 0 20px 0;
}

.editors-pick-box .editors-pick-bottom span.editors-pick-date {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
}

.card.card-four figure {
    max-width: 100% !important;
    float: none !important;
    margin: 0;
}

.archive-content a {
    text-decoration: none;
    border-bottom: 1px solid #141c24;
    color: #141c24;
}

.archive-content a:hover {
    color: #242477;
    border-bottom-color: #242477;
}

.archive-content .button-ticket {
    background: #242477;
    color: #fff;
    width: auto;
    transition: all ease 0.2s;
    border-radius: 5px;
    border: none !important;
    padding: 8px 16px;
}

.archive-content .button-ticket:hover {
    color: #fff !important;
    background: #fc5f00;
    border: none !important;
}

.card.card-four h3 a {
    border-bottom: none;
}

.archive-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #47484a;
}

.archive-content h3 {
    color: #242477;
    font-family: 'Gilroy-ExtraBold', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
    text-align: left;
}

.archive-content h3 a {
    font-family: 'Gilroy-ExtraBold', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    border: none;
    color: #242477;
    display: block;
    font-size: 24px;
    line-height: 40px;
}

@media only screen and (max-width: 600px) {
    .archive-content h3 a {
        font-size: 20px;
        line-height: 28px;
    }
}

.archive-content iframe {
    margin: 20px auto !important;
}

.archive-content iframe.embed-youtube {
    min-height: 600px;
    margin: 20px auto !important;
}

@media only screen and (max-width: 800px) {
    .archive-content iframe.embed-youtube {
        min-height: 300px;
    }
}

.archive-content iframe.instagram-media {
    background: white;
    max-width: 500px;
    min-height: 600px;
    width: calc(100% - 2px);
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px auto 12px auto !important;
    min-width: 326px;
    padding: 0px;
}

.archive-content .embed-youtube {
    padding-bottom: 0 !important;
}

.archive-content .twitter-tweet {
    margin: 0px auto !important;
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

.newsfeed-btn {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 14px;
    background-color: #242477;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    width: 100%;
    display: block;
    margin: 20px 0;
    cursor: pointer;
    transition: all ease 0.2s;
}

.newsfeed-btn:hover {
    background-color: #fc5f00;
}

.archive-content .wp-caption {
    width: 100%;
}

#miniFeedContainer .desktop-ad-fixed {
    display: flex;
    justify-content: space-between;
}

#miniFeedContainer .desktop-ad-fixed .non-fixed-content {
    width: auto;
}

#miniFeedContainer .desktop-ad-fixed .fixed-ad-scroll {
    width: 320px;
    min-width: 320px;
    padding-left: 20px;
    box-sizing: border-box;
}

/* RESPONSIVE */
@media only screen and (max-width: 600px) {
    .mini-feed-box {
        margin: 0 0 10px 0;
        padding: 0;
    }

    #miniFeedContainer {
        padding: 20px;
        background: #f3f6f7;
        border-radius: 5px;
        margin: 10px 0;
    }

    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .col {
        flex: auto;
    }

    .news-box {
        padding: 10px;
        border-radius: 5px;
        margin: 30px 0 20px 0;
    }

    .news-box .cat-title {
        margin: 0;
    }

    .news-box .cat-title h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .news-box .cat-title p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 10px 0;
    }

    .news-box .card {
        margin-bottom: 20px !important;
    }

    .card:first-child {
        margin-top: 0px;
    }

    .card.card-three h3 a {
        font-size: 16px;
        line-height: 24px;
    }

    .card.card-two h3 a {
        font-size: 16px;
        line-height: 24px;
    }

    .featured-box-sm {
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .view-more-button {
        margin: 10px;
    }

    .view-more-button a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
        border-radius: 6px;
    }

    .featured-box-sm h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .mini-feed-featured {
        margin: 20px 0 0 0;
    }

    .editors-pick-box .editors-pick-bottom {
        display: block;
    }

    .editors-pick-box .editors-pick-bottom .editors-pick-btm-col-left,
    .editors-pick-box .editors-pick-bottom .editors-pick-btm-col-right {
        width: 100%;
    }

    .archive-content iframe {
        margin: 0 0 20px 0;
        min-height: 250px;
    }

    .author-box {
        margin: 0 0 10px 0;
    }

    .mini-feed-box .post-info {
        padding: 0;
        margin: 0 0 10px 0;
    }
}