/*
Theme Name: Fit Child Theme
Theme URI: https://wplook.com/
Description: Use this theme to start your Child Theme development.
Author: Victor Tihai (WPLook Themes)
Author URI: https://wplook.com/
Template: fit-wpl
Version: 1.0.0
*/

:root {
  --color--01: #161b4b;
  --color--01--alt: #2a235c;
  --color--02: #fe9c01;
  --color--02--darker: #ef800f;
  --color--03: #0a0a0a;
  --color--04: #afdfcf;
  --color--04--darker: #8dafb1;
  --color--bg: #fdf6e4;
  --color--bg--lighter: #FAECC9;
  --margin-padding-base: 1rem;
  --duration: 30s;
  --transition: all 0.25s ease-in-out;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

* {
  font-family: "Archivo Narrow", sans-serif;
}
body,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  color: var(--color--01);
}

p {
  line-height: 1.56;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
h6 > *,
.h1 > *,
.h2 > *,
.h3 > *,
.h4 > *,
.h5 > *,
.h6 > * {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color--01--alt);
  line-height: 1.07;
}
select {
  width: 100%;
  padding-left: 0.5rem;
}

.gf_readonly input {
  color: #0a0a0a;
  background: transparent !important;
  padding: 0;
  font-size: inherit;
  font-family: "Archivo Narrow", sans-serif;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  width: 100%;
}

.gf_invisible {
  display: none !important;
}

.gfield_radio li {
  display: flex !important;
  align-items: center;
}

.gfield_radio li input {
  margin-top: 0;
  margin-bottom: 0;
}

.mainNav li,
.mainNav li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.mainNav li a,
body .mainNav li a:hover {
  color: var(--color--01--alt);
  border: unset;
  z-index: 2;
}
body .mainNav li a:hover {
  color: white;
}
.sf-menu li {
  background: transparent;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  color: var(--color--02);
  font-size: 1.3125rem;
}

h2 + h3,
p + h3,
ul + h3 {
  margin-top: 1.875rem;
}

.entry-content ul li:before {
  content: "\2192";
  top: 0;
  left: 0;
  margin-left: -20px;
  margin-right: 10px;
}

.entry-content ul {
  list-style: none;
  margin-left: 1.3rem;
}

.textwidget,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget #calendar_wrap,
.widget_links ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_search .search-form,
.block-questions
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated,
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
  font-size: 100%;
  border: none;
}

.block-questions .elementor-widget-text-editor {
  margin: 0 !important;
  border-left: solid 6px var(--color--02);
  padding: 36px 18px;
}

.pageContent {
  border: none;
}

.block-questions p {
  color: var(--color--02);
}

.block-questions .elementor-image img {
  width: 100%;
  max-width: none;
  height: auto;
}

#main {
  background: #e4e8ee;
}
.home #main {
    padding-bottom: 0px;
}
.wp-block-fmm-faq-container {
  margin-bottom: calc(var(--margin-padding-base) * 1.5);
}
.faq {
  margin-bottom: calc(var(--margin-padding-base) * .5);
  padding: calc(var(--margin-padding-base) * .75) calc(var(--margin-padding-base) * 1);
  border: var(--border);
  background: var(--color--bg);
}
.faq__question {
  transition: var(--transition);
  margin-bottom: 0px;
  font-size: calc(var(--font-size__base) * 1.25);
  color: var(--color--01);
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--margin-padding-base) * .5);
  cursor: pointer;
  text-transform: math-auto;
  font-weight: 400;
  letter-spacing: normal;
}
.faq__question > * {
  flex-grow:1;
}

.faq__question::after {
    flex-grow: 0;
    position: relative;
    content: "";
    border: 0;
    padding: 0;
    background: url(assets/selected.png);
    height: 8px;
    width: 11px;
    float:right;
    color: var(--color--02);
    overflow: hidden;
    z-index: 2;
    }
.faq__answer {
  transition: var(--transition);
  height: 200vh;
  max-height:0;
  overflow:hidden;
}
.faq .faq__answer:last-child {
  margin-bottom: 0;
}
.faq.active .faq__question  {
  margin-bottom: calc(var(--margin-padding-base) * .5);
}
.faq.active .faq__answer {
  max-height: fit-content;
  height: fit-content;
}

