/* ####################################
   Facebook Elements

   - Critical Rendering Path: Optional
   ################################## */

/* 
    Facebook Page
*/

.facebookPage {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: var(--site-box-margin-bottom);
}

    .facebookPage blockquote {
        font-family: inherit;
        font-size: 100%;
    }

    .facebookPage blockquote::before, .facebookPage blockquote::after {
        display: none !important;
    }

    .fb_iframe_widget iframe {
        max-width: 100% !important;
    }

/*
    Facebook Something
*/

.facebookOtherElementsMightExist {
}