:root {
  --anps-text-color: rgb(37 49 96);
  --anps-page-bg: rgb(255 255 255);
  --anps-secondary: rgb(20 20 20);
  --anps-secondary-background: rgb(20 20 20);
  --anps-primary: rgb(#cca562);
  --anps-headings: rgb(20 20 20);
  --anps-menu-font-size: 16px;
  --anps-submenu-font-size: 14px;
  --anps-top-bar-font-size: 13px;
  --anps-breadcrumbs-color: rgb(20 20 20);
  --anps-breadcrumbs-border-color: rgb(255 255 255);
  --anps-breadcrumbs-bg-color: rgb(255 255 255);
  --anps-main-space-top: 70px;
  --anps-main-space-bottom: 70px;
  --anps-top-bar-color: rgb(255 255 255);
  --anps-top-bar-bg-color: rgb(1 13 9);
  --anps-top-bar-height: 50px;
  --anps-menu-mobile-icons: rgb(1 13 9);
  --anps-submenu-bg-color: rgb(255 255 255);
  --anps-submenu-color: rgb(#cca562);
  --anps-submenu-color--active: #000;
  --anps-submenu-color--hover: #000;
  --anps-page-title: rgb(255 255 255);
  --anps-page-header-bg: linear-gradient(90deg, rgb(#cca562), rgb(88 105 172));
  --anps-page-header-height: 110px;
  --anps-page-header-lg-height: 300px;
  --anps-menu-color: #565656;
  --anps-menu-color--hover: #000;
  --anps-menu-color--active: #24cad2;
  --anps-header-search-text-color: #000;
  --anps-header-search-background-color: #888;
  --anps-hmain-bg: #ffffff;
  --anps-hbar-bg: #fff;
  --anps-hbar-height: 90px;
  --anps-hbar-height--sticky: 90px;
  --anps-hbar-m-height: 74px;
  --anps-hbar-m-height--sticky: 60px;
  --anps-sticky-bg: #fff;
  --anps-sticky-color: #565656;
  --anps-sticky-color--hover: #000;
  --anps-sticky-color--active: #24cad2;
  --anps-footer-heading-color: #383e48;
  --anps-menu-spacing: 15px;
  --anps-whitelist-token-overlay-bg-color: rgba(255, 255, 255, 0.8);
}

.hidden {
  display: none !important;
}

svg.icon {
  display: inline-block;
  max-width: 16px;
  height: 16px;
  vertical-align: middle;
}

body #gift-mobile {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 180px;
  margin-top: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 2px solid #cca562;
  color: #cca562;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

body .site-header-item[data-section=base_customizer_mobile_social] {
  display: block;
  margin-top: 30px;
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  width: calc(100% - 40px);
}

body .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

body .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap a.social-button {
  height: 38px;
  width: 38px;
  margin: 0 5px;
  background-color: rgba(0,0,0,0);
  border-right: 3px;
}

body .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap a.social-button svg {
  display: block;
  position: relative;
  height: 31.6666666667px;
  width: 31.6666666667px;
  fill: #cca562;
}

body .site-top-header-wrap .site-header-row-container-inner {
  border: none !important;
}

body #main-header .site-top-header-wrap {
  background: #b78e4b !important;
  background: linear-gradient(180deg, rgb(183, 142, 75) 0%, rgb(204, 165, 99) 100%) !important;
}

body #main-header .site-main-header-wrap {
  background-image: url("/wp-content/themes/avanam/assets/images/header-bg-c.jpg");
  background-position: top center;
  background-size: cover;
}

body.home #main-header .site-main-header-wrap {
  background-image: unset !important;
}

body .slider-btn,
body .elementor-button {
  position: relative;
  border: 2px solid #cca562 !important;
  background-color: rgba(183,142,75,0) !important;
  background: linear-gradient(180deg, rgba(183, 142, 75, 0) 0%, rgba(204, 165, 99, 0) 100%) !important;
  z-index: 1;
  transition: all 0s;
}

body .slider-btn:hover,
body .elementor-button:hover {
  color: RGB(255 255 255) !important;
  background: #b78e4b !important;
  background: linear-gradient(180deg, rgb(183, 142, 75) 0%, rgb(204, 165, 99) 100%) !important;
}

body #mobile-toggle {
  z-index: 5;
}

