@media print {

    /* HIDE ELEMENT */

    .navBar , .site , .feps-submenu-search  , .singlePostSideBar , .themesection , .site-footer , .feps-banner-buttons , .swiper-button-prev , .swiper-button-next , .eventBtns {
        display:none !important;
    }


    /* GENERAL COLOR */
    .single .feps-banner-title > *  {
        font-size: 30px !important;
        text-shadow: none !important;
        color: black !important;
    }
    .feps-banner-subtitle {
        font-size: 20px !important;
        text-shadow: none !important;
        color: black !important;
    }

    .feps-banner {
        min-height: auto !important;
    }

    .feps-banner-title {
        padding:0 !important;
    }

    .feps-submenu {
        margin-top: 0 !important;
        flex-direction: column !important;
    }

    .feps-submenu-title {
        padding:0.25rem 0 !important;
    }

    .feps-submenu-slider.swiper{
        padding:0 !important;
        display:flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .swiper-wrapper {
        flex-wrap: wrap !important;
    }

    .child-term {
        padding:0 !important;
        min-height: auto !important;
        flex-basis: 19.2% !important;
        border-bottom: 1px solid grey;
        font-size: 14px !important;
    }

    .themesection , .theme-section-double {
        display: none !important;
    }

    .soloPeople.smallContainer {
        display:none !important;
    }


    .printName {
        display:block !important ;
    }
    .printName h5{
        margin:0 !important ;
        padding:0 !important ;
        line-height:1em !important ;
    }

}