/*!
Theme Name: Events
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Events theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: events
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: events
Template Id: prod-25518
*/

/*
    Custom hover for nav menu
*/

.custom-nav-menu .menu-item {
    position: relative;
}

.custom-nav-menu .menu-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    height: 12px;
    width: 12px;
    background: transparent;
    transition: all .2s linear;
}

.custom-nav-menu .menu-item:hover:before {
    background: #FF4949;
}

.custom-animate-box .jet-animated-box__button-text {
    text-align: left;
}

@media (max-width: 1024px) {
    .custom-nav-menu .menu-item:before {
        bottom: 0;
        top: auto;
    }
}

@media (max-width: 767px) {
    .custom-nav-menu .menu-item:hover:before {
        background: transparent;
    }
}