/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url("https://use.typekit.net/wsw1wnf.css");

:root {
  --PrimaryOrange: #ff8100;
  --SecondaryRed: #ce3712;
  --TextCream: #f7e1c0;
  --Green: #004232;

  --Brown: #885032;
  --DarkCream: #dac194;
  --LightGreen: #03643a;
  --White: #ffffff;

  --transparent: transparent;
  --transition: all 0.2s ease-in-out;
}

/*

Bistro Script - Regular
font-family: "bistro-script-web", sans-serif;
font-weight: 400;
font-style: normal;


Gelica - SemiBold
font-family: "gelica", sans-serif;
font-weight: 600;
font-style: normal;


Gelica - Bold
font-family: "gelica", sans-serif;
font-weight: 700;
font-style: normal;


Poppins - SemiBold
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: normal;


Poppins - Bold
font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;

*/

h1 {
  font-family: "bistro-script-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
}

p,
body {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a.elementor-button,
.elementor-button-text {
  font-family: "gelica", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

/* Header start */
.custom-header {
  height: 120px;
}

.orange-bg-cls .custom-header {
  background-color: var(--e-global-color-primary) !important;
}

.h-logo a {
  margin-left: -44px;
  padding-top: 45px;
  padding-bottom: 25px;
  background: var(--White);
  padding-left: 10px;
  padding-right: 12px;
  z-index: 9;
  position: relative;
  display: inline-block;
}

.h-logo img {
  max-width: 280px;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a,
.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
  font-family: "gelica", sans-serif;
  font-weight: 700;
}

.ekit_modal-searchPanel .ekit_search-button path {
  fill: var(--White);
}

.ekit_modal-searchPanel .ekit_search-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ekit_modal-searchPanel .ekit_search-button svg {
  width: 30px;
  height: 30px;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type="submit"]) {
  border-radius: 0 !important;
  background: var(--LightGreen) !important;
}

@media screen and (max-width: 1199px) {
  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    color: var(--White) !important;
  }

  .h-logo a {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .ekit_menu_responsive_tablet>.elementskit-navbar-nav-default {
    background-color: var(--LightGreen) !important;
    border-right: 6px solid var(--TextCream) !important;
  }

  .elementskit-menu-overlay {
    background-color: rgb(6, 6, 6, 0.9) !important;
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    padding: 12px 20px 12px 25px !important;
    font-size: 18px !important;
  }

  .elementskit-menu-close {
    padding: 8px 8px 8px 8px !important;
    margin: 0 10px 0 0 !important;
    width: 48px !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    height: 46px !important;
    line-height: normal !important;
    color: var(--White) !important;
    background: var(--PrimaryOrange) !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
  }

  /*   .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown-has
    > a
    .elementskit-submenu-indicator {
    color: var(--White) !important;
    fill: var(--White) !important;
  }  */
  .elementskit-navbar-nav .elementskit-submenu-panel>li>a {
    padding: 10px 20px 10px 35px !important;
  }

  .elementskit-navbar-nav .elementskit-submenu-panel>li>ul>li>a {
    padding: 10px 20px 10px 55px !important;
    border-width: 0 !important;
  }

  .ekit_modal-searchPanel .ekit-search-panel {
    max-width: 95% !important;
  }
}

@media screen and (max-width: 767px) {
  .h-logo a {
    margin-left: -20px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .h-menu {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 550px) {
  .custom-header {
    height: auto;
  }

  .h-logo img {
    max-width: 100%;
  }

  .h-menu {
    padding-bottom: 0;
  }

  .ekit_navsearch-button {
    font-size: 22px !important;
  }

  .elementskit-menu-hamburger {
    width: 40px !important;
  }

  .ekit_navsearch-button {
    margin: 0px 0px 0px 5px !important;
  }

  .elementskit-menu-container {
    max-width: 320px !important;
  }

  .custom-header>.elementor-element.e-child {
    padding-right: 0 !important;
  }

  .elementskit-menu-close {
    padding: 8px 8px 8px 8px !important;
    margin: 0 10px 0 0 !important;
    width: 36px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 36px !important;
    line-height: normal !important;
    color: var(--White) !important;
    background: var(--PrimaryOrange) !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
  }
}

/* Header end */

/* Footer start */

.f-sitename .elementor-heading-title {
  font-family: "gelica", sans-serif;
  font-weight: 700;
}

.f-address .elementor-heading-title {
  font-family: "gelica", sans-serif;
  font-weight: 600;
}

.copyright .elementor-heading-title {
  font-family: "gelica", sans-serif;
  font-weight: 600;
}

.f-menu ul {
  padding: 0;
  margin: 0;
  min-width: 120px;
}

.f-menu .elementor-widget-container {
  display: flex;
}

.f-menu ul li {
  list-style: none;
  margin-bottom: 26px;
}

.f-menu ul li a {
  font-size: 15px;
  font-family: "gelica", sans-serif;
  font-weight: 600;
}

.f-menu ul li a:hover,
.f-phone a:hover {
  color: var(--PrimaryOrange) !important;
  transition: var(--transition);
}

.f-menu ul li::marker {
  display: none;
}

.foo-col-3 h4 a {
  transition: var(--transition);
  color: #fff;
}

.foo-col-3 h5 a {
  transition: var(--transition);
  color: #fff;
}

.foo-col-3 h4 a:hover {
  color: var(--TextCream) !important;
  transition: var(--transition);
}

@media screen and (max-width: 991px) {
  .f-menu .elementor-widget-container {
    justify-content: center;
  }
}

/* Footer end */

/* 404 start */

.error404 main#content {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.error404 h1.entry-title {
  display: flex;
  font-size: 60px;
}

@media screen and (max-width: 480px) {}

/* 404 end */

/* Hero start */

.title-find-flavor .e-con-inner {
  position: relative;
}

/* Hero end */

.underline-none a {
  text-decoration: none !important;
}

/* Upcoming Events start */

.upcoming_events_list {
  display: flex;
  width: 100%;
  column-gap: 26px;
}

.upcoming_events_list .event-image img {
  width: 100%;
  display: flex;
  object-fit: cover;
}

.upcoming_events_list .event {
  width: 33.33%;
  background: var(--Green);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.upcoming_events_list .event-date h4 {
  color: var(--PrimaryOrange);
  font-size: 28px;
  margin: 0;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}

.upcoming_events_list .event-desc h2 {
  margin: 0;
  max-width: 270px;
}

.upcoming_events_list .event-desc a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  display: flex;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--TextCream);
  transition: var(--transition);
}

.upcoming_events_list .event-desc a:hover {
  color: var(--SecondaryRed);
  transition: var(--transition);
}

.upcoming_events_list .event-image {
  width: 100%;
  height: 272px;
  overflow: hidden;
}

.upcoming_events_list .event-date {
  padding: 16px 15px 3px 15px;
}

.upcoming_events_list .event-desc {
  padding: 0px 15px 43px 15px;
}

.section-upcoming-event::before {
  background-position: bottom -30px right !important;
}

@media screen and (max-width: 1024px) {
  .upcoming_events_list .event-date h4 {
    font-size: 26px;
    margin: 0 0 10px 0;
    line-height: normal;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .upcoming_events_list .event-image img {
    height: 290px;
  }

  .upcoming_events_list .event-date h4 {
    margin: 0 0 10px 0;
    line-height: normal;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .upcoming_events_list .event-date {
    padding: 30px 15px 3px 15px;
  }

  .upcoming_events_list .event-image {
    height: auto;
  }

  .section-upcoming-event::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .upcoming_events_list {
    display: flex;
    width: 100%;
    column-gap: 0;
    flex-direction: column;
    row-gap: 20px;
  }

  .upcoming_events_list .event {
    width: 100%;
  }

  .upcoming_events_list .event-image img {
    height: auto;
  }
}

/* Upcoming Events end */

.page-id-545 .page-content,
.page-id-897 .page-content {
  overflow: hidden;
}

.cultural-center-img {
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  max-width: unset !important;
}

/* .about-crawfish-wid {
  margin-bottom: -248px !important;
  z-index: 1;
  margin-top: -504px;
} */
/* .about-crawfish-wid img {
  margin-right: -200px;
  margin-top: -30px;
} */
/* .page-id-897 header.custom-header {
  background-color: #004232 !important;
} */
.page-id-897 .custom-menu .elementskit-navbar-nav>li>a:hover,
.page-id-897 .custom-menu .elementskit-navbar-nav>li>a:focus {
  color: #ff8100 !important;
}

.page-id-897 .h-search .ekit_navsearch-button:hover svg path {
  stroke: #ff8100 !important;
  fill: #ff8100 !important;
}

.page-id-897 button.elementskit-menu-hamburger.elementskit-menu-toggler {
  background: #ff8100 !important;
}

.towns-grid h2 a {
  text-decoration: none;
}

.town-grid-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 16px);
  background: transparent;
  border: 5px solid #f7e1c0;
  left: 9px;
  top: 8px;
  transition: all 0.5s ease;
}

.town-grid-item:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}