.page .site-content .featured-image:after,
.camp-card:before,
.home-intro .elementor-inner-section::before,
.matchplay-form:before {
  display: inline-block;
  content: "";
  background: url("assets/sticks-orange@2x.png") no-repeat center center;
  background-size: contain;
  position: relative;
  width: 17px;
  height: 16px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.home-intro .elementor-inner-section::before {
    margin-left:auto;
    margin-right: auto;
    display:block;
}

header,
#main {
  background: var(--color--bg);
}

header .grid-container {
  max-width: unset;
}
header .logo a img {
  max-height: 73px;
}

.page .site-content .featured-image {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.mw-650 {
    max-width:650px;
}
.justify-center {
    margin-left:auto;
    margin-right: auto;
}
/* camp card */

.camp-card:before,
.home-intro > div:before,
.matchplay-form:before {
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: 0;
}

.camp-card-wrapper {
  background: var(--color--01--alt);
  color: var(--color--02);
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.camp-card {
  border: solid 2px #fff;
  padding: 20px;
  position: relative;
  width: 100%;
}

.camp-card .dates {
  display:block;
  position:relative;
  height: auto;
  overflow: hidden;
  @media (max-width: 1024px) {
    columns: 3;
  }
  @media (max-width: 768px) {
    columns: 2;
  }
    @media (max-width: 480px) {
    columns: 1;
  }
}

.camp-card .dates.minimized {
  max-height:100px;
}
.camp-card .dates.minimized::after {
  content:'';
  display:block;
  position:absolute;
  bottom:0px;
  height: 100%;
  left:0;
  right:0;
  background: linear-gradient(0deg, #2B235C, #2B235C00);
}
.camp-card .dates + .toggle-dates {
    border: 1px solid var(--color--02);
    font-family: "Oswald", sans-serif;
    padding: 12px 20px;
    z-index: 2;
    position: relative;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.camp-card .dates + .toggle-dates:hover {
  color: var(--color--02);
}

.camp-card * {
  color: var(--color--02);
}

.camp-card h5,
.camp-card .white {
  color: #fff;
}
.camp-card small {
    display: block;
    color: #fff;
    line-height: 1.25;
    font-size:60%;
    margin:calc(var(--margin-padding-base) * .25) 0;
}

.camp-card h5 {
  font-size: 1.5rem;
  page-break-inside: avoid;
  break-inside: avoid;
}

.camp-card .camp-card-title {
  margin-top: 25px;
}

.camp-card .camp-card-title:first-child {
  margin-top: 5px;
  font-size: 0.9375rem;
}

/* menu styling */

.mainNav li a {
  padding: 20px 25px;
  position: relative;
}

.mainNav li {
  padding: 26px 0;
}

.mainNav {
  border: none;
}

.mainNav li.current_page_ancestor > a,
.mainNav li.current_page_parent > a,
.mainNav li.current_page_ancestor > a:hover,
.mainNav li.current_page_parent > a:hover,
.mainNav li.current-page-ancestor > a,
.mainNav li.current-page-ancestor > a:hover {
  background: var(--color--01--alt);
  cursor: default;
  color: #fff;
}

.mainNav li.current_page_ancestor > a:before,
.mainNav li.current_page_parent > a:before,
.mainNav li.current_page_ancestor > a:hover:before,
.mainNav li.current_page_parent > a:hover:before,
.mainNav li.current_page_ancestor > a:after,
.mainNav li.current_page_parent > a:after,
.mainNav li.current_page_ancestor > a:hover:after,
.mainNav li.current_page_parent > a:hover:after,
.sf-arrows .sf-with-ul:after,
.mainNav li.current-page-ancestor > a:after,
.mainNav li.current-page-ancestor > a:hover:after,
.mainNav li.current-page-ancestor > a:before,
.mainNav li.current-page-ancestor > a:before {
  position: absolute;
  content: "";
  border: 0;
  margin: 0;
  padding: 0;
  top: auto;
  background: url("assets/selected.png");
  height: 8px;
  width: 11px;
  bottom: 8px;
  left: 50%;
  color: var(--color--02);
  overflow: hidden;
  z-index: 2;
  margin-left: -5.5px;
  margin-bottom: -4px;
}
.sf-arrows li.current_page_item.menu-item-has-children .sf-with-ul:after {
  border:unset;
}

.mainNav li.current_page_ancestor > a,
.mainNav li.current_page_page > a,
.mainNav li.current_page_ancestor > a,
.mainNav li.current_page_page > a,
.mainNav li.current-page-ancestor > a,
.mainNav li.current-page-ancestor > a,
.mainNav li.current-menu-item > a {
  z-index: 2;
}

.current-menu-item {
  position: relative;
}

.current-menu-item
/* Footer bar styling */

.smallFooter .menu a, .smallFooter .menu button, .smallFooter .menu input, .smallFooter .menu select, .smallFooter a {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
footer a,
.smallFooter a {
  color: var(--color--01--alt) !important;
}

footer a:hover,
.smallFooter a:hover {
  color: var(--color--01) !important;
}
footer,
.pageInfo-wrapper {
  background-image: none !important;
  background-color: var(--color--01--alt);
}

footer .textwidget,
footer .widget_pages ul,
footer .widget_archive ul,
footer .widget_categories ul,
footer .widget #calendar_wrap,
footer .widget_links ul,
footer .widget_nav_menu ul,
footer .widget_recent_entries ul,
footer .widget_recent_comments ul,
footer .widget_meta ul,
footer .widget_search .search-form {
  background: transparent;
  background: none;
  color: #fff;
  font-size: 0.9125rem;
}

.button {
  border: solid 0px transparent;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: var(--color--01--alt);
  font-size: 100%;
  color: #fff !important;
  transition: var(--transition);
}
.button:hover {
  background: var(--color--01);
  transform: scale(105%);
  color: white !important;
}

.button.button-orange {
  background: var(--color--02);
}

footer .vcard .item span {
  display: none;
}

footer .vcard .grid-x:nth-child(even),
footer .vcard .grid-x:nth-child(odd) {
  background: none;
}

.elementor-widget-container > *:last-child {
    margin-bottom: unset;
}

.footerModule h3,
.slidesDescription,
.pricing li,
.widget h3,
.classesInfo,
.contactForm,
.reveal.black,
nav.mobile-menu.open,
footer .vcard,
footer .social-links {
  border-left: solid 6px var(--color--01) !important;
  background: transparent;
}
body footer .widget h3 {
  background: transparent !important;
}

footer .vcard {
  background: var(--color--04--darker);
  color: var(--);
}

.footerModule h2,
.mainNav .current-menu-item a,
.mainNav .current_page_item a,
.mainNav li a:hover,
.flex-active-slide .navDescription,
.pageInfo,
.special li,
.pricing .price,
.special .description,
.postThumbDate,
.dd_news_widget .viewall a:hover,
.dd_trainers_widget .viewall a:hover,
.dd_classes_widget .viewall a:hover,
.mainNav .current_page_item ul a:hover,
.difficultyLevel,
footer .widget h3,
.pagination .current {
  background: none !important;
  background-color: none !important;
}

footer .vcard .cell.small-5 {
  display: none;
}

footer .vcard .grid-x {
  padding: 0 20px 10px;
}

footer .vcard .grid-x:last-child {
  padding: 20px;
  color: white;
  font-style: normal;
}

footer .widget h3 {
  padding: 20px;
  color: var(--color--01);
}
.breadcrumb a {
    color: var(--color--01--alt);
}

.breadcrumb {
  padding: 10px 0.9375rem;
  margin: 0 auto;
  color: var(--color--01--alt);
}

.site-main.with-breadcrumb,
#main.with-breadcrumb {
  margin-top: 0;
  padding-top: 0;
}

#carousel .slides {
  padding: 10px;
}

.elementor-widget-fmm-matchplay-imagelink,
.elementor-widget-fmm-matchplay-imagelink > div {
  height: 100%;

   @media (max-width: 1680px) and (min-width: 767.99px) {
    height:auto;
    display:flex;
  }

}
.elementor-section:has(.elementor-widget-fmm-matchplay-imagelink) {
    padding-left:5px;
    padding-right:5px;
    background: var(--color--bg);
}
.elementor-widget-fmm-matchplay-imagelink > div {
  padding: 20px 10px;
  @media (max-width:767.99px) {
    padding:5px 10px;
  }
}
.fmm-matchplay-imagelink__container {
  position: relative;
  display: flex;
  justify-content: flex-start;
    @media (max-width: 1680px) and (min-width: 767.99px) {
    flex-wrap: wrap;
  }
}

body:not(.home) .fmm-matchplay-imagelink__container { 
      flex-wrap: wrap;
}
.elementor-widget-fmm-matchplay-imagelink .product-img {
    aspect-ratio: 4/3;
    @media (max-width:480px) {
    aspect-ratio: 1;
  }
}
.elementor-widget-fmm-matchplay-imagelink .product-img img {
    object-fit: cover;
    width:100%;
    height:100%;
}
.elementor-widget-fmm-matchplay-imagelink .product-info {
    position: absolute;
    bottom: calc(var(--margin-padding-base) * 0.6125);
    left: calc(var(--margin-padding-base) * 0.6125);
    color: var(--color--02--darker);
    text-align: left;
    margin-right: calc(var(--margin-padding-base) * 0.6125);
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: var(--margin-padding-base) calc(var(--margin-padding-base) * 1.5);
    color: var(--color--02--darker);
    width: calc(100% - ((var(--margin-padding-base) * 0.6125) * 2));
    @media (max-width: 1680px) and (min-width: 767.99px) {
      position:relative;
      bottom: unset;
      left:unset;
      width: 100%; 
      margin:unset;
    }
  @media (max-width:767.99px) {
    padding: calc(var(--margin-padding-base) * .75);
  }
}
body:not(.home) .elementor-widget-fmm-matchplay-imagelink .product-info {
    position:relative;
    bottom: unset;
    left:unset;
    width: 100%; 
    margin:unset;
}
.elementor-editor-active .elementor-widget-fmm-matchplay-imagelink .product-info { 
    position:relative;
    left:unset;
    bottom: unset;
}
.elementor-editor-active  .fmm-matchplay-imagelink__container {
    flex-direction:column;
}
.elementor-widget-fmm-matchplay-imagelink .product-info::before,
.elementor-widget-fmm-matchplay-imagelink .product-info::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("assets/bg/bg-poster-waves.jpg") no-repeat center;
  background-size: cover;
  opacity: 0.9;
}
.elementor-widget-fmm-matchplay-imagelink .product-info::after {
  background: var(--color--02--darker);
  opacity: 0.5;
}
.elementor-widget-fmm-matchplay-imagelink .product-info > * {
  z-index: 2;
}

.elementor-widget-fmm-matchplay-imagelink .product-info p,
.elementor-widget-fmm-matchplay-imagelink .product-info a,
.elementor-widget-fmm-matchplay-imagelink .product-info h2,
.elementor-widget-fmm-matchplay-imagelink .product-info h3,
.elementor-widget-fmm-matchplay-imagelink .product-info h4 {
  color: var(--color--01--alt);
}
.elementor-widget-fmm-matchplay-imagelink .product-info p {
  font-size: clamp(1rem, 0.9211rem + 0.2632vw, 1.125rem);
  @media (max-width:767.99px) {
    margin-bottom: calc(var(--margin-padding-base) * .5);
  }
}
.elementor-widget-fmm-matchplay-imagelink .product-info h4,
.elementor-widget-fmm-matchplay-imagelink .product-info .h4 {
  font-size: clamp(1.25rem, 0.9342rem + 1.0526vw, 1.75rem);
    @media (max-width:767.99px) {
    margin-bottom: calc(var(--margin-padding-base) * .125);
  }
}
.elementor-widget-fmm-matchplay-imagelink .product-info .btn {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5;
  padding: calc(var(--margin-padding-base) * 0.5) var(--margin-padding-base);
  background: white;
  color: var(--color--01--alt);
  border: 2px solid transparent;
  width: auto;
  height: auto;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: var(--transition);
  @media (max-width:767.99px) {
    font-size: 14px;
    padding: calc(var(--margin-padding-base) * 0.3725) calc(var(--margin-padding-base) * .75);
  }
}
.elementor-widget-fmm-matchplay-imagelink .product-info .btn:hover {
    background: var(--color--01--alt);
    color: white;
}
.elementor-widget-fmm-matchplay-imagelink .product-info .btn.btn-outline {
  background: transparent;
  color: var(--color--01--alt);
  border-color: var(--color--01--alt);
}
.elementor-widget-fmm-matchplay-imagelink .product-info .btn.btn-outline:hover {
    background: var(--color--bg--lighter);
    border-color: var(--color--bg--lighter);
    color: var(--color--01--alt);
}
.elementor-widget-fmm-matchplay-imagelink .product-info .btn-wrapper { 
  display: flex;
  flex-grow: 0;
  justify-content: flex-start; 
}
.elementor-widget-fmm-matchplay-imagelink a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-items: stretch;
}

.elementor-widget-fmm-matchplay-imagelink a:hover .image-link-title {
  background: var(--color--01--alt);
  color: #fff;
}

.elementor-widget-fmm-matchplay-imagelink a:hover {
  background: var(--color--02);
  color: white;
}

.home .entry-content {
  padding: 0;
  margin: 0;
}

.home .header-title.elementor-widget {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-block-end: 0;
}
.home .header-title .elementor-heading-title {
  font-size: clamp(1.75rem, 0.9605rem + 2.6316vw, 3rem);
  display: block;
  margin-top: calc(
    (
        clamp(0.75rem, 0.5921rem + 0.5263vw, 1rem) +
          (var(--margin-padding-base) * 0.5)
      ) * -1
  );
  margin-bottom: calc(
    (
        clamp(1rem, 0.3684rem + 2.1053vw, 2rem) +
          (var(--margin-padding-base) * 0.75)
      ) * -1
  );
  background: var(--color--02--darker);
  color: white;
  padding: calc(var(--margin-padding-base) * 0.5)
    calc(var(--margin-padding-base) * 1.5)
    calc(var(--margin-padding-base) * 0.75);
  transform: rotate(-1deg);
}

.home-intro .elementor-inner-section {
    position:relative;
    margin: clamp(3.125rem, 1.1513rem + 6.5789vw, 6.25rem) auto;
    max-width: 75rem;
}

.home-intro .elementor-inner-section > div {
  padding: 40px 20px;
  border: solid 2px #e4e8ee;
  line-height: 1.45;
  margin: 30px auto;
  max-width: 1140px;
}

.home-intro > div p,
.home-intro > div h1,
.home-intro > div h2,
.home-intro > div h3,
.home-intro > div h4,
.home-intro > div h5,
.home-intro > div h6,
.home-intro > div ul,
.home-intro > div ol {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.home-intro > div p,
.home-intro > div ul,
.home-intro > div ol,
.home-intro > div a {
  color: #262729;
}

.slidesDescription .button-big.grey {
  background: #fff;
  color: var(--color--01--alt) !important;
  text-transform: uppercase !important;
  text-shadow: none;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.matchplay-form {
  padding: 30px;
  border: solid 2px #e4e8ee;
  position: relative;
  margin-top: 10px;
}
.topBar {
  background: var(--color--04);
  color: var(--color--01--alt);
  padding: calc(var(--margin-padding-base) / 3) 0;
  overflow-x: hidden;
}
.topBar .grid-container {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.topBar .grid-x {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: var(--duration);
  animation-duration: var(--duration);
}

.topBar .grid-x > * {
  background: transparent;
  display: inline-block;
  align-items: center;
  padding-right: calc(var(--margin-padding-base) * 5);
}
.topBar p {
  margin-bottom: unset;
}
.topBar p,
a,
li {
  color: var(--color--01--alt);
}
.topBar a {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.25em;
  transition: var(--transition);
}
.topBar a:hover {
  text-underline-offset: 0.125em;
}

.matchplay-form [type="color"],
.matchplay-form select,
.matchplay-form [type="date"],
.matchplay-form [type="datetime-local"],
.matchplay-form [type="datetime"],
.matchplay-form [type="email"],
.matchplay-form [type="month"],
.matchplay-form [type="number"],
.matchplay-form [type="password"],
.matchplay-form [type="search"],
.matchplay-form [type="tel"],
.matchplay-form [type="text"],
.matchplay-form [type="time"],
.matchplay-form [type="url"],
.matchplay-form [type="week"],
.matchplay-form textarea {
  background: #e4e8ee;
  margin: 0;
  border: none;
  box-shadow: none;
}

.matchplay-form input::placeholder,
.matchplay-form ::-moz-placeholder,
.matchplay-form ::-webkit-input-placeholder,
.matchplay-form ::-ms-placeholder,
.matchplay-form input:placeholder,
.matchplay-form :-moz-placeholder,
.matchplay-form :-webkit-input-placeholder,
.matchplay-form :-ms-placeholder {
  opacity: 1 !important;
  color: #666666 !important;
  font-style: italic !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666 !important;
  font-style: italic !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666 !important;
  font-style: italic !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666 !important;
  font-style: italic !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666 !important;
  font-style: italic !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666 !important;
  font-style: italic !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #666666 !important;
  font-style: italic !important;
}

.ginput_price {
  display: none;
}

.matchplay-form select {
  background: url("assets/dropdown.png") center right no-repeat #e4e8ee;
}

.matchplay-form .matchplay-form input.medium {
  width: 100%;
}

.matchplay-form ul li:before {
  content: "";
  display: none;
}

.matchplay-form ul,
.matchplay-form ul li {
  margin: 0;
  padding: 0;
}

.matchplay-form ul:not(.gfield_radio) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.matchplay-form ul:not(.gfield_radio) li,
.matchplay-form .clear-multi {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-top: 5px;
  width: 100%;
}
.matchplay-form ul.gfield_radio li {
  display: block;
}

.matchplay-form .clear-multi {
  margin-top: 0;
}

.matchplay-form .gf_inline {
  width: auto;
}

.matchplay-form .gf_inline > div {
  z-index: 2;
}

.matchplay-form .ginput_right,
.matchplay-form .ginput_left {
  width: 62%;
}

.matchplay-form .clear-multi > div {
  margin-left: 5px;
  flex-grow: 1;
}

.matchplay-form .clear-multi > div:first-child {
  margin-left: 0;
}

.matchplay-form ul:not(.gfield_radio) li > * {
  flex-grow: 1;
  flex-shrink: unset !important;
}

.matchplay-form .gfield_hidden_product {
  display: none !important;
}

.matchplay-form .gfield_label {
  font-weight: 700;
  flex-grow: 0;
  width: 100%;
  max-width: 150px;
  padding-top: 7px;
}

.matchplay-form .ginput_right {
  width: 38%;
}

.matchplay-form .ginput_right .gfield_label {
  width: auto;
  margin-right: 10px;
  padding-left: 10px;
}

.matchplay-form .gform_heading {
  margin-bottom: 10px;
}

.matchplay-form .gfield_checkbox {
  justify-content: flex-start;
}

.matchplay-form .gfield_checkbox * {
  flex-grow: 0;
}

.matchplay-form .gfield_checkbox input[type="checkbox"] {
  margin-top: 5px;
}

.validation_error {
  border: 2px solid #bf461e;
  color: #bf461e;
  padding: 10px;
  font-weight: 700;
}

.validation_message,
.matchplay-form ul li > .validation_message {
  border: 2px solid #bf461e;
  background: #bf461e;
  color: #fff;
  position: relative;
  font-size: 90%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  width: auto;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.validation_message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #bf461e transparent transparent;
  -webkit-transform: rotate(360deg);
  border-style: inset;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}

.gform_button.button {
  background: #4b9a04;
}

.elementor-widget-fmm-matchplay-imagelink {
  height: auto;
  position: relative;
}

.camp-card.button {
  background: #76b51b;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px;
}
.camp-card.button:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  background: var(--color--01--alt);
}

@media only screen and (max-width: 640px) {
  .pageContent {
    padding: 0;
  }
  :not(.page) .pageContent {
    padding: 20px;
  }
  .flexslider.loading {
    min-height: 124px;
  }
  #slider {
    margin-bottom: 0;
  }
  .matchplay-form .gfield_label {
    max-width: none;
    display: block;
    width: 100%;
  }
  .matchplay-form ul li,
  .matchplay-form .clear-multi {
    flex-direction: column;
  }
  .matchplay-form .clear-multi > div {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .matchplay-form .clear-multi > div:last-child {
    margin-bottom: 0;
  }
  .matchplay-form .gfield_checkbox li {
    flex-direction: row;
  }
  .matchplay-form {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .matchplay-form .ginput_right,
  .matchplay-form .ginput_left,
  .matchplay-form .gf_inline {
    width: 100%;
  }
  .matchplay-form .ginput_right .gfield_label {
    font-weight: 700;
    flex-grow: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 125px;
    padding-top: 7px;
  }
  [type="checkbox"] + label[for],
  [type="radio"] + label[for] {
    flex-shrink: 1;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  aside.cell.small-12.medium-12.large-4 #sidebar-inner > div {
    width: calc((100% - 20px) / 3);
    margin-right: 20px;
  }
  aside.cell.small-12.medium-12.large-4 #sidebar-inner > div.camp-card-wrapper {
    width: 100%;    
    margin-bottom:0;.gf_readonly input
  }
  aside.cell.small-12.medium-12.large-4 #sidebar-inner > div.camp-card-wrapper+.button {
    margin-top: 15px;
  }    

  aside.cell.small-12.medium-12.large-4 #sidebar-inner {
    display: flex;
    flex-direction: row;
  }
  aside.cell.small-12.medium-12.large-4 #sidebar-inner:has(.button) {
    flex-direction: column;
  }
  aside.cell.small-12.medium-12.large-4 #sidebar-inner > div:last-child {
    margin-right: 0;
  }
  .grid-container:has(.camp-card-wrapper) .cell.small-12.large-8 {
    order:2;
  }
}

