/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.page-template-page-blank-title-center .header:not(.transparent) .header-bottom-nav.nav > li > a,
.tax-lesson_category .header:not(.transparent) .header-bottom-nav.nav > li > a,
body.single-lesson .header:not(.transparent) .header-bottom-nav.nav > li > a{
    color: inherit !important;
}

.responsive-iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