.town-grid-item {
  padding: 26px 20px;
  height: 154px;
}

/* town css */
.crawfish-towns {
  z-index: 1;
  margin-bottom: -303px !important;
  margin-top: -430px;
}

.crawfish-towns img {
  margin-right: -275px;
  width: 700px;
}

.towns-single-title h1 span {
  font-size: 80px;
  font-family: "gelica", sans-serif;
  line-height: 106px;
  display: block;
  margin-left: 12px;
  color:#FF8A65;
  margin-top: 20px;
}

.town-hero-desc img {
  width: 400px;
  shape-outside: polygon(0% 5%, 175% 0%, 169% 95%);
  margin-left: 50px;
  margin-right: -215px;
  margin-top: -190px;
  transform: rotate(9deg);
}

.dining_listing ul.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 4.5%;
  row-gap: 48px;
}

.dining_listing ul.category-list li {
  display: inline-flex;
  width: 30.3%;
  list-style-type: none;
  padding: 15px 10px;
  margin: 0;
  background: var(--SecondaryRed);
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  min-height: 154px;
}

.dining_listing ul.category-list li::marker {
  display: none;
}

.dining_listing ul.category-list li a {
  font-size: 34px;
  line-height: 40px;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: var(--TextCream);
  z-index: 9;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dining_listing ul.category-list li:after {
  content: "";
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 16px);
  background: transparent;
  border: 5px solid #f7e1c0;
  left: 9px;
  top: 8px;
  transition: all 0.5s ease;
}

.dining_listing ul.category-list li a:hover {
  color: var(--White);
  transition: all 0.5s ease;
}

.dining_listing ul.category-list li:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}

@media (max-width: 1400px) {
  /* .about-crawfish-wid {
    margin-bottom: -228px !important;
    z-index: 1;
    margin-top: -425px;
  }
  .about-crawfish-wid img {
    margin-right: -200px;
    width: 660px !important;
  } */
}

@media (max-width: 1365px) {

  /* .about-crawfish-wid img {
    margin-right: -180px;
    width: 600px !important;
  }
  .about-crawfish-wid {
    margin-bottom: -208px !important;
    margin-top: -385px;
  } */
  .crawfish-towns img {
    margin-right: -220px;
    width: 680px;
  }
}

@media (max-width: 1299px) {
  .crawfish-towns img {
    margin-right: -140px;
    width: 540px;
  }

  .crawfish-towns {
    margin-bottom: -253px !important;
    margin-top: -350px;
  }
}

