
/**************** Header / Footer ******************* *
 *  1. Header
 *      1.1. Offcanvas
 *  2. Footer
*****************************************************/

/******************** 1. Header *********************/
header {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
}

body.dark header {
  background-color: #0D0D0D;
}

html body header.uk-width-1-1 > nav.uk-navbar-container {
  background-color: transparent;
}

/**** 1.1. Offcanvas ****/
#offcanvas {
  width: 100%;
}

#offcanvas .uk-offcanvas-bar {
  left: -100%;
  width: 100%;
}

#offcanvas.uk-open .uk-offcanvas-bar {
  left: 0;
  padding: 18px 30px;
}

html body.dark #offcanvas .logo-content {
  color: #fff;
}

#offcanvas .round-btn {
  background-color: #0D0D0D;
  color: #fff;
}

html body.dark #offcanvas .round-btn {
  background-color: #fff;
  color: #0D0D0D;
}

html body.dark #offcanvas .round-btn:hover,
html body.dark #offcanvas .round-btn:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

#offcanvas .round-btn:hover {
  color: #0D0D0D;
  background-color: #fff;
  border-color: #0D0D0D;
}

#offcanvas .uk-offcanvas-bar {
  background-color: #fff;
}

body.dark #offcanvas .uk-offcanvas-bar {
  background-color: #0D0D0D;
}

#offcanvas .mobile-menu-wrapper {
  width: 100%;
}

#offcanvas .menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#offcanvas .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#offcanvas .menu a {
  color: #0D0D0D;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

body.dark #offcanvas .menu a {
  color: #fff;
}

#offcanvas .menu li:last-child a {
  display: inline-block;
  max-width: 97px;
  width: 100%;
  border: 2px solid #0D0D0D;
  border-radius: 50%;
  padding: 7px 0;
  color: #0D0D0D;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: static;  
  transition: 0.1s ease-in-out;
}

body.dark #offcanvas .menu li:last-child a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

#offcanvas .menu li:last-child a:hover,
#offcanvas .menu li:last-child a:focus {
  background-color: #0D0D0D;
  color: #fff;  
  text-decoration: none;
}

body.dark #offcanvas .menu li:last-child a:hover,
body.dark #offcanvas .menu li:last-child a:focus {
  background-color: #fff;
  color: #0D0D0D;
  border-color: #fff;
}


/******************** 2. Footer *********************/
.footer {
  background-color: #0D0D0D;
  padding-top: 40px;
  padding-bottom: 55px;
  overflow: hidden;
}

footer .roboto-text, 
footer .roboto_small, 
footer .roboto_small p, 
footer .roboto_small h3, 
footer .roboto-text p {
  color: #fff;
}

footer .uk-grid ul li {
  line-height: normal;
  margin-bottom: 25px;
}

footer ul:not(.policy-list-wrapper) {
  padding-left: 0;
  padding-top: 50px;
  list-style: none;
  margin: 0;
}

footer ul:not(.policy-list-wrapper) li:last-child {
  margin-bottom: 0;
}

footer ul:not(.policy-list-wrapper) a {
  color: #FFF;
  font-family: Helixa;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.4%; /* 29.792px */
  text-transform: uppercase;  
}

footer .uk-grid .footer-policy-wrapper {
  margin-top: 50px;
}

footer ul.policy-list-wrapper {
  list-style-type: none;
  padding: 0;
  flex-direction: column;
}

footer ul.policy-list-wrapper li:last-child {
  margin-bottom: 0;
}

footer .contact-address {
  margin-top: 60px;
}

footer .contact-address p {
  margin-bottom: 25px;
}

footer .contact-address p:last-child {
  margin-bottom: 0;
}

footer .footer-bottom-logo {
  margin-top: 285px;
}