/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2023 | 00:41:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2023 | 00:23:35 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Sidewinder-Custom";
  src: url("/wp-content/uploads/cc_fonts/Sidewinder/Sidewinder-CustomFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
header#header {
  padding-top: 10px;
  transition: all ease 0.2s;
}
@media only screen and (max-width: 989px) {
  header#header {
    padding-top: 0;
    position: fixed !important;
  }
  header#header:not(.header-scrolled) .main_menu .av-hamburger {
    filter: none !important;
  }
  header#header:not(.header-scrolled) .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner, header#header:not(.header-scrolled) .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner:before, header#header:not(.header-scrolled) .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner:after {
    background-color: #fff !important;
  }
}
header#header.header-scrolled {
  padding-top: 0;
}
header#header.header-scrolled .header_bg {
  background: #fff !important;
}
header#header.header-scrolled .inner-container .logo svg {
  padding: 2.5% 0 !important;
}
header#header.header-scrolled .inner-container .logo svg #sidewinder-logo path {
  fill: #002A4E !important;
}
header#header.header-scrolled .inner-container .logo svg #sidewinder-logo #sidewinder-favicon #favicon-detail path {
  fill: #8CBC29 !important;
}
@media only screen and (max-width: 767px) {
  header#header.header-scrolled .inner-container .main_menu .avia-menu {
    align-items: center;
    display: flex !important;
  }
}
header#header #header_main .inner-container .logo {
  align-items: center;
  display: flex;
  transition: all ease 0.5s;
}
header#header #header_main .inner-container .logo a {
  max-height: 100% !important;
}
@media only screen and (max-width: 767px) {
  header#header #header_main .inner-container .logo a {
    align-items: center;
    display: flex !important;
  }
}
header#header #header_main .inner-container .logo svg {
  padding: 2.5% 0;
}
@media only screen and (min-width: 768px) {
  header#header #header_main .inner-container .logo svg {
    max-width: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_main .inner-container .logo svg {
    max-height: 60px !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 767px) {
  header#header #header_main .inner-container .main_menu .avia-menu {
    align-items: center;
    display: flex !important;
  }
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger {
  filter: drop-shadow(0px 0px 10px #fff);
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner {
  border-radius: 0 !important;
  height: 4px !important;
  transform: rotate(135deg);
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner:before, header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner:after {
  border-radius: 0 !important;
  height: 4px !important;
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active):hover .av-hamburger-inner {
  transform: skewX(-40deg) !important;
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner {
  border-radius: 0 !important;
  height: 4px !important;
  transform: skewX(0deg) !important;
  transition: all ease 0.3s !important;
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:before, header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:after {
  border-radius: 0 !important;
  height: 4px !important;
  transform: translate3d(0, 0, 0) skewX(0deg) !important;
  transition: ease all 0.3s !important;
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:before {
  top: -10px !important;
}
header#header #header_main .inner-container .main_menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:after {
  bottom: -10px !important;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li:after {
  content: "";
  border-bottom: 2px solid #EAEAEA;
  bottom: 0;
  left: 50px;
  position: absolute;
  transition: all ease 0.3s;
  width: 3ch;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li:hover:after {
  border-color: #8CBC29 !important;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li > a {
  border: none !important;
  padding: 20px 50px !important;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li > a .avia-menu-text {
  font-weight: 700 !important;
  color: #002A4E !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
header#header #header_main .inner-container .main_menu .av-burger-overlay .av-burger-overlay-bg {
  background: #002A4E !important;
  filter: brightness(0.7);
  opacity: 0.85 !important;
}
header#header .header_bg {
  background: transparent !important;
  transition: all ease 0.5s;
}
.is--device header#header .header_bg {
  background: #fff !important;
}
.is--device header#header .inner-container .logo svg {
  padding: 2.5% 0 !important;
}
.is--device header#header .inner-container .logo svg #sidewinder-logo path {
  fill: #002A4E !important;
}
.is--device header#header .inner-container .logo svg #sidewinder-logo #sidewinder-favicon #favicon-detail path {
  fill: #8CBC29 !important;
}
@media only screen and (max-width: 767px) {
  .is--device header#header .inner-container .main_menu .avia-menu {
    align-items: center;
    display: flex !important;
  }
}
@media only screen and (max-width: 989px) {
  .is--device header#header .inner-container .main_menu .av-hamburger {
    filter: none !important;
  }
  .is--device header#header .inner-container .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner, .is--device header#header .inner-container .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner:before, .is--device header#header .inner-container .main_menu .av-hamburger:not(.is-active) .av-hamburger-inner:after {
    background-color: #002A4E !important;
  }
}
body:not(.home) header#header {
  padding-top: 0 !important;
  background: #fff !important;
}
body:not(.home) header#header .inner-container .logo a.av-contains-svg {
  max-height: 100% !important;
}
body:not(.home) header#header .inner-container .logo svg #sidewinder-logo path {
  fill: #002A4E !important;
}
body:not(.home) header#header .inner-container .logo svg #sidewinder-logo #sidewinder-favicon #favicon-detail path {
  fill: #8CBC29 !important;
}
@media only screen and (max-width: 989px) {
  body:not(.home) header#header .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner, body:not(.home) header#header .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner:before, body:not(.home) header#header .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner:after {
    background-color: #002A4E !important;
  }
}
