/* =========== */
/* BASE STYLES */
/* =========== */
.container_wrap {
  border-top: none;
}

body .column-top-margin {
  margin-top: 0px;
}

/* TYPE */
/* =================================================================== */
p {
  margin: 20px 0;
  line-height: 1.5;
}

/* HEADINGS */
/* =================================================================== */
/* stop base style from forcing H1s and H2s to be uppercase and applying extra letter spacing */
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
  letter-spacing: 0px;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 20px;
}

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0px;
}

p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 50px;
}

h2 img, h3 img, h4 img {
  vertical-align: bottom;
}

h1 a {
  color: #555a5c !important;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #67be5c !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #67be5c !important;
}

h1 strong a {
  color: #555a5c !important;
}

h2 strong a, h3 strong a, h4 strong a, h5 strong a, h6 strong a {
  color: #67be5c;
}

h1 strong a:hover, h2 strong a:hover, h3 strong a:hover, h4 strong a:hover, h5 strong a:hover, h6 strong a:hover {
  color: #67be5c !important;
}

/* LOGO */
/* ================================================================= */
@media only screen and (max-width: 767px) {
  .responsive #top .logo {
    position: static;
    display: table;
    height: 60px !important;
    float: none;
    padding: 0;
    border: none;
    width: 60%;
  }
}
/* SECONDARY MENU BAR - ABOVE HEADER */
/* ================================================================= */
#header_meta {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* keeps secondary bar a solid color when using the glassy header and scrolling down the page */
#top .av_header_transparency #header_meta, #top #header_meta {
  /* Fallback for web browsers that don't support RGBa */
  /* RGBa with 0.6 opacity */
  background-color: rgb(86, 90, 92);
  box-shadow: none;
  border-bottom: none;
}

.responsive #top .av_header_transparency #header_meta {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(86, 90, 92);
  /* RGBa with 0.6 opacity */
  background-color: rgba(86, 90, 92, 0.75);
}

/* MAIN MENU */
/* ============================================== */
/* forces the main menu hover link color to be non-transparent & red when using the Transparent - Glassy Header */
#top .av_header_transparency .main_menu ul:first-child > li > a:hover,
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover {
  opacity: 1;
}

/* link color */
.header_color .main_menu ul:first-child > li > a {
  color: #555;
}

.header_color .main_menu ul:first-child > li:hover > a {
  color: #67be5c;
}

/* link color - homepage transparent header */
.av_header_transparency.header_color .main_menu ul:first-child > li > a {
  color: #fff;
}

#top #wrap_all #header.av_header_transparency.header_color .main_menu ul:first-child > li:hover > a .avia-menu-text {
  color: #fff;
}

/* active menu items - header top level */
#top .current_page_item > a,
#top .current_page_ancestor > a,
#top .current-menu-ancestor > a {
  color: #67be5d;
}

/* active menu items - header transparent top level */
#top .av_header_transparency.header_color .main_menu .current_page_item > a,
#top .av_header_transparency.header_color .main_menu .current_page_ancestor > a,
#top .av_header_transparency.header_color .main_menu .current-menu-ancestor > a {
  color: #fff;
}

/* active menu items - top level header scrolled */
#top .header-scrolled .main_menu .current_page_item > a,
#top .header-scrolled .main_menu .current_page_ancestor > a,
#top .header-scrolled .main_menu .current-menu-ancestor > a {
  color: #67be5d;
}

/*  remove Avia Menu FX */
.avia-menu-fx {
  display: none !important;
  opacity: 0;
}

/*
*Main menu dropdown
*/
#top .av-main-nav ul a {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  border: 0 !important;
  text-transform: uppercase;
}

.html_header_top .header_color .main_menu ul:first-child > li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
  border-top-color: transparent;
  border: none;
}

#top .av-main-nav .sub-menu > li > a {
  color: #fff !important;
  background: #393e39 !important;
  border: none !important;
}

#top .av-main-nav .sub-menu > li:hover > a {
  color: #67be5d !important;
  background: #393e39 !important;
  border: none !important;
}

/* MOBILE MENU */
/* ================================================================= */
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
  border-color: #ccc;
}

#top #wrap_all #header.av_header_transparency.header_color .main_menu ul:first-child li.av-active-burger-items:hover a .avia-menu-text {
  color: #67be5d;
}

/* SECONDARY MENU */
/* ================================================================= */
.header_color #header_meta .sub_menu > ul > li > a {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.sub_menu li {
  border-right: none;
  padding: 0 5px;
}

.header_color #header_meta .sub_menu > ul > li a:hover {
  color: #fff;
}

.header_color #header_meta .sub_menu > ul > li.active-link a {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .av_secondary_right .sub_menu {
    padding-left: 0px;
  }
  .responsive #header_meta .sub_menu > ul > li {
    padding: 0 5px;
  }
  .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
    color: #fff;
    font-size: 11px;
  }
}
/* REGION MENU (uses the Avia Full-Width Menu Widget) */
/* ================================================================= */
#top .av-submenu-container.region-menu {
  min-height: auto;
  border: none;
  max-width: 1353px;
  padding: 0 50px;
  padding-top: 40px;
  margin: 0 auto;
}

#top .av-submenu-container.region-menu .container {
  width: 100%;
  max-width: 1353px;
  padding: 0 50px;
  border-top: none;
  border-bottom: none;
}

#top .region-menu .av-subnav-menu > li {
  padding: 0;
  display: block;
  float: left;
}

#top .av-submenu-container.region-menu .av-subnav-menu > li > a {
  padding: 10px 10px 5px 10px;
}

#top .av-submenu-container.region-menu .av-subnav-menu > li:first-child > a {
  padding: 10px 10px 5px 0px;
}

#top .av-submenu-container.region-menu .av-subnav-menu > li > a {
  border-left: none;
}

#top .av-submenu-container.region-menu .av-subnav-menu li a span {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}

#top .av-submenu-container.region-menu .av-subnav-menu li li a span {
  font-size: 13px;
}

#top .av-submenu-container.region-menu .current_page_item > a span:before,
#top .av-submenu-container.region-menu .current_page_parent > a span:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/*#top .av-submenu-container.region-menu #menu-item-1004.current_page_item > a span:before {
  content:url(https://winebc.com/wp-content/uploads/2017/12/i-circle-purple-small.png);
}
#top .av-submenu-container.region-menu #menu-item-1004.current_page_item > a span {color:#8b036f;}

#top .av-submenu-container.region-menu #menu-item-994.current_page_item > a span:before {
  content:url(https://winebc.com/wp-content/uploads/2018/02/i-circle-yellow-small.png);
}
#top .av-submenu-container.region-menu #menu-item-994.current_page_item > a span {color:#ddb823;}

#top .av-submenu-container.region-menu #menu-item-993.current_page_item > a span:before {
  content:url(https://winebc.com/wp-content/uploads/2018/02/i-circle-orange-small.png);
}
#top .av-submenu-container.region-menu #menu-item-993.current_page_item > a span {color:#ed7b32;}

#top .av-submenu-container.region-menu #menu-item-995.current_page_item > a span:before,
#top .av-submenu-container.region-menu #menu-item-995.current_page_parent > a span:before {
  content:url(https://winebc.com/wp-content/uploads/2018/02/i-circle-red-small.png);
}
#top .av-submenu-container.region-menu #menu-item-995.current_page_item > a span,
#top .av-submenu-container.region-menu #menu-item-995.current_page_parent > a span{color:#d31c55;}

#top .av-submenu-container.region-menu #menu-item-1003.current_page_item > a span:before {
  content:url(https://winebc.com/wp-content/uploads/2018/02/i-circle-teal-small.png);
}
#top .av-submenu-container.region-menu #menu-item-1003.current_page_item > a span,
#top .av-submenu-container.region-menu #menu-item-1003.current_page_parent > a span{color:#06a99e;}

#top .av-submenu-container.region-menu #menu-item-1005.current_page_item > a span:before,
#top .av-submenu-container.region-menu #menu-item-1005.current_page_parent > a span:before{
  content:url(https://winebc.com/wp-content/uploads/2018/02/i-circle-grey-lines-small.png);
}
#top .av-submenu-container.region-menu #menu-item-1005.current_page_item > a span {color:#555;}*/
#top .region-menu .avia-arrow-wrap, #top .region-menu .avia-arrow {
  display: none;
}

@media only screen and (max-width: 767px) {
  #top .av-submenu-container.region-menu {
    min-height: auto;
    border: none;
    max-width: 100%;
    padding: 0px;
    padding-top: 0px;
    margin: 0 auto;
  }
  #top .av-submenu-container.region-menu .mobile_menu_toggle {
    border-left: 0;
    border-right: 0;
    background-color: transparent;
  }
  #top .av-submenu-container.region-menu .av-current-placeholder {
    display: none;
  }
  #top .av-submenu-container.region-menu .container {
    padding: 0 !important;
  }
  #top .region-menu .av-subnav-menu > li {
    padding: 0;
    display: inline-block;
    float: none;
  }
  #top .av-submenu-container.region-menu .av-subnav-menu > li:first-child > a {
    padding: 15px 5%;
  }
  .responsive #top .av-menu-mobile-active .av-subnav-menu > li a::before {
    content: "";
  }
  #top .main_color.region-menu .av-subnav-menu a:hover {
    background-color: #f8f8f8 !important;
  }
}
/* MAIN */
/* ================================================================= */
.container_wrap_first {
  border: none;
}

#after_submenu .template-page.content {
  padding-top: 25px;
}

/* TITLEBAR */
/* ================================================================= */
#top .title_container {
  border: none;
}

#top .title_container .container {
  min-height: 56px;
  padding-bottom: 20px;
  padding-top: 80px;
}

h1.main-title.entry-title {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 56px;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  line-height: 1 !important;
  font-style: normal;
  color: #555a5c;
}

h1.main-title.entry-title a span {
  font-size: 24px;
  color: #fff;
}

#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a {
  color: #555a5c;
}

@media only screen and (max-width: 480px) {
  h1.main-title.entry-title {
    line-height: 1 !important;
  }
  h1.main-title.entry-title a {
    font-size: 26px;
    line-height: 1 !important;
  }
}
/*
* Titlebar: with background image
*/
#wbc-custom-image-titlebar {
  margin-bottom: 0px;
}

#wbc-custom-image-titlebar .av-section-color-overlay {
  background-repeat: no-repeat;
  background-size: cover;
}

#wbc-custom-image-titlebar h1 {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 82px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -2px;
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  padding-top: 11%;
  padding-bottom: 13%;
}

#wbc-custom-image-titlebar h1 span {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  letter-spacing: 5px;
}

@media only screen and (max-width: 990px) {
  #wbc-custom-image-titlebar h1 {
    font-size: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  #wbc-custom-image-titlebar h1 {
    font-size: 56px !important;
  }
}
@media only screen and (max-width: 480px) {
  #wbc-custom-image-titlebar h1 {
    font-size: 40px !important;
  }
}
h2 span {
  color: #fff;
}

h2 span.titlebar-small-text {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff !important;
  font-size: 30px !important;
  letter-spacing: 10px;
}

/* Breadcrumb */
/* ================================================================= */
.title_container .breadcrumb {
  font-size: 12px;
  left: 0px;
  line-height: 15px;
  margin-top: 10px;
  position: relative;
  top: 100%;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .responsive .title_container .breadcrumb {
    left: 0px;
    margin: 0;
    position: relative;
    right: auto;
    top: 5px;
  }
}
#main .breadcrumb {
  color: #666 !important;
}

#main .breadcrumb a {
  color: #67be5c !important;
}

span.trail-before {
  display: none !important;
} /* remove 'You are here' */
/* POSTS (all post related styles) */
/* ================================================================= */
.entry-content-wrapper.cpt {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

#top .fullsize .template-blog .entry-content-wrapper.cpt .post-title {
  max-width: 100%;
  padding: 0;
}

#top h2.post-title.entry-title,
#top h2.post-title.entry-title a,
#top h3.slide-entry-title.entry-title a {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}

#top .entry-content-wrapper.cpt .post-title h2 {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}

/* CPT - post meta */
#top .fullsize .template-blog .entry-content-wrapper.cpt .post-meta-infos {
  text-align: left;
}

/*
* CPT - Custom pagination for custom PAGE template (taste & terroir)
*/
.cpt-pagination {
  margin-top: 50px;
}

.cpt-pagination .page-numbers {
  background: #ededed;
  font-size: 14px;
  color: #666;
  display: block;
  width: auto;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.cpt-pagination .page-numbers:hover {
  background: #67be5c;
  color: #fff;
  text-decoration: none;
}

.cpt-pagination .page-numbers.current {
  background: #555a5c;
  color: #fff;
}

/*
* CPT - Custom Archive Links (in our case, by Year) - for custom POST template (taste & terroir)
*/
.cpt-archive-links {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.cpt-archive-links span.title {
  float: left;
  margin-right: 10px;
}

.cpt-archive-links ul {
  display: inline;
  position: relative;
  overflow: hidden;
}

.cpt-archive-links ul li {
  display: block;
  float: left;
  margin-left: 5px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #f3f3f3;
}

.cpt-archive-links ul li.cpt-archive-links-item a {
  padding: 3px 2px 3px 0px;
}

/*
* CPT - Perfect Pairing Recipes
*/
.perfect-pairing-recipes .slide-meta {
  display: none;
}

/* Removes Feature Image from within Post content on the Perfect Pairing Recipes CPT */
.pairing_recipes .big-preview.single-big {
  display: none;
}

/*
* CPT - Previous & Next Post bottom links for custom SINGLE template (taste & terroir)
*/
#top .navigation {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#top .navigation .previous-post,
#top .navigation .next-post {
  width: 48%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
}

#top .navigation .next-post {
  text-align: right;
  margin-left: 4%;
}

