﻿/* body.single.single-post h2,
body.single.single-post h3,
body.single.single-post h4,
body.single.single-post h5,
body.single.single-post h6 {
    color: var(--white);
} */
body.single.single-post .et_pb_post_content a {
    text-decoration: underline;
}
.breadcrumbs {
    font-size: var(--copyFontLarge);
}
.breadcrumbs a {
    color: var(--lightgrey);
}
.breadcrumb_last {
    color: var(--offWhite);
}
.post-meta-container .et_pb_code_inner {
    display: flex;
    align-items: baseline;
    color: var(--lightgrey);
    font-size: var(--copyFontLarge);
    flex-wrap: wrap;
}
.post-meta-container .wtr-time-wrap {
    color: var(--lightgrey);
}
.post-meta-container .wtr-time-wrap:before,
.post-meta-container .published-date:before,
.post-meta-container .post-author:before {
    content: '\2022';
    color: var(--charcoal);
    margin-right: 10px;
}
.post-meta-container .prime-category {
    background: var(--reducedTeal);
    border-radius: 30px;
    padding: 0 20px;
    color: var(--teal);
}
.post-meta-container .prime-category,
.post-meta-container .wtr-time-wrap,
.post-meta-container .published-date {
    margin-right: 10px;
}
.social-share-container .et_pb_code_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#share-container {
    display: flex;
    list-style: none;
    padding: 0;
}
#social-share-shortcode .et-social-icon {
    padding-left: 10px;
}
#social-share-shortcode .et-social-icon a {
    background: var(--greyscale700);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: var(--smallestFontMax);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lightgrey);
}
body.single #social-share-shortcode .et-social-icon a {
    background: var(--greyscale500);
    color: var(--charcol);
}
#social-share-shortcode .et-social-icon a:hover {
    color: var(--Primary-Lighten);
}
.post-header-row .et_pb_column {
    display: flex;
    flex-direction: column;
}
#et-boc.et-boc .et-l .sticky-social-share-col {
    margin-bottom: 0;
}
@media only screen and (min-width: 981px) {
    .sticky-social-share-col {
        position: sticky;
        top: 30%;
    }
}
@media only screen and (max-width: 980px) {
    .post-header-row .breadcrumbs {
        order: 0;
    }
    .post-header-row .post-meta-container {
        order: 1;
    }
    .post-header-row .post-title-container {
        order: 3;
    }
    .post-header-row .post-excerpt-container {
        order: 4;
    }
    .post-header-row .social-share-container {
        order: 2;
    }
    .post-header-row .post-featured-image-container {
        order: 5;
    }
    #social-share-shortcode {
        margin-bottom: 20px;
    }
}
