/*
Theme Name: Avada Child
Theme URI: https://themeforest.net/item/avada-responsive-multipurpose-theme/full_screen_preview/2833226
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Avada child theme.
Template: Avada
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avada-child
Version: 9.9.9
*/

/* correct tabs in mobile */
@media only screen and (max-width: 800px) {
.nav {
    display: block !important;
}
.fusion-mobile-tab-nav {
    display: none !important;
}
.fusion-tabs.clean .nav-tabs{
    text-align: center;
}
}
/* end tabs correction */