/*
 * cmhnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.cmhnav { position: relative; width: 100%; z-index: 9900; line-height: normal; }
.cmhnav a { color: #777; }
.cmhnav ul { margin: 0 0 0 0; padding: 0; text-align: left; }
.cmhnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.cmhnav li a { padding: 7px 10px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.mainnav {
    background: #ed2126;
}
/* main level */
.cmhnav > ul > li { display: inline-block;  }
.cmhnav > ul > li > a { padding: 16px 18px; }

/* first level dd */
.cmhnav ul ul { top: auto; width: 300px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; padding: 0rem 1.5rem 2rem 1.5rem; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.cmhnav li li { display: block; transform: translateY(15px); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.06,.05,.95); }

.cmhnav li li a {  
	transition: all .3s linear;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 7px 0 7px 0;
    font-size: 18px;
    text-transform: capitalize;
    overflow: hidden;
    text-decoration-style: wavy;
    text-decoration-line: underline;
    text-underline-offset: .5em;
    text-decoration-color: transparent; 
	}
	
.cmhnav li li a:hover {
	color: #e40a75;
    text-decoration-color: #e40a75;
}

/* second level dd */
.cmhnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.cmhnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0;}

/* .drop-left */
.cmhnav > ul > li.drop-left > ul { right: 0; }
.cmhnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.cmhnav.light { background: #ed2126; }
.cmhnav.light a { color: #FFFFFF; }
.cmhnav.light ul ul { background: rgba(255, 255, 255, 1); }
.cmhnav.light li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
	font-size:0.9rem;
}

.cmhnav.light > ul > li > a {
	transition:all var(--duration-default) linear;
}

.cmhnav.light > ul > li > a:hover {
	color:#FFFFFF;
}

.cmhnav.light > ul > li > a:before {
	content: "";
    display: inline-flex;
    position: absolute;
    left: -10px;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    background-image: url('../images/menu-hover-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    opacity: 0;
    align-items: center;
    justify-content: flex-end;
    transition: all var(--duration-default) linear;
	color: #e60449;
}

.cmhnav.light > ul > li > a:hover:before {
	content: "";
    opacity: 1;
    top: 14px;
}
.cmhnav li li a {
    color: #000000 !important;
    /* text-decoration-color: #e40a75; */
}
/* dark theme */
.cmhnav.dark { background: rgba(0, 0, 0, 1); }
.cmhnav.dark a { color: #000; }
.cmhnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.cmhnav.dark li a { color: #000; }
/* sticky nav */
.cmhnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.cmhnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.cmhnav li.has-sub > a:after { content:"\f107"; font:normal normal normal 14px/1 FontAwesome; margin-left: 2px; border-left: 6px solid transparent; display: inline-block; }
.cmhnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #000; position: relative; top: 4px; }
.cmhnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #000; }
.cmhnav.hide-arrows li.has-sub > a:after, .cmhnav.hide-arrows li li.has-sub > a:after, .cmhnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.cmhnav .menu-toggle, .cmhnav .close-menu, .cmhnav .call-btn-mobile, .cmhnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.cmhnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.cmhnav.desktop li.has-sub a { padding-right: 5px; }
.cmhnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.cmhnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.cmhnav li.call-btn-mobile, .cmhnav li.location-btn-mobile { display: none; }

/* svg icons */
.cmhnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.cmhnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.cmhnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.cmhnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.cmhnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.cmhnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.cmhnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.cmhnav.dark a.dd-toggle .icon-plus:before { border-color: #000; }
.cmhnav.dark a.dd-toggle .icon-plus:after { border-color: #000; }

.cmhnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; margin-right:10px; }
.close-menu, .cmhnav .close-menu .icon-close { font-weight: 700; color: #e61a7d; }
.cmhnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.cmhnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.cmhnav.light .icon-close:before { border-color: #000; }
.cmhnav.light .icon-close:after { border-color: #000; }
.cmhnav.dark .icon-close:before { border-color: #000; }
.cmhnav.dark .icon-close:after { border-color: #000; }

/* mobile nav */
.cmhnav .menu-toggle, .cmhnav .call-btn-mobile, .cmhnav .location-btn-mobile, .cmhnav .close-menu { padding: 15px; box-sizing: border-box; }
.cmhnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.cmhnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.cmhnav .full { width: 100%; }
.cmhnav .half { width: 50%; }
.cmhnav .third { width: 33%; text-align: center; }
.cmhnav .location-btn-mobile.third { text-align: center; }
.cmhnav .location-btn-mobile.half { text-align: right; }
.cmhnav.light .third, .cmhnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.cmhnav.light.left .third, .cmhnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.cmhnav.light.right .third, .cmhnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.cmhnav.light .third:first-child, .cmhnav.light .half:first-child { border-left: 0; }
.cmhnav.dark .third, .cmhnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.cmhnav.dark.left .third, .cmhnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cmhnav.dark.right .third, .cmhnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cmhnav.light.left .menu-toggle, .cmhnav.light.right .menu-toggle { border-bottom: 0; font-weight: 700; margin-top: 20px; color: #562f78; font-size:0.9rem; }
.cmhnav.dark.left .menu-toggle, .cmhnav.dark.right .menu-toggle { border-bottom: 0; }
.cmhnav.dark .third:first-child, .cmhnav.dark .half:first-child { border-left: 0; }
.cmhnav.light .menu-toggle span.bars span { background: #000; }
.cmhnav.dark .menu-toggle span.bars span { background: #000; }
.cmhnav.mobile { position: static; }
.cmhnav.mobile.fixed { position: static; }
.cmhnav.mobile ul { position: relative; display: none; }
.cmhnav.mobile.active { padding-bottom: 0; }
.cmhnav.mobile.active > ul { display: block; }
.cmhnav.mobile ul { text-align: left; }
.cmhnav.mobile > ul > li { display: block; }
.cmhnav.mobile > ul > li > a { padding: 15px; }
.cmhnav.mobile ul { background: rgba(221, 221, 221, 1); }
.cmhnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.cmhnav.mobile ul ul ul { left: auto; top: auto; }
.cmhnav.mobile li.drop-left ul ul { right: auto; }
.cmhnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cmhnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.cmhnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.cmhnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.cmhnav.mobile li a.dd-toggle { border: 0; }
.cmhnav.mobile.light li a.dd-toggle { border: 0; }
.cmhnav.mobile .menu-toggle, .cmhnav.mobile .dd-toggle, .cmhnav.mobile .close-menu, .cmhnav.mobile .call-btn-mobile, .cmhnav.mobile .location-btn-mobile { display: inline-block; }
.cmhnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.cmhnav.mobile li.call-btn-mobile, .cmhnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.cmhnav.mobile li.call-btn-mobile.full, .cmhnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.cmhnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.cmhnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.cmhnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.cmhnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.cmhnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.cmhnav.mobile li.has-sub > a:after, .cmhnav.mobile li li.has-sub > a:after, .cmhnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.cmhnav.mobile.right > ul, .cmhnav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.cmhnav.mobile.right > ul { right: 0; }
.cmhnav.mobile.right .close-menu, .cmhnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.cmhnav.mobile.left > ul { left: 0; }
.cmhnav.mobile.right .location-btn-mobile.half, .cmhnav.mobile.right .call-btn-mobile.half, .cmhnav.mobile.right .close-menu.half { text-align: center; }
.cmhnav.mobile.right .location-btn-mobile.third, .cmhnav.mobile.right .call-btn-mobile.third, .cmhnav.mobile.right .close-menu.third { text-align: center; }
.cmhnav.mobile.left .location-btn-mobile.half, .cmhnav.mobile.left .call-btn-mobile.half, .cmhnav.mobile.left .close-menu.half { text-align: center; }
.cmhnav.mobile.left .location-btn-mobile.third, .cmhnav.mobile.left .call-btn-mobile.third, .cmhnav.mobile.left .close-menu.third { text-align: center; }
.cmhnav.mobile.left .menu-toggle.half, .cmhnav.mobile.left .menu-toggle.third, .cmhnav.mobile.right .menu-toggle.half, .cmhnav.mobile.right .menu-toggle.third { text-align: left; }
.cmhnav.mobile.left .close-menu.third span, .cmhnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.cmhnav.desktop li.mega ul ul { background: none; }
.cmhnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.cmhnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.cmhnav.desktop li.mega ul ul { width: auto; }
.cmhnav.desktop > ul > li.mega { position: inherit; }
.cmhnav.desktop > ul > li.mega > ul { width: 100%; }
.cmhnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.cmhnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.cmhnav.desktop li.mega li li a { padding: 5px 15px; }
.cmhnav.desktop li.mega li.has-sub a:after { display: none; }
.cmhnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.cmhnav { overflow: hidden; display: block; }
	.cmhnav ul { position: relative; display: none; }
	.cmhnav.light > ul > li > a:before { display:none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.cmhnav.mobile .call-btn-mobile.third span, .cmhnav.mobile .location-btn-mobile.third span { display: none; }
}
@media only screen and (max-width: 768px) {
    .logo {

    text-align: center !important;
}
.logo {
    
    text-align: center !important;
}
.cmhnav.light.left.mobile.active ul {
    background: #ed2126 !important;
    z-index: 99;
}
.cmhnav li li a{
	color: #fff !important;
}
}