@media (max-width: 1199px) {
  .crawfish-towns {
    margin-bottom: -200px !important;
    margin-top: -310px;
  }

  .crawfish-towns img {
    margin-right: -120px;
    width: 480px;
  }

  .town-hero-desc img {
    width: 350px;
    shape-outside: polygon(0% 5%, 175% 0%, 169% 95%);
    margin-left: 50px;
    margin-right: -165px;
    margin-top: -190px;
    transform: rotate(9deg);
  }

  .dining_listing ul.category-list li a {
    max-width: 100%;
  }

  .dining_listing ul.category-list li {
    padding: 15px 25px;
  }
}

@media (max-width: 1024px) {
  .town-hero-desc img {
    width: 350px;
    shape-outside: polygon(0% 5%, 175% 0%, 100% 125%);
    margin-left: 50px;
    margin-right: -133px;
    margin-top: -190px;
    transform: rotate(9deg);
  }
}

@media (max-width: 991px) {
  .crawfish-towns img {
    margin-right: -90px;
    width: 420px;
  }

  .crawfish-towns {
    margin-bottom: -180px !important;
    margin-top: -270px;
  }

  .dining_listing ul.category-list li {
    padding: 15px 25px;
    width: 47.7%;
  }

  .dining_listing ul.category-list {
    align-items: center;
    justify-content: center;
    row-gap: 30px;
  }
}

@media (max-width: 900px) {
  .town-hero-desc {
    --container-widget-width: 720px !important;
  }

  .crawfish-towns img {
    margin-right: -70px;
    width: 320px;
  }

  .crawfish-towns {
    margin-bottom: -100px !important;
    margin-top: -210px;
  }
}

@media (max-width: 767px) {

  /* .about-crawfish-wid {
    margin-bottom: -78px !important;
    margin-top: -80px;
  }
  .about-crawfish-wid img {
    margin-right: -70px;
    width: 440px !important;
  } */
  .town-grid-item {
    height: 125px;
  }

  .towns-grid h2 a br,
  .town-hero-desc br {
    display: none;
  }

  .crawfish-towns img {
    margin-right: -60px;
    width: 300px;
  }

  .crawfish-towns {
    margin-bottom: -50px !important;
    margin-top: -200px;
  }
}

@media (max-width: 650px) {
  .dining_listing ul.category-list li {
    padding: 15px 25px;
    width: 100%;
  }
}

@media (max-width: 560px) {

  /* .about-crawfish-wid {
    margin-bottom: -38px !important;
  }
  .about-crawfish-wid img {
    width: 320px !important;
  } */
  .town-hero-desc img {
    width: 100%;
    shape-outside: unset;
    margin-left: 0;
    margin-right: auto;
    margin-top: auto;
    transform: rotate(0deg);
    clear: both;
    max-width: 50%;
  }

  .mobile-rotation-title .elementor-widget-container {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 350px) {
  .crawfish-towns {
    margin-bottom: -90px !important;
    margin-top: -170px;
  }

  .town-hero-desc img {
    width: 100%;
    shape-outside: unset;
    transform: rotate(0deg);
    max-width: 150px;
    float: none;
    margin: -100px auto 20px 0px;
    clear: both;
    display: block;
  }

  .dining_listing ul.category-list li a {
    font-size: 32px;
    line-height: 34px;
    max-width: 100%;
  }

  .dining_listing ul.category-list {
    row-gap: 20px;
  }
}

/* Tribe-Events start */

.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__nav,
.tribe-events .tribe-events-c-top-bar .tribe-common-c-btn-border-small,
.tribe-events .tribe-events-calendar-list__month-separator,
.tribe-events .tribe-common-g-row .tribe-events-calendar-list__event-date-tag,
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper em.tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper span.tribe-events-calendar-list__event-datetime-featured-text,
.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-wrapper,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  display: none !important;
}

.archive.post-type-archive.post-type-archive-tribe_events {
  background: url(assets/images/VERM-textured-back-longer.webp) top center no-repeat;
  background-size: cover;
}

.tribe-events .tribe-events-calendar-list {
  max-width: 947px;
  margin: 0 auto !important;
}

.tribe-events .tribe-events-calendar-list__event-details {
  max-width: 560px;
  padding: 36px !important;
  flex: 1;
}

.tribe-events .tribe-common-g-row.tribe-events-calendar-list__event-row {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 38px !important;
}

.tribe-events article.tribe-events-calendar-list__event {
  margin-left: auto !important;
  margin-right: auto !important;
  flex-direction: row !important;
  align-items: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: var(--Green) !important;
}

