
/* Beverage */
/* .desktop-menu ul li:first-child ul li:nth-child(1) a:before {
  content: url(https://cdn2.hubspot.net/hubfs/1813166/2020%20Website/beverage-1.png);
  width:100%;
  display:block;
  margin-bottom:10px;
} */

/* Food */
/* .desktop-menu ul li:first-child ul li:nth-child(2) a:before {
  content: url(https://cdn2.hubspot.net/hubfs/1813166/2020%20Website/food-1.png);
  width:100%;
  display:block;
  margin-bottom:10px;
} 

.desktop-menu ul li:first-child ul {
  min-width:300px;
}

.desktop-menu ul li:first-child ul {
  display:flex!important;
  align-items:center;
  justify-content:center;
}

.desktop-menu ul li:first-child ul li{
  width:100%;
}

.desktop-menu ul li:first-child ul li a {
 background-color:#f9f9f9; 
  display:flex;
  text-align:center;
  padding:15px 50px!Important;
}

*/


.module-container-wrapper { }

.module-container { }

.custom-header-wrapper { }

.custom-header-wrapper .top-bar-wrapper { }

.top-bar-container .top-bar-right a {
  color:#fff;
}




a#knowledge,
a#login,
a#telephone {
  position:relative;
}

a#knowledge:hover,
a#login:hover,
a#telephone:hover {
color: #8bc6c1;
}

a#knowledge:before {
  content: '\f02d';
  font-family: 'Font Awesome 6 Pro';
  font-weight:bold;
  margin-right:5px;
  color:#8bc6c1;
  font-size:14px;
}

a#login:before {
  content: '\f023';
  font-family: 'Font Awesome 6 Pro';
  font-weight:bold;
  margin-right:5px;
  color:#8bc6c1;  
  font-size:14px;
}

a#telephone:before {
  content: '\f879';
  font-family: 'Font Awesome 6 Pro';
  font-weight:bold;
  margin-right:5px;
  color:#8bc6c1; 
  font-size:14px;
}

a#blog-link:before {
    content: '\f5da';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    margin-right: 5px;
    color: #8bc6c1;
    font-size: 14px;
}


.custom-header-wrapper .bottom-bar-wrapper {
  display: flex;
  justify-content: space-between;
}

/* Menu Positioning */
.custom-header-wrapper .bottom-bar-wrapper.side_by_side {
  display: flex;
  justify-content: space-between;
}

.custom-header-wrapper .bottom-bar-wrapper.side_by_side .logo-wrapper {
  width: 20%;
}

.custom-header-wrapper .bottom-bar-wrapper.side_by_side .menu-wrapper {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .custom-header-wrapper .bottom-bar-wrapper.side_by_side .logo-wrapper {
  width: 80%;
}
}



.custom-header-wrapper .bottom-bar-wrapper.top_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper {
  width: 100%;
}

.custom-header-wrapper .bottom-bar-wrapper.top_bottom .logo-wrapper {
  width: 100%;
  text-align: center;
}
.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper .desktop-menu {
 text-align: center; 
}
.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper .desktop-menu .hs-menu-wrapper {
 float: none; 
}

/* End Positioning */

.custom-header-wrapper .bottom-bar-wrapper .logo-wrapper img {
 max-width: 100%; 
  margin-top:5px;
}

.menu-header {
      -webkit-box-shadow: 0px 1px 20px rgba(7,7,7,0.1);
    box-shadow: 0px 1px 20px rgba(33,35,77,0.1);
}


