/**
 * description: Styling sheet for the wb_cta shortcode ent-v2 skin
 * author: WorkerBee.TV
 * date created: September 28, 2021
 * @package Enterprise
 */

 .wb-cta-ent-v2-skin {
    margin-top: 0;
    margin-bottom: 1rem;
}

.wb-ent-no-banner .wb-cta-ent-v2-skin {
    margin-bottom: 0 !important;
}

.wb-cta-btn-ent-v2-skin {
    border-radius: 4px;
    font-family: 'Roboto';
    padding: 7px 16px;
    /* align vertically the text and icon */
    display: inline-flex;
    align-items: center;
}
#sub-cta {
    flex-basis: auto !important;
}

#share-show-notsingle,
.share-show-notsingle{
    flex-basis: auto !important;
    margin-left: 0.5rem;
}
#share-show,
.share-show{
    flex-basis: auto !important;
    margin-left: 0.5rem;
}

@media screen and (max-width: 1043px) {
    .wb-cta-btn-ent-v2-skin {
        font-size:12px !important;
        padding: 5px 12px;
    }
    #share-show {
        /*max-width:74px !important;*/
    }

    .wb-featured-post-cta.wb-ent-no-banner .wb-cta-btn-ent-v2-skin {
        max-width: 100% !important;
        font-size: 10.5pt !important;
    }
    .wb-featured-post-cta.wb-ent-no-banner #share-show-notsingle,
    .wb-featured-post-cta.wb-ent-no-banner .share-show-notsingle {
        max-width: 100% !important;
    }
    .wb-featured-post-cta.wb-ent-no-banner #sub-cta {
        flex-basis: 100% !important;
    }
}

@media screen and (max-width: 862px) {
    .wb-cta-btn-ent-v2-skin {
        padding: 4px 7px;
    }

    #share-show-notsingle{
        /*margin-left: 0.4rem;*/
    }
    #share-show{
        /*margin-left: 0.4rem;*/
    }
}

@media screen and (max-width: 767px) {
    .wb-cta-btn-ent-v2-skin {
        padding: 7px 16px;
    }

    #share-show-notsingle{
        /*margin-left: 0.5rem;*/
    }
    #share-show{
        /*margin-left: 0.5rem;*/
    }
}
@media screen and (max-width: 260px) {
    #share-show-notsingle, #share-show,
    .share-show-notsingle, .share-show{
        margin-left: 3px;
    }
}