/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/
/* ===== JobTour Mobile Header & Bottom Navigation ===== */

@media (max-width: 768px) {

    /* Hamburger menu - always white */
    .btn-showmenu .inner1,
    .btn-showmenu .inner2,
    .btn-showmenu .inner3 {
        background-color: #ffffff !important;
    }

    body {
        padding-bottom: 78px !important;
    }
}
@media (max-width: 768px) {
    .jt-mobile-bottom-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
       transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
       transform: translateY(0) !important;
       will-change: transform;
    }

   .jt-mobile-bottom-nav.jt-hide {
    transform: translateY(110%) !important;
}
    }
}