.tribe-events .tribe-events-calendar-list__event-title a {
  color: var(--PrimaryOrange) !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events-calendar-list__event-details {
  padding: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
  color: var(--PrimaryOrange) !important;
  font-size: 38px !important;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
  text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-list__event-title a {
  color: var(--TextCream) !important;
  font-family: "Poppins", sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 34px;
  font-style: normal;
  border: 0 none !important;
}

.tribe-events .tribe-events-calendar-list__event-title a:hover {
  text-decoration: none !important;
  color: var(--SecondaryRed) !important;
  border: 0 none !important;
}

.tribe-events-calendar-list__event-header .event-time,
.tribe-events-calendar-list__event-header .event-venue-name {
  color: var(--PrimaryOrange) !important;
  font-family: "Poppins", sans-serif;
}

/* .tribe-events .tribe-events-header::before {
  content: "All Events";
  position: absolute;
  display: flex;
  color: var(--SecondaryRed);
  text-transform: uppercase;
  font-size: 80px;
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
  left: 0;
  top: -35px;
  line-height: normal;
} */
.tribe-events .tribe-events-header {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  max-width: 947px !important;
  margin: 0 auto !important;
  justify-content: center;
  position: relative;
  column-gap: 20px;
}

.tribe-events .tribe-events-header>div {
  width: auto !important;
}

.tribe-events .tribe-events-header__top-bar {
  flex: unset !important;
  background: var(--White);
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 387px !important;
  flex-shrink: 0;
  flex: 0.5;
}

.tribe-events .tribe-common-l-container.tribe-events-l-container {
  padding-top: 0;
}

.tribe-events .tribe-events-calendar-list__event-title {
  margin-bottom: 15px !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 10px !important;
}

.tribe-events-calendar-list__event-header .event-time {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.tribe-events-calendar-list__event-header .event-venue-name {
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Poppins", sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-header .event-venue-location {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  line-height: 24px !important;
}

.tribe-events .tribe-events-calendar-list__event-header .event-venue-address {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
}

.tribe-events .tribe-events-c-view-selector select option {
  font-size: 14px !important;
  line-height: 20px !important;
}

.tribe-events .tribe-events-c-view-selector select {
  color: var(--Green) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  padding: 10px 20px;
  min-width: 179px;
  margin-right: 20px !important;
  appearance: none;
  background: url(assets/images/down-chevron-selector.svg) top 7px right 7px no-repeat;
  background-size: 30px auto;
}

.tribe-events-calendar-list__event {
  display: flex;
  align-items: stretch;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  flex: 1;
}

.tribe-events-calendar-list__event-featured-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  display: none;
}

.tribe-events .tribe-events-c-events-bar__views .tribe-events-c-view-selector {
  position: relative;
}

.tribe-events .tribe-events-c-events-bar__views .tribe-events-c-view-selector::before {
  content: "View";
  position: absolute;
  display: flex;
  color: var(--Green) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  left: 0;
  top: -30px;
}

.tribe-events .tribe-events-c-top-bar__datepicker::before {
  content: "Select Month";
  position: absolute;
  display: flex;
  color: var(--Green) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  left: 0;
  top: -30px;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
  position: relative;
  color: var(--Green) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 45px 10px 20px;
  min-width: 221px;
  background: url(assets/images/down-chevron-selector.svg) top 7px right 7px no-repeat;
  background-size: 30px auto;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button * {
  color: var(--Green) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
}

.tribe-events .tribe-events-header .tribe-events-c-events-bar {
  display: flex;
}

.tribe-events .tribe-events-header .tribe-events-c-messages__message {
  padding: 10px 15px;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
  outline: none;
}

.tribe-events .datepicker {
  margin-top: 0 !important;
  border-radius: 0;
  border: 2px solid var(--Green);
}

.tribe-events .datepicker .day.active {
  background: var(--Green) !important;
}

.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
  border-radius: 0;
}

nav.tribe-events-calendar-list-nav {
  max-width: 947px;
  margin: 0 auto;
  border-color: var(--Green) !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown {
  display: none;
}

.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item span {
  color: var(--Green);
}

.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item path {
  fill: var(--Green) !important;
}

.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button:hover span,
.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item a:hover span {
  color: var(--PrimaryOrange) !important;
  transition: var(--transition);
}

.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button:hover path,
.tribe-events-calendar-list-nav .tribe-events-c-nav__list-item a:hover path {
  fill: var(--PrimaryOrange) !important;
  transition: var(--transition);
}

.tribe-events .tribe-events-calendar-month__body {
  background: var(--White);
}

.tribe-events .tribe-events-calendar-month {
  border-left: 1px solid var(--Green);
}

.tribe-events .tribe-events-calendar-month__header-column {
  background: #03643A;
  color: var(--White);
  justify-content: center;
  display: flex;
  padding: 7px 10px;
}

.tribe-events .tribe-events-calendar-month__header-column-title,
.tribe-events .tribe-events-calendar-month__header-column-title span {
  color: var(--White);
  font-size: 16px;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tribe-events .tribe-events-calendar-month__day-date {
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  color: var(--Green) !important;
  font-family: "poppins", sans-serif;
  display: flex;
  justify-content: flex-end;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
  background: var(--Green);
  margin: 0 10px;
  font-family: "poppins", sans-serif;
  padding: 0 !important;
  text-align: center;
  color: var(--White);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime h3,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime a {
  color: var(--White);
  font-style: normal;
  font-family: "poppins", sans-serif;
  font-size: 10px !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link {
  color: var(--White) !important;
  font-style: normal;
  font-family: "poppins", sans-serif;
  font-size: 10px !important;
  font-weight: 600;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  border-color: var(--Green) !important;
}

.feature-exhibits {
  margin-top: -80px;
  position: relative;
  /* background: url(assets/images/VERM-textured-back-longer1rev.webp) bottom -90px center no-repeat;
  background-size: cover; */
}

.feature-exhibits h2 {
  margin: 40px 0;
  font-size: 65px;
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: var(--TextCream);
  position: relative;
}

.feature-exhibits-title {
  max-width: 840px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  background: var(--Brown);
  position: relative;
  padding: 22px;
}

.feature-exhibits-title::before {
  content: "";
  position: absolute;
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  background: transparent;
  border: 7px solid var(--TextCream);
  left: 22px;
  top: 22px;
}

.event-featured {
  background-color: #dac194;
  width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: 9;
}

.event-featured-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}

.featured-event {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 389px;
}

.featured-event-content {
  width: 55%;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -29px;
}

.featured-event-image {
  width: 45.7%;
  left: 54.3%;
  position: absolute;
  height: 389px;
}

.featured-event-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.featured-event-title {
  margin: 0 0 15px 0;
  font-size: 45px;
  line-height: 47px;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--Green) !important;
  text-align: center;
}

.featured-event-dates {
  font-size: 33px;
  line-height: 39px;
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--Green) !important;
  text-align: center;
  max-width: 410px;
  margin: 0 auto 30px auto;
}

.featured-event-link {
  display: inline-flex;
  text-decoration: none;
  background-color: var(--SecondaryRed);
  font-size: 30px;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  line-height: 37px;
  color: var(--White) !important;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 55px 15px 55px;
  transition: var(--transition);
}

.featured-event-link:hover {
  background-color: var(--PrimaryOrange);
  transition: var(--transition);
}

.tribe-events .datepicker .month.active {
  background: var(--Green) !important;
}

.tribe-events .datepicker .month.current {
  background: rgba(0, 66, 50, 0.1) !important;
}

.tribe-common .tribe-common-c-svgicon--featured path {
  fill: var(--Green) !important;
}

.tribe-common .tribe-common-c-loader__dot circle {}

/* Tribe-Events end */

.cstm_cat_page .cat_filter_section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px 20px;
}

.cstm_cat_page section.dining_section {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
  justify-content: space-between;
}

.cstm_cat_page .cat_section {
  width: calc(26% - 25px);
  background: var(--Brown);
  padding: 48px 50px 48px 0px;
  position: relative;
}

.cstm_cat_page .cat_section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  background: var(--Brown);
  top: 0;
  right: 0px;
}

.cstm_cat_page .cat-section-search-form {
  margin-bottom: 50px;
}

.cstm_cat_page .dining_listing {
  width: calc(70% - 25px);
}

.cat_section form {
  position: relative;
}

.cat_section ul {
  margin: 0px;
  padding: 0px;
}

.cat_section ul li {
  margin-bottom: 18px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .cstm_cat_page{
  background: url(assets/images/VERM-textured-back-longer.webp) top center no-repeat;
  background-size: cover;
} */

.cat_filter_section {
  padding-top: 60px;
}

.cat_filter_section h2 {
  margin: 0px 0px 15px;
  font-size: 65px;
  line-height: 70px;
  color: #ff7043;
  text-transform: uppercase;
  text-align: center;
}

.cat_filter_section>h4 {
  margin: 0px 0px 45px;
  color: var(--Green);
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#cat-sort-form {
  margin-bottom: 25px;
  display: flex;
  gap: 30px;
  align-items: center;
}

#cat-sort-form>p {
  margin-bottom: 0px;
}

#cat-sort-form p {
  color: var(--Green);
  font-size: 20px;
  line-height: 24px;
}