@media only screen and (max-width: 480px) {
  #sidebar-inner .textwidget {
    display: none;
  }
  .site-content article .grid-x.grid-margin-x.grid-padding-x {
    display: flex;
    flex-direction: row;
  }
  .site-content
    article
    .grid-x.grid-margin-x.grid-padding-x
    aside.cell.small-12 {
    order: 1;
  }
  .site-content
    article
    .grid-x.grid-margin-x.grid-padding-x
    aside.cell.small-12
    .camp-card-wrapper {
    margin-top: 20px;
  }
  .site-content article .grid-x.grid-margin-x.grid-padding-x div.cell.small-12 {
    order: 2;
  }
  .home .home-intro {
    padding: 0;
  }
  .home
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 0;
  }
  .breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .cc-banner.cc-bottom {
    bottom: 50px;
    width: calc(100% - 60px);
    left: 30px;
    box-shadow: -10px 0px 39px 0px rgba(0, 0, 0, 0.25);
  }
  .cc-window.cc-banner {
    padding-bottom: 1em !important;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px !important;
    width: calc(100% - 60px) !important;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-bottom {
    margin-bottom: 60px;
  }
}
.hidden {
  display: none !important;
}
.mainNav li ul li {
  padding: 0;
}
.sf-menu ul {
  width: 20em;
  max-width: 250px;
}
.mainNav li ul li.bed a {
  padding-right: 30px;
  position: relative;
}
.mainNav li ul li.bed a:after {
  content: "";
  background: url("assets/bed.png") no-repeat center;
  width: 22px;
  height: 15px;
  top: 15px;
  right: 15px;
  position: absolute;
}

