:root {
--primary-color: #1c1c1c;
--overlay-color: rgb(38 38 38 / 95%);
--menu-speed: 0.75s;
}
#site-header {
top: 0;
width: 100%;
z-index: 999;
max-width: 100%;
display: block;
position: fixed; border-top: solid 5px;
background-color: transparent;
border-color: var( --e-global-color-accent );
}
#site-header.scrolled {
box-shadow: 0 3px 6px rgb(255 0 61 / 10%);
background-color: var( --e-global-color-secondary );
}
@keyframes stickySlideDown {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
#site-header nav ul {
gap: 1.5em;
margin: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
#site-header nav ul li a {
color: #ffffff;
font-weight: 300;
position: relative;
letter-spacing: 1.65px;
text-transform: uppercase;
transition: color 0.4s ease;
font-family: "Teko", Sans-serif;
display: flex;
align-items: center;
justify-content: center;
}
#site-header nav ul #menu-item-67 a {
letter-spacing: 1.1px;
line-height: 0!important;
display: block!important;
padding: 1em 1.5em!important;
background-color: var( --e-global-color-accent );
clip-path: polygon(10% 0%, 100% 0, 100% 70%, 90% 100%, 0 100%, 0% 30%);
}
#site-header  nav a img {
width: auto!important;
height: 20.11px!important;
}
#site-header nav ul > li > a::before {
width: 0;
height: 2px;
content: "";
margin: auto;
bottom: -10px;
display: block;
position: absolute;
transform-origin: center;
transition: all 0.5s;
background: var(--e-global-color-primary);
}
#site-header nav ul li a:hover::before,
#site-header nav ul li.current-menu-item a::before {
width: 100%;
background: var(--e-global-color-accent);
}
#site-header nav ul li a:hover{
color: var(--e-global-color-accent);
}  @media (max-width: 767px) {
} @media (min-width: 768px) and (max-width: 1024px) {
} @media (max-width: 1024px) {
#site-header{
transition: background-color .5s ease-in-out;
}
#cont-logo,
#cont-burger {
z-index: 10;
} .menu-burger {
z-index: 1;
width: 60px;
height: 60px;
padding: 1rem;
display: flex;
margin-left: auto;
align-items: center;
justify-content: center;
}
#site-header.burger-menu--opened .menu-burger {
background: var(--primary-color);
}
.menu-burger > div {
position: relative;
flex: none;
width: 100%;
height: 2px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}
.menu-burger > div::before,
.menu-burger > div::after {
content: '';
position: absolute;
z-index: 1;
top: -10px;
width: 100%;
height: 2px;
background: inherit;
}
.menu-burger > div::after {
top: 10px;
}
.menu-burger.active > div {
transform: rotate(135deg);
}
.menu-burger.active > div:before,
.menu-burger.active > div:after {
top: 0;
transform: rotate(90deg);
}
.menu-burger.active > div {
transform: rotate(225deg);
}  #site-header.burger-menu--opened #cont-menu {
visibility: visible;
}
#site-header.burger-menu--opened #cont-menu > div > div > div {
transform: scale(0.95);
transition-duration: var(--menu-speed);
}
#site-header.burger-menu--opened #cont-menu nav > ul {
gap: 2em;
opacity: 1;
transition:  opacity 0.4s ease 0.4s;
}
#site-header #cont-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
display: flex;
overflow: hidden;
align-items: center;
justify-content: center;
}
#cont-menu > div > div {
display: flex;
align-items: center;
justify-content: center;
}
#cont-menu > div > div > div {
background: var(--overlay-color);
border-radius: 50%;
width: 300vw;
height: 300vw;
display: flex;
flex: none;
align-items: center;
justify-content: center;
transform: scale(0);
transition: all 0.4s ease;
}
#cont-menu nav > ul {
opacity: 0;
display: flex;
max-width: 90vw;
max-height: 100vh;
text-align: center;
align-items: center;
flex-direction: column;
justify-content: center;
transition: opacity 0.4s ease;
}
#cont-menu nav > ul > li > a {
font-size: 1.5rem;
}
.sub-menu li {
width: 100%;
margin: 0;
padding: 0;
}
#menu-item-1483 {
margin-top: 30px;
} } @media (min-width: 1025px) {
#site-header {
padding: 0.2em 7%;
}
#site-header.scrolled {
animation: stickySlideDown .9s ease-in-out forwards;
}
#cont-menu {
width: 80%;
}
#site-header nav ul li a { font-size: calc(7px + 6 * ((100vw - 320px) / 680))!important;
}
#site-header nav ul > li.menu-item-has-children {
position: relative;
}
#site-header nav ul.sub-menu {
transform: translateY(20px);
transition: all 300ms;
}
#site-header nav ul > li.menu-item-has-children ul.sub-menu {
display: flex;
gap: 1em;
position: absolute;
flex-direction: column;
align-items: flex-start;
top: 35px;
left: 0;
width: 100%;
padding: 1em;
visibility: hidden;
opacity: 0;
background-color: black;
border: #3A3A3A 1px solid;
box-shadow: 0px 15px 10px -15px rgb(17 17 17 / 10%);
z-index: 1;
clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
}
#site-header nav ul > li:hover > ul.sub-menu {
visibility: visible;
opacity: 1;
transform: translateY(0);
padding: 0px;
}
#site-header nav ul > li > ul.sub-menu li a {
color: white;
justify-content: flex-start;
}
#site-header nav ul > li > ul.sub-menu li a::before {
height: 0px;
}
.sub-menu li {
padding-left: 10px;
width: 100%;
border-bottom: 1px #3A3A3A solid;
padding-bottom: 10px;
}
#menu-item-1483 {
padding-top: 15px;
}
#menu-item-1033 {
border-bottom: unset;
}
} @media (min-width: 1025px) and (max-width: 1700px) {
#site-header {
padding: 0.3em 1%;
}
#cont-logo {
width: 15%;
}
#cont-menu {
width: 85%;
}
#site-header nav ul {
gap: 1em;
}
#site-header nav ul li a {
font-size: 15px!important;
}
}