/* ********************************************************************** */
/* Various styles */




/* ********************************************************************** */
/* Custom Post Excerpt */

#custom-post-excerpt {
    margin: 0px 0px 40px 0px;
}

#custom-post-excerpt .excerpt-post-age {
    color: #222222;
    background-color: #F3C805;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 40px;
}

.site-id-2 #custom-post-excerpt .excerpt-post-age {
    color: #ffd83a;
    background-color: #9C0F06;
}

#custom-post-excerpt .excerpt-post-age > i.fa {
    margin-right: 10px;
}

#custom-post-excerpt .excerpt-post-age strong {
    font-weight: 700;
}

#custom-post-excerpt .excerpt-yellow-border {
    border: 2px solid #F3C805;
    padding: 20px 20px 20px 10px;
}

.site-id-2 #custom-post-excerpt .excerpt-yellow-border {
    border: 2px solid #9C0F06;
}

#custom-post-excerpt .fact-check-meter-placeholder {
    width: 15%;
    float: left;
    margin-right: 2%;
}

#custom-post-excerpt .fact-check-question-placeholder {
    width: 80%;
    float: left;
}

#custom-post-excerpt .fact-check-question {
    margin-bottom: 10px;
}

#custom-post-excerpt .fact-check-question > span {
    color: #222222;
    background-color: #F3C805;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 2px;
}

.site-id-2 #custom-post-excerpt .fact-check-question > span {
    color: #ffd83a;
    background-color: #9C0F06;
}

#custom-post-excerpt .post-excerpt {
    color: #222222;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}


/* ********************************************************************** */

.related-post {
    border: 2px solid #F3C805;
    padding: 20px 20px 20px 10px;
    margin-bottom: 20px;
}

.related-post > .fact-check-meter-placeholder {
    width: 15%;
    float: left;
    margin-right: 2%;
}

.related-post > .fact-check-question-placeholder {
    width: 80%;
    float: left;
}

.related-post > .fact-check-question {
    margin-bottom: 10px;
}

.related-post > .fact-check-question-placeholder > .fact-check-question > span > a {
    color: #222222;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 700;
    padding: 2px;
}

.related-post > .post-excerpt {
    color: #222222;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}

/* ********************************************************************** */

.fact-check-result {
    margin-bottom: 10px;
}

.fact-check-result > span {
    color: #222222;
    background-color: #F3C805;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 2px;
}

.site-id-2 .fact-check-result > span {
    color: #F3C805;
    background-color: #9C0F06;
}

/* */

/* ********************************************************************** */
/* Video list */
.video-list-item {
    width: 100%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 40px;
}

.video-list-item a {
    color: #ffffff;
}

.video-list-item a:hover {
    text-decoration: none;
    color: #F3C805 !important;
}

.video-list-item a:hover .fa-video {
    color: #F3C805 !important;
    border-color: #F3C805 !important;
}

.video-list-item h3 {
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1em;
}

.video-list-item h3 a {
    color: #ffffff !important;
}

.video-list-item {
        width: 100%;
        float: left;
        padding: 0px 20px;
    }

@media screen and (min-width: 1025px) {
    /* Your CSS rules for screens larger than 1024px go here */
    .video-list-item {
        width: 25%;
        float: left;
        padding: 0px 20px;
    }
    .video-list-item h3 {
        font-size: 16px;
        line-height: 1.2em;
    }
}

.video-list-item h3 {
    font-size: 20px;
    line-height: 1.2em;
    text-decoration: none !important;
}



/* ********************************************************************** */
/* Images */

.listing-image-2-1 {
    aspect-ratio: 2 / 1;
    width: 100%;
}

.listing-image-3-1 {
    aspect-ratio: 3 / 1;
    width: 100%;
}

.listing-image {
    margin-bottom: 20px;
}

.listing-image .fact_check_meter_image {
    position: absolute;
    right: 10px;
}

.listing-image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 30%, rgba(0, 0, 0, 1) 90%);
    opacity: 0.4;
}

.listing-image .overlay-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding-right: 30%;
    margin-left: 10px;
}


h2.archive-heading {
    color: #222222;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
}

.listing-post-categories {
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #222222;
    opacity: .5;
    font-weight: 700;
}

.listing-post-categories a {
    color: #222222;
}

.listing-post-categories a:hover {
    color: #000000;
}

/* ********************************************************************** */
/* Custom Author Box */

#custom-post-meta {
    
}

#custom-post-meta .custom-post-author {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #222222;
}

#custom-post-meta .custom-post-author > .custom-post-author-image {
    float: left;
    margin-right: 10px;
}

#custom-post-meta .custom-post-author > .custom-post-author-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#custom-post-meta .custom-post-author > .custom-post-author-name {
    float: left;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 60px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#custom-post-meta .custom-post-date-time {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #222222;
    text-align: left;
}

#custom-post-meta .custom-post-categories {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0px;
    border-bottom: 1px solid #222222;
}

#custom-post-meta .custom-post-tags {
    font-size: 11px;
    font-weight: 700;
    padding: 10px 0px;
    border-bottom: 1px solid #222222;
}

#custom-post-meta a {
    color: #222222 !important;
}

#custom-post-meta a:hover {
    color: #F3C805 !important;
    text-decoration: none;
}