@media only screen and (max-width: 480px) {
  #gform-confirmation table,
  #gform-confirmation table tbody,
  #gform-confirmation table tbody tr {
    display: block;
  }

  #gform-confirmation table tbody th,
  #gform-confirmation table tbody td {
    word-break: break-all;
  }
}

.post-password-form {
  max-width: 320px;
  margin: 0 auto;
  padding: 1.75rem;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
}

.post-password-form input[type="submit"],
.post-password-form p:not(:first-child) {
  margin: 0;
}

footer .grid-x {
  display: flex;
  justify-content: space-between;
}

footer .medium-6 {
  flex: none !important;
}

footer .footer__widget {
  display: flex;
}

footer img.size-full {
  width: 100%;
}

.matchplay-form label {
  flex-shrink: unset !important;
  width: 100%;
}

.gf_progressbar_wrapper {
  display: none;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  position: relative;
}

.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button {
  background: var(--color--02);
}

.gform_page_footer .gform_ajax_spinner {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 15px;
  height: 15px;
}

.camp-photos {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  footer .footer__widget__row:not(:last-child) {
    margin-right: 7.5rem;
  }
  .mainNav li.current-menu-item > a,
  .mainNav li.current-menu-item > a:hover,
  body .mainNav li > a:hover {
    background: transparent !important;
  }
  ul:not(.sub-menu) > .menu-item::after {
    transition: var(--transition);
    content: "";
    background: var(--color--01--alt);
    opacity: 0;
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 0;
    right: 0;
    z-index: 0;
  }
    ul:not(.sub-menu) > .menu-item:hover::after,
    ul:not(.sub-menu) > .current-menu-item::after {
    transform: rotate(-2deg);
    opacity: 1;
  }
  ul.sub-menu > .menu-item:hover, ul:not(.sub-menu) > .current-menu-item, .mainNav ul.sub-menu > .current-menu-item a, body .mainNav ul.sub-menu > .menu-item a:hover, .mainNav ul.sub-menu > .current-menu-item a:hover, .mainNav ul.sub-menu > .current_page_item a, .mainNav ul.sub-menu > .current_page_item a:hover{
    color: var(--color--01);
  }
  ul.sub-menu > .menu-item:hover {
    background-color: var(--color--bg--lighter);
  }
}