.filter_section .id-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  gap: 50px;
  color: var(--Green);
}

.filter_section .id-flex .inner_details {
  width: calc(50% - 25px);
  background: var(--Green);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.inner_details .item-img img {
  aspect-ratio: 16 / 9.3;
  object-fit: cover;
  vertical-align: bottom;
}

.inner_details .field-content p {
  margin-bottom: 0px;
  font-size: 18px;
}

.filter_section .id-flex .inner_details .field-content-top {
  padding: 20px 40px;
  text-align: center;
}

.filter_section .id-flex .inner_details .field-content-top h4 a {
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.custompagination.cases-pagination {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 35px 0px 20px;
}

.american-posts .custompagination.cases-pagination {
  padding: 35px 0px 60px;
}

.filter_section .id-flex .inner_details .field-content-top .btn-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.filter_section .id-flex .inner_details .field-content-top .btn-wrap a {
  color: var(--TextCream);
}

.filter_section .id-flex .inner_details .field-content-top .btn-wrap a:hover {
  color: var(--SecondaryRed);
}

.custompagination.cases-pagination span,
.custompagination.cases-pagination a {
  margin: 0px 0px;
  color: var(--Green);
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
}

.custompagination.cases-pagination a:hover {
  color: var(--SecondaryRed);
}

.custompagination.cases-pagination .page-numbers.current {
  color: var(--SecondaryRed);
}

.filter_section .id-flex .inner_details .field-content-top .btn-wrap a {
  color: var(--TextCream);
  text-decoration: underline;
  font-size: 18px;
}

.custompagination.cases-pagination span {
  pointer-events: none;
}

.cat_section input[type="checkbox"] {
  position: relative;
  height: 15px;
  width: 15px;
}

.cat_section input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--PrimaryOrange);
  z-index: 1;
}

/* .cat_section .book_adventure_now{
    display: none;
} */
.cat_section .fency-title>p {
  margin-bottom: 20px;
  font-size: 24px;
}

.cat_section label {
  font-size: 18px;
}

.cat_section .book_adventure_now {
  margin-bottom: 20px;
  padding-top: 10px;
}