.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper {
 float: right; 
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper a {
 padding: 10px 25px; 
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 {
 display: inline-block;
  position: relative;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul {
 padding-left: 0px;
  list-style: none;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul{
    left:100%;
}

.menu-inside {
     float: right;
    display: flex;
    justify-content: right; 
    align-items: center;
}


@media (max-width:1200px) {
  .custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul {
    right:0;
    left:auto;
  }
}


@media (max-width: 768px) {
 .menu-inside {
     position: relative;
  }
}

.menu-inside .menu-cta {
  padding: 10px 25px 10px 25px;
}


.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


/* Dropdown Styling */


.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu li.hs-item-has-children > a:after {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  color: #262628;
  font-size:12px;
  right: 5px;
  top: 15px;
}



/* Mega Menu Styling */


.mega-menu {
 list-style: none;
  padding-left: 0px;
}

.mega-menu .main-nav-wrapper {
  
}

.mega-menu .main-nav-item {
 padding: 10px 25px; 
}

.mega-menu li {
 display: inline-block; 
}

.mega-menu .mega-child-menu {
 display: none; 
 position: absolute;
 background: #fff;
 width: 100%;
 left: 0;

  padding: 45px 10px;
}

.mega-menu .make-relative {
 position: relative;
}

.mega-menu .normal-nav {
  top: 25px !important;
}

.mega-child-container {
 display: flex; 
}

.mega-image {
 max-width: 300px; 
 margin-right: 45px;
}

.mega-menu .mega-child-menu li {
 display: block !important; 
}

.mega-menu .mega-child-menu li a {
  padding: 15px 0px !important;
  width: 100% !important;
  display: block;
}

.mega-menu .menu-wrapper {
 padding: 0px 25px; 
}

.mega-menu li:hover .mega-child-menu {
 display: block; 
}

.mega-menu .hs-menu-wrapper {
 width: 100%; 
}

.mega-menu .hs-menu-wrapper ul {
 padding-left: 0px; 
}


/* Topbar Styling */

.top-bar-container {
  display: flex;
  justify-content: space-between;
}


@media (max-width: 768px) {
  .desktop-menu, .desktop-cta {
   display: none; 
  }
  

}

/* ==========================================================================
    Off-Canvas Menu                              
   ========================================================================== */
.off-canvas-menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    min-width: 200px;
    max-width: 250px;
    background: #fff;
    padding: 1em;
    font-size: 1.15em;
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0);
    transform: translate3d(-300px,0,0);
    transition: all 250ms ease;
    will-change: transform;
  overflow-y: auto;
}

/* Normal Mobile */ 

.normal {
 display: none; 
 text-align: center;
 border: solid 1px #e6e6e6; 
}

.normal ul {
 list-style: none;
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin: 0;
}

.normal ul li {
 background: #fff;
    border-bottom: 3px solid #f0f0f0; 
}

.normal .hs-menu-children-wrapper {
 display: none; 
}

.normal a {
     padding: 1.5em;
    display: block; 
}

.normal ul li a{
    padding: 1.5em;
    display: block;
  font-weight: bold;
}

.show-menu .normal {
  display: block;
}

.normal .hs-item-has-children {
 position: relative; 
 text-align: center;
}

.normal .hs-item-has-children:before {
 content: '\f0dd';
 position: absolute;
 right: 25px;
 top: 20px;
 font-family: 'Font Awesome 5 Pro';
}

.normal .hs-item-has-children:after {
  content: '';
  width: 100%;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}




.normal .dropdown .hs-menu-children-wrapper {
 display: block; 
}

.normal .hs-menu-depth-2 {
 border: none; 
}

.normal .hs-menu-depth-2 a{
  text-align: center !important;
  padding: 1.5em !important;
  font-weight: normal !important;
}


/* Show menu */
.show-menu .off-canvas-menu {
	transform: translate3d(0,0,0);
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.24);
}
.off-canvas-menu a { 
    padding: 0.75em;
    text-decoration: none;
}

.off-canvas-menu  li.hs-menu-item.hs-menu-depth-2 a {
  height:0px;
  opacity:0;
}

.off-canvas-menu .show-menu li.hs-menu-item.hs-menu-depth-2 a {
  background-color:#fff;
  color:#000;
  text-transform:initial;
  text-align:left;
  height:auto;
  opacity:1;
}





@media (max-width:768px) {

.custom-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li:last-child > a {
  background-color:#000;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
}
  
}



/* Second level menu */
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children {
    perspective: 1000px;
}
.off-canvas-menu .hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transform: scale(1,0) rotateX(-90deg);
    transition: all .2s ease;
    opacity: 0 !important; /* important to overwrite hubspot styles */
    max-height: 0;
    will-change: transform;
}

