/*!
Theme Name: Magazin
Theme URI: https://www.abss.at/
Author: ABSS Interactive
Author URI: https://www.abss.at/
Description: UBM Magazin
Version: 1.0.0
Text Domain: ubm-magazin
*/

a.footerSocialButton.youTube {
    background: white;
}
.fa-youtube:before {
    content: "\f167";
    color: #ff0000;
}

figure.is-type-video.is-provider-youtube .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
figure.is-type-video.is-provider-youtube .wp-block-embed__wrapper iframe {
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.footerBox__newtitle {
    font-family: "Avenir Next W06 Bold",sans-serif!important;
    margin-top: 20px!important;
    margin-bottom: 10px!important;
}

.socialnewCTA {
    font-family: "Avenir Next W06 Bold",sans-serif!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.slideShowCol .slideShowWrapper .slideShowSlide .slideShowImageWrapper .slideShowImage {
    height: auto;
}

.bigBlockCol .bigBlockWrapper .bigBlockImageWrapper .bigBlockImage {
    height: auto;
}

.slideShowLeftArrowButton, .slideShowRightArrowButton {
    width: 45px;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-image img {
    height: auto;
}

.has-text-align-center {
    text-align: center;
}

.cc-btn {
    text-decoration: none;
}

ol {
    font-size: 16px;
    line-height: 28px;
}

ol li { 
    margin-bottom: 15px; 
}


/* **** QUOTE UPDATES **** */
blockquote.wp-block-quote cite {
    color: #333333;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    line-height: 28px;
}

blockquote.wp-block-quote cite::before {
    background-color: #1effc1;
    content: "";
    display: block;
    height: 16px;
    margin: 30px 12px 30px 0;
    width: 80px;
}

blockquote.wp-block-quote cite strong {
    display: block;
}

@media screen and (max-width: 768px) {
    blockquote.wp-block-quote cite {
        font-size: 11px;
        line-height: 17px;
    }

    blockquote.wp-block-quote cite::before {
        content: "";
        height: 10px;
        margin: 20px 8px 20px 0;
        width: 40px;
    }

    blockquote.wp-block-quote cite strong {
        display: block;
    }
}