.book_adventure_now>a,
.cat_section .btn-wrapper button {
  padding: 0px 20px;
  font-size: 18px;
  font-family: "gelica", sans-serif;
  background: var(--PrimaryOrange);
  width: 100%;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.book_adventure_now>a:hover,
.cat_section .btn-wrapper button:hover {
  background: var(--e-global-color-secondary);
}

.book_adventure_now>a {
  width: 100%;
  color: var(--White);
  display: inline-flex;
  align-items: center;
  background: var(--Green);
  transition: var(--transition);
}

.book_adventure_now>a:hover {
  color: var(--White);
  background: var(--SecondaryRed);
  transition: var(--transition);
}

/* cat_content_section style start */
.single-intro-section {
  background: var(--Green);
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.single-intro-section .cat_content_section {
  padding: 100px 0px 30px;
  max-width: 1180px;
  margin: 0 auto;
}

.cat_content_section {
  display: flex;
}

.cat_content_section .left_part {
  width: 60%;
}

.cat_content_section .right_part {
  width: 40%;
}

.cat_content_section .left_part h2 {
  margin: 0px 0px 45px;
  font-size: 156px;
  font-family: "bistro-script-web", sans-serif;
  color: var(--PrimaryOrange);
  font-weight: 400;
  transform: rotate(-2deg);
}

.cat_content_section .left_part h2 span {
  font-size: 90px;
  line-height: 70px;
  font-family: "gelica", sans-serif;
  color: var(--SecondaryRed);
  display: flex;
  text-transform: uppercase;
  transform: rotate(2deg);
}

.right_part .img-wrapper img {
  max-width: 55vw;
  margin-top: -76%;
  margin-left: -25%;
  position: relative;
  left: 0px;
}

.right_part .img-sec-wrapper {
  position: relative;
  z-index: 2;
}

.right_part .img-sec-wrapper img {
  max-width: 540px;
  margin-left: 10%;
  margin-top: -21%;
}

.second-data-wrap p,
.cat_content_section p {
  font-size: 24px;
  line-height: 1.2;
}

.cat-section-search-form {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.cat-section-search-form input[type="text"] {
  width: 100%;
  padding: 12px 55px 12px 16px;
  outline: none;
  color: var(--Green);
  font-size: 20px;
  font-weight: 600;
}

.cat-section-search-form input[type="text"]:focus {
  border-color: #f25f29;
}

.cat-section-search-form ::placeholder {
  color: var(--Green);
  font-size: 20px;
  font-weight: 600;
}

.cat-section-search-form .search-btn-cs {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23004232' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'/%3E%3C/g%3E%3C/svg%3E");
}

.filter_section .id-flex .inner_details p.cat-wrap {
  font-size: 22px;
  margin-bottom: 0px;
}

.filter_section .id-flex .inner_details p {
  color: var(--TextCream);
}

.second-data-wrap {
  padding: 20px 0px 30px;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.single-intro-section h3 {
  margin-top: 30px;
  font-size: 38px;
  line-height: 38px;
  color: var(--PrimaryOrange);
  text-transform: uppercase;
}

.second-data-wrap .left-img-wrap {
  width: 50%;
}

.second-data-wrap .right-img-wrap {
  width: 50%;
}

.map-iframe {
  padding: 0px 20px 50px;
  max-width: 1220px;
  margin: 0 auto;
}

.single-intro-section .details-btn {
  margin-top: 30px;
  background-color: var(--e-global-color-secondary);
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: var(--White);
  padding: 15px 29px 15px 29px;
  display: inline-flex;
}

.single-intro-section .details-btn:hover,
.single-intro-section .details-btn:focus {
  color: var(--White);
  background-color: var(--e-global-color-primary);
}

.cstm_sort select {
  position: relative;
  height: 55px;
  border: 0px;
  border-radius: 0px;
  color: var(--Green);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
  background: #fff url(assets/images/down-chevron-selector.svg) top 12px right 8px no-repeat;
  background-size: 30px;
}

.filter_section .id-flex .inner_details p.ad-catt {
  font-weight: 700;
  font-size: 22px;
}

/* custom-single-event-wrap style added */
.custom-single-event-wrap {
  display: flex;
  gap: 40px;
}

.custom-single-event-wrap .content-wrap {
  width: calc(45% - 20px);
}

.custom-single-event-wrap .featured-image-wrap {
  width: calc(55% - 20px);
}

.custom-single-event-wrap .featured-image-wrap .tribe-events-event-image {
  position: relative;
  margin-right: -10%;
}

.custom-single-event-wrap .featured-image-wrap .tribe-events-event-image img {
  transform: rotate(3deg);
  border: 14px solid var(--e-global-color-text);
  aspect-ratio: 16 / 13;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.8);
}

.custom-single-event-wrap .tribe-events-single-event-title {
  margin-bottom: 10px;
  color: var(--e-global-color-text) !important;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: 700 !important;
}

.custom-single-event-wrap .tribe-event-date {
  margin: 0px 0px 5px;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 36px;
}

.custom-single-event-wrap .tribe-events-single-event-description p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--e-global-color-text);
}

.custom-single-event-wrap .tribe-event-time,
.custom-single-event-wrap .tribe-event-venue {
  margin-bottom: 5px;
  color: var(--e-global-color-primary);
  font-size: 20px;
}

.custom-single-event-wrap .tribe-event-address {
  margin-bottom: 5px;
  font-size: 18px;
}

.custom-single-event-wrap .tribe-event-cost>strong {
  font-weight: 600;
}

.custom-single-event-wrap .tribe-event-cost,
.custom-single-event-wrap .tribe-event-phone {
  margin-bottom: 5px;
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 600;
}

.custom-single-event-wrap .tribe-event-phone>a {
  font-size: 18px;
}

.custom-single-event-wrap .tribe-event-website a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.custom-single-event-wrap .tribe-event-venue {
  margin-bottom: 0px;
}

.single-tribe_events #tribe-events-pg-template {
  max-width: 1220px;
  padding: 140px 20px 40px;
}

.single-tribe_events .tribe-events-single>.tribe_events {
  overflow: visible;
}

.single-tribe_events #tribe-events-pg-template .tribe-events-back {
  display: none;
}

.custom-single-event-wrap .add-content-wrapper h4 {
  margin: 20px 0px 2px;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}

.custom-single-event-wrap .add-content-wrapper p {
  font-size: 20px;
  line-height: 1.3;
}

.custom-head h1 {
  margin-left: -17px;
  transform: rotate(-2deg);
}

.custom-head h1 span {
  transform: rotate(2deg);
  text-transform: uppercase;
  line-height: 80px;
  margin-top: 40px;
}

/* Custom town single css start */
.town-single-wrapper .container {
  max-width: 1220px;
  padding: 140px 20px 40px;
  margin: 0 auto;
}

.single-custom-layout {
  display: flex;
  gap: 40px;
}

.single-left {
  width: calc(45% - 20px);
}

.single-right {
  width: calc(55% - 20px);
}

