#content.cl-layout-fullwidth .alignfull{
    @include xl{
        width: 100vw;
        max-width: none;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#content.cl-layout-fullwidth  .alignwide{
    @include xl{
        margin-left:-20%; 
        margin-right:-20%;
        max-width: none;
        width:auto;
    }
}




p.has-drop-cap:not(:focus):first-letter{
    font-size:3.5em;
    font-weight:bold;
    line-height:0.95;
} 


.wp-block-separator{
    margin: 4em 0;
}


.wp-block-quote{
    margin-left:0;
    margin-right:0;
    padding:0 30px;
    border-left:none !important;
    padding-left:30px !important;
    position:relative;

    &:before{
        position: absolute;
        z-index: 0;
        margin: 0;
        left: 0;
        color: #fdece9;
        font-size: 132px;
        content: "\201c";
        top: 25px;
        font-family: Georgia,Arial,sans-serif;
        font-style: normal;
        line-height: .41;
    }

    p{
        font-style:italic;
        margin-bottom:15px !important;
        z-index:1;
        position:relative;
    }

    cite{
        font-weight: 500;
        font-style: normal;
    }
}

.wp-block-pullquote{
    margin-top: 3em;
    margin-bottom: 3em;
    border-top: 3px solid;
    border-bottom: 3px solid;
}

.has-large-font-size{
    font-size:20px;
}

.wp-block-embed{
    &.alignwide{
        .wp-block-embed__wrapper{
            position:relative;
            &:before{
                content:"";
                padding-top:75%;
                display:block;
            }
            iframe{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }

    &.alignfull{
        .wp-block-embed__wrapper{
            position:relative;
            &:before{
                content:"";
                padding-top:56.25%;
                display:block;
            }
            iframe{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }
}

.wp-block-pullquote{
    &__content{
        p{
            font-weight:normal;
        }
    }
    cite{
        font-style:normal;
        text-transform: uppercase;
        font-size:13px;
    }
}

.wp-block-embed{
    &.alignwide{
        .wp-block-embed__wrapper{
            position:relative;
            &:before{
                content:"";
                padding-top:75%;
                display:block;
            }
            iframe{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }

    &.alignfull{
        .wp-block-embed__wrapper{
            position:relative;
            &:before{
                content:"";
                padding-top:56.25%;
                display:block;
            }
            iframe{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }
    }
}

p.has-drop-cap:not(:focus)::after{
    display:none;
}

.wp-block-image{
    &.alignfull{
        margin-top:2em;
        margin-bottom:2em;
    }
}

