/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.shortcode-share {
    display: inline-block;
    vertical-align: middle;
}

.shortcode-share .layout-default {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.shortcode-share .btn-share,
.shortcode-share .btn-social {
    line-height: 26px;
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #3b5998;
    padding: 5px 6px;
    margin-right: 5px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.shortcode-share .btn-share:hover,
.shortcode-share .btn-social:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: #fff;
}

.shortcode-share .btn-facebook {
    background-color: #3b5998;
}

.shortcode-share .btn-twitter {
    background-color: #1DA1F2;
}

.shortcode-share .btn-pinterest {
    background-color: #E60023;
}

.shortcode-share .btn-linkedin {
    background-color: #0e76a8;
}

.shortcode-author .shortcode-share {
    width: 100%;
}

.shortcode-author .description h3 {
    font-weight: 400;
    font-size: 1.25rem;
}

.shortcode-author .description h4 {
    font-size: 2.5rem;
}

.content-instagram .wp-block-image img {
    max-width: 300px;
}


.cky-consent-bar .cky-banner-btn-close {
    right: 9px !important;
    top: 10px !important;
}

.cky-consent-bar button,
.cky-modal.cky-modal-open button {
    text-transform: uppercase;
    font-weight: 900;
}

.cky-consent-container {
    max-width: 340px;
}

.cky-consent-container .cky-consent-bar {
    padding: 10px 10px !important;
}

.cky-consent-bar .cky-banner-btn-close img {
    height: 15px !important;
    width: 15px !important;
    margin: 0;
}

.cky-notice-des P:last-child,
.cky-preference-content-wrapper p:last-child,
.cky-cookie-des-table li div:last-child p:last-child,
.cky-gpc-wrapper .cky-gpc-desc p:last-child {
    line-height: 120%;
    padding: 0;
}

.cky-consent-container a {
    color: #007bff;
}

@media (max-width: 767.98px) {
    .cky-consent-container {
        width: 62% !important;
    }

    .cky-consent-container .cky-consent-bar {
        padding: 0px 10px !important;
    }
}