.single-right img {
  transform: rotate(3deg);
  border: 14px solid var(--e-global-color-text);
  aspect-ratio: 16 / 13;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.8);
}

.single-featured-img {
  position: relative;
  margin-right: -10%;
}

.single-left .post-title {
  margin: 0px 0px 5px;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "gelica", sans-serif;
}

.single-left .post-content p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--e-global-color-text);
}

.single-left .post-fields .post-field {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--e-global-color-text);
}

.single-left .post-fields .post-field strong {
  font-size: 20px;
}

.icon-ba p.elementor-icon-box-description a,
.textsk-a a {
  color: #F7E1C0;

}

.icon-ba p.elementor-icon-box-description a:hover,
.textsk-a a:hover {
  color: #FF8100;
}

.site-ul ul li,
.site-ul ol li {
  margin-bottom: 12px;
}

.site-ul ul,
.site-ul ol {
  margin-bottom: 30px;
}

.gallery-same-size .gallery * {
  height: 100%;
  object-fit: cover;
}

.gallery-same-size .gallery figure.gallery-item {
  aspect-ratio: 1.2;
  height: 100%;
  transform: rotate(5deg);
}

/* Custom town single css start */
.video-overlay .elementor-custom-embed-image-overlay {
  position: relative;
}

.video-overlay .elementor-custom-embed-image-overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  left: 0;
  top: 0;
  opacity: 0.4;
}

.video-overlay {
  border: 12px solid #874f35;
  /* transform: rotate(4deg); */
  border-bottom: 0;
}

.text-deco-none,
.text-deco-none * {
  text-decoration: none !important;
}

span.forminator-select-dropdown.forminator-dropdown--default {
  background: #ffffff !important;
}

.forminator-row span.select2 span.select2-selection.select2-selection--single {
  background-color: #ffffff !important;
}

.forminator-ui#forminator-module-4994.forminator-design--default .forminator-select2+.forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"],
.forminator-select-dropdown-container--open .forminator-custom-form-4994.forminator-dropdown--default,
.forminator-select-dropdown-container--open .forminator-dropdown--default,
.forminator-ui#forminator-module-4994.forminator-design--default .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"]:hover {
  border-color: #000000 !important;
}

.forminator-ui .forminator-icon-chevron-down:before {
  color: #000000 !important;
}

div#radio-1.forminator-field-radio .forminator-radio-label {
  color: #004232;
  font-weight: 600;
}

@media (min-width: 1025px) {
  body .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    max-height: 95vh;
    width: 85vw;
  }
}

@media screen and (min-width: 2025px) {
  .right_part .img-wrapper img {
    margin-left: 0%;
  }

  .right_part .img-sec-wrapper img {
    max-width: 540px;
    margin-left: 10%;
    margin-top: -31%;
  }
}

@media screen and (min-width: 2525px) {
  .right_part .img-sec-wrapper img {
    margin-top: -41%;
    margin-left: 20%;
    max-width: 30vw;
  }
}

@media screen and (max-width: 1440px) {
  .right_part .img-wrapper img {
    margin-top: -56%;
  }

  .right_part .img-sec-wrapper img {
    max-width: 100%;
  }

  .custom-single-event-wrap .featured-image-wrap .tribe-events-event-image,
  .single-featured-img {
    margin-right: 20px;
  }

  /* .towns-single-title h1 span{
    margin-top: 10px;
    margin-left: 0;
  } */
}

@media screen and (max-width: 1366px) {
  .right_part .img-wrapper img {
    margin-top: -46%;
  }
}

@media screen and (max-width: 1299px) {
  .cstm_cat_page section.dining_section {
    gap: 30px;
  }

  .cstm_cat_page .cat_section {
    width: calc(26% - 15px);
  }

  .cstm_cat_page .dining_listing {
    width: calc(70% - 15px);
  }
}

@media screen and (max-width: 1199px) {
  .right_part .img-wrapper img {
    margin-left: 0px;
  }

  .right_part .img-sec-wrapper img {
    max-width: 97%;
    margin-left: 5%;
    margin-top: -21%;
  }

  .cat_content_section .left_part h2 {
    font-size: 116px;
  }

  .cat_content_section .left_part h2 span {
    font-size: 75px;
  }

  #cat-sort-form {
    flex-direction: column;
  }

  .custom-head h1 {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .cstm_cat_page section.dining_section {
    flex-direction: column;
  }

  .cstm_cat_page .cat_section,
  .cstm_cat_page .dining_listing,
  .cat-section-search-form {
    width: 100%;
    max-width: 100%;
  }

  .cstm_cat_page .cat_section {
    padding: 48px 20px;
  }

  .filter_section .id-flex {
    gap: 30px;
    justify-content: center;
  }

  .filter_section .id-flex .inner_details {
    width: calc(50% - 15px);
  }

  .cat_section .book_adventure_now,
  .cat_section .fency-title>p {
    text-align: center;
  }

  .cat_section ul li {
    justify-content: center;
  }

  .cat_section .btn-wrapper {
    display: flex;
    justify-content: center;
  }

  /* single-tribe_events style start */
  .single-tribe_events #tribe-events-pg-template,
  .town-single-wrapper .container {
    padding: 110px 20px 60px;
  }

  .custom-single-event-wrap,
  .single-custom-layout {
    flex-direction: column;
  }

  .custom-single-event-wrap .content-wrap {
    margin-bottom: 10px;
  }

  .custom-single-event-wrap .content-wrap,
  .custom-single-event-wrap .featured-image-wrap,
  .single-left,
  .single-right {
    width: 100%;
  }

  .single-right .single-featured-img {
    padding-left: 20px;
  }

}

