/**
 * description: Styling sheet for the wb_featured_post shortcode ent-v2 skin
 * author: WorkerBee.TV
 * date created: March 2, 2022
 * @package Enterprise
 */

.wb-ent-h1 {
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18pt;
    padding: 0;
}

.wb-featured-post-ent-v2-main .wb-ent-post-description-paragraph-group,
.wb-featured-post-single-ent-v2 .wb-ent-post-description-paragraph-group {
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.wb-featured-post-cta.wb-ent-no-banner {
    display: none;
}

.wb-featured-post-cta.wb-ent-no-banner .wb-sc-cta-block-widget.flex-wrap {
    flex-wrap: nowrap !important;
}

@media (max-width: 768px) {
    .wb-featured-post-ent-v2-sub {
        display: none !important;
    }

    .wb-featured-post-ent-v2-main {
        padding-right: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 767.99px) and (max-width: 768px) {
    .wb-ent-has-banner .wb-frontend-home-featured-post-container .wb-ent-h1 {
        margin-bottom: 1.5rem !important;
    }
}

/*** MOBILE LANDSCAPE ***/
@media (min-width: 576px) and (max-width: 768px) {
    .wb-featured-post-cta.wb-ent-no-banner {
        display: block !important;
    }
}