
  .et_pb_blurb_0_tb_header .et-pb-icon {
    color: white !important;
  }
  
  
  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-weight: 100 !important;
  }
/* ###### Colors ###### */
  
.hamburger-icon-v1::after {
  background: #ee257c; /* Hamburger background color */
}
  
/* ###### End Colors ###### */  
  
/* ### Add a backslash  before the number in case of a missing icon ### */  
.hamburger-icon-v1::before {
	content: '\61';
} 

.mh-cm-v2 .et_mobile_menu .menu-item-has-children > a:after {
  content: '\4c';
}

.mh-cm-v2 .et_mobile_menu .menu-item-has-children > .mh-cm-v2-menu-switched-icon:after {
	content: '\4d';
}

@media screen and (min-width: 981px) {
.mh-cm-v2 .et-menu > .menu-item-has-children > .sub-menu:before {
  content: '\42';
}
  
.mh-cm-v2 .et-menu .sub-menu .menu-item-has-children>a:first-child:after {
  content: "\35";
}}

/* ### End missing icon ### */   
  
/* ###  Style scroll bar ### */

#style-scrollbar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

#style-scrollbar::-webkit-scrollbar
{
  width: 18px;
  background-color: #F5F5F5;
}

#style-scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}  
  
/* ###### Overlay menu ###### */
.custom-menu-v1 ul {
  flex-direction: column;
}

.custom-menu-v1-row {
	overflow: hidden;
  transform: translateX(100%);
  transition: all .3s ease;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
	opacity:1;
}

.custom-menu-v1-row.active-menu-v1 {
  overflow: hidden;
  transform: translateX(0%);
  transition: all .3s ease;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
	opacity:1;
}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
.menu-v1-desktop-column {
	padding-left: 5% !important;
}}
  
.et-l--header .custom-menu-v1 ul.sub-menu  {
  padding-bottom: 0px !important;
}  
  
/* ### Menu breakpoint for the theme builder ### */

.custom-menu-v1 .et_pb_menu .et_pb_menu__menu {
  display: none !important;
}
	
.custom-menu-v1 .et_mobile_nav_menu {
  display: block !important;
  width: 100%;
}

.custom-menu-v1 .et_mobile_menu {
	display: block;
}

.custom-menu-v1 .mobile_nav .mobile_menu_bar:before {
	display: none;
}

.custom-menu-v1 ul.et_mobile_menu {
	list-style-type: none !important;
	border-top: 3px solid rgb(255 255 255 / 0%);
}

.custom-menu-v1 ul.et_mobile_menu ul {
	list-style-type: none !important;
}

.custom-menu-v1 ul.et_mobile_menu ul li a {
	font-size: 28px;
	font-weight: 600;
}

@media screen and (max-width: 479px) {
.custom-menu-v1 ul.et_mobile_menu ul li a {
	font-size: 28px;
	font-weight: 600;    
}}
    
.custom-menu-v1-row {
	z-index: 10200 !important;
}  

  
.custom-menu-v1-row .et_mobile_menu {
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
}
  
.custom-menu-v1-row .et_mobile_menu .menu-item-has-children>a {
    background-color: rgba(0,0,0,.0);
}  
  
/* ### Desktop Hamburger ### */  
  
.hamburger-icon-v1::before {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	font-size: 50px;
} 

.hamburger-icon-v1:hover::before {
	color: #fff;
}

.hamburger-icon-v1::after {
	content: '';
	display: block;
  position: absolute;
  top: 0;
  right: 2px;
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
  transition: transform .3s cubic-bezier(.2,.9,.2,.9);
	width: 60px;
  height: 60px;
  content: "";
}


.hamburger-icon-v1:hover::after {
	transform: scale(1);
}

.custom-menu-v1-row-2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}  
  
.mh-cm-v2 .et_mobile_menu .menu-item-has-children > a:after {
  display: block !important;
	font-family: 'ETmodules';
	font-size: 32px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 13px;
}
  
.mh-cm-v2 .et_mobile_menu .menu-item-has-children > a {
	position: relative;
}

.mh-cm-v2 .et_mobile_menu .menu-item-has-children .sub-menu li {
	display: none;
}

.mh-cm-v2 .et_mobile_menu .menu-item-has-children .sub-menu .mh-cm-v2-show-menu-items {
	display: block;
}
  
.mh-cm-v2 .nav li li {
  padding: 0;
}
  
.mh-cm-v2 .et_pb_menu .et_mobile_menu,
.mh-cm-v2 .et_mobile_menu {
  padding: 0;
  border-width: 2px;
	border-radius: 5px;
}
  
.mh-cm-v2 .et_pb_menu .et_mobile_menu a,
.mh-cm-v2 .et_mobile_menu a {
  padding: 12px 0px;
  border-bottom: 1px solid rgb(0 0 0 / 30%)
}
  
.mh-cm-v2.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu {
  border-width: 2px;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
  
.mh-cm-v2 .nav li.mega-menu li {
  border-bottom: none;
}
  
.mh-cm-v2 .et-menu-nav li.mega-menu li>a {
  width: 140px !important;
}
  
.mh-cm-v2.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu a {
  padding: 12px 0 !important;
}
  
@media screen and (min-width: 981px) {
.mh-cm-v2 .et-menu > .menu-item-has-children > .sub-menu:before {
  font-family: ETmodules;
  position: absolute;
  right: 20px;
  top: -17px;
  font-size: 30px;
}
  
.mh-cm-v2 .et-menu > .menu-item-has-children.mega-menu > .sub-menu:before {
  content: '';
}
  
.mh-cm-v2.et_pb_menu .et-menu-nav li ul.sub-menu li ul.sub-menu {
  left: 200px !important;
  top: 0;
}
  
.mh-cm-v2.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu li ul.sub-menu {
  left: 0 !important;
  padding: 0;
}}
  

.fomv1-row {
  display: flex !important; 
  align-items: center;
} 
 
@media screen and (min-width: 480px) and (max-width: 980px) {
.fomv1-column-1 {
 
  	margin-bottom: 0px !important;
} 
  
.fomv1-column-2 {
	margin-bottom: 0px !important;
}}
  
@media screen and (max-width: 479px) {  
.fomv1-column-1 {
  	margin-bottom: 0px !important;
} 
  
.fomv1-column-2 {
   margin-bottom: 0px !important;
}}
  
.mh-cm-v2 {
  height: auto !important;  
} 
  
.mh-cm-v2 .et_mobile_menu {
  position: relative;
}
 
@media (min-width: 981px) {  
.mh-cm-v2 .et_mobile_menu .menu-item-has-children > a:after {
    right: 0px !important;
}}
  
@media (max-width: 980px) {
.et_pb_menu--style-left_aligned .et_pb_menu__wrap {

  display: block !important
}
  
.menu-v1-desktop-column {
   height: 100vh; 
}} 
  
.mh-cm-v2 .et_pb_menu__menu {
   display: none; 
}   
 
