@import url('https://fonts.googleapis.com/css2?family=Anton&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

/* Accessibility helpers */
:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}

/* Divi-specific tweaks */
.et_pb_button {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body, p, div {
font-family: "area-normal", sans-serif;
font-weight: 500;
font-style: normal;
	/* font-size: 21px; */
	font-size: clamp(19px, 2vw, 21px);
/* 		clamp(0.947rem, 0.208vw + 0.842rem, 1.053rem) */
	line-height: 1.5em;
	
}
.et_pb_menu__logo {
    margin-top: -46px;
}
#menu-top-menu li a:hover {
    background:white;
    color: 3f3f3f;
}
.et_pb_sticky--top .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {

    padding: 24px 0;

}
.et_pb_section {

	background-color: transparent;
}
.et-section > .et_pb_row,
  .et-section > .et_pb_row_inner,
  .et-builder-layout > .et_pb_row {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --content-width: 86%;
}
.et_pb_button:after, .et_pb_button:before {

    /* content: none; */
}
.et_pb_button, .et_pb_module.et_pb_button  {
	font-size: 18px;
  padding: .6em 1.5em !important;
	text-transform: uppercase;
  border: 3px solid #fcb718;
  color: black !important;
  font-weight: 800;
  background-color: white;
  width: max-content;
}

.et_pb_button:hover, .et_pb_module.et_pb_button:hover  {
	font-size: 18px;
	text-transform: uppercase;
  border: 3px solid #fcb718;
  background-color: #00664f;
  color: #fcb718 !important;
  padding: .6em 1.5em !important;

}
.foodnav .et_pb_module.et_pb_button:hover {

    color: #fcb718 !important;
}
.gform_button.button, .gform-theme--framework .gf_progressbar .percentbar_blue,
.gform_next_button.gform-theme-button.button {
      background-color: #00664f !important;

}
h1, h2 {
font-family: "new-kansas", sans-serif;
font-weight: 600;
font-style: normal;

		font-size: clamp(32px, 4vw, 62px);
	
}
h1 {
    text-transform: uppercase;
}
h2 {
		font-size: clamp(30px, 4.1vw, 50px);
}
h3 {
font-family: "area-normal", sans-serif;
  font-weight: 800;
font-size: clamp(26px, 2.45vw, 34px);
color: black;

	
}
.sans h2 {
  font-family: "area-normal", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 2.45vw, 34px);
}
h4 {
font-family: "area-normal", sans-serif;
font-weight: 700;
font-size: clamp(24px, 2.3vw, 31px);
color: black;

	
}

.small h2 {
	font-size: 3vw;
}
.white p, .white h1, .white h2, .white ul li, .white div, .white h3 {
	color: white;
}
.center p, .center h2, .center h3, .center div {
	text-align: center;
}
.copyright div {
	font-size: 14px;
}
.gcard img {
  border-radius: 10px; /* Example radius */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent; /* Add a transparent border */
}
.myhero.et_pb_text_0 {
    width: fit-content;

        margin-top: auto !important;
}
.et_builder_inner_content > .et_pb_section_0 {
    padding-bottom: 0;
    }
.et_builder_inner_content > .et_pb_section_0 .et_pb_row {
    height: 100%;

}
.et_builder_inner_content > .et_pb_section_0 .et_pb_column  {
    display: flex;
    flex-direction: column;
}
footer h2 {
font-family: "area-normal", sans-serif;
  font-weight: 900;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}
footer p {
	color: white;
	font-size: 16px;
}

#menu-top-menu li a {
	 background: #fcb718;
    padding: 1em;
}
.et_pb_sticky .et_pb_menu_0_tb_header.et_pb_menu ul#menu-top-menu li a {
    font-size: 16px;
    padding: .65em;
}
.golficos ul {
      padding: 0;
}
.golficos ul li {
      list-style: none;
      background: url(https://kaj.cmv.mybluehost.me/wp-content/uploads/2026/03/icon-ball.png) no-repeat;
      background-position: 0px 11px;
    background-size: 23px;
        padding: 7px 36px;
    margin-left: 0;
}
.price-table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.price-table .col:first-child {
  width: 70%;
}

.price-table .col:last-child {
  width: 30%;
  text-align: right;
  font-weight: bold;
}
.price-table .row {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
}

.price-table .row:last-child {
  border-bottom: none;
}

.price-table .col:last-child {
  font-weight: bold;
  text-align: right !important;
}

.price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.price-list-food {
  display: grid;
  grid-template-columns: 1fr;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dotted #ccc;
  padding: 1rem 1rem;
}
.price-list-food {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.price-list-food .price-item {
 display: flex;
  flex-direction: column;
  min-width: 0;
}
.price-list-food .price-item img {
display: block;
  height: auto;
  margin-bottom: 0.5rem;
    width: 425px;
}



.price-item h3 {
  margin: 0;
font-weight: 700;
font-size: clamp(24px, 2.3vw, 31px);
color: black;
}
.price-item h4 {
  margin: 0;
font-weight: 700;
font-size: clamp(18px, 2.1vw, 19px);
color: black;
}
.price-column--full {
  grid-column: 1 / -1;
  padding: 3em 0; 
}
.price-item p {
  margin: 0;
  font-size: 1rem;
  /* white-space: nowrap; */
}
.price-list.bottles .subtext {
  display: block;
  font-size: 0.9rem;
  color: #333;
  font-style: italic;
  margin-top: 3px;
}
.price-list.bottles .price-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.price-list.bottles .price-item h4 {
    flex: 1;
}

.price-list.bottles .price-item p {
    white-space: nowrap;
    padding-top: 2px;
}
/*Homepage Video*/
.hero-row {
    max-width: none !important;
}
#hero-video .et_pb_code_inner {
    width: 100vw;
}
.fluid-width-video-wrapper iframe {
	overflow: hidden;
}
.fluid-width-video-wrapper {
	padding-top: 56.25% !important;

        margin-left: -7%;
            margin-top: -4.2%;
}
/* ── Grid container ── */
.martina-events-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ── Card ── */
.event-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  border-bottom: 1px solid #00664f;
  padding-bottom: 2rem;
}

