/*
 *
 * Theme navigation styles
 */

.header ul.menu {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0;
}

.header ul.menu li {
	padding: 0;
	margin-bottom: 0;
	position: relative;
}
.header ul.menu > li {
	padding-left: 30px;
}
.header ul.menu li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--nav-font-color-primary);
	font-size: 12px;
	font-weight: 600;
	padding: 6px 0 6px 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	text-decoration: none;
}
.header ul.menu li.current-menu-item a,
.header ul.menu li a:hover {
	color: var(--nav-font-color-primary);
	border-bottom: 2px solid var(--nav-font-color-primary);
	text-decoration: none;
}
.header ul.menu li.sign-up a {
	border: 2px solid var(--nav-font-color-primary);
	border-radius: 25px;
	padding: 6px 18px 4px 18px;
}
.header ul.menu li.sign-up a:hover {
	border: 2px solid #000;
}
.home .header ul.menu li.sign-up a {
	border: 2px solid rgba(255,255,255,0.7);
}
.home .header ul.menu li.sign-up a:hover {
	border: 2px solid #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;
	margin-left: 0;
	margin-top: 0;
	right: 0;
	top: 32px;
	min-width: 240px;
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
	border-top: 2px solid #000;
}
.header ul.menu li.wpml-ls-item ul {
	min-width: 40px;
}

.header ul.menu li:hover ul,
.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;
	text-transform: none;
	padding: 6px 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;
}
.home .header ul.menu li li a {
	color: #000;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	background: #fff;
}
.home .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;
}

.mobile-open button.hamburger.menu-button {
	display: block;
}

body.noscroll {
	overflow: hidden;
}

@media (max-width: 900px) {
	button.hamburger.menu-button {
		display: block;
	}
	.header ul.menu {
		display: none;
	}
}

.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;
}

.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;
	display: none;
	right: 0;
	top: 0px;
	min-width: 200px;
	box-shadow: none;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.mobile-open  .header ul.menu li ul {
	border-top: none;
	display: none;

}
.mobile-open  .header ul .sub-menu {
	
}
.mobile-open .header ul.menu li.hover ul {
	display: block;
}

#searchbar {
	display: none;
	position: absolute;
	z-index: 9;
	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;
}
#searchbar {
	display: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 130px;
	padding-top: 40px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
@media (max-width: 900px) {
	#searchbar {
		display: none;
		position: fixed;
		z-index: 9;
		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;
	}
}
#searchbar.open {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}

.hamburger.search-close {
	display: block;
	position: absolute;
	right: 40px;
	top: 20px;
}

.search-box, #frm-center-search {
	width: 100%;
	text-align: center;
}
#frm-center-search {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin-bottom: 0;
}
#global-search-center {
	min-width: 200px;
	max-width: 100%;
	width: 100%;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 14px;
}

#frm-center-search button {
	vertical-align: middle;
	margin-bottom: 10px;
	border-radius: 40px;
}

.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;
}
.home .hamburger.is-active .hamburger-inner,
.home .hamburger.is-active .hamburger-inner::before,
.home .hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.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: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.home .hamburger .hamburger-inner,
.home .hamburger .hamburger-inner::before,
.home .hamburger .hamburger-inner::after {
	background-color: #000;
}

.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;
}

/* Footer menu */

ul.menu-footer {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0px;
	flex-wrap: wrap;
}

.menu-footer li {
	padding: 0px 12px 0px 12px;
	margin-bottom: 0px;
	border-right: 1px solid #fff;
	/* box-sizing: border-box; */
}

.menu-footer li:last-of-type {
	padding-right: 0px;
	border: none;
}





/* Meta menu */
.meta-bar > .container {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
}




@media only screen and (max-width:365px) {
	.meta-bar > .container {
		font-size: 13px;
	}
}

ul.menu-meta {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0px;
}
.meta-bar a {
	display: inline-block;
}
.menu-meta li,
.meta-bar a {
	padding: 0 0 0 30px;
	margin-bottom: 0px;
}

.meta-social-link:first-child {
	padding-left: 0;
}

@media only screen and (max-width:350px) {
	.menu-meta li,
	.meta-bar a {
		padding-left: 20px;
	}
}

.meta-bar a {
	text-decoration: none;
	color: var(--metamenu-link-color);
}
.meta-bar a:hover {
	text-decoration: none;
	color: var(--metamenu-link-color-hover);
}
.menu-meta li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: var(--metamenu-link-color);
}
.menu-meta li a:hover {
	display: block;
	text-decoration: none;
	color: var(--metamenu-link-color-hover);
}



/**
* Pagination
*/
 
.nav-paginate {
	padding-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media (max-width: 800px) {
	.nav-paginate {
		font-size: 14px;
	}
}
.page-numbers {
	display: inline-block;
	color: var(--primary-link-color);
	border: 1px solid #eee; 
	border-left: 1px solid transparent; 
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-weight: 450;
}
.page-numbers.dots {
	color: #ddd;
}
.page-numbers:first-child {
	border-left: 1px solid #eee; 
}
.page-numbers:not(.dots):hover {
	text-decoration: none;
	background: #eee; 
}
.page-numbers.current,
.page-numbers.current:hover {
	background: var(--primary-link-color);
	border: 1px solid var(--primary-link-color);
	border-left: 1px solid var(--primary-link-color);
	color: #fff;
	font-weight: 600;
}
.nav-paginate .prev,
.nav-paginate .next {
	width: 140px;
}


