/*
Theme Name:           ZenS
Theme URI:            
Author:  ZenS             
Author URI:           
Description:          
Version:              3.16.7
Requires at least:    5.0.0
Requires PHP:         5.6
WC requires at least: 4.4.0
Text Domain:          
License:              
License URI:          
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/    

.css-936cpf a:before, .css-936cpf .current_page_item a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background: #01b8e5;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.css-936cpf a {
    position: relative;
}
.css-936cpf a:hover:before, .css-936cpf .current_page_item:hover a::before {
    width: 100%;
    opacity: 1;
}
.admin-bar .fixed.header-menu
{
    top: 32px!important;
}