@media screen and (max-width: 767px) {
  .cstm_cat_page .cat_section {
    padding: 48px 0px;
  }

  .single-intro-section .cat_content_section {
    flex-direction: column-reverse;
  }

  .cat_content_section .right_part,
  .cat_content_section .left_part {
    width: 100%;
  }

  .right_part .img-wrapper img,
  .right_part .img-sec-wrapper img {
    max-width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }

  .second-data-wrap .left-img-wrap,
  .second-data-wrap .right-img-wrap,
  .right_part .img-wrapper img {
    width: 100%;
  }

  .cat_content_section .right_part {
    margin-top: -170px;
  }

  .right_part .img-sec-wrapper {
    margin-top: -40px;
  }

  .second-data-wrap {
    flex-direction: column;
  }

  .filter_section .id-flex .inner_details {
    width: 100%;
  }

  .cat_content_section .left_part h2 {
    font-size: 80px;
  }

  .cat_filter_section h2,
  .cat_content_section .left_part h2 span {
    font-size: 65px;
    line-height: 1.1;
  }

  .cat_content_section .left_part h2 {
    margin: 0px 0px 25px;
  }

  .second-data-wrap p,
  .cat_content_section p {
    font-size: 18px;
  }

  .single-intro-section .cat_content_section {
    padding: 100px 0px 0px;
  }

  .second-data-wrap {
    gap: 20px;
    padding: 20px 0px 50px;
  }

  .cstm_cat_page .cat_section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background: var(--Brown);
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .cstm_cat_page .cat-section-search-form {
    margin-bottom: 20px;
  }

  .cstm_cat_page .cat-section-search-form {
    margin-top: 10px;
  }

  .cstm_cat_page .cat_filter_section {
    padding: 60px 20px 30px;
  }

  /* single-tribe_events style start */
  .single-tribe_events #tribe-events-pg-template,
  .town-single-wrapper .container {
    padding: 60px 20px;
  }

  .custom-single-event-wrap .tribe-event-date,
  .single-left .post-title {
    font-size: 32px;
  }

  .custom-single-event-wrap .tribe-events-single-event-title {
    font-size: 30px !important;
    line-height: 1.1;
  }

  .custom-single-event-wrap .tribe-events-single-event-description p,
  .single-left .post-content p,
  .single-left .post-fields .post-field strong {
    font-size: 18px;
  }

  .single-right .single-featured-img {
    padding-left: 0px;
  }

  .custom-single-event-wrap .featured-image-wrap .tribe-events-event-image img,
  .single-right img {
    transform: rotate(3deg) translate(10px, 0px);
  }

  .custom-single-event-wrap {
    gap: 20px;
  }

  .e--ua-isTouchDevice .filter_section .id-flex .inner_details .item-img img,
  .e--ua-appleWebkit .filter_section .id-flex .inner_details .item-img img,
  .e--ua-safari .filter_section .id-flex .inner_details .item-img img,
  .e--ua-webkit .filter_section .id-flex .inner_details .item-img img {
    align-items: unset !important;
    height: 370px;
  }

  .cat_filter_section h2,
  .cat_content_section .left_part h2 span {
    font-size: 42px;
    line-height: 52px;
  }

  .cat_filter_section {
    padding-top: 50px;
  }

  .filter_section .id-flex .inner_details .field-content-top {
    padding: 20px 40px 30px 40px;
  }

  .inner_details .item-img img {
    width: 100%;
  }

  .inner_details .item-img {
    width: 100%;
  }

  .inner-right-b {
    padding-top: 50px !IMPORTANT;
  }
}

@media screen and (max-width: 575px) {
  .cat_filter_section h2 {
    margin: 0px 0px 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .inner-right-b {
    padding-top: 40px !IMPORTANT;
  }
}

@media (max-width:380px) {
  .inner-right-b {
    padding-top: 30px !IMPORTANT;
  }
}

.custom-single-event-wrap .featured-image-wrap,
.fade-top {
  opacity: 0;
  transform: translateY(-40px);
  animation: fadeTopAnim 1s ease-out forwards;
}

@keyframes fadeTopAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .towns-single-title {

} */

.font-adjust-one h1 span {
  font-size: 65px;
  line-height: 70px;
}

@media screen and (max-width: 1199px) {
  .towns-single-title h1 span {
    font-size: 80px;
    line-height: 80px;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .font-adjust-one h1 span {
    font-size: 65px;
    line-height: 70px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .towns-single-title.font-adjust h1 span {
    font-size: 70px;
    line-height: 70px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .towns-single-title h1 span {
    font-size: 68px;
    line-height: 68px;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .font-adjust-one h1 span {
    font-size: 65px;
    line-height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .towns-single-title h1 span {
    font-size: 55px;
    line-height: 55px;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .towns-single-title.font-adjust h1 span {
    font-size: 40px;
    line-height: 42px;
    margin-top: 10px;
  }

  .font-adjust-one h1 span {
    font-size: 36px;
    line-height: 42px;
  }
}

/* New css */
@media (min-width:1025px) {
  body .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
    left: 50%;
    transform: translateY(-10px) translateX(-50%) !important;
  }

  body .ekit-nav-dropdown-hover .elementskit-dropdown-has:hover .elementskit-dropdown {
    transform: translateY(0px) translateX(-50%) !important;
  }

  body .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown ul.elementskit-dropdown.elementskit-submenu-panel {
    transform: unset !important;
  }

}

.tribe-events .tribe-events-series-archive__icon{
      color: #f7e1c0 !important;
}

.tribe-events .tribe-events-calendar-series-archive__link {
    color: #f7e1c0 !important;
}

.tribe-events .tribe-events-calendar-series-archive__link:focus .tribe-events-series-archive__icon, .tribe-events .tribe-events-calendar-series-archive__link:hover .tribe-events-series-archive__icon {
    color: #ce3712 !important;
}
.tribe-events .tribe-events-calendar-series-archive__link:hover{
    color: #ce3712 !important;
}