/**
 * SNUC - Single Post / Article Styles
 *
*/




/* Single Article */
body.single-post .container-wrap {
    padding-top: 0px;
}
body.single-post .post-area {
    margin-top: 0px !important;
}
body.single-post #page-header-wrap {
    display: none !important;
}

body.single-post .post-area:not(.masonry) article .post-content.classic {
    overflow: visible;
}

body.single-post .post-area .article_surtext p {
    color: #D5D5D8 !important;
    text-align: center !important;
    font-family: "Open Sans" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}
body.single-post .post-area .hero_desc p {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
body.single-post .post-area p {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
body.single-post .post-area span.use_case_tag {
    display: inline-block;
    height: 28px;
    min-width: 40px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: #2F2F33;
    color: #F5F5F7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
}


body.single-post .posts-container .post-header {
    padding-top: 80px;
}
body.single-post .posts-container .post-header > span:after {
    content: unset !important;
}
body.single-post .post-area[data-remove-post-author="1"] article .post-header .meta-category > a,
body.single-post .post-area[data-remove-post-author="1"] article .post-header .meta-category > span {
    color: #5E5E66;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
body.single-post .post-area[data-remove-post-author="1"] article .post-header .title {
    margin-top: 20px;
    margin-bottom: 20px;
}
body.single-post .post-area[data-remove-post-author="1"] article .post-header .subtitle {
    color: #18171A;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author {
    margin-bottom: 44px;
    display: block !important;
}
body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author > .meta-author,
body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author > .meta-date {
    color: #18171A;
    margin-right: 24px;
    display: inline-block !important;
}
body.single-post #post_featured_media {
    position: relative;
    clear: both;
    float: left;
    margin-bottom: 48px;
    min-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 48px !important;
}
body.single-post #post_featured_media * {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    margin: 0px !important;
    padding: 0px !important;
}
body.single-post .post .post-featured-img img {
}
/* Video Play Button */
body.single-post #post_featured_media .nectar-video-box {
    margin-bottom: 0px !important;
}
body.single-post #post_featured_media .nectar-video-box .nectar_video_lightbox {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 10 !important;
    width: 70px !important;
    height: 70px !important;
    margin-top: -35px !important;
    margin-left: -35px !important;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 200px !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}
body.single-post #post_featured_media .nectar-video-box .play .inner-wrap {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
body.single-post #post_featured_media .nectar_video_lightbox svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 33px !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: 2px !important;
    transform: translateY(-50%) translateX(-50%) !important;
}

body.single-post .post .post-content.classic {
    display: inline-flex;
    max-width: 100%;
}
body.single-post .post .post-content.classic .content-inner {
    border-bottom: 0px !important;
    max-width: calc(100% - 200px) !important;
    margin: 0px auto !important;
}


body.single-post .post .post-content.classic .content-inner h2 {
    margin-top: 16px !important;
    margin-bottom: 20px !important;
}
body.single-post .post .post-content.classic .content-inner h2,
body.single-post .post .post-content.classic .content-inner h2 > * {
    color: #18171A;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 32px;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
}

body.single-post .post .post-content.classic .content-inner h3 {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
}
body.single-post .post .post-content.classic .content-inner h3,
body.single-post .post .post-content.classic .content-inner h3 > * {
    color: #18171A;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px;
}


body.single-post .post-area:not(.masonry) article .post-content.classic {
    overflow: visible;
}

