/* ==========================================================================
   Extracted styles from style.css that apply to the header template
   (Optima Shop theme v4.2.2)
   ========================================================================== */

/* --------------------------------------------------------------------------
   GLOBAL / BASE
   -------------------------------------------------------------------------- */
html {
  margin-top: 0px !important;
}

@media only screen and (max-width: 1280px) { html { font-size: 95%; } }
@media only screen and (max-width: 1024px) { html { font-size: 90%; } }
@media only screen and (max-width: 960px)  { html { font-size: 85%; } }
@media only screen and (max-width: 768px)  { html { font-size: 80%; } }
@media only screen and (max-width: 480px)  { html { font-size: 75%; } }

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body > img {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .overlay-menu {
  display: block;
}

button:focus {
  outline: none;
}

/* --------------------------------------------------------------------------
   PAGE WRAPPER / CONTENT
   -------------------------------------------------------------------------- */
#content.site-content {
  padding-bottom: 2em;
  padding-top: 0em;
  margin-top: unset;
}

.site-content:before,
.site-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.fluid-custom {
  padding: unset !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* --------------------------------------------------------------------------
   HEADER / MASTHEAD
   -------------------------------------------------------------------------- */
header#masthead {
  background-color: #ffffff;
  box-shadow: none;
  padding: 0 !important;
}

#masthead nav {
  padding: 0;
  margin: auto;
  box-shadow: 0px 5px 20px #00000029;
}

#page-sub-header {
  padding-top: 0 !important;
}

/* --------------------------------------------------------------------------
   LOGO
   -------------------------------------------------------------------------- */
#logo {
  float: left;
  background-repeat: no-repeat;
  width: 160px;
  height: 58px;
  background-position-y: bottom;
}

/* --------------------------------------------------------------------------
   NAV CONTAINER
   -------------------------------------------------------------------------- */
.container-nav {
  max-width: 1260px !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* --------------------------------------------------------------------------
   NAVBAR TOGGLER (HAMBURGER)
   -------------------------------------------------------------------------- */
.navbar-light .navbar-toggler {
  color: unset;
  border-color: white;
}

.navbar-toggler {
  border: none !important;
  outline: none;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active {
  box-shadow: none !important;
  outline: none;
}

.navbar-toggler span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #00aeef;
  margin: 5px 0;
  transition: transform .3s ease, opacity .3s ease;
  transform-origin: center;
}

.navbar-toggler.collapse-second span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggler.collapse-second span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.collapse-second span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   PRIMARY MENU
   -------------------------------------------------------------------------- */
#primary-menu a,
#primary-menu .menu-item-link {
  text-decoration: none;
}

.menu-item > a:hover {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
  margin-right: 8px;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  font-size: 13px;
  padding: 3px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #00b9e2;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  font-size: 13px;
  padding: 3px;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 13px;
  padding: 3px;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:active {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  font-size: 13px;
  padding: 3px;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:hover {
  transition: 0.3s ease-in-out;
  background-color: #00b9e2;
  padding: 3px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item {
  background-color: #00b9e2;
  padding: 3px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item > a {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 13px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item + a:hover {
  background-color: #00b9e2 !important;
  color: #ffffff;
  padding: 3px;
}

/* --------------------------------------------------------------------------
   CUSTOM MENU ICON ITEMS
   -------------------------------------------------------------------------- */
.img-menu-items {
  height: 32px;
  width: auto !important;
}

.item-menu-text {
  font-weight: 700 !important;
  font-size: 10px;
  color: #000000 !important;
}

.menu-item-link:hover .item-menu-text {
  color: #00b9e2 !important;
}

/* --------------------------------------------------------------------------
   NAVBAR TEXT WRAPPER
   -------------------------------------------------------------------------- */
.navbar-text {
  background-color: #ffffff;
}

/* --------------------------------------------------------------------------
   STICKY BEHAVIOUR
   -------------------------------------------------------------------------- */
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/* --------------------------------------------------------------------------
   OVERLAY MENU
   -------------------------------------------------------------------------- */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* Tablet & down */
@media only screen and (max-width: 1199px) {
  #navbarNavDropdown {
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
  }
  .navbar-nav { background-color: #ffffff; }
  .icon-container { background: #fff; }
  .navbar-nav li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    width: fit-content;
  }
  .navbar-nav li a {
    color: #00b9e2;
    text-decoration: none;
    padding: 4px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 1199.98px) {
  .item-menu-text { font-size: 15px !important; }
  .navbar-text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .icon-container { width: 100%; }
}

@media (max-width: 1200px) {
  .item-menu-text { font-weight: 400 !important; }

  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_menu_item {
    background-color: #00b9e2;
    padding: 3px;
    width: 100%;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li:hover {
    transition: 0.3s ease-in-out;
    background-color: #00b9e2;
    padding: 3px;
    cursor: pointer;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li:hover > a {
    color: #ffffff !important;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 8px;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    font-size: 13px;
    width: 100%;
    padding: 3px;
  }
}

/* Small tablets / large phones */
@media only screen and (max-width: 767px) {
  header#masthead { padding: 0 !important; }
  #masthead .container { padding: 0 !important; width: 100%; }
}

/* Phones */
@media only screen and (max-width: 480px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    float: none;
    display: block;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    width: 100%;
  }
}

/* Extra small phones */
@media screen and (max-width: 450px) {
  html { margin-top: 0px !important; }
  .navbar-brand { padding-top: 0px !important; }
  #navbarNavDropdown { width: 100%; }
  #masthead nav {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
  }
  .icon-container {
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .navbar-text {
    padding-bottom: 20px !important;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
  }
}

#masthead,
#masthead nav.navbar {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}