@media only screen and (max-width: 480px) {
  #top .navigation .previous-post {
    border-bottom: 1px dotted #ccc;
  }
  #top .navigation .previous-post,
  #top .navigation .next-post {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
}
/* CUSTOMIZING PLUGINS */
/* ================================================================= */
/* ================== */
/* === MAPIFY PRO === */
/* ================== */
.mapify-fullwidth .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.mpfy-tooltip p {
  font-size: 13px !important;
  margin-top: 0px;
}

.mpfy-tooltip p strong {
  font-size: 15px !important;
  text-transform: uppercase;
}

/* ============================================================== */
/* === COMMUNITY EVENTS (Plugin for use with Events Calendar) === */
/* ============================================================== */
body.tribe_community_edit .tribe-button.submit, body.tribe_community_list .tribe-button.submit {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 20px auto;
  min-width: 100px;
  padding: 1em;
  text-transform: uppercase;
  width: 20%;
  background: #67be5d;
}

body.tribe_community_edit .tribe-button.submit:focus,
body.tribe_community_edit .tribe-button.submit:hover,
body.tribe_community_list .tribe-button.submit:focus,
body.tribe_community_list .tribe-button.submit:hover {
  background: #555a5c;
}

/* ==================================== */
/*                                      */
/* AVIA LAYOUT BUILDER ELEMENTS/MODULES */
/*                                      */
/* ==================================== */
/* -----------------------------------
AVIA - Flex Column
- stop bottom margin
-------------------------------------- */
@media only screen and (max-width: 989px) {
  .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
    margin-bottom: 0;
  }
}
/* -----------------------------------
AVIA - Special Heading
- remove stupid extra top margin)
-------------------------------------- */
.av-special-heading {
  margin-top: 0;
}

/* -----------------------------------
AVIA - Easy Slider
-------------------------------------- */
/* Keep arrows and circles visible */
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
  opacity: 1;
  filter: alpha(opacity=1);
}

/* -----------------------------------
AVIA - Full-Width Easy Slider
- Note: Although styled mainly for the top titlebar with slider bkg, these styles will impact any full-width easy slider created.
- If a slider needs to be created that looks different, then perhaps each titlebar with slider needs it's own class
-------------------------------------- */
#top .slideshow_caption h2 {
  font-family: "Relay", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#top .slideshow_caption .titlebar-small-text {
  display: inline-block;
}

@media only screen and (max-width: 1600px) {
  #top .slideshow_caption h2.avia-caption-title {
    font-size: 65px !important;
  }
}
@media only screen and (max-width: 1400px) {
  #top .slideshow_caption h2.avia-caption-title {
    font-size: 55px !important;
  }
}
@media only screen and (max-width: 1280px) {
  #top .slideshow_caption h2.avia-caption-title {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 990px) {
  #top .slideshow_caption {
    padding-top: 0px !important;
  }
  .responsive #top #wrap_all .slideshow_caption .titlebar-small-text {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .slideshow_caption h2.avia-caption-title {
    font-size: 40px !important;
  }
  .responsive #top #wrap_all .slideshow_caption .titlebar-small-text {
    font-size: 20px !important;
    letter-spacing: 4px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 400px) {
  .responsive #top #wrap_all .slideshow_caption h2.avia-caption-title {
    font-size: 30px !important;
    line-height: 1;
  }
  .responsive #top #wrap_all .slideshow_caption .titlebar-small-text {
    font-size: 16px !important;
    letter-spacing: 4px;
  }
}
/* -----------------------------------
AVIA - Full-Width Menu
-------------------------------------- */
#top .av-submenu-container {
  min-height: auto;
  border: none;
  max-width: 1353px;
  padding: 0 50px;
  padding-top: 40px;
  margin: 0 auto;
}

#top .av-submenu-container .container {
  width: 100%;
  max-width: 1353px;
  padding: 0 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

#top .av-subnav-menu > li {
  padding: 0;
  display: block;
  float: left;
}

#top .av-submenu-container .av-subnav-menu > li a {
  padding: 5px 10px 5px 10px;
}

#top .av-submenu-container .av-subnav-menu > li > a {
  border-left: none;
}

#top .av-submenu-container .av-subnav-menu li a span {
  font-size: 13px;
  color: #67be5d;
  text-transform: uppercase;
}

#top .av-submenu-container .av-subnav-menu li li a span {
  font-size: 13px;
}

#top .av-submenu-container .current_page_item > a span:before,
#top .av-submenu-container .current_page_parent > a span:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

#after_submenu {
  margin-top: 20px;
}

#top .av-submenu-container .av-subnav-menu > li.current-menu-item.current_page_item > a > span,
#top .av-submenu-container .av-subnav-menu > li.current_page_parent.current_page_ancestor > a > span {
  font-family: "Relay", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  color: #555a5c;
}

@media only screen and (max-width: 767px) {
  #top .av-submenu-container .mobile_menu_toggle {
    border-left: 0;
    border-right: 0;
    background-color: transparent;
  }
  #top .av-submenu-container .av-current-placeholder {
    display: none;
  }
  #top .av-submenu-container {
    min-height: auto;
    border: none;
    max-width: 100%;
    padding: 0px;
    padding-top: 0px;
    margin: 0 auto;
  }
  #top .av-subnav-menu > li {
    padding: 0;
    display: inline-block;
    float: none;
  }
  .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a {
    padding: 15px 5%;
  }
  #top .av-submenu-container .av-subnav-menu > li:first-child > a {
    padding: 15px 5%;
  }
  .responsive #top .av-menu-mobile-active .av-subnav-menu > li a::before {
    content: "";
  }
  #top .main_color .av-subnav-menu a:hover {
    background-color: #f8f8f8 !important;
  }
}
/* -----------------------------------
AVIA - Tab section
------------------------------------- */
#awards-tabs .avia_textblock ul {
  margin-left: 0;
  margin-bottom: 30px;
}

#awards-tabs .avia_textblock ul li {
  list-style: none;
  margin-left: 0;
  padding: 1px 0;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 10px;
}

#awards-tabs .avia_textblock h3 {
  margin-bottom: 0px;
}

/* -----------------------------------
AVIA - Accordion
------------------------------------- */
.single_toggle {
  margin: 0;
  padding-bottom: 0;
}

.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.js_active .toggler {
  padding: 9px 3px 9px 40px;
  top: 0px;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
}

.js_active .toggler:hover {
  top: 0px;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
}

.main_color .toggler {
  background: #fff;
  color: #67be5c;
  font-size: 20px;
}

.main_color .toggler:hover {
  background: #67be5c !important;
  color: #ffffff !important;
}

.main_color .toggler.activeTitle {
  background: #67be5c !important;
  color: #ffffff !important;
}

.main_color .toggler.activeTitle:hover {
  background: #67be5c !important;
  color: #ffffff !important;
}

.main_color .toggle_content {
  background: #fcfcfc !important;
}

.toggle_icon {
  width: 23px;
  height: 23px;
  border: none;
  top: 22px;
  left: 10px;
}

.toggler .toggle_icon {
  background: url("https://winebc.com/industry/wp-content/uploads/sites/2/2018/03/i-accordion-toggle-off.png");
  background-size: cover;
}

.toggler:hover .toggle_icon {
  background: url("https://winebc.com/industry/wp-content/uploads/sites/2/2018/03/i-accordion-toggle-hover-off.png");
  background-size: cover;
}

.activeTitle .toggle_icon {
  background: url("https://winebc.com/industry/wp-content/uploads/sites/2/2018/03/i-accordion-toggle-on.png") !important;
  background-size: cover;
}

.activeTitle .toggle_icon .vert_icon {
  display: none;
}

.toggle_icon .hor_icon, .toggle_icon .vert_icon {
  display: none;
}

/* -----------------------------------
AVIA - Tabs
-------------------------------------- */
.js_active .tab {
  font-size: 14px;
}

.main_color .sidebar_tab, .main_color .tabcontainer .tab {
  color: #67be5c;
}

/* -----------------------------------
AVIA - Button
-------------------------------------- */
body div .avia-button {
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  background-color: #67be5c;
  color: #fff;
}

body div .avia-button:hover {
  background-color: #666 !important;
  color: #fff;
}

.avia-button.avia-size-small {
  font-size: 15px;
  min-width: 80px;
  padding: 6px 25px 6px;
}

.avia-button.avia-size-medium {
  font-size: 20px;
  min-width: 90px;
  padding: 6px 25px 6px;
}

.avia-button.avia-size-large {
  font-size: 26px;
  min-width: 139px;
  padding: 6px 25px 6px;
}

.avia-button.avia-size-x-large {
  font-size: 30px;
  min-width: 160px;
  padding: 6px 25px 9px;
}

@media only screen and (max-width: 800px) {
  .avia-button.avia-size-large {
    font-size: 22px;
    min-width: 139px;
    padding: 8px 20px 8px;
  }
}
/* -----------------------------------
AVIA - Icon List
-------------------------------------- */
/* remove vertical timeline */
.avia-icon-list .iconlist-timeline {
  display: none;
}

/* change background color of icon */
.main_color .avia-icon-list .iconlist_icon {
  background-color: #002c45;
}

.avia-icon-list .iconlist_icon {
  border-radius: 0; /* makes icon background square instead of round */
  color: #fff;
  float: left;
  font-size: 30px;
  height: 44px; /* makes backround area smaller */
  line-height: 44px; /* adjusted for smaller background area */
  margin-left: 2px;
  margin-right: 15px; /* moves text closer to icon */
  position: relative;
  text-align: center;
  width: 44px; /* makes backround area smaller */
  z-index: 5;
}

h4.iconlist_title a {
  color: #18639e !important;
  text-transform: none;
}

.iconlist_content p {
  font-size: 14px;
}

/* -----------------------------------
AVIA - Image
------------------------------------- */
/* styling the caption */
.av-image-caption-overlay p {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

/* -----------------------------------
AVIA - Masonry Gallery
------------------------------------- */
/* style for custom 7th column added via modifiying shortcode in child theme */
.av-masonry-col-7 .av-masonry-entry {
  width: 14.25%;
}

.av-masonry-col-8 .av-masonry-entry {
  width: 12.5%;
}

/* remove default grey bkg */
.main_color .av-masonry {
  background-color: transparent;
}

/* Title */
h3.av-masonry-entry-title.entry-title {
  font-family: "Relay", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

/* Caption */
.av-masonry-entry-content.entry-content {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.7);
}

/* Caption - if strong tag is manually applied */
.av-masonry-entry-content.entry-content strong {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* stops fly-in animation */
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
  animation: none;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
  opacity: 1;
}

/* CUSTOM ITEMS */
/* ============================================== */
/* Customize the Enfold 'Blank' template */
#top.avia-blank {
  vertical-align: top;
}

#top.avia-blank #wrap_all {
  vertical-align: top;
}

.html_stretched #top.avia-blank #wrap_all {
  background-color: #fff;
}

#top.page-template-template-blank main.content {
  padding-top: 50px;
}

/*
* Region Circles
*/
.region-circle-wrap {
  margin: 0 auto;
  text-align: center;
}

.region-circle {
  width: 190px;
  height: 190px;
  display: inline-table;
  padding-left: 3%;
  padding-right: 3%;
  margin: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
}

#top .region-circle h2 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #555a5c;
  line-height: 1;
  text-align: center;
}

.region-circle h2 span {
  display: block;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
}

.region-circle-wrap.white-text h2 {
  color: #fff !important;
}

#top .region-circle-wrap a .region-circle:link h2,
#top .region-circle-wrap a .region-circle:active h2,
#top .region-circle-wrap a .region-circle:visitied h2 {
  color: #555a5c;
}

#top .region-circle-wrap a .region-circle:hover h2 {
  color: #67be5d;
}

.region-circle.purple {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-purple.png);
}

.region-circle.yellow {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-yellow.png);
}

.region-circle.orange {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-orange.png);
}

.region-circle.red {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-red.png);
}

.region-circle.teal {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-teal.png);
}

.region-circle.grey-lines {
  background-image: url(https://winebc.com/wp-content/uploads/2018/01/circle-grey-lines.png);
}

.region-circle.white-lines {
  background-image: url(https://winebc.com/wp-content/uploads/2018/02/circle-white-lines.png);
}

/* Pricing Table Customization */
.main_color .table-no-styling .pricing-table li {
  background-color: transparent;
  border: none;
}

#top .flex_column.cmbcg-buy-tickets-box {
  margin-left: 20px !important;
}

/* remove L & R arrows from pop-up iframe lightbox */
.mfp-arrow.mfp-arrow-left, .mfp-arrow.mfp-arrow-right {
  display: none;
}

.page-template-template-blank h1.main-title.entry-title a {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px !important;
}

.page-template-template-blank main.content {
  padding-top: 0px;
}

/* GENERAL CSS CUSTOMIZATIONS */
/* ================================================== */
#top .wider-container .container {
  max-width: 1600px;
}

#top .full-width-container .container {
  max-width: 100%;
}

/* Lightbox popup - turn off borders */
#top.avia-blank #main .container_wrap:first-child,
#top.avia-blank #main .container_wrap:last-child {
  border: none;
}

.nowrap {
  white-space: nowrap;
}

/* Images */
.image-overlay {
  display: none !important;
}

/* Layout Items */
.hr-inner {
  border-color: #ccc !important;
  border-style: dotted;
}

/* Color */
.wbc-green {
  color: #67be5d !important;
}

.wbc-grey {
  color: #555a5c !important;
}

/* SEARCH AND SAVOUR CONTEST 2018 */
/* ================================================== */
/* Position the region stamp */
/* #top .sas-stamp {
  position:absolute;
  top:-130px;
  left:-150px;
} */
/*
* Gravity Forms
*/
/* .gform_wrapper form #field_1_9 h3, .gform_wrapper form #field_1_10 h3, .gform_wrapper form #field_1_14 h3,
.gform_wrapper form #field_2_9 h3, .gform_wrapper form #field_2_10 h3, .gform_wrapper form #field_2_14 h3,
.gform_wrapper form #field_3_9 h3, .gform_wrapper form #field_3_10 h3, .gform_wrapper form #field_3_14 h3,
.gform_wrapper form #field_4_9 h3, .gform_wrapper form #field_4_10 h3, .gform_wrapper form #field_4_14 h3,
.gform_wrapper form #field_5_9 h3, .gform_wrapper form #field_5_10 h3, .gform_wrapper form #field_5_14 h3,
.gform_wrapper form #field_6_9 h3, .gform_wrapper form #field_6_10 h3, .gform_wrapper form #field_6_14 h3,
.gform_wrapper form #field_7_9 h3, .gform_wrapper form #field_7_10 h3, .gform_wrapper form #field_7_14 h3,
.gform_wrapper form #field_8_9 h3, .gform_wrapper form #field_8_10 h3, .gform_wrapper form #field_8_14 h3,
.gform_wrapper form #field_9_9 h3, .gform_wrapper form #field_9_10 h3, .gform_wrapper form #field_9_14 h3 {
  color: #b89b71;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
} */
/* .gform_wrapper form #field_1_8, .gform_wrapper form #field_1_11, .gform_wrapper form #field_1_13,
.gform_wrapper form #field_2_8, .gform_wrapper form #field_2_11, .gform_wrapper form #field_2_13,
.gform_wrapper form #field_3_8, .gform_wrapper form #field_3_11, .gform_wrapper form #field_3_13,
.gform_wrapper form #field_4_8, .gform_wrapper form #field_4_11, .gform_wrapper form #field_4_13,
.gform_wrapper form #field_5_8, .gform_wrapper form #field_5_11, .gform_wrapper form #field_5_13,
.gform_wrapper form #field_6_8, .gform_wrapper form #field_6_11, .gform_wrapper form #field_6_13,
.gform_wrapper form #field_7_8, .gform_wrapper form #field_7_11, .gform_wrapper form #field_7_13,
.gform_wrapper form #field_8_8, .gform_wrapper form #field_8_11, .gform_wrapper form #field_8_13,
.gform_wrapper form #field_9_8, .gform_wrapper form #field_9_11, .gform_wrapper form #field_9_13 {
  text-align: center!important;
} */
/*
* wrong answer notifications
*/
/* .gform_wrapper form #field_1_21, .gform_wrapper form #field_1_22, .gform_wrapper form #field_1_23,
.gform_wrapper form #field_2_21, .gform_wrapper form #field_2_22, .gform_wrapper form #field_2_23,
.gform_wrapper form #field_3_21, .gform_wrapper form #field_3_22, .gform_wrapper form #field_3_23,
.gform_wrapper form #field_4_21, .gform_wrapper form #field_4_22, .gform_wrapper form #field_4_23,
.gform_wrapper form #field_5_21, .gform_wrapper form #field_5_22, .gform_wrapper form #field_5_23,
.gform_wrapper form #field_6_21, .gform_wrapper form #field_6_22, .gform_wrapper form #field_6_23,
.gform_wrapper form #field_7_21, .gform_wrapper form #field_7_22, .gform_wrapper form #field_7_23,
.gform_wrapper form #field_8_21, .gform_wrapper form #field_8_22, .gform_wrapper form #field_8_23,
.gform_wrapper form #field_9_21, .gform_wrapper form #field_9_22, .gform_wrapper form #field_9_23 {
  color: red;
  text-align: center!important;
} */
/* .gform_wrapper form #field_1_8 label, .gform_wrapper form #field_1_11 label, .gform_wrapper form #field_1_13 label,
.gform_wrapper form #field_2_8 label, .gform_wrapper form #field_2_11 label, .gform_wrapper form #field_2_13 label,
.gform_wrapper form #field_3_8 label, .gform_wrapper form #field_3_11 label, .gform_wrapper form #field_3_13 label,
.gform_wrapper form #field_4_8 label, .gform_wrapper form #field_4_11 label, .gform_wrapper form #field_4_13 label,
.gform_wrapper form #field_5_8 label, .gform_wrapper form #field_5_11 label, .gform_wrapper form #field_5_13 label,
.gform_wrapper form #field_6_8 label, .gform_wrapper form #field_6_11 label, .gform_wrapper form #field_6_13 label,
.gform_wrapper form #field_7_8 label, .gform_wrapper form #field_7_11 label, .gform_wrapper form #field_7_13 label,
.gform_wrapper form #field_8_8 label, .gform_wrapper form #field_8_11 label, .gform_wrapper form #field_8_13 label,
.gform_wrapper form #field_9_8 label, .gform_wrapper form #field_9_11 label, .gform_wrapper form #field_9_13 label {
  font-size: 20px!important;
} */
#top .gform_wrapper .gfield_radio li label {
  margin: 1px 0 0 5px !important;
  max-width: 100%;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0;
}

.gfield.gfield_html h3 {
  /* font-size:30px; */
  /* text-align:center; */
}

/* A YEAR IN THE LIFE CONTEST 2021 */
/* ================================================== */
/*
* Gravity Forms */
.gform_wrapper form #field_15_9 h3,
.gform_wrapper form #field_15_10 h3,
.gform_wrapper form #field_15_14 h3 {
  color: #b89b71;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  text-align: center;
}

.gform_wrapper form #field_15_8,
.gform_wrapper form #field_15_13,
.gform_wrapper form #field_15_11 {
  text-align: center !important;
}

/*
* wrong answer notifications
*/
.gform_wrapper form #field_15_21,
.gform_wrapper form #field_15_23,
.gform_wrapper form #field_15_22 {
  text-align: center !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.invisible {
  visibility: hidden !important;
}
.static {
  position: static !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.inset-0 {
  inset: 0px !important;
}
.z-10 {
  z-index: 10 !important;
}
.clear-both {
  clear: both !important;
}
.m-0 {
  margin: 0px !important;
}
.m-4 {
  margin: 1rem !important;
}
.mx-\[10px\] {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.-mt-\[25\%\] {
  margin-top: -25% !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-\[5px\] {
  margin-bottom: 5px !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[10px\] {
  margin-top: 10px !important;
}
.mt-\[15px\] {
  margin-top: 15px !important;
}
.mt-\[20px\] {
  margin-top: 20px !important;
}
.mt-\[5px\] {
  margin-top: 5px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1 !important;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3 !important;
}
.aspect-\[9\/7\] {
  aspect-ratio: 9/7 !important;
}
.aspect-video {
  aspect-ratio: 16 / 9 !important;
}
.h-0 {
  height: 0px !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.min-h-\[52px\] {
  min-height: 52px !important;
}
.w-0 {
  width: 0px !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[150px\] {
  width: 150px !important;
}
.w-full {
  width: 100% !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-\[1354px\] {
  max-width: 1354px !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.origin-\[center_bottom\] {
  transform-origin: center bottom !important;
}
.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.list-none {
  list-style-type: none !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-tertiary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 141 144 / var(--tw-border-opacity)) !important;
}
.border-t-tertiary-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(135 141 144 / var(--tw-border-opacity)) !important;
}
.bg-\[white\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 190 93 / var(--tw-bg-opacity)) !important;
}
.bg-primary-500\/0 {
  background-color: rgb(103 190 93 / 0) !important;
}
.bg-primary-500\/10 {
  background-color: rgb(103 190 93 / 0.1) !important;
}
.bg-primary-500\/100 {
  background-color: rgb(103 190 93 / 1) !important;
}
.bg-primary-500\/20 {
  background-color: rgb(103 190 93 / 0.2) !important;
}
.bg-primary-500\/25 {
  background-color: rgb(103 190 93 / 0.25) !important;
}
.bg-primary-500\/30 {
  background-color: rgb(103 190 93 / 0.3) !important;
}
.bg-primary-500\/40 {
  background-color: rgb(103 190 93 / 0.4) !important;
}
.bg-primary-500\/5 {
  background-color: rgb(103 190 93 / 0.05) !important;
}
.bg-primary-500\/50 {
  background-color: rgb(103 190 93 / 0.5) !important;
}
.bg-primary-500\/60 {
  background-color: rgb(103 190 93 / 0.6) !important;
}
.bg-primary-500\/70 {
  background-color: rgb(103 190 93 / 0.7) !important;
}
.bg-primary-500\/75 {
  background-color: rgb(103 190 93 / 0.75) !important;
}
.bg-primary-500\/80 {
  background-color: rgb(103 190 93 / 0.8) !important;
}
.bg-primary-500\/90 {
  background-color: rgb(103 190 93 / 0.9) !important;
}
.bg-primary-500\/95 {
  background-color: rgb(103 190 93 / 0.95) !important;
}
.bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 129 54 / var(--tw-bg-opacity)) !important;
}
.bg-primary-700\/0 {
  background-color: rgb(54 129 54 / 0) !important;
}
.bg-primary-700\/10 {
  background-color: rgb(54 129 54 / 0.1) !important;
}
.bg-primary-700\/100 {
  background-color: rgb(54 129 54 / 1) !important;
}
.bg-primary-700\/20 {
  background-color: rgb(54 129 54 / 0.2) !important;
}
.bg-primary-700\/25 {
  background-color: rgb(54 129 54 / 0.25) !important;
}
.bg-primary-700\/30 {
  background-color: rgb(54 129 54 / 0.3) !important;
}
.bg-primary-700\/40 {
  background-color: rgb(54 129 54 / 0.4) !important;
}
.bg-primary-700\/5 {
  background-color: rgb(54 129 54 / 0.05) !important;
}
.bg-primary-700\/50 {
  background-color: rgb(54 129 54 / 0.5) !important;
}
.bg-primary-700\/60 {
  background-color: rgb(54 129 54 / 0.6) !important;
}
.bg-primary-700\/70 {
  background-color: rgb(54 129 54 / 0.7) !important;
}
.bg-primary-700\/75 {
  background-color: rgb(54 129 54 / 0.75) !important;
}
.bg-primary-700\/80 {
  background-color: rgb(54 129 54 / 0.8) !important;
}
.bg-primary-700\/90 {
  background-color: rgb(54 129 54 / 0.9) !important;
}
.bg-primary-700\/95 {
  background-color: rgb(54 129 54 / 0.95) !important;
}
.bg-secondary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(158 97 156 / var(--tw-bg-opacity)) !important;
}
.bg-secondary-500\/0 {
  background-color: rgb(158 97 156 / 0) !important;
}
.bg-secondary-500\/10 {
  background-color: rgb(158 97 156 / 0.1) !important;
}
.bg-secondary-500\/100 {
  background-color: rgb(158 97 156 / 1) !important;
}
.bg-secondary-500\/20 {
  background-color: rgb(158 97 156 / 0.2) !important;
}
.bg-secondary-500\/25 {
  background-color: rgb(158 97 156 / 0.25) !important;
}
.bg-secondary-500\/30 {
  background-color: rgb(158 97 156 / 0.3) !important;
}
.bg-secondary-500\/40 {
  background-color: rgb(158 97 156 / 0.4) !important;
}
.bg-secondary-500\/5 {
  background-color: rgb(158 97 156 / 0.05) !important;
}
.bg-secondary-500\/50 {
  background-color: rgb(158 97 156 / 0.5) !important;
}
.bg-secondary-500\/60 {
  background-color: rgb(158 97 156 / 0.6) !important;
}
.bg-secondary-500\/70 {
  background-color: rgb(158 97 156 / 0.7) !important;
}
.bg-secondary-500\/75 {
  background-color: rgb(158 97 156 / 0.75) !important;
}
.bg-secondary-500\/80 {
  background-color: rgb(158 97 156 / 0.8) !important;
}
.bg-secondary-500\/90 {
  background-color: rgb(158 97 156 / 0.9) !important;
}
.bg-secondary-500\/95 {
  background-color: rgb(158 97 156 / 0.95) !important;
}
.bg-secondary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 44 70 / var(--tw-bg-opacity)) !important;
}
.bg-secondary-700\/0 {
  background-color: rgb(70 44 70 / 0) !important;
}
.bg-secondary-700\/10 {
  background-color: rgb(70 44 70 / 0.1) !important;
}
.bg-secondary-700\/100 {
  background-color: rgb(70 44 70 / 1) !important;
}
.bg-secondary-700\/20 {
  background-color: rgb(70 44 70 / 0.2) !important;
}
.bg-secondary-700\/25 {
  background-color: rgb(70 44 70 / 0.25) !important;
}
.bg-secondary-700\/30 {
  background-color: rgb(70 44 70 / 0.3) !important;
}
.bg-secondary-700\/40 {
  background-color: rgb(70 44 70 / 0.4) !important;
}
.bg-secondary-700\/5 {
  background-color: rgb(70 44 70 / 0.05) !important;
}
.bg-secondary-700\/50 {
  background-color: rgb(70 44 70 / 0.5) !important;
}
.bg-secondary-700\/60 {
  background-color: rgb(70 44 70 / 0.6) !important;
}
.bg-secondary-700\/70 {
  background-color: rgb(70 44 70 / 0.7) !important;
}
.bg-secondary-700\/75 {
  background-color: rgb(70 44 70 / 0.75) !important;
}
.bg-secondary-700\/80 {
  background-color: rgb(70 44 70 / 0.8) !important;
}
.bg-secondary-700\/90 {
  background-color: rgb(70 44 70 / 0.9) !important;
}
.bg-secondary-700\/95 {
  background-color: rgb(70 44 70 / 0.95) !important;
}
.bg-tertiary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
.bg-tertiary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 141 144 / var(--tw-bg-opacity)) !important;
}
.bg-tertiary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 90 92 / var(--tw-bg-opacity)) !important;
}
.bg-tertiary-500\/0 {
  background-color: rgb(85 90 92 / 0) !important;
}
.bg-tertiary-500\/10 {
  background-color: rgb(85 90 92 / 0.1) !important;
}
.bg-tertiary-500\/100 {
  background-color: rgb(85 90 92 / 1) !important;
}
.bg-tertiary-500\/20 {
  background-color: rgb(85 90 92 / 0.2) !important;
}
.bg-tertiary-500\/25 {
  background-color: rgb(85 90 92 / 0.25) !important;
}
.bg-tertiary-500\/30 {
  background-color: rgb(85 90 92 / 0.3) !important;
}
.bg-tertiary-500\/40 {
  background-color: rgb(85 90 92 / 0.4) !important;
}
.bg-tertiary-500\/5 {
  background-color: rgb(85 90 92 / 0.05) !important;
}
.bg-tertiary-500\/50 {
  background-color: rgb(85 90 92 / 0.5) !important;
}
.bg-tertiary-500\/60 {
  background-color: rgb(85 90 92 / 0.6) !important;
}
.bg-tertiary-500\/70 {
  background-color: rgb(85 90 92 / 0.7) !important;
}
.bg-tertiary-500\/75 {
  background-color: rgb(85 90 92 / 0.75) !important;
}
.bg-tertiary-500\/80 {
  background-color: rgb(85 90 92 / 0.8) !important;
}
.bg-tertiary-500\/90 {
  background-color: rgb(85 90 92 / 0.9) !important;
}
.bg-tertiary-500\/95 {
  background-color: rgb(85 90 92 / 0.95) !important;
}
.bg-tertiary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 33 34 / var(--tw-bg-opacity)) !important;
}
.bg-tertiary-700\/0 {
  background-color: rgb(31 33 34 / 0) !important;
}
.bg-tertiary-700\/10 {
  background-color: rgb(31 33 34 / 0.1) !important;
}
.bg-tertiary-700\/100 {
  background-color: rgb(31 33 34 / 1) !important;
}
.bg-tertiary-700\/20 {
  background-color: rgb(31 33 34 / 0.2) !important;
}
.bg-tertiary-700\/25 {
  background-color: rgb(31 33 34 / 0.25) !important;
}
.bg-tertiary-700\/30 {
  background-color: rgb(31 33 34 / 0.3) !important;
}
.bg-tertiary-700\/40 {
  background-color: rgb(31 33 34 / 0.4) !important;
}
.bg-tertiary-700\/5 {
  background-color: rgb(31 33 34 / 0.05) !important;
}
.bg-tertiary-700\/50 {
  background-color: rgb(31 33 34 / 0.5) !important;
}
.bg-tertiary-700\/60 {
  background-color: rgb(31 33 34 / 0.6) !important;
}
.bg-tertiary-700\/70 {
  background-color: rgb(31 33 34 / 0.7) !important;
}
.bg-tertiary-700\/75 {
  background-color: rgb(31 33 34 / 0.75) !important;
}
.bg-tertiary-700\/80 {
  background-color: rgb(31 33 34 / 0.8) !important;
}
.bg-tertiary-700\/90 {
  background-color: rgb(31 33 34 / 0.9) !important;
}
.bg-tertiary-700\/95 {
  background-color: rgb(31 33 34 / 0.95) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.fill-current {
  fill: currentColor !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-\[10px\] {
  padding: 10px !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-\[20px\] {
  padding-bottom: 20px !important;
}
.pb-\[2px\] {
  padding-bottom: 2px !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-\[15px\] {
  padding-top: 15px !important;
}
.text-center {
  text-align: center !important;
}
.font-primary {
  font-family: Trade Gothic LT W05 Bd Cn No-2, Arial, sans-serif !important;
}
.font-secondary {
  font-family: Relay, Arial, sans-serif !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.font-medium {
  font-weight: 500 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.normal-case {
  text-transform: none !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.text-\[\#462C46\] {
  --tw-text-opacity: 1 !important;
  color: rgb(70 44 70 / var(--tw-text-opacity)) !important;
}
.text-\[\#4D4B45\] {
  --tw-text-opacity: 1 !important;
  color: rgb(77 75 69 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-inherit {
  color: inherit !important;
}
.text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(103 190 93 / var(--tw-text-opacity)) !important;
}
.text-primary-500\/0 {
  color: rgb(103 190 93 / 0) !important;
}
.text-primary-500\/10 {
  color: rgb(103 190 93 / 0.1) !important;
}
.text-primary-500\/100 {
  color: rgb(103 190 93 / 1) !important;
}
.text-primary-500\/20 {
  color: rgb(103 190 93 / 0.2) !important;
}
.text-primary-500\/25 {
  color: rgb(103 190 93 / 0.25) !important;
}
.text-primary-500\/30 {
  color: rgb(103 190 93 / 0.3) !important;
}
.text-primary-500\/40 {
  color: rgb(103 190 93 / 0.4) !important;
}
.text-primary-500\/5 {
  color: rgb(103 190 93 / 0.05) !important;
}
.text-primary-500\/50 {
  color: rgb(103 190 93 / 0.5) !important;
}
.text-primary-500\/60 {
  color: rgb(103 190 93 / 0.6) !important;
}
.text-primary-500\/70 {
  color: rgb(103 190 93 / 0.7) !important;
}
.text-primary-500\/75 {
  color: rgb(103 190 93 / 0.75) !important;
}
.text-primary-500\/80 {
  color: rgb(103 190 93 / 0.8) !important;
}
.text-primary-500\/90 {
  color: rgb(103 190 93 / 0.9) !important;
}
.text-primary-500\/95 {
  color: rgb(103 190 93 / 0.95) !important;
}
.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(54 129 54 / var(--tw-text-opacity)) !important;
}
.text-primary-700\/0 {
  color: rgb(54 129 54 / 0) !important;
}
.text-primary-700\/10 {
  color: rgb(54 129 54 / 0.1) !important;
}
.text-primary-700\/100 {
  color: rgb(54 129 54 / 1) !important;
}
.text-primary-700\/20 {
  color: rgb(54 129 54 / 0.2) !important;
}
.text-primary-700\/25 {
  color: rgb(54 129 54 / 0.25) !important;
}
.text-primary-700\/30 {
  color: rgb(54 129 54 / 0.3) !important;
}
.text-primary-700\/40 {
  color: rgb(54 129 54 / 0.4) !important;
}
.text-primary-700\/5 {
  color: rgb(54 129 54 / 0.05) !important;
}
.text-primary-700\/50 {
  color: rgb(54 129 54 / 0.5) !important;
}
.text-primary-700\/60 {
  color: rgb(54 129 54 / 0.6) !important;
}
.text-primary-700\/70 {
  color: rgb(54 129 54 / 0.7) !important;
}
.text-primary-700\/75 {
  color: rgb(54 129 54 / 0.75) !important;
}
.text-primary-700\/80 {
  color: rgb(54 129 54 / 0.8) !important;
}
.text-primary-700\/90 {
  color: rgb(54 129 54 / 0.9) !important;
}
.text-primary-700\/95 {
  color: rgb(54 129 54 / 0.95) !important;
}
.text-secondary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(158 97 156 / var(--tw-text-opacity)) !important;
}
.text-secondary-500\/0 {
  color: rgb(158 97 156 / 0) !important;
}
.text-secondary-500\/10 {
  color: rgb(158 97 156 / 0.1) !important;
}
.text-secondary-500\/100 {
  color: rgb(158 97 156 / 1) !important;
}
.text-secondary-500\/20 {
  color: rgb(158 97 156 / 0.2) !important;
}
.text-secondary-500\/25 {
  color: rgb(158 97 156 / 0.25) !important;
}
.text-secondary-500\/30 {
  color: rgb(158 97 156 / 0.3) !important;
}
.text-secondary-500\/40 {
  color: rgb(158 97 156 / 0.4) !important;
}
.text-secondary-500\/5 {
  color: rgb(158 97 156 / 0.05) !important;
}
.text-secondary-500\/50 {
  color: rgb(158 97 156 / 0.5) !important;
}
.text-secondary-500\/60 {
  color: rgb(158 97 156 / 0.6) !important;
}
.text-secondary-500\/70 {
  color: rgb(158 97 156 / 0.7) !important;
}
.text-secondary-500\/75 {
  color: rgb(158 97 156 / 0.75) !important;
}
.text-secondary-500\/80 {
  color: rgb(158 97 156 / 0.8) !important;
}
.text-secondary-500\/90 {
  color: rgb(158 97 156 / 0.9) !important;
}
.text-secondary-500\/95 {
  color: rgb(158 97 156 / 0.95) !important;
}
.text-secondary-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(70 44 70 / var(--tw-text-opacity)) !important;
}
.text-secondary-700\/0 {
  color: rgb(70 44 70 / 0) !important;
}
.text-secondary-700\/10 {
  color: rgb(70 44 70 / 0.1) !important;
}
.text-secondary-700\/100 {
  color: rgb(70 44 70 / 1) !important;
}
.text-secondary-700\/20 {
  color: rgb(70 44 70 / 0.2) !important;
}
.text-secondary-700\/25 {
  color: rgb(70 44 70 / 0.25) !important;
}
.text-secondary-700\/30 {
  color: rgb(70 44 70 / 0.3) !important;
}
.text-secondary-700\/40 {
  color: rgb(70 44 70 / 0.4) !important;
}
.text-secondary-700\/5 {
  color: rgb(70 44 70 / 0.05) !important;
}
.text-secondary-700\/50 {
  color: rgb(70 44 70 / 0.5) !important;
}
.text-secondary-700\/60 {
  color: rgb(70 44 70 / 0.6) !important;
}
.text-secondary-700\/70 {
  color: rgb(70 44 70 / 0.7) !important;
}
.text-secondary-700\/75 {
  color: rgb(70 44 70 / 0.75) !important;
}
.text-secondary-700\/80 {
  color: rgb(70 44 70 / 0.8) !important;
}
.text-secondary-700\/90 {
  color: rgb(70 44 70 / 0.9) !important;
}
.text-secondary-700\/95 {
  color: rgb(70 44 70 / 0.95) !important;
}
.text-tertiary-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(135 141 144 / var(--tw-text-opacity)) !important;
}
.text-tertiary-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(109 116 119 / var(--tw-text-opacity)) !important;
}
.text-tertiary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 90 92 / var(--tw-text-opacity)) !important;
}
.text-tertiary-500\/0 {
  color: rgb(85 90 92 / 0) !important;
}
.text-tertiary-500\/10 {
  color: rgb(85 90 92 / 0.1) !important;
}
.text-tertiary-500\/100 {
  color: rgb(85 90 92 / 1) !important;
}
.text-tertiary-500\/20 {
  color: rgb(85 90 92 / 0.2) !important;
}
.text-tertiary-500\/25 {
  color: rgb(85 90 92 / 0.25) !important;
}
.text-tertiary-500\/30 {
  color: rgb(85 90 92 / 0.3) !important;
}
.text-tertiary-500\/40 {
  color: rgb(85 90 92 / 0.4) !important;
}
.text-tertiary-500\/5 {
  color: rgb(85 90 92 / 0.05) !important;
}
.text-tertiary-500\/50 {
  color: rgb(85 90 92 / 0.5) !important;
}
.text-tertiary-500\/60 {
  color: rgb(85 90 92 / 0.6) !important;
}
.text-tertiary-500\/70 {
  color: rgb(85 90 92 / 0.7) !important;
}
.text-tertiary-500\/75 {
  color: rgb(85 90 92 / 0.75) !important;
}
.text-tertiary-500\/80 {
  color: rgb(85 90 92 / 0.8) !important;
}
.text-tertiary-500\/90 {
  color: rgb(85 90 92 / 0.9) !important;
}
.text-tertiary-500\/95 {
  color: rgb(85 90 92 / 0.95) !important;
}
.text-tertiary-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 33 34 / var(--tw-text-opacity)) !important;
}
.text-tertiary-700\/0 {
  color: rgb(31 33 34 / 0) !important;
}
.text-tertiary-700\/10 {
  color: rgb(31 33 34 / 0.1) !important;
}
.text-tertiary-700\/100 {
  color: rgb(31 33 34 / 1) !important;
}
.text-tertiary-700\/20 {
  color: rgb(31 33 34 / 0.2) !important;
}
.text-tertiary-700\/25 {
  color: rgb(31 33 34 / 0.25) !important;
}
.text-tertiary-700\/30 {
  color: rgb(31 33 34 / 0.3) !important;
}
.text-tertiary-700\/40 {
  color: rgb(31 33 34 / 0.4) !important;
}
.text-tertiary-700\/5 {
  color: rgb(31 33 34 / 0.05) !important;
}
.text-tertiary-700\/50 {
  color: rgb(31 33 34 / 0.5) !important;
}
.text-tertiary-700\/60 {
  color: rgb(31 33 34 / 0.6) !important;
}
.text-tertiary-700\/70 {
  color: rgb(31 33 34 / 0.7) !important;
}
.text-tertiary-700\/75 {
  color: rgb(31 33 34 / 0.75) !important;
}
.text-tertiary-700\/80 {
  color: rgb(31 33 34 / 0.8) !important;
}
.text-tertiary-700\/90 {
  color: rgb(31 33 34 / 0.9) !important;
}
.text-tertiary-700\/95 {
  color: rgb(31 33 34 / 0.95) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-bold {
  --tw-shadow: 0 0 15px rgba(0,0,0,0.2), 0 4px 6px -4px rgba(0,0,0,0.2) !important;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline {
  outline-style: solid !important;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity)) !important;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
@font-face {
  font-family: "Relay";
  src: url("../assets/fonts/relay/relay-light.woff2") format("woff2"), url("../assets/fonts/relay/relay-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Relay";
  src: url("../assets/fonts/relay/relay-regular.woff2") format("woff2"), url("../assets/fonts/relay/relay-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Relay";
  src: url("../assets/fonts/relay/relay-medium.woff2") format("woff2"), url("../assets/fonts/relay/relay-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Relay";
  src: url("../assets/fonts/relay/relay-bold.woff2") format("woff2"), url("../assets/fonts/relay/relay-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT W05 Bd Cn No-2";
  src: url("../assets/fonts/trade-gothic/trade-gothic-bold.woff2") format("woff2"), url("../assets/fonts/trade-gothic/trade-gothic-bold.woff") format("woff");
}
@font-face {
  font-family: "Avallon W05 Regular";
  src: url("../assets/fonts/avallon/avallon-regular.woff2") format("woff2"), url("../assets/fonts/avallon/avallon-regular.woff") format("woff");
}
html, body {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
  font-weight: 700;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

strong, b {
  font-weight: 500;
}

button, .button {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.125;
}

.tw-form-control {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

select.tw-form-control {
  padding-right: 2rem;
}

.tw-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-family: Relay, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}
.tw-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(54 129 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 82 33 / var(--tw-bg-opacity));
}
.tw-btn-primary-outline {
  --tw-text-opacity: 1;
  color: rgb(54 129 54 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 129 54 / var(--tw-ring-opacity));
}
.tw-btn-primary-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 129 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(158 97 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 82 33 / var(--tw-text-opacity));
}
.tw-btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 44 70 / var(--tw-bg-opacity));
}
.tw-btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(174 122 172 / var(--tw-text-opacity));
}
#top .alm-paging-content .tw-btn-white {
  border: 1px solid #e1e1e1;
}
.winery-swiper .swiper-slide .tw-btn-white {
  border: 1px solid #e1e1e1;
}
.tw-btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 198 219 / var(--tw-bg-opacity));
}
.tw-btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 33 34 / var(--tw-bg-opacity));
}
.tw-btn-outline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.tw-btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-btn-simple {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(85 90 92 / var(--tw-text-opacity));
}
.tw-btn-simple:hover {
  background-color: rgb(85 90 92 / 0.1);
}
.tw-btn-default {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #878D90;
}
.tw-btn-default:hover {
  background: #616669;
}

:root {
  --header-height: 90px;
  --container: 1354px;
}

[x-cloak] {
  display: none !important;
}

.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

img.alignleft,
.alignleft img {
  display: block;
  position: relative;
  float: left;
  margin: 0px 20px 20px 0;
}

img.alignright,
.alignright img {
  display: block;
  position: relative;
  float: right;
  margin: 0px 0px 20px 20px;
}

.page-template-template-kadence .container .content {
  padding: 0 !important;
}

.transition, .custom-post-pagination span, .custom-post-pagination a {
  transition: all 0.25s ease-out;
}

.container {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

#top .av_header_transparency .header_bg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
@media (min-width: 990px) {
  #top .av_header_transparency .header_bg {
    background: linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background-color: transparent;
    opacity: 1;
  }
}

.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
  background: transparent !important;
}

.header_bg {
  opacity: 1;
}

h2, h3, h4, h5, h6 {
  text-transform: none;
}

#top #header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
#top #header.av_header_transparency {
  box-shadow: none;
}
@media (min-width: 990px) {
  #top #header.av_header_transparency .logo svg {
    color: #fff !important;
  }
}
@media (min-width: 1280px) {
  #top #header.av_header_transparency #searchform {
    background: rgba(0, 0, 0, 0.3);
  }
  #top #header.av_header_transparency #searchform #s::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
  #top #header.av_header_transparency #searchform #s, #top #header.av_header_transparency #searchform #s::placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
}
#top #header.av_header_transparency .industry-site-link {
  color: #fff !important;
}
@media (min-width: 990px) {
  #top #header #header_meta > .container {
    padding: 0 32px !important;
    max-width: unset;
  }
}
#top #header #header_main {
  border: 0;
}
#top #header #header_main > .container {
  width: 100%;
  max-width: none;
  padding-left: 12px !important;
  padding-right: 0 !important;
}
@media (min-width: 990px) {
  #top #header #header_main > .container {
    padding: 0 32px !important;
  }
}
#top #header #header_main .inner-container {
  display: flex;
  align-items: center;
}
@media (min-width: 990px) {
  #top #header #header_main .inner-container {
    gap: 16px;
  }
}
#top #header #header_main .logo {
  width: auto;
  position: static;
}
#top #header #header_main .logo > a {
  display: flex;
  align-items: center;
}
#top #header #header_main .logo svg {
  --tw-text-opacity: 1;
  color: rgb(85 90 92 / var(--tw-text-opacity));
  height: auto;
}
#top #header #header_main .main_menu {
  position: static !important;
  order: 9999;
  height: auto;
}
@media (min-width: 990px) {
  #top #header #header_main .main_menu {
    order: 0;
  }
}
#top #header #header_main .main_menu .menu {
  display: flex;
  gap: 4px;
}
@media (min-width: 990px) {
  #top #header #header_main .main_menu .menu {
    margin-top: 8px;
    align-items: center;
  }
}
#top #header #header_main .main_menu .menu > li.current-menu-item > a, #top #header #header_main .main_menu .menu > li.current-menu-ancestor > a {
  font-weight: 700 !important;
}
#top #header #header_main .main_menu .menu > li > a {
  padding: 20px 16px !important;
  height: auto !important;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1 !important;
}
@media only screen and (max-width: 1140px) {
  #top #header #header_main .main_menu .menu > li > a {
    font-size: 14px;
  }
}
#top #header #header_main .main_menu .menu .av-burger-menu-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 990px) {
  #top #header #header_main .main_menu .menu .av-burger-menu-main {
    display: none;
  }
}
#top #header #header_main .main_menu .menu .av-burger-menu-main > a {
  padding: 0 !important;
}
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger .av-hamburger-box {
  width: 18px;
}
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger .av-hamburger-inner,
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger .av-hamburger-inner::before,
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger .av-hamburger-inner::after {
  height: 2px;
}
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-box .av-hamburger-inner::before {
  top: -6px;
}
#top #header #header_main .main_menu .menu .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-box .av-hamburger-inner::after {
  bottom: -6px;
}

.header-widgets {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
@media (min-width: 990px) {
  .header-widgets {
    gap: 24px;
    order: 9999;
  }
}
.header-widgets #searchform {
  position: relative;
  border: 2px solid rgba(221, 221, 221, 0.5);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header-widgets #searchform > div:first-child {
  display: flex;
  padding: 0 12px;
}
.header-widgets #searchform #s {
  --tw-text-opacity: 1;
  color: rgb(85 90 92 / var(--tw-text-opacity));
  position: static;
  height: 40px;
  margin: 0;
  padding: 8px 2px;
  border: 0;
  background: transparent;
}
.header-widgets #searchform #s::-moz-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.header-widgets #searchform #s::placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.header-widgets #searchform #searchsubmit {
  --tw-text-opacity: 1;
  color: rgb(103 190 93 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  height: 40px;
  margin: 0;
  padding: 0;
  background: transparent;
}
.header-widgets #searchform .ajax_load {
  width: 48px;
  height: auto;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.header-widgets #searchform .ajax_search_response {
  width: 100% !important;
  max-width: none !important;
  margin-top: 8px !important;
  padding: 16px 0 0 0;
  position: absolute !important;
  top: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header-widgets #searchform .ajax_search_response .ajax_not_found {
  padding-top: 0;
}

.industry-site-link {
  --tw-text-opacity: 1 !important;
  color: rgb(85 90 92 / var(--tw-text-opacity)) !important;
  display: none;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (min-width: 990px) {
  .industry-site-link {
    display: block;
  }
}
.industry-site-link-icon {
  --tw-text-opacity: 1;
  color: rgb(158 97 156 / var(--tw-text-opacity));
  width: 24px;
}

.site-search-inline {
  display: none;
}
.site-search-toggle {
  position: relative;
}
.site-search-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}
.site-search-toggle-button-icon {
  --tw-text-opacity: 1;
  color: rgb(103 190 93 / var(--tw-text-opacity));
  width: 24px;
  height: 24px;
}
.site-search-toggle-form {
  width: calc(100vw - 96px);
  max-width: 300px;
  position: absolute;
  z-index: 30;
  top: 100%;
  right: -8px;
  margin-top: 16px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));
}
.site-search-toggle-form::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  right: 16px;
  margin-bottom: -2px;
}

.custom-post-pagination span, .custom-post-pagination a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.custom-post-pagination a {
  color: #222;
}
.custom-post-pagination a:hover,
.custom-post-pagination a:active,
.custom-post-pagination a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.custom-post-pagination .current {
  --tw-text-opacity: 1;
  color: rgb(103 190 93 / var(--tw-text-opacity));
}

body.page-template-page-taste_terroir, body.page-template-page-itinerary {
  background: url(../assets/images/bg-vines.webp) top center no-repeat;
  background-size: cover;
}

.page-template-page-taste_terroir #main,
.page-template-page-taste_terroir #wrap_all,
.page-template-page-taste_terroir #wrap_all .main_color,
.page-template-page-taste_terroir .alternate_color.light_bg_color.title_container,
.page-template-page-itinerary #main,
.page-template-page-itinerary #wrap_all,
.page-template-page-itinerary #wrap_all .main_color,
.page-template-page-itinerary .alternate_color.light_bg_color.title_container {
  background-color: transparent;
}

#top.page-template-page-taste_terroir #header, #top.page-template-page-itinerary #header {
  box-shadow: none;
}

.page-template-page-taste_terroir #header.header-scrolled .header_bg, .page-template-page-itinerary #header.header-scrolled .header_bg {
  background-color: #fff;
  transition: background-color 0.5s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.page-template-page-taste_terroir #header, .page-template-page-itinerary #header {
  background-color: transparent;
  transition: background-color 0.5s ease;
}

.page-template-page-taste_terroir .entry-content-wrapper.cpt, .page-template-page-itinerary .entry-content-wrapper.cpt {
  margin: 15px 0;
  padding: 20px 25px 15px 25px;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

#top #footer .container,
#top .footer-notice .container,
#top #socket .container {
  width: 100% !important;
  max-width: var(--container) !important;
}