body #mobile-toggle svg.base-menu-svg {
  fill: #e0d9ae !important;
}

body.home #mobile-toggle {
  z-index: 5;
}

body.home #mobile-toggle svg.base-menu-svg {
  fill: #cca562 !important;
}

@media only screen and (min-width: 1024px) {
  body #gift {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    position: relative;
    width: 142px;
    color: RGB(255 255 255);
    font-size: 16px;
    text-decoration: none;
  }

  body #gift::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 0px;
    height: 1px;
    transition: all .3s;
    background-color: RGB(255 255 255);
  }

  body #gift:hover::before {
    width: calc(100% + 4px);
  }

  body #gift img {
    position: relative;
    top: -1px;
    width: 16px;
  }

  body .site-branding a.brand img {
    padding: 7px 0;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-drawer #gift-mobile {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 180px;
    margin-top: 20px;
    margin-left: 5px;
    padding: 5px 10px;
    border: 2px solid #cca562;
    color: #cca562;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }

  #mobile-drawer .site-header-item[data-section=base_customizer_mobile_social] {
    display: block;
    margin-top: 30px;
    position: fixed;
    bottom: 20px;
    width: calc(100% - 20px);
  }

  #mobile-drawer .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }

  #mobile-drawer .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap a.social-button {
    height: 38px;
    width: 38px;
    margin: 0 5px;
    background-color: rgba(0,0,0,0);
    border-right: 3px;
  }

  #mobile-drawer .site-header-item[data-section=base_customizer_mobile_social] .header-mobile-social-wrap a.social-button svg {
    display: block;
    position: relative;
    height: 31.6666666667px;
    width: 31.6666666667px;
    fill: #cca562;
  }

  .site-main-header-inner-wrap {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
  }

  .site-header-main-section-left {
    width: 0px;
  }

  .site-header-main-section-center {
    position: relative;
    top: -10px;
  }

  body:not(.home) #wrapper #masthead {
    background: rgba(0,0,0,0) !important;
  }

  body:not(.home) #wrapper #masthead .site-header-row-container-inner {
    background-color: rgba(0,0,0,0) !important;
    background-image: url(/wp-content/themes/avanam/assets/images/header-bg-c.jpg);
    background-position: top center;
    background-size: 100vw;
  }

  body #mobile-header .site-header-item-navgation-popup-toggle {
    position: absolute;
    right: 30px;
    top: 14px;
    z-index: 5;
  }

  body #mobile-header .site-header-row-container-inner {
    background-color: RGB(255 255 255);
    z-index: 2;
  }

  body #mobile-header .site-branding img {
    max-height: 150px;
    width: auto;
    padding-top: 20px;
  }

  body.home #mobile-header .site-header-row-container-inner {
    background-color: RGB(45 34 6/0%);
    margin-bottom: -75px;
  }

  body.home #mobile-header .site-branding img {
    max-height: 75px;
    width: auto;
    padding-top: 15px;
  }

  body:not(.home).transparent-header #masthead {
    background-color: rgba(0,0,0,0) !important;
  }
}

@media only screen and (min-width: 767px)and (max-width: 1024px) {
  body:not(.home) #wrapper #masthead {
    background: rgba(0,0,0,0) !important;
  }

  body:not(.home) #wrapper #masthead .site-header-row-container-inner {
    background-color: rgba(0,0,0,0) !important;
    background-image: url(/wp-content/themes/avanam/assets/images/header-bg-c.jpg);
    background-position: top center;
    background-size: 100vw;
  }

  body:not(.home) #wrapper #masthead #mobile-header .site-branding a.brand img {
    max-width: 140px;
  }

  body #tablet-header-button-links {
    display: none !important;
  }

  body.home #mobile-header .site-header-row-container-inner {
    background-color: rgba(0,0,0,0);
  }

  body.home #mobile-header #tablet-header-button-links {
    display: none;
  }

  body.home #mobile-header .site-branding a.brand img {
    max-width: 140px;
  }

  body.home .popup-drawer .drawer-inner {
    width: 30vw;
  }
}