/*
 *
 * Theme navigation styles
 */

.menu-bar-bg {
	background: #ad1640;	
}
.header ul.menu  {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0;
} 
.header ul.menu li {
	padding: 0px;
	margin-bottom: 0;
	position: relative;
}
.header ul.menu li a {
	display: block;
	text-transform: none;
	letter-spacing: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.header ul.menu li a:hover,
.header ul#menu-init > li.current_page_item a {
	color: #ad1640;
	text-decoration: none;
	background: #fff;
}



.header ul.menu li ul {
	z-index: 5;
	background: #fff;
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	list-style: none;
	margin-bottom: 0;
	right: 0;
	top: 43px;
	min-width: 250px;
	box-shadow: 0pc 10px 10px 0 rgba(0,0,0,0.1);
}
.header ul.menu li.wpml-ls-item ul {
	min-width: 40px;
}

.header ul.menu li:hover ul {
	display: flex;
}
 
.header ul.menu li li {
	padding: 1px 0 0 0;
} 
 
.header ul.menu li li a {
	color: #000;
	display: block;
	padding: 4px 10px;
	border-bottom: 3px solid rgba(0,0,0,0);
	background: #fff;
}
.header ul.menu li li a:hover {
	color: #000;
	border-bottom: 3px solid rgba(0,0,0,0);
	background: #eee;
}

ul.menu .search-open a span {
	display: none;
}
ul.menu .search-open a:before {
	font-family: 'FontAwesome';
	content: "\f002";
}




button.hamburger {
	display: none;
	background: none !important;
}
button.hamburger.menu-button:hover {
	background: none !important;
}
.mobile-open button.hamburger.menu-button {
	display: block;
	background: none !important;
}
body.noscroll {
	overflow: hidden;
}
@media (max-width: 1010px) {
	button.hamburger.menu-button {
		display: block;
	}
	.header ul.menu {
		display: none;
	}
	
}
@media (max-width: 500px) {
.header ul#menu-fruit > li ul.sub-menu { 
	flex-direction: column !important;
	width: 100%;
}
.header ul#menu-fruit > li ul.sub-menu a {
	width: 100%;
}
}

/*.mobile-open #menu-init {
	display: flex;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	box-shadow: unset;
	transition: all 250ms ease-in-out;
	overflow-y: auto;
}*/
.mobile-open #menu-init {
	display: block;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 57px;
	bottom: 50px;
	width: 100vw;
	height: 100vh;
	padding-bottom: 180px;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	box-shadow: unset;
	transition: all 250ms ease-in-out;
	overflow-y: auto;
	z-index: 10;
}
.mobile-open ul.menu li a {
    border-bottom: 2px solid #ad1640;
	margin-bottom: 20px;
	font-weight: bold;
}
.mobile-open ul.menu li ul.sub-menu li a {
	margin-bottom: 0px;
	font-weight: normal;
}
.mobile-open #menu-init li a {
	color: #000;
	font-size: 110%;
	display: inline-block
}
.mobile-open .header ul.menu > li {
	padding-bottom: 20px;
	text-align: center;
}
.mobile-open .header ul.menu li ul {
	z-index: 5;
	background: #fff;
	position: relative;
	display: block;
	right: 0;
	top: 0px;
	min-width: 200px;
	box-shadow: none;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

#searchbar {
	display: none;
	position: absolute;
	z-index: 9;
	background: #fff;
	background: #AD1640;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	box-shadow: unset;
	transition: all 250ms ease-in-out;
}
#searchbar.open {
	display: flex;
}
.hamburger.search-close {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}
.search-box,
#frm-center-search {
	width: 100%;
	text-align: center;
}
#global-search-center {
    min-width: 200px;
	max-width: 400px;
	width: 80%;
    margin-right: 10px;
    vertical-align: middle;
	margin-bottom: 10px;
	font-size: 14px;
	border-radius: 0px;
	border: 1px solid transparent !important;
}
#frm-center-search button {
    vertical-align: middle;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.1) !important;
	border: 1px solid transparent !important;
}
#frm-center-search button:hover {
	background: rgba(0,0,0,0.2) !important;
	border: 1px solid transparent !important;
	color: #fff;
}


/*!
 * fruit menu
 *
 */
.menu-sub-bar-bg {
	background: #C25170;
	background: #CFBC26;
}
.header ul#menu-fruit {
    display: block;
	z-index: 3;
	position: relative;
}
.header ul#menu-fruit > li {
    justify-content: flex-start;
	display: flex;
}
.header ul#menu-fruit > li a {
    display: inline-block;
    text-transform: none;
    letter-spacing: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 16px 20px 16px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.header ul#menu-fruit > li a:hover {
    color: #000;
    text-decoration: underline;
	background: transparent;
}


.header ul#menu-fruit > li ul.sub-menu {
    display: flex !important;
    flex-direction: row;
    position: relative;
    top: 0;
	background: transparent;
	margin-top: 10px;
	margin-left: 20px;
	box-shadow: none;
}
.header ul#menu-fruit > li ul.sub-menu li {
    padding-right: 10px;
}

.header ul#menu-fruit > li ul.sub-menu a {
	font-size: 13px;
	padding: 4px 10px 2px 10px;
	background: #AD1640;
	background: rgba(0,0,0,0.15);
	border-right: 0px;
	color: #fff;
	text-decoration: none;
}
.header ul#menu-fruit > li ul.sub-menu li.current_page_item a,
.header ul#menu-fruit > li ul.sub-menu a:hover {
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
}



.hamburger {
	transform: scale(0.75);	
	transform-origin: top right;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

  .search-box .hamburger.is-active .hamburger-inner,
  .search-box .hamburger.is-active .hamburger-inner::before,
  .search-box .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
  }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