#top #footer {
  padding: 60px 0 40px;
}
#top #footer .container {
  display: flex;
  flex-flow: column;
  flex-shrink: 1;
  gap: 32px;
  flex-wrap: wrap !important;
}
@media (min-width: 767px) {
  #top #footer .container {
    flex-flow: row;
    gap: 20px;
  }
}
@media (min-width: 1135px) {
  #top #footer .container {
    flex-flow: row;
    gap: 30px;
    flex-wrap: nowrap !important;
  }
}
#top #footer .container::after {
  display: none;
}
#top #footer .flex_column {
  margin: 0 !important;
}
@media (min-width: 767px) {
  #top #footer .flex_column {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1135px) {
  #top #footer .flex_column {
    width: unset;
  }
}
#top #footer .widget {
  margin: 0;
}
#top #footer .widget .widgettitle {
  white-space: nowrap;
}
#top #footer .widget .gform_wrapper.gravity-theme input[type=email] {
  font-size: 14px;
}
#top #footer .widget_nav_menu .menu {
  --gap: 32px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media (min-width: 990px) {
  #top #footer .widget_nav_menu .menu {
    margin-top: 24px;
  }
}
@media (min-width: 1354px) {
  #top #footer .widget_nav_menu .menu {
    flex-flow: column;
  }
}
#top #footer .widget_nav_menu .menu ul, #top #footer .widget_nav_menu .menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#top #footer .widget_nav_menu .menu ul::before, #top #footer .widget_nav_menu .menu li::before {
  display: none;
}
#top #footer .widget_nav_menu .menu a {
  --tw-text-opacity: 1;
  color: rgb(109 116 119 / var(--tw-text-opacity));
  margin: 0 0 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.2;
}
#top #footer .widget_nav_menu .menu > li {
  width: 100%;
}
#top #footer .widget_nav_menu .menu > li > a {
  --tw-text-opacity: 1;
  color: rgb(130 202 122 / var(--tw-text-opacity));
  margin-bottom: 5px !important;
  color: #368136;
}

#top #socket .copyright {
  width: 100%;
  font-size: 14px;
}

#gform_wrapper_116 .button,
#gform_wrapper_117 .button {
  min-height: 0 !important;
  padding: 12px 20px !important;
  border-radius: 3px;
  font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1 !important;
  background: #368136;
  color: #fff;
}
#gform_wrapper_116 form,
#gform_wrapper_117 form {
  margin: 0 !important;
  padding: 0 !important;
}
#gform_wrapper_116.gravity-theme .gform_validation_errors,
#gform_wrapper_117.gravity-theme .gform_validation_errors {
  padding: 16px;
}
#gform_wrapper_116.gravity-theme .gform_validation_errors ol,
#gform_wrapper_117.gravity-theme .gform_validation_errors ol {
  margin: 0;
}
#gform_wrapper_116.gravity-theme .gform_validation_errors li,
#gform_wrapper_117.gravity-theme .gform_validation_errors li {
  margin: 0;
  padding: 0;
}
#gform_wrapper_116.gravity-theme .gform_footer,
#gform_wrapper_117.gravity-theme .gform_footer {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
#gform_wrapper_116.gravity-theme .gfield_required,
#gform_wrapper_117.gravity-theme .gfield_required {
  display: none !important;
}

@media only screen and (max-width: 1140px) {
  #top #header #header_main .main_menu .menu > li > a {
    font-size: 14px;
  }
  #top .av-main-nav li ul.sub-menu > li:hover > a, #top .av-main-nav li.custom-menu ul.sub-menu > li > a {
    font-size: 18px !important;
  }
}
.av-main-nav li.custom-menu ul {
  position: absolute;
  top: 100%;
  z-index: 2;
  box-shadow: none !important;
  margin-top: -1px;
  border: 1px solid !important;
  border-top-color: transparent;
  border: 1px solid #e0dbdb !important;
  padding: 32px 0;
  background: #F7F5F5;
  width: auto !important;
}

.av-main-nav li ul {
  position: absolute;
  top: 100%;
  z-index: 2;
  box-shadow: none !important;
  margin-top: -1px;
  border: 1px solid !important;
  border-top-color: transparent;
  border: 1px solid #e0dbdb !important;
  padding: 32px 0;
  background: #F7F5F5;
  left: 0%;
}

.av-main-nav li.custom-menu ul {
  width: 65% !important;
}

@media only screen and (max-width: 1280px) {
  .av-main-nav li ul {
    left: -50% !important;
  }
  .av-main-nav li.custom-menu ul {
    left: 0% !important;
  }
  .av-main-nav li:first-child ul ul, .av-main-nav li.custom-menu ul ul {
    left: 100% !important;
  }
  .av-main-nav li ul ul {
    left: -100% !important;
  }
  .av-main-nav li ul.sub-menu li.menu-item-has-children:hover::before {
    left: -38px !important;
    rotate: 180deg !important;
  }
  .av-main-nav li:first-child ul.sub-menu li.menu-item-has-children:hover::before, .av-main-nav li.custom-menu ul.sub-menu li.menu-item-has-children:hover::before {
    right: -38px !important;
    left: inherit !important;
    rotate: inherit !important;
  }
  .av-main-nav li ul.sub-menu li.menu-item-has-children:hover::after {
    left: 0;
    rotate: 180deg;
  }
  .av-main-nav li:first-child ul.sub-menu li.menu-item-has-children:hover::after, .av-main-nav li.custom-menu ul.sub-menu li.menu-item-has-children:hover::after {
    left: inherit !important;
    rotate: inherit !important;
  }
  ul.menu.av-main-nav li.menu-item-top-level.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
    display: none !important;
  }
}
@media only screen and (min-width: 1450px) {
  .av-main-nav li.custom-menu ul {
    width: 50% !important;
  }
}
#top .av-main-nav li.custom-menu ul.sub-menu > li > ul > li a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23878D90' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  position: absolute;
  left: 12%;
}

#top .av-main-nav li ul li {
  float: left !important;
  position: static !important;
}

#top .av-main-nav li.custom-menu {
  float: left;
  position: static;
}

#top .av-main-nav li ul.sub-menu > li > a {
  color: #676A6C !important;
  background: #F7F5F5 !important;
  border: none !important;
  font-size: 17px;
  padding: 12px 15px 12px 30px;
}

#top .av-main-nav li ul.sub-menu > li.menu-item-has-children > a {
  padding: 12px 0px 12px 32px !important;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li > a {
  color: #676A6C !important;
  background: #F7F5F5 !important;
  border: none !important;
  font-size: 17px;
  padding: 12px 15px 12px 100px !important;
}

#top .av-main-nav li.custom-menu ul ul.sub-menu > li > a {
  background: white !important;
}

.av-main-nav li ul.sub-menu li.menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  right: 0;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0px 25px 15px;
  border-color: #f7f5f5 rgba(255, 255, 255, 0) #f7f5f5 rgba(247, 245, 245, 0);
  padding-left: 0;
  Z-INDEX: 99999999;
  outline: black;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%223%203%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2230px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M10%207L15%2012L10%2017%22%20stroke%3D%22%23878D90%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 8%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li:hover > a::after {
  content: "";
}

.av-main-nav li.custom-menu ul.sub-menu > li > ul > li::after, .av-main-nav li.custom-menu ul.sub-menu > li > ul > li a::after, .av-main-nav li.custom-menu ul.sub-menu > li > ul > li:hover a::before, .av-main-nav li.custom-menu ul.sub-menu > li > ul > li a::before {
  content: "" !important;
  border: none !important;
}

#top .av-main-nav li ul.sub-menu > li > ul {
  background: white !important;
  padding: 32px 0;
}

#top .av-main-nav li ul.sub-menu ul {
  left: 100%;
  top: -1px;
  width: 100% !important;
  position: absolute;
  margin: 0;
  border-top-style: solid;
  border-top-width: 1px;
  height: 100.5%;
  /* overflow: scroll;
  overflow-x: hidden; */
}

#top .av-main-nav li ul.sub-menu > li > ul > li > a {
  color: #676A6C !important;
  background: white !important;
}

.av-main-nav li ul.sub-menu li ul li:hover ::after, .av-main-nav li ul.sub-menu li ul li::after {
  content: "" !important;
  border: none !important;
}

#top .av-main-nav li ul.sub-menu > li:hover > a {
  color: #1F2122 !important;
  background: white !important;
  border: none !important;
  font-size: 17px;
  font-weight: 500;
}

.av-main-nav ul {
  right: inherit !important;
}

.av-main-nav li ul.sub-menu li.menu-item-has-children:hover::before {
  content: "";
  position: absolute;
  right: -38px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 15px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f7f5f5;
  z-index: 99;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='var(--svg-fill)' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.purple:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%239E619D' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.purple > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%239E619D%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.yellow:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23EAB853' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.yellow > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23EAB853%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.orange:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23F9685D' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.orange > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23F9685D%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.pink:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23E05889' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.pink > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23E05889%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.green:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%235C8E81' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.green > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%235C8E81%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.navy-blue:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23606A8C' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.navy-blue > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23606A8C%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.red:hover > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23CE4949' version='1.1' id='Capa_1' width='20px' height='20px' viewBox='0 0 425.963 425.963' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M213.285,0h-0.608C139.114,0,79.268,59.826,79.268,133.361c0,48.202,21.952,111.817,65.246,189.081 c32.098,57.281,64.646,101.152,64.972,101.588c0.906,1.217,2.334,1.934,3.847,1.934c0.043,0,0.087,0,0.13-0.002 c1.561-0.043,3.002-0.842,3.868-2.143c0.321-0.486,32.637-49.287,64.517-108.976c43.03-80.563,64.848-141.624,64.848-181.482 C346.693,59.825,286.846,0,213.285,0z M274.865,136.62c0,34.124-27.761,61.884-61.885,61.884 c-34.123,0-61.884-27.761-61.884-61.884s27.761-61.884,61.884-61.884C247.104,74.736,274.865,102.497,274.865,136.62z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#top .av-main-nav li.custom-menu ul.sub-menu > li.red > a::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23CE4949%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20491.582%20491.582%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M245.791%2C0C153.799%2C0%2C78.957%2C74.841%2C78.957%2C166.833c0%2C36.967%2C21.764%2C93.187%2C68.493%2C176.926%20c31.887%2C57.138%2C63.627%2C105.4%2C64.966%2C107.433l22.941%2C34.773c2.313%2C3.507%2C6.232%2C5.617%2C10.434%2C5.617s8.121-2.11%2C10.434-5.617%20l22.94-34.771c1.326-2.01%2C32.835-49.855%2C64.967-107.435c46.729-83.735%2C68.493-139.955%2C68.493-176.926%20C412.625%2C74.841%2C337.783%2C0%2C245.791%2C0z%20M322.302%2C331.576c-31.685%2C56.775-62.696%2C103.869-64.003%2C105.848l-12.508%2C18.959%20l-12.504-18.954c-1.314-1.995-32.563-49.511-64.007-105.853c-43.345-77.676-65.323-133.104-65.323-164.743%20C103.957%2C88.626%2C167.583%2C25%2C245.791%2C25s141.834%2C63.626%2C141.834%2C141.833C387.625%2C198.476%2C365.647%2C253.902%2C322.302%2C331.576z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M245.791%2C73.291c-51.005%2C0-92.5%2C41.496-92.5%2C92.5s41.495%2C92.5%2C92.5%2C92.5s92.5-41.496%2C92.5-92.5%20S296.796%2C73.291%2C245.791%2C73.291z%20M245.791%2C233.291c-37.22%2C0-67.5-30.28-67.5-67.5s30.28-67.5%2C67.5-67.5%20c37.221%2C0%2C67.5%2C30.28%2C67.5%2C67.5S283.012%2C233.291%2C245.791%2C233.291z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 12%;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li > ul > li:first-child > a::before {
  content: "" !important;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li > ul > li:first-child > a {
  padding: 15px 36px !important;
  font-size: 18px !important;
}

#top .av-main-nav li.custom-menu ul.sub-menu > li > ul > li:first-child:hover a {
  font-size: 18px !important;
  color: #6D7477 !important;
  font-weight: normal;
  pointer-events: none;
}

ul.menu.av-main-nav li.menu-item-top-level.menu-item-has-children a:after {
  content: url("data:image/svg+xml,%3Csvg viewBox=%220 0 24 24%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22%3E%3Cpath d=%22M10 7L15 12L10 17%22 stroke=%22%23878D90%22 stroke-width=%222.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  position: absolute;
  top: 33%;
  rotate: 90deg;
}

ul.menu.av-main-nav li.menu-item-top-level.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after, #top .current-menu-ancestor.custom-menu ul li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%223%203%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2230px%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M10%207L15%2012L10%2017%22%20stroke%3D%22%23878D90%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  position: absolute;
  right: 8% !important;
  top: inherit !important;
  rotate: none !important;
}

ul.menu.av-main-nav li.custom-menu.menu-item-top-level.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
  right: 8% !important;
  top: inherit !important;
  rotate: none !important;
}

ul.menu.av-main-nav li.menu-item-top-level.menu-item-has-children ul.sub-menu li a:after {
  content: "";
}

ul.menu.av-main-nav li.menu-item-top-level.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item a:after {
  content: "" !important;
}

