/* Name: ODX Header and Main menu styling UU 1.0 */	
/* CLASSES: 
on section: #od-main-header / .od-header / .od-fixed / .od-3-cols / .od-2-cols
on row: .od-color-blur
on column:
on module: .od-header-logo / .od-main-menu-wrapper / .od-header-buttons-wrapper / 
*/	
/* HEADER POSITION AND STYLING */
/* Load this small CSS in the head as well */
#et-main-area {
	/*padding-top: 60px;*/
}
.od-header {
}
.od-header.od-header--fixed {
    position: fixed !important;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto;
	width: 100%;
}
.od-header.od-header--transp {
    padding-top: var(--od-header-transp-padding-top) !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,0) !important;
}	
/* HEADER FLEX ROW */
.od-header > .et_pb_row:after {
	display: none;
}   
.od-header > .et_pb_row {
    display: flex;
    justify-content: space-between;
}
.od-header.od-header--blur > .et_pb_row.od-spaceholder--blur {
	/* This layer replaces the parent's blur */
	position: absolute;
/*	top: var(--od-header-transp-padding-top) !important;*/
	inset: var(--od-header-transp-padding-top) 0 0 0;             /* top:0; right:0; bottom:0; left:0 */
	pointer-events: none; /* clicks go to content */
	z-index: 0;
	-webkit-backdrop-filter: var(--od-header-blur);
  	backdrop-filter: var(--od-header-blur);
	background: rgba(255,255,255,0.7);	
	border-radius: 12px;
}	
/*HEADER 3 COLUMNS*/ 
.od-header.od-header--3cols > div > .et_pb_column {
	width: auto !important;
}
.od-header.od-header--3cols > div > .et_pb_column:first-child {
	width: var(--od-header-logo-max-width);
	padding: 16px 0;
	display: flex;
	align-items: center;
}
.od-header.od-header--3cols > div > .et_pb_column .et_pb_module, .od-header.od-header--3cols > div > .et_pb_column .et_pb_module > div {
    height: 100%;
}
@media only screen and (max-width: 980px) {
.od-header.od-header--3cols > div > .et_pb_column:first-child {
	width: var(--od-header-logo-max-width) !important;
}
}
/*HEADER 2 COLUMNS*/
.od-header.od-header--2cols > div > .et_pb_column:first-child {
	width: 25% !important;
	padding: 16px 0;
	display: flex;
	align-items: center;
}
.od-header.od-header--2cols > div > .et_pb_column:last-child {
	width: 75% !important;
}
.od-header.od-header--2cols > div > .et_pb_column:last-child {
	display: flex;
	padding: 0;
	justify-content: space-between;
}
.od-header.od-header--2cols > div > .et_pb_column:last-child .et_pb_code_inner {
	height: 100%;
}
@media only screen and (max-width: 980px) {
.od-header.od-header--2cols > div > .et_pb_column:first-child {
	width: 50% !important;
	padding: 14px 0;
}
.od-header.od-header--2cols > div > .et_pb_column:last-child {
	width: 50% !important;
	justify-content: flex-end;
}
}
/* LOGO SIZE */
.od-header-logo {
/* adjust column size accordingly */
	max-width: var(--od-header-logo-max-width)200px;
}
.od-header-logo img {
/* important for svg files */
	width: 200px !important;
}	

/*************************/
/*THE MAIN MENU*/ 
.od-header .od-main-menu-wrapper {
	margin-left: 10px;	
	}
.od-header .od-main-menu-wrapper > .et_pb_code_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  } 
.od-header .od-main-menu-wrapper > div > nav.od-special-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	float: none;
}
.od-header .od-main-menu-wrapper > div > nav.od-special-menu > ul {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	float: none;  
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.od-header .od-main-menu-wrapper > div > nav.od-special-menu > ul > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	margin-top: 0px;
}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li > a, 
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li >  button {
	color: var(--od-main-menu-color);
	line-height: 1.0 !important;
	letter-spacing: -0.4px;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 4px 20px;
	border-right: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-left: var(--od-main-menu-divider);
	background: transparent;
	text-decoration: none;
	display: block;
	position: relative;
}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li:first-child > a, 
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li:first-child > button {
	border-left: 0px solid #cccccc;
}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li > a:hover, 
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li >  button:hover {
	color: var(--od-main-menu-color-hover);
	cursor: pointer;
}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li > a, .od-header .od-main-menu-wrapper > div > nav > .od-menu > li > a:hover, 
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li >  button, .od-header .od-main-menu-wrapper > div > nav > .od-menu > li >  button:hover {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* Name: ODX Header buttons styling UU 1.0 */	
/* CLASSES: 
on section: #od-main-header / .od-header / .od-fixed / .od-3-cols / .od-2-cols
on row:
on column:
on module: .od-header-logo / .od-main-menu-wrapper / .od-header-buttons-wrapper / 
*/	
/* THE RIGHT COL ITEMS */  
.od-header .od-header-buttons-wrapper .et_pb_code_inner {
    display: flex;
	align-items: center;
	color: var(--od-header-buttons-color);
}
/* Show and hide stuff in last column */
.od-burger-desktop {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}
.od-burger-mobile {
	display: none;
	align-items: center;
	align-self: stretch;
	position: relative;	
}    
.od-search-button {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;	
}
.od-lang {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;	
} 
.od-login {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;	
}	
@media only screen and (max-width: 980px) {
.od-burger-desktop {
	display: none;
}
.od-burger-mobile {
	display: flex;
}
.od-search-button {
	display: flex;  
}
.od-lang {
	display: flex;  
}	
.od-login {
	display: none;  
}	
}  
/*SEARCH ICON*/
.od-search-button  {
	margin-left: 20px;
}
.od-search-button .od-search-icon {
	font-size: 0;
	height: 30px;
	width: 30px;
	float: right;
	line-height: 1;
	padding: 0px;
	position: relative;
	background: transparent;
	border: 0px;
}
.od-search-button .od-search-icon:before {
	content: "\f002";
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 300;
	font-size: 28px;
	line-height: 1;
	color: inherit;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
} 
/*BURGER ICON*/
.od-burger-desktop {
  margin-left: 20px;
}
.od-burger-mobile {
  margin-left: 10px;
}	
.od-burger-icon {
	font-size: 0;
	height: 30px;
	width: 30px;
	float: right;
	line-height: 1;
	padding: 0px;
	position: relative;
	background: transparent;
	border: 0px;
}
.od-burger-icon:before {
	content: "\f0c9";
  	font-family: "Font Awesome 6 Pro" !important;
  	font-weight: 300;
  	line-height: 1;
  	color: inherit;
  	position: relative;
  	top: 0;
  	left: 0;
  	font-size: 32px;
  	cursor: pointer;
}
.od-burger-desktop.button-active .od-burger-icon:before {
	content: "\f00d";
}
.od-burger-mobile.button-active .od-burger-icon:before {
	content: "\f00d";
}	
.od-burger-icon-text {
	width: auto;
	float: right;
	line-height: 1;
	padding: 12px 36px 10px 0px !important;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
	position: relative;
	background: transparent;
	border: 0px;
	cursor: pointer;
}
.od-burger-icon-text:after {
	content: "\f0c9";
  	font-family: "Font Awesome 6 Pro" !important;
  	font-weight: 300;
  	/*line-height: 1;*/
  	color: inherit;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	padding-top: 2px;
	font-size: 32px;
}
.od-burger-desktop.button-active .od-burger-icon-text:after {
	content: "\f00d";
}
.od-burger-mobile.button-active .od-burger-icon-text:after {
	content: "\f00d";
} 	
/* LANGUAGE */	
/* POLYLANG */
/* language icon 'Polylang language switcher' shortcode */
.od-lang {
	padding-left: 39px;
	padding-right:15px;
	background-color: #f5f5f5;
	margin-left: 15px;
	border-left: 0px solid #cccccc;
	align-self: stretch;
	align-items: center;
	position: relative;
}  
.od-lang ul {
	padding: 0 !important;
}  
.od-lang .lang-item {
	list-style: none;
}  
.od-lang ul li {
	margin-bottom: 0 !important;
	font-size: 1.125rem;
	padding-left: 16px;
} 
.od-lang ul li a {
	line-height: 1;
	color: inherit;
	text-decoration: none;
}
.od-lang ul li a:hover {
	border-bottom: 2px solid;
	border-bottom-color: inherit;
	}	
.od-lang ul:before {
	content: "\f0ac" /*"\f2f1" switch globe*/;
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 300;
	font-size: 28px;
	line-height: 1;
	color: inherit;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	margin-right: 6px;
	cursor: pointer;
} 
@media only screen and (max-width: 980px) {
.od-lang {
	display: none;
	float: right;
	padding-left: 35px;
	padding-right: 5px;
	background-color: #ffffff;
	margin-left: 5px;
	border-left: 0px solid #cccccc;
}    
}
/* LOGIN BUTTON */
.od-login {
	margin-left: 20px;	
}	
button.od-login-text {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  line-height: 24px !important;
  border: 1px solid !important;
  border-color: inherit;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  color: #000000 !important;
  background-color: #ffffff;
  cursor: pointer;
}
.od-user-icon {
  font-size: 0;
  height: 30px;
  width: 30px;
  float: right;
  line-height: 1;
  padding: 0px;
  position: relative;
  background: transparent;
  border: 0px;
}
.od-user-icon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300;
  line-height: 1;
  color: inherit;
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  cursor: pointer;
}

/* Name: ODX Header padding and minimize 0.9 */	
/* CLASSES: 
on section: .od-minimize
on row:
on column:
on module:
*/	
.od-reduce-section-padding {
	transition: all 0.9s ease-out 0s;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.od-increase-row-width {
	transition: all 0.9s ease-out 0s;
	width: 100% !important;
	max-width: 1280px !important;
}
.od-slow-transition {
	transition: all 0.9s ease-out 0s;
}
.od-header.od-header--minimize .et_pb_row {
	/*transition: all 0.9s ease-out 0s;*/
}	
.od-header-logo.od-reduce-size {
	transition: all 0.9s ease-out 0s;
	max-width: 150px;
}