/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 22:22:30 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 18:45:52 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --teal: #19535C;
  --lightBlue: #DEF4F6;
  --tealAlt: #28A4AF;
  --extraLightBlue: #ebf9fa;
  --extraLightBlueAlt: #f2fcfb;
  --orange: #FFAB57;
  --orangeAlt: #FFF2E6;
  --black: #000000;
  --white: #ffffff;
  --gradient: linear-gradient(180deg, rgba(206,235,239,1) 0%, rgba(255,255,255,1) 100%);
  --gradientAlt: linear-gradient(180deg, rgba(206,235,239,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  --area: "area-normal", sans-serif;
  --area_extended: "area-extended", sans-serif;
  --mont: "Montserrat", sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
header#header {
  max-width: 100% !important;
}
header#header span.logo {
  display: none !important;
}
header#header .header_bg {
  background: var(--white) !important;
}
#header_meta {
  background: var(--teal);
}
#header_meta ul li.bold-link {
  padding-right: 0 !important;
}
#header_meta ul li.bold-link a {
  padding-right: 0 !important;
}
#header_meta ul li a {
  color: var(--white);
  text-decoration: underline;
}
#header_meta .sub_menu {
  width: 100%;
}
#header_meta .sub_menu ul {
  width: 100%;
}
#header_meta .sub_menu ul li {
  float: right;
}
#header_meta .sub_menu ul li a {
  font-weight: 400;
}
#header_meta .sub_menu ul li:nth-of-type(1) a {
  font-weight: 700;
  color: var(--orange) !important;
}
#header_meta .sub_menu ul li:nth-of-type(4), #header_meta .sub_menu ul li:nth-of-type(5) {
  float: left;
}
#header_meta .sub_menu ul li:nth-of-type(4) a, #header_meta .sub_menu ul li:nth-of-type(5) a {
  text-decoration: none;
}
#header_meta .sub_menu ul li:nth-of-type(5)::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/open-window.svg");
  height: 24px;
  width: 24px;
  bottom: -7px;
  right: -30px;
}
#header_main {
  border-bottom: 5px solid var(--tealAlt) !important;
}
#header_main nav.main_menu {
  width: 100%;
}
#header_main nav.main_menu .avia-menu {
  width: 100%;
}
#header_main ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  height: 80px;
}
#header_main ul li {
  float: none;
}
#header_main ul li.logo-menu-item {
  margin-left: 0;
  margin-right: auto;
}
#header_main ul li.logo-menu-item a {
  width: 100px;
  height: 54px !important;
  font-size: 0;
  background-image: url("/wp-content/uploads/ZEVASKYN_Logo_TAGLINE_R_Ball_RGB.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#header_main ul li.make-button:hover {
  transition: all 0.4s ease-in-out;
}
#header_main ul li.make-button:hover a {
  color: var(--white);
}
#header_main ul li.make-button:hover a:before {
  background: var(--teal);
}
#header_main ul li.make-button:hover a:after {
  display: none !important;
}
#header_main ul li.make-button:hover a .avia-menu-text {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
#header_main ul li.make-button:hover.current-menu-item {
  background: var(--teal) !important;
  border-radius: 200px !important;
  overflow: hidden !important;
}
#header_main ul li.make-button:hover.current-menu-item a .avia-menu-text {
  color: var(--white) !important;
}
#header_main ul li.make-button a {
  padding: 8px 20px !important;
  width: 174px;
  font-size: 14px;
}
#header_main ul li.make-button a:before {
  content: "";
  width: 174px;
  height: 37px;
  background: var(--orange);
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  overflow: hidden;
}
#header_main ul li.make-button a:after {
  display: none !important;
}
#header_main ul li:hover a:after, #header_main ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  margin: 0 auto;
  background: var(--orange);
  bottom: -8px;
}
#header_main ul li a {
  position: relative;
  color: var(--teal) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  height: auto !important;
  line-height: 1em !important;
  text-align: center;
}
#header_main ul li .avia-menu-text {
  position: relative;
  z-index: 10;
}
#header_main ul li:nth-of-type(1) a:after {
  display: none !important;
}
.av-main-nav {
  z-index: initial !important;
}
.av-burger-menu-main {
  z-index: 999 !important;
}
.av-burger-menu-main a:after {
  display: none !important;
}
.av-burger-menu-main .av-hamburger-inner, .av-burger-menu-main .av-hamburger-inner:before, .av-burger-menu-main .av-hamburger-inner:after {
  background-color: #19535C !important;
}
.av-burger-overlay-scroll {
  background: #fff !important;
}
.mobile-only-nav-item {
  display: none !important;
}
@media only screen and (max-width: 1150px) {
  #header_main ul {
    gap: 20px;
  }
  #header_main ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  header#header {
    z-index: 2500;
  }
  .av-burger-overlay {
    max-width: 767px;
    margin: auto;
  }
  .av-burger-overlay .av-burger-overlay-scroll .make-button, .av-burger-overlay .av-burger-overlay-scroll .logo-menu-item {
    display: none !important;
  }
  #header_main ul li:hover a:after, #header_main ul li.current-menu-item a:after {
    display: none !important;
  }
  #av-burger-menu-ul .mobile-only-nav-item {
    display: block !important;
  }
  #av-burger-menu-ul .mobile-only-nav-item:not(.menu-item-4472) {
    background: #effafb !important;
  }
}
@media only screen and (max-width: 767px) {
  #header_main ul {
    justify-content: center !important;
    gap: 15px;
  }
  .av-burger-menu-main {
    right: 8px;
  }
  .av-burger-overlay {
    max-width: 375px;
    margin: auto;
  }
  .av-burger-overlay .av-burger-overlay-scroll {
    width: 375px;
  }
  .sub_menu .menu {
    display: flex;
    align-items: center;
    position: absolute !important;
    left: 0;
    height: 32px;
    width: 375px !important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }
  #header_main .container {
    height: 100%;
    background: red;
  }
}
