/*!
Theme Name: BoxingRing
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: BoxingRing 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: boxingring
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: boxingring
Template Id: prod-27738
*/

#toTop {
	cursor: pointer;
}

.custom-menu .menu-item a:before,
.custom-menu .menu-item a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 0%;
	width: 100%;
	opacity: .5;
	background: #75D5E5;
}

.custom-menu .jet-nav-link-text {
	z-index: 1;
}

.custom-menu .menu-item a:before {
	transition: all 0.3s linear;
}

.custom-menu .menu-item a:after {
	transition: all 0.5s linear;
}

.custom-menu .current_page_item a:before,
.custom-menu .current_page_item a:after,
.custom-menu .menu-item a:hover:before,
.custom-menu .menu-item a:hover:after {
	height: 100%;
	opacity: 1;
}

.custom-icon-list .elementor-icon-list-icon {
	display: flex;
	height: 17px;
	align-items: center;
}