/* =WordPress Core
-------------------------------------------------------------- */

    .material-row, .events-ajax .two-col, .posts-cols {
        opacity: 0;
-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }

    .material-row.visible, .events-ajax .two-col.visible, .posts-cols.visible {
        opacity: 1;
    }

    .lifting-box p iframe[src*=youtube] {
        display: block;
        margin: auto;
        max-width: 100%;
        padding-bottom: 10px;
        border: none;
    }

.iframe-blocked {
  color: #000 !important;
}
