/*
Theme Name:   Saylo child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://saylowp.themesflat.com/
Template:     saylo
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  saylo-child-theme
*/

/* Hide top bar on mobile and tablet - all modes */
@media only screen and (max-width: 1199px) {
    .themesflat-top,
    header .themesflat-top,
    .header .themesflat-top,
    #header .themesflat-top,
    .top-bar,
    #top-bar,
    .header-top,
    .topbar,
    /* Elementor header top bar (post-5334 - used for all pages) */
    .elementor-5334 .elementor-element-d0efde7 {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
    }
}