/* ul.sub-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
}
ul.sub-menu {
    transition: visibility 0.1s, opacity 0.1s;
} */
@media only screen and (min-width: 990px) {
  .header_color .main_menu ul:first-child > li:hover > a:after {
    content: url("data:image/svg+xml,%3Csvg viewBox=%220 0 24 24%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22%3E%3Cpath d=%22M10 7L15 12L10 17%22 stroke=%22%2367BE5C%22 stroke-width=%222.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
    rotate: -90deg;
  }
  /* #top .current-menu-ancestor > a:after{
      content:url("data:image/svg+xml,%3Csvg viewBox=%220 0 24 24%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22%3E%3Cpath d=%22M10 7L15 12L10 17%22 stroke=%22%2367BE5C%22 stroke-width=%222.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
  } */
}
#top a:where(:not(.wp-element-button, .avia-button, .tw-btn, .svglink, .kb-button, .kt-button, .button, .kt-blocks-post-readmore, .kt-tab-title)) {
  text-decoration: underline;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: none !important;
}

#map.wineryMap {
  display: block;
  min-height: 250px;
  background: none;
}
#map.wineryMap img {
  width: 100%;
}

.wineries_cta {
  background-size: cover;
  background-position: center;
}
.wineries_cta article {
  justify-content: flex-end;
  padding-bottom: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.featured_events_wrap .tribe-events-header, .featured_events_wrap .tribe-events-pro-photo-nav {
  display: none !important;
}

.footer_color .custom-html-widget svg {
  margin-right: 5px;
}

.swiper.winery-swiper {
  padding: 0 50px;
}

.single-winery .swiper-slide, .single-restaurant .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 650px;
}
.single-winery .swiper-slide img, .single-restaurant .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-winery .swiper, .single-restaurant .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.single-winery .swiper-slide, .single-restaurant .swiper-slide {
  background-size: cover;
  background-position: center;
}
.single-winery .mySwiper2, .single-restaurant .mySwiper2 {
  height: 80%;
  width: 100%;
}
.single-winery .mySwiper, .single-restaurant .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.single-winery .mySwiper .swiper-slide, .single-restaurant .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.single-winery .mySwiper .swiper-slide-thumb-active, .single-restaurant .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#top .alm-paging-content div a {
  text-decoration: none;
}

#top .alm-paging-content .bg-white {
  border: 1px solid #e1e1e1;
}

#top .alm-paging-content .aspect-\[4\/3\] {
  margin-bottom: 1em;
}

#top .alm-paging-content .text-gray-700 {
  font-size: 14px;
}

.alm-results-text {
  margin-top: -35px;
  margin-bottom: 24px;
  font-weight: 500;
}

.alm-filter--search {
  margin-top: 16px;
}

#alm-filters-reset-button {
  display: block !important;
  visibility: visible;
  position: relative;
  border: 1px solid #444;
  padding: 2px 8px;
  line-height: 1;
}

.alm-filters-container .winery_search .alm-filter--text-wrap button[type=button] {
  display: none;
}

#top .alm-filters-container .winery_search .alm-filter--textfield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15.003' fill='%23e1e1e1' aria-hidden='true'%3E%3Cpath d='m14.8 12.971-2.925-2.921a.7.7 0 0 0-.5-.205H10.9A6.091 6.091 0 1 0 9.844 10.9v.478a.7.7 0 0 0 .205.5l2.922 2.922a.7.7 0 0 0 .993 0l.829-.829a.706.706 0 0 0 0-1ZM6.1 9.845a3.75 3.75 0 1 1 3.75-3.75 3.748 3.748 0 0 1-3.756 3.749Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 96% center;
  background-size: 8%;
}

#alm-filters-winery_filter.alm-filters-container .alm-filter--title h3, #alm-filters-restaurant_filter.alm-filters-container .alm-filter--title h3 {
  font-size: 16px;
}

#alm-filters-winery_filter, #alm-filters-restaurant_filter {
  background-color: #ededed;
  padding: 20px;
  margin-top: 14px;
}

#alm-filters-winery_filter_2, #alm-filters-restaurant_filter_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#alm-filters-winery_filter_2 .alm-filter--radio .field-radio, #alm-filters-restaurant_filter_2 .alm-filter--radio .field-radio {
  background-color: #e1e1e1;
  color: #222;
  opacity: 0.6;
}
#alm-filters-winery_filter_2 .alm-filter--radio .field-radio::before, #alm-filters-winery_filter_2 .alm-filter--radio .field-radio::after, #alm-filters-restaurant_filter_2 .alm-filter--radio .field-radio::before, #alm-filters-restaurant_filter_2 .alm-filter--radio .field-radio::after {
  display: none;
}
#alm-filters-winery_filter_2 .alm-filter--radio .field-radio.active, #alm-filters-restaurant_filter_2 .alm-filter--radio .field-radio.active {
  background-color: #fff;
  opacity: 1;
}
#alm-filters-winery_filter_2 .alm-filter--radio .field-radio:hover, #alm-filters-restaurant_filter_2 .alm-filter--radio .field-radio:hover {
  opacity: 1;
}
#alm-filters-winery_filter_2 .alm-filter, #alm-filters-restaurant_filter_2 .alm-filter {
  width: 50%;
  z-index: 9999;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner {
  padding-bottom: 0;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner ul, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner ul {
  display: flex;
}
@media all and (max-width: 767px) {
  #alm-filters-winery_filter_2 .alm-filter .alm-filter--inner ul, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner ul li .field-radio, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner ul li .field-radio {
  padding: 6px 10px 6px 32px;
  background-position: 6px center;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner ul li:nth-child(1) .field-radio, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner ul li:nth-child(1) .field-radio {
  background-image: url(../assets/images/list.svg);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner ul li:nth-child(2) .field-radio, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner ul li:nth-child(2) .field-radio {
  background-image: url(../assets/images/map.svg);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 0px;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner .alm-filter--select, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner .alm-filter--select {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media all and (max-width: 767px) {
  #alm-filters-winery_filter_2 .alm-filter .alm-filter--inner .alm-filter--select, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner .alm-filter--select {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner .alm-filter--select label, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner .alm-filter--select label {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 4px;
}
#alm-filters-winery_filter_2 .alm-filter .alm-filter--inner .alm-filter--select #sort-select-2, #alm-filters-restaurant_filter_2 .alm-filter .alm-filter--inner .alm-filter--select #sort-select-2 {
  width: 120px;
  margin-bottom: 0;
}

#map {
  min-height: 500px;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url(/wp-content/plugins/ajax-load-more-pro/pro/ajax-load-more-paging/core/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}
#map.alm-loading {
  opacity: 0.5;
  pointer-events: none;
}

.lat-long {
  display: none;
}

.region-marker svg {
  color: #67BE5D;
  width: 14px;
  height: 14px;
}
.region-marker.reg-fraser-valley svg {
  color: #e97066 !important;
}
.region-marker.reg-gulf-islands svg {
  color: #e0bc73 !important;
}
.region-marker.reg-kootenays svg {
  color: #64688b !important;
}
.region-marker.reg-lillooet svg {
  color: #67BE5D !important;
}
.region-marker.reg-okanagan-valley svg {
  color: #688c82 !important;
}
.region-marker.reg-other svg {
  color: #111111 !important;
}
.region-marker.reg-other-bc-regions svg {
  color: #67BE5D !important;
}
.region-marker.reg-shuswap svg {
  color: #d88857 !important;
}
.region-marker.reg-similkameen-valley svg {
  color: #d3628b !important;
}
.region-marker.reg-thompson-valley svg {
  color: #c0514d !important;
}
.region-marker.reg-vancouver-island svg {
  color: #9c6ca2 !important;
}

@media (min-width: 990px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-row {
    padding: 30px 0 30px;
  }
}
#mega-menu-wrap-avia #mega-menu-avia li.mega-menu-row p {
  margin: 0 0 0.5em;
  font-size: 16px;
}

@media (max-width: 990px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    margin-bottom: 20px;
  }
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  margin: 0px 0px 12px 0px;
}
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #3a913e;
}

@media only screen and (min-width: 991px) {
  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-odd-nav-label > a.mega-menu-link {
    font-weight: bold;
  }
  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-odd-nav-label > a.mega-menu-link:hover {
    font-weight: bold;
  }
}

.mega-menu_spacer {
  width: 286px !important;
}

.mega-feature_box .mega-menu-item {
  display: flex !important;
  flex-direction: column-reverse;
}
.mega-feature_box .mega-menu-item img {
  display: block;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 990px) {
  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-toggle-on .mega-sub-menu {
    background: #fff;
  }
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-column.mega-intro_column p {
    display: none;
  }
}
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  margin-bottom: 0.5em;
}

@media (max-width: 1185px) and (min-width: 991px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}

@media (max-width: 1250px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-menu_spacer {
    display: none;
  }
}

@media (max-width: 989px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu_spacer_desktop {
    display: none;
  }
}

@media (max-width: 1250px) and (min-width: 991px) {
  #mega-menu-wrap-avia #mega-menu-avia li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .kb-blocks-advanced-slider-init .splide__arrows {
    display: none;
  }
  .kadence-column46836_65a8bb-78 > .kt-inside-inner-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.kb-splide .splide__arrow {
  top: 35% !important;
}

.kt-infobox-textcontent {
  font-size: 20px;
}