@media only screen and (max-width: 1023.99px) {
  footer .footer__widget__row:not(:last-child) {
    margin-right: 5rem;
  }

  #sidebar-inner .elementor-widget-container p {
    word-break: break-all;
  }

  #main {
    padding: 0;
  }

  .footer__widget {
    justify-content: space-around;
  }
}
@media (max-width:1024px) {
  .mobile-menu {
    display: block !important;
    position: fixed !important;
    width: 80% !important;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: unset !important;
    right: 0;
    padding: 0 !important;
    transition: transform 0.5s ease;
    transform: translateX(100%);
    border-left: solid 6px var(--color--02) !important;
    background: rgba(27, 27, 50, 0.95) !important;
    padding-top: 75px;
    overflow-y: scroll;
  }

  .mobile-menu ul li a {
    padding: 10px 0;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .mobile-menu.open {
    transform: translateX(0%);
  }

  .mobile-menu .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .mobile-menu .mobile-mainmenu {
    padding: 40px 20px 20px 20px !important;
  }

  .mobile-menu .mobile-mainmenu a {
    font-size: 1rem;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0 !important;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .mobile-menu {
    display: block !important;
    position: fixed !important;
    width: 80% !important;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: unset !important;
    right: 0;
    padding: 0 !important;
    transition: transform 0.5s ease;
    transform: translateX(100%);
    border-left: solid 6px var(--color--02) !important;
    background: rgba(27, 27, 50, 0.95) !important;
    padding-top: 75px;
    overflow-y: scroll;
  }

  .mobile-menu ul li a {
    padding: 10px 0;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .mobile-menu.open {
    transform: translateX(0%);
  }

  .mobile-menu .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .mobile-menu .mobile-mainmenu {
    padding: 40px 20px 20px 20px !important;
  }

  .mobile-menu .mobile-mainmenu a {
    font-size: 1rem;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0 !important;
    display: block;
  }

  .matchplay-form .gform_fields .gfield {
    display: flex;
    flex-direction: column;
  }

  header .logo {
    margin: 10px 0;
  }

  header .logo a {
    display: flex;
  }

  header .logo a img {
    height: 50px;
  }

  header .mobile-trigger {
    padding: 17px 0 0 0;
  }

  .far {
    font-weight: 900;
  }
}

@media only screen and (min-width: 481px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-menu .mobile-mainmenu a {
    font-size: 0.9rem;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0 !important;
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .camp-photos {
    margin: 2rem 0;
  }

  .camp-photos a,
  .camp-photos a img {
    margin-bottom: 10px;
  }

  .camp-photos a:nth-child(odd) {
    margin-right: 10px;
  }

  .camp-photos a,
  .camp-photos a img {
    width: calc(50% - 10px);
    height: auto;
  }

  h5 {
    font-size: 1.125rem !important;
  }

  .bg--white {
    background: #ffffff;
    padding: 40px 30px 30px 30px;
    text-align: center;
    margin-bottom: 2rem;
  }

  .bg--white::before {
    z-index: 10;
    position: absolute;
    left: 50%;
    margin-left: -8.5px;
    top: 0;
    display: inline-block;
    content: "";
    background: url(assets/sticks-orange@2x.png) no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 16px;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .elementor-element-populated {
    padding: 0 !important;
  }

  .elementor-image {
    padding: 10px 0;
  }

  #sidebar-inner {
    padding: 0;
  }

  #sidebar-inner,
  #sidebar-inner .camp-card-wrapper {
    margin-bottom: 2rem;
  }

  #sidebar-inner .button {
    margin: 0;
  }

  #main {
    padding: 0;
  }

  body.home #main section {
    margin-top: 2rem;
  }

  #slider {
    display: none;
  }

  body.page-parent .pageContent,
  body.home .pageContent {
    background: transparent;
    padding: 0 !important;
    margin: 30px 0;
  }

  .pageContent h2 {
    font-size: 1.125rem;
  }

  .pageContent h3 {
    font-size: 0.875rem;
  }

  .pageContent em {
    font-weight: normal;
    color: #0a0a0a;
  }

  .pageContent p {
    font-size: 1rem;
  }

  .pageContent img {
    width: 100%;
  }

  #content .cell-main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .btn--foto-album {
    text-transform: uppercase;
  }

  .btn--foto-album .elementor-widget-container {
    background: transparent !important;
  }

  .elementor-widget-fmm-matchplay-imagelink a:hover .product-info {
    background: var(--color--01--alt);
  }

  .home-intro {
    background: #ffffff;
  }

  .home-intro > div {
    padding: 40px 30px 30px 30px;
  }

  .home-intro--bottom {
    display: none;
  }

  footer .footer__widget {
    justify-content: space-between;
  }

  footer .footer__widget__row {
    margin: 0 1rem !important;
  }
}