/* Show second level menu */
.off-canvas-menu .hs-menu-depth-1.show-menu > ul.hs-menu-children-wrapper {
    transform: scale(1,1) rotateX(0deg);
    opacity: 1 !important; /* important to overwrite hubspot styles */
    max-height: 220px; /* hack to animate height - change this if your second level menu is taller than 220px */
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children {
	padding-right: 0.5em;
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children > a:after {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 4px dashed ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: " ";
    position: absolute;
    top: 1.2em;
    right: 0.5em;
    transform: rotate(0);
    transition: all 500ms;
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children.show-menu > a:after {
    transform: rotate(180deg);
}



.menu-toggle {
 display: none; 
 position: absolute;
 top: 25px;
 right: 25px;

	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.menu-toggle i, .menu-toggle svg {
 font-size: 36px;
 color: #fff;
}

/* Off Canvas Menu */

.off-canvas-menu ul{
list-style: none;
padding: 0;
}

.off-canvas-menu ul li {
  overflow:hidden;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom:0px;
}

.off-canvas-menu ul li a {
 display: block;
 width: 100%;
 color: #000;
 font-size:16px;
  overflow:hidden;
}
 

@media (max-width: 768px) {
 .menu-toggle {
   display: block;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.custom-header {
 position: absolute; 
 width: 100% !important;
}

.custom-header.sticky {
  display:none; 
}

.custom-header.sticky.show {
  display:block;
  background-color:#000;
  position:fixed;
  z-index:999;
  -webkit-box-shadow: 0px 1px 20px rgba(7, 7, 7, 0.1);
  box-shadow: 0px 1px 20px rgba(33, 35, 77, 0.1);
}

.custom-header.sticky img {
  max-width:200px;
  margin-top:5px;
}

@media (max-width:1200px) {
  .mega-menu .mega-child-menu li a {
    font-size:16px;
  }
}


@media(max-width: 960px) {
 .desktop-nav {
   display: none !important;
  }
}

.nav-bar {
  
}

.nav-logo {
  padding-top:25px;
}


.nav-menu ul {
  float:right;
  margin-top:30px!Important;
}

.custom-header.sticky.show .nav-menu ul { 
  margin-top:0px!important; 
}

.nav-menu ul li {
 display: inline-block; 
  padding: 15px 0px;
  font-size: 20px;
  margin-right:35px;
}

.nav-menu ul li a {
 text-decoration: none; 
  color: #fff;
  position: relative;
  font-size:16px;
  padding:15px 0;
  letter-spacing:0.11em;
}

.nav-menu ul li:last-child {
  margin-right:0px;
}

.nav-menu .hs-menu-children-wrapper {
  margin-top: 0px !important;
  background: #fff;
  padding: 15px 0 !important;
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.nav-menu .hs-menu-children-wrapper li {
  width: 100%;
  margin-right: 0px;
  padding: 0px;
}

.nav-menu .hs-menu-children-wrapper li a {
  background: #fff;
  color: #000 !important;
  padding: 15px 25px;
}


.nav-menu  .hs-menu-children-wrapper li a:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}

.nav-menu .hs-menu-children-wrapper li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu .hs-item-has-children {
 position: relative;
}

.nav-menu .hs-item-has-children:after {
  position: absolute;
  font-size: 16px;
  content: '\f0dd';
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  right: -15px;
  top: 28px;
}

@media (min-width:767px) {
  
.sticky .nav-menu ul li.hs-menu-depth-1:last-child a {
  border:2px solid #fff!important;
}
  
}

.nav-menu ul li.hs-menu-depth-1:last-child a{
  padding: 15px 25px;
 background: #000;
  color: #fff;
  text-transform:uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
      letter-spacing: 0.11em;
  border:none!Important;
}

.nav-menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Off Canvas Menu */

.off-canvas-menu ul{
list-style: none;
padding: 0;
}

.off-canvas-menu ul li {
  background-color:#fff;
  width: 100%;
}

.off-canvas-menu ul li a {
 display: block;
 width: 100%;
 color: #000;
}
 

/* Hamburger Menu */


 #nav-icon4 {
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 1px;
}

.custom-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width:none;
  overflow:none;
  display:block;
}


/* Top Bar styles */

.top-bar-container {
  padding:0px!important;
}

.top-link {
  color:#fff;
  padding:15px 15px 15px 30px;
  text-decoration:none;
  display:inline-block;
  font-size:16px;
}

.top-bar-btn {
  background-color:#E5E5E5;
  padding:15px 30px 15px 30px;
  text-decoration:none;
  color:#333;
  font-weight:500;
  display:inline-block;
  margin-left: 25px;
  font-size:16px;
}

.off-canvas-menu .hs-menu-depth-1.show-menu>ul.hs-menu-children-wrapper {
    position: relative !important;
    display: block;
    max-height: 100% !important;
    visibility: visible !important;
}


@media (max-width:1080px) {
  .custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper a,
  .top-bar-content a{
    font-size:16px!important;
  }
  
  .custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper a {
    padding:10px 18px;
  }
}

@media (max-width:768px) {
 .custom-header-wrapper .bottom-bar-wrapper .logo-wrapper img {
   max-width:250px;
  }
}

@media (max-width:768px) {

.off-canvas-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.open-menu ul li.hs-menu-item.hs-menu-depth-2 {
  overflow:hidden!Important;
  opacity:0;
  }
  
  li.open-menu ul li.hs-menu-item.hs-menu-depth-2  {
    opacity:1!important;
  }


}


@media (max-width: 600px) {
 .top-bar-wrapper {
   display: none;
  }
  
  .menu-toggle {
    right:0px;
    top:15px;
  }
}

@media (max-width:479px) {
  .custom-header-wrapper .bottom-bar-wrapper.side_by_side .menu-wrapper {
    width:20%;
  }
}


.dropbtn {
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  color:#262628;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 8px 16px!important;
  text-decoration: none;
  display: block;
  background-color:#fff!Important;
  color:#262628!important;
}
.dropdown-content a:hover {
  color:#0072bc!important;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