#single_socials_top, #single_socials_bottom {
    display: none !important;
}
@media only screen and (min-width: 1000px) {
    #single_socials_bottom {
        display: block !important;
        margin-bottom: 50px;
        width: 0px;                                                             /* 8888888 */
    }
    .nectar-social.vertical .nectar-social-inner {
        margin-right: 0px;                                                      /* 8888888 */
        z-index: 2;
    }
}
@media only screen and (max-width: 999px) {
    body.single-post .post .post-content.classic {
        display: inline-block !important;
        max-width: 100%;
    }
    body.single-post .post .post-content.classic .content-inner {
        max-width: 100% !important;
        padding-left: unset;
        padding-right: unset;
        width: 84%;
    }
    #single_socials_top {
        display: inline-block !important;
        float: right;
    }
    body.single-post .posts-container .post-header {
        padding-top: 56px !important;
        padding-left: 48px !important;
        padding-right: 48px !important;
        margin-bottom: 30px;
    }
    body.single-post #post_featured_media {
        margin-bottom: 40px !important;
    }
    body.single.single-post .container-wrap .main-content {
        max-width: unset !important;
        min-width: 100% !important;
    }
    body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author {
        margin-bottom: 24px !important;
    }
}
@media only screen and (max-width: 690px) {
    body.single-post .post .post-content.classic .content-inner {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-bottom: 20px !important;
    }
    body.single-post .posts-container .post-header {
        padding-top: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body.single-post .post-area[data-remove-post-author="1"] article .post-header .title {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    body.single-post .post-area[data-remove-post-author="1"] article .post-header .subtitle {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 28px;
    }

    body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author {
        margin-bottom: 0px !important;
    }
    body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author > .meta-author,
    body.single-post .post-area[data-remove-post-author="1"] article .post-header .post-meta-author > .meta-date {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    #single_socials_top {
        margin-top: 28px !important;
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    body.single-post .nectar-social.vertical .nectar-social-inner a {
        margin-bottom: 12px !important;
    }
    body.single-post .nectar-social.vertical .nectar-social-inner a.twitter-share i {
        vertical-align: sub !important;
    }

    body.single-post #post_featured_media {
        margin-bottom: 32px !important;
    }
}

@media only screen and (min-width: 1000px) {
    body.single-post:not([data-header-format="left-header"]) .post-area.span_12 .nectar-social.vertical {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 999px) {
    .nectar-social.vertical .nectar-social-inner {      margin-bottom: 0px !important;    }
    .nectar-social.vertical .nectar-social-inner a {    margin-right: 8px !important;     }
}
body.single-post .nectar-social.vertical .nectar-social-inner a {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 4px !important;
    border-radius: 0px !important;
    border: 0px !important;
}
body.single-post .nectar-social.vertical .nectar-social-inner a:hover {
    background-color: #F5F5F7 !important;
}
body.single-post .nectar-social.vertical .nectar-social-inner a:focus {
    background-color: #F5F5F7 !important;
    border-radius: 4px !important;
    outline: 3px solid #0072CF !important;
}
body.single-post .nectar-social.vertical .nectar-social-inner a:active {
    background-color: #E8E7E9 !important;
    border-radius: 0px !important;
    outline: 0px solid #0072CF !important;
}
body.single-post .nectar-social.vertical .nectar-social-inner a i {
    font-size: 24px !important;
    top: unset !important;
    vertical-align: baseline !important;
    color: #18171A !important;
}
body.single-post .nectar-social.vertical .nectar-social-inner a img {
    width: 24px !important;
    height: 24px !important;
}


body.single-post .content-inner h1,
body.single-post .content-inner h2,
body.single-post .content-inner h3,
body.single-post .content-inner h4,
body.single-post .content-inner h5,
body.single-post .content-inner h6 {
    font-family: "Open Sans";
}
body.single-post blockquote p {
    color: #18171A;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.32px;
    margin-top: 16px !important;
    margin-bottom: 36px !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-style: normal !important;
}
body.single-post p.wp-caption-text {
    color: #18171A;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0px;
    box-shadow: none;
    padding: 2px 8px !important;
    top: unset !important;
    margin-top: 16px;
    margin-bottom: 32px;
    border-left: 2px solid #0072CF !important;
}




/* Fix Single Blog Article Header Display */
body.single-post.snuc_post_using_vc .post-content.classic > .post-meta,
body.single-post.snuc_post_using_vc .post-content.classic > .content-inner > a,
body.single-post.snuc_post_using_vc .post-content.classic > .content-inner > .article-content-wrap > .post-header {
    display: none !important;
}