.kb-row-layout_shim > .kt-row-column-wrap {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: var(--global-kb-gap-sm, 1rem);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.kb-row-layout_shim > .kt-row-column-wrap > div:not(.added-for-specificity) {
  grid-column: initial;
}

.kb-row-layout_shim > .kt-row-column-wrap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media all and (max-width: 1024px) {
  .kb-row-layout_shim > .kt-row-column-wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
  .kb-row-layout_shim > .kt-row-column-wrap > div:not(.added-for-specificity) {
    grid-column: initial;
  }
}
@media all and (max-width: 767px) {
  .kb-row-layout_shim > .kt-row-column-wrap {
    padding-bottom: 45px;
    grid-template-columns: minmax(0, 1fr);
  }
  .kb-row-layout_shim > .kt-row-column-wrap > div:not(.added-for-specificity) {
    grid-column: initial;
  }
}
.kadence-column_shim a {
  text-decoration: none !important;
  color: #fff;
}
.kadence-column_shim a:hover {
  text-decoration: underline !important;
}
.kadence-column_shim a h2 {
  font-size: 32px;
}

.kadence-column_shim a > .kt-inside-inner-col {
  display: flex;
  padding-top: var(--global-kb-spacing-md, 2rem);
  padding-right: var(--global-kb-spacing-md, 2rem);
  padding-bottom: var(--global-kb-spacing-md, 2rem);
  padding-left: var(--global-kb-spacing-md, 2rem);
  min-height: 700px;
}

.kadence-column_shim a > .kt-inside-inner-col, .kadence-column_shim > .kt-inside-inner-col:before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.kadence-column_shim a > .kt-inside-inner-col {
  -moz-column-gap: var(--global-kb-gap-sm, 1rem);
       column-gap: var(--global-kb-gap-sm, 1rem);
  flex-direction: column;
  justify-content: flex-end;
}

.kadence-column_shim a > .kt-inside-inner-col > .aligncenter {
  width: 100%;
}

.kt-row-column-wrap > .kadence-column_shim {
  align-self: flex-end;
}

.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim {
  align-self: auto;
}

.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim a > .kt-inside-inner-col {
  flex-direction: column;
  justify-content: flex-end;
}

.kadence-column_shim {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.kadence-column_shim a > .kt-inside-inner-col:before {
  opacity: 0.7;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 50%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.kadence-column_shim, .kadence-column_shim h1, .kadence-column_shim h2, .kadence-column_shim h3, .kadence-column_shim h4, .kadence-column_shim h5, .kadence-column_shim h6 {
  color: #ffffff;
}

@media all and (max-width: 1024px) {
  .kadence-column_shim a > .kt-inside-inner-col {
    min-height: 500px;
    flex-direction: column;
  }
  .kt-row-column-wrap > .kadence-column_shim {
    align-self: flex-end;
  }
  .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim {
    align-self: auto;
  }
  .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim a > .kt-inside-inner-col {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media all and (max-width: 767px) {
  .kadence-column_shim a > .kt-inside-inner-col {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    flex-direction: column;
  }
  .kt-row-column-wrap > .kadence-column_shim {
    align-self: flex-end;
  }
  .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim {
    align-self: auto;
  }
  .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column_shim a > .kt-inside-inner-col {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.kt-blocks-accordion-header.kt-accordion-panel-active {
  background-color: #3a913e;
}

.kt-accordion-panel-inner h3 {
  text-transform: none !important;
  margin-top: 20px;
}
.kt-accordion-panel-inner h3 a {
  color: #368136 !important;
  text-decoration: underline !important;
}

.single-winery .backto, .single-restaurant .backto {
  margin-bottom: 1em;
  display: block;
}
.single-winery .location_col a, .single-restaurant .location_col a {
  text-decoration: none !important;
  color: #555a5c !important;
}
.single-winery .location_col a:hover, .single-restaurant .location_col a:hover {
  text-decoration: underline !important;
  color: #368136 !important;
}
.single-winery h2, .single-restaurant h2 {
  font-size: 28px;
  margin-top: 24px;
}
.single-winery h3, .single-restaurant h3 {
  font-size: 22px;
}
.single-winery h4, .single-restaurant h4 {
  font-size: 18px;
}
.single-winery .single-winery-section, .single-winery .single-restaurant-section, .single-restaurant .single-winery-section, .single-restaurant .single-restaurant-section {
  margin-bottom: 50px;
}
.single-winery .wp-block-kadence-accordion, .single-restaurant .wp-block-kadence-accordion {
  margin-bottom: 50px;
}
.single-winery .pin_link, .single-restaurant .pin_link {
  padding-left: 20px;
  background: url("../assets/images/pin_link.svg") center left no-repeat;
}
.single-winery .tel_link, .single-restaurant .tel_link {
  padding-left: 20px;
  background: url("../assets/images/tel_link.svg") center left no-repeat;
}
.single-winery .email_link, .single-restaurant .email_link {
  padding-left: 20px;
  background: url("../assets/images/email_link.svg") center left no-repeat;
}
.single-winery .external_link, .single-restaurant .external_link {
  padding-left: 20px;
  background: url("../assets/images/external_link.svg") center left no-repeat;
}

body.page-template-page-itinerary .kb-row-layout-id46778_89a03b-9a > .kt-row-column-wrap {
  row-gap: var(--global-kb-gap-none, 0rem);
  padding-top: var(--global-kb-row-default-top, var(--global-kb-spacing-sm, 1.5rem));
  padding-bottom: var(--global-kb-row-default-bottom, var(--global-kb-spacing-sm, 1.5rem));
  grid-template-columns: minmax(0, 1fr);
}
@media all and (max-width: 767px) {
  body.page-template-page-itinerary .kb-row-layout-id46778_89a03b-9a > .kt-row-column-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}
body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col {
  display: flex;
  -moz-column-gap: var(--global-kb-gap-sm, 1rem);
       column-gap: var(--global-kb-gap-sm, 1rem);
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-kadence-image {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > .kb-image-is-ratio-size {
  flex-grow: 1;
}
body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_9037d9-90 {
  align-self: flex-start;
}
body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 {
  align-self: auto;
}
body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 > .kt-inside-inner-col {
  align-items: flex-start;
}
@media all and (max-width: 1024px) {
  body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_9037d9-90 {
    align-self: flex-start;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 {
    align-self: auto;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 > .kt-inside-inner-col {
    align-items: flex-start;
  }
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-kadence-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > .kb-image-is-ratio-size {
    flex-grow: 1;
  }
}
@media all and (max-width: 767px) {
  body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_9037d9-90 {
    align-self: flex-start;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 {
    align-self: auto;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_9037d9-90 > .kt-inside-inner-col {
    align-items: flex-start;
  }
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > figure.wp-block-kadence-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.page-template-page-itinerary .kadence-column46778_9037d9-90 > .kt-inside-inner-col > .kb-image-is-ratio-size {
    flex-grow: 1;
  }
}
body.page-template-page-itinerary .wp-block-kadence-advancedheading.kt-adv-heading46778_fc16bd-54, body.page-template-page-itinerary .wp-block-kadence-advancedheading.kt-adv-heading46778_fc16bd-54[data-kb-block=kb-adv-heading46778_fc16bd-54] {
  margin-top: var(--global-kb-spacing-xs, 1rem);
  margin-right: 0px;
  margin-bottom: var(--global-kb-spacing-xs, 1rem);
  margin-left: 0px;
  font-size: var(--global-kb-font-size-md, 1.25rem);
  line-height: 1;
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  text-transform: none;
}
body.page-template-page-itinerary .wp-block-kadence-advancedheading.kt-adv-heading46778_fc16bd-54 mark.kt-highlight, body.page-template-page-itinerary .wp-block-kadence-advancedheading.kt-adv-heading46778_fc16bd-54[data-kb-block=kb-adv-heading46778_fc16bd-54] mark.kt-highlight {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col {
  display: flex;
  -moz-column-gap: var(--global-kb-gap-sm, 1rem);
       column-gap: var(--global-kb-gap-sm, 1rem);
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-kadence-image {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > .kb-image-is-ratio-size {
  flex-grow: 1;
}
body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_72c59a-99 {
  align-self: flex-start;
}
body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 {
  align-self: auto;
}
body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 > .kt-inside-inner-col {
  align-items: flex-start;
}
@media all and (max-width: 1024px) {
  body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_72c59a-99 {
    align-self: flex-start;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 {
    align-self: auto;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 > .kt-inside-inner-col {
    align-items: flex-start;
  }
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-kadence-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > .kb-image-is-ratio-size {
    flex-grow: 1;
  }
}
@media all and (max-width: 767px) {
  body.page-template-page-itinerary .kt-row-column-wrap > .kadence-column46778_72c59a-99 {
    align-self: flex-start;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 {
    align-self: auto;
  }
  body.page-template-page-itinerary .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column46778_72c59a-99 > .kt-inside-inner-col {
    align-items: flex-start;
  }
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > *, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-image, body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > figure.wp-block-kadence-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.page-template-page-itinerary .kadence-column46778_72c59a-99 > .kt-inside-inner-col > .kb-image-is-ratio-size {
    flex-grow: 1;
  }
}
body.page-template-page-itinerary .kb-image46778_0e79f2-c6.kb-image-is-ratio-size, body.page-template-page-itinerary .kb-image46778_0e79f2-c6 .kb-image-is-ratio-size {
  max-width: 400px;
  width: 100%;
}
body.page-template-page-itinerary .wp-block-kadence-column > .kt-inside-inner-col > .kb-image46778_0e79f2-c6.kb-image-is-ratio-size, body.page-template-page-itinerary .wp-block-kadence-column > .kt-inside-inner-col > .kb-image46778_0e79f2-c6 .kb-image-is-ratio-size {
  align-self: unset;
}
body.page-template-page-itinerary .kb-image46778_0e79f2-c6 {
  max-width: 400px;
}
body.page-template-page-itinerary .image-is-svg.kb-image46778_0e79f2-c6 {
  flex: 0 1 100%;
}
body.page-template-page-itinerary .image-is-svg.kb-image46778_0e79f2-c6 img {
  width: 100%;
}
body.page-template-page-itinerary .kb-image46778_0e79f2-c6 .kb-image-has-overlay:after {
  opacity: 0.3;
}
body.page-template-page-itinerary .kb-image46778_06990c-98.kb-image-is-ratio-size, body.page-template-page-itinerary .kb-image46778_06990c-98 .kb-image-is-ratio-size {
  max-width: 140px;
  width: 100%;
}
body.page-template-page-itinerary .wp-block-kadence-column > .kt-inside-inner-col > .kb-image46778_06990c-98.kb-image-is-ratio-size, body.page-template-page-itinerary .wp-block-kadence-column > .kt-inside-inner-col > .kb-image46778_06990c-98 .kb-image-is-ratio-size {
  align-self: unset;
}
body.page-template-page-itinerary .kb-image46778_06990c-98 {
  max-width: 140px;
}
body.page-template-page-itinerary .image-is-svg.kb-image46778_06990c-98 {
  flex: 0 1 100%;
}
body.page-template-page-itinerary .image-is-svg.kb-image46778_06990c-98 img {
  width: 100%;
}
body.page-template-page-itinerary .kb-image46778_06990c-98 .kb-image-has-overlay:after {
  opacity: 0.3;
}

.region_subnav_block {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #368136;
  overflow-x: auto;
}
.region_subnav_block a {
  white-space: nowrap;
  margin: 0 10px;
  font-size: 16px;
  color: #555A5C;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 4em;
  border-bottom: 3px solid #fff;
}
@media only screen and (min-width: 768px) {
  .region_subnav_block a {
    margin: 0 20px;
  }
}
.region_subnav_block a:hover {
  border-bottom: 3px solid #368136;
  color: #368136;
}

.region_overview_block {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .region_overview_block {
    margin: 50px 120px;
  }
}
.region_overview_block h2 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: none !important;
}
.region_overview_block p {
  font-size: 20px;
}
.region_overview_block .statsWrapper {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  gap: 25px;
  flex-wrap: wrap;
}
.region_overview_block .statsWrapper img {
  margin-bottom: 10px;
}
.region_overview_block .statsWrapper span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

.region_map_block #map {
  min-height: 500px;
  display: block;
}

.region_map_regions_block .map_regions {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .region_map_regions_block .map_regions {
    display: block;
  }
}
.region_map_regions_block .map_regions .map_wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .region_map_regions_block .map_regions .map_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.region_map_regions_block .map_regions .map_wrapper #map {
  min-height: 500px;
  display: block;
}
.region_map_regions_block .map_regions .region_wrapper {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .region_map_regions_block .map_regions .region_wrapper {
    width: 100%;
  }
}

.region_varietals_block {
  margin: 50px 0;
  font-size: 20px;
}
.region_varietals_block .v_flex {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .region_varietals_block .v_flex {
    display: block;
  }
}
.region_varietals_block h2 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 48px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none !important;
}
.region_varietals_block .info_chart {
  background-color: rgb(246, 249, 251);
  padding: 25px 25px 0 25px;
  min-width: 30%;
}
.region_varietals_block h4 {
  font-size: 20px;
  font-weight: 500;
}
.region_varietals_block .style_grid {
  padding-bottom: 25px;
}
.region_varietals_block .varietal_grid {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.region_varietals_block .varietal_grid .varietal_name {
  white-space: nowrap;
}

.region_soil_block {
  margin: 50px 0;
  font-size: 20px;
}
.region_soil_block h2 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 48px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none !important;
}
.region_soil_block h4 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none !important;
}

.region_activities_block {
  margin: 50px 0;
  font-size: 20px;
}
.region_activities_block h2 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 48px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none !important;
}
.region_activities_block h4 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none !important;
}
.region_activities_block .activity_wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .region_activities_block .activity_wrap {
    display: block;
  }
}
.region_activities_block .activity_wrap ul {
  display: flex;
  flex-direction: column;
}

.region_wineries_block h2 {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 48px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: none !important;
}

.subregion_parent_page_block {
  text-align: center;
  margin-bottom: 50px;
}
.subregion_parent_page_block p {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Arial;
  font-size: 22px;
}
.subregion_parent_page_block p a {
  color: rgb(130, 202, 122);
}

.tribe-common * {
  font-family: "Relay", Helvetica, Arial, sans-serif;
}

.tribe-events-calendar-list__event-date-tag, .tribe-events .tribe-events-calendar-list__month-separator {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events.tribe-events-calendar-list__event-row {
  margin-top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: calc(var(--tec-grid-width-1-of-8) * 2) !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper a {
  aspect-ratio: 1/1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event {
  flex-direction: row;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: calc(var(--tec-grid-width-1-of-8) * 6) !important;
}

.main_color h1, #top h1 strong, .main_color h2, .main_color strong, #top h2 strong, .main_color h3, #top h3 strong {
  color: #444;
  font-weight: 500;
}

.main_color h1, #top h1 strong {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .container {
    gap: 0;
    width: 99%;
    max-width: 99%;
  }
}
@media only screen and (max-width: 479px) {
  #top #wrap_all .av-special-heading .av-special-heading-tag {
    font-size: 0.5em !important;
  }
}
h3.parent_region_link a {
  position: absolute;
  bottom: -13vh;
  left: 20px;
  color: #fff !important;
}

.winery-swiper .swiper-slide a {
  text-decoration: none !important;
}
.winery-swiper .swiper-slide .bg-white {
  border: 1px solid #e1e1e1;
}

.header_color strong {
  color: inherit;
}

body div .avia-button {
  background-color: #368136;
}

.group.active .group-\[\.active\]\:visible {
  visibility: visible !important;
}

.group.active .group-\[\.active\]\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@media (min-width: 990px) {
  .md\:visible {
    visibility: visible !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:left-0 {
    left: 0px !important;
  }
  .md\:right-0 {
    right: 0px !important;
  }
  .md\:top-1\/2 {
    top: 50% !important;
  }
  .md\:order-last {
    order: 9999 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:m-0 {
    margin: 0px !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:max-w-\[880px\] {
    max-width: 880px !important;
  }
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pr-20 {
    padding-right: 5rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible !important;
  }
  .lg\:static {
    position: static !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:-left-14 {
    left: -3.5rem !important;
  }
  .lg\:-right-14 {
    right: -3.5rem !important;
  }
  .lg\:left-0 {
    left: 0px !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:top-1\/2 {
    top: 50% !important;
  }
  .lg\:order-first {
    order: -9999 !important;
  }
  .lg\:order-last {
    order: 9999 !important;
  }
  .lg\:m-0 {
    margin: 0px !important;
  }
  .lg\:mr-\[calc\(\(\(100vw-1354px\)\/2\)\*-1\)\] {
    margin-right: calc(((100vw - 1354px) / 2) * -1) !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-\[44\%\] {
    width: 44% !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:gap-12 {
    gap: 3rem !important;
  }
  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