/* ── Image ── */
.event-image {
  flex: 0 0 280px;
  width: 280px;
}

.event-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ── Content ── */
.event-content {
  flex: 1;
  min-width: 0;
}

.event-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.event-title a {
  text-decoration: none;
}

.event-date,
.event-time {
    margin: 0;
    font-size: 0.9rem;
    color: black;
    line-height: 1.1em;
}
.event-time {

    font-size: 18px;
    font-weight: 800;
}
.event-recurring-badge {
  font-size: 0.8rem;
  color: #00664f;
  margin: 0 0 0.25rem;
}

.event-excerpt {
  margin: 0.75rem 0;
  font-size: 0.95rem;
}

.event-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  background: #00664f;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 3px;
    transition: all ease .08s;
}
.event-button:hover {
 
  background: #fcb718;
  color: #000;
  transition: all ease .09s;

}

/* ── Mobile ── */
@media (max-width: 767px) {
  .event-card {
    flex-direction: column;
  }

  .event-image {
    flex: 0 0 auto;
    width: 100%;
  }
}
#youth, #platter, #buffet, #faq, #how-it-works {
  scroll-margin-top: 100px;
}
@media (max-width: 980px) {
	.fluid-width-video-wrapper {
		        margin-top: -8%;
	}
}
@media (max-width: 600px) {
	.fluid-width-video-wrapper {
    	margin-top: 6%;
	}
}

@media (min-width: 768px) {
  .price-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
  }
  
}
@media (min-width: 1668px) {
.fluid-width-video-wrapper {
    padding-top: 58%  !important;

}
.vid.et_pb_section_0 {
    min-height: 1053px;
}
  
}

@media (max-width: 767px) {
  .price-list-food {
    grid-template-columns: 1fr;
  }
}
/* Tablet & mobile fixes live here */
@media (max-width: 980px) {
footer .mobile_menu_bar,
.topnav .et_mobile_nav_menu {
    display: none;

}
/* footer .et_mobile_menu {

    padding: 0;
    background: transparent;

    display: block;
    border-top: 0;
} */
footer .et_pb_menu .et_pb_menu__menu,
.et_pb_menu.topnav .et_pb_menu__menu {
        display: block;
    }
    #et-main-area {
      overflow: hidden;
    }
    .topnav {
          position: relative;
    top: -8px;
    z-index: 99;
    /* width: 100%;
    flex-wrap: nowrap; */
    }
    .et_pb_menu__logo {
    margin-top: -10px;
}
.et_pb_module .mobile_menu_bar:before {
    top: -6px;
}
.topnav .et_pb_menu__menu>nav>ul>li {

    /* margin: 0;
    flex: 1 1; */
}
.et_pb_sticky .et_pb_menu_1_tb_header.et_pb_menu {
    margin-top: -31px !important;
}
.topnav .et-menu>li {
    padding-left: 5px;
    padding-right: 5px;
}
.topnav .et-menu>li a{
      text-wrap-mode: nowrap;
          font-size: 17px !important;
}
}
@media (min-width: 981px) {
    .et_pb_section {
        padding: 12% 0;
    }

}
@media (max-width: 1032px) {
.et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu__logo-slot {
    width: 51%;
    max-width: 204px;
}
.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
    color: white !important;
    font-size: 49px;
}
}
.tapinspop h2 {
        font-size: 32px;
    }
    .tapinspop p {
        font-size: 19px;
    }
/*  & mobile fixes live here */
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header, .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
    justify-content: end;
    display: none;
}
    .tapinspop p {
        font-size: 17px;
    }
    .tapinspop h2 {
        font-size: 28px;
    }
    .topnav ul {
        display: block;
    text-align: center;
    }
.topnav ul li, .topnav ul li a {
    background-color: #fcb718;
    width: 100%;
}
.topnav .et-menu>li a {
    padding-bottom: 12px;
    padding-top: 12px;
}
    .topnav .et_pb_menu__menu>nav>ul>li {
        margin: 1px;
    }
body .et_pb_sticky .et_pb_menu_1_tb_header.et_pb_menu {
    margin-top: 25px !important;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0px;
}
.et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap {
    width: inherit !important;
    max-width: 203px !important;
}
.et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap{

   width: 50%;
    max-width: 180px !important;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 10px;
}
}
@media (max-width: 767px)and (min-width: 500px) {
    .et_pb_section_0.vid {
        min-height: 300px;
        height: 58vh;
    }
}

@media (max-width: 1376px)and (min-width: 1197px) {
.courses .et_pb_text_2, .courses .et_pb_text_6  {
  height: 30vw;
}
}

/* @media (max-width: 1196px)and (min-width: 768px) {
.courses .et_pb_text_2, .courses .et_pb_text_6  {
  height: 34vw;
}
} */

@media (max-height: 680px) {
 
    .tapinspop p {
        font-size: 17px;
    }
    .tapinspop h2 {
        font-size: 27px;
    }