@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: Roboto; }
  @media only screen and (max-width: 1145px) {
    html {
      font-size: 50%; } }

.heading--title {
  font-size: 4rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.heading--title-primary {
  text-transform: uppercase;
  color: #ed6e1d;
  font-size: 4rem;
  margin-bottom: 1rem; }

.heading--subtitle {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 4rem; }

.heading--white {
  color: white; }

.heading--secondary {
  color: #ed6e1d; }

.heading--subheading {
  color: #ed6e1d;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.heading--cardtitle {
  color: #ed6e1d;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1rem; }

.heading--footer-heading {
  color: #70b636;
  font-size: 3rem;
  text-transform: uppercase; }

p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 28px; }

.tribe-events-widget-events-list__header-title {
  text-transform: uppercase;
  color: #ed6e1d !important;
  font-size: 4rem !important;
  margin-bottom: 1rem !important;
  font-weight: bold !important;
  text-align: center; }

.nav {
  display: flex;
  height: 12.5rem;
  width: 100%;
  align-items: center;
  font-size: 1.6rem;
  position: relative; }
  .nav__wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .nav__logo-wrapper {
    height: 80%;
    margin-right: calc(3rem / 2); }
  .nav__logo {
    height: 100%; }
  .nav__mobile-button {
    color: white; }
    .nav__mobile-button span {
      font-size: 4rem; }
    .nav__mobile-button-wrapper {
      flex-grow: 1;
      justify-content: flex-end;
      display: none; }
      @media only screen and (max-width: 940px) {
        .nav__mobile-button-wrapper {
          display: flex; } }
    .nav__mobile-button--close {
      color: white;
      display: none;
      position: absolute;
      text-decoration: none;
      padding: 2rem;
      top: 0;
      right: 0;
      z-index: 100; }
      .nav__mobile-button--close span {
        font-size: 4rem; }
  .nav > .nav__items {
    list-style: none;
    display: flex; }
    @media only screen and (max-width: 940px) {
      .nav > .nav__items {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #36a9e1;
        flex-direction: column;
        padding: 3rem 0;
        transition: all 0.3s ease-in-out;
        max-height: 0;
        overflow: hidden;
        padding: 0; }
        .nav > .nav__items.active {
          max-height: 500px;
          padding: 3rem 0; }
          .nav > .nav__items.active ~ .nav__mobile-button--close {
            display: flex; } }
  .nav__item-link {
    color: white;
    text-decoration: none;
    padding: 3rem; }
    @media only screen and (max-width: 940px) {
      .nav__item-link {
        display: block;
        font-size: 2rem;
        padding: 1rem 2rem; } }
  .nav__item {
    position: relative; }
    .nav__item:hover > .nav__item-link {
      text-decoration: underline; }
    .nav__item.menu-item-has-children > a::after {
      font-family: "Material Icons";
      content: "\e5cf";
      color: white;
      margin-left: 1rem;
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
      @media only screen and (max-width: 940px) {
        .nav__item.menu-item-has-children > a::after {
          content: ""; } }
  .nav__item > .nav__items {
    display: none;
    top: 150%;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #36a9e1;
    position: absolute;
    list-style: none; }
    @media only screen and (max-width: 940px) {
      .nav__item > .nav__items {
        display: flex;
        position: static;
        transform: translateX(0);
        width: 100%;
        flex-direction: column;
        padding-left: 3rem;
        list-style: none; } }
    .nav__item > .nav__items .nav__item-link {
      width: 100%;
      display: block;
      padding: 1rem;
      text-align: center; }
      @media only screen and (max-width: 940px) {
        .nav__item > .nav__items .nav__item-link {
          text-align: left; } }
      .nav__item > .nav__items .nav__item-link:hover {
        background-color: white;
        color: black;
        text-decoration: none; }
  .nav__item:hover > .nav__items {
    display: flex;
    flex-direction: column; }

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem; }

.section {
  padding: 9rem 0; }
  .section--contrast {
    background-color: #eee; }
  .section.menu {
    text-align: center;
    font-size: 1.6rem; }
    .section.menu h2 {
      font-size: 4rem;
      margin-bottom: 2rem; }

.home .wrapper section:nth-child(2n + 1) {
  background-color: #eee; }

.tribe-events-widget-events-list__view-more-link {
  display: inline-block !important;
  padding: 2rem !important;
  text-decoration: none !important;
  background-color: #36a9e1 !important;
  font-size: 1.4rem !important;
  color: white !important;
  transition: all 0.3s ease-in-out !important;
  border: 1px solid transparent !important;
  margin-bottom: 3rem !important; }
  .tribe-events-widget-events-list__view-more-link:hover {
    border: 1px solid #36a9e1 !important;
    background-color: white !important;
    color: #36a9e1 !important; }

.tribe-events-event-image {
  display: none; }

.header {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  height: 50vh; }
  .header--home {
    height: 100vh; }
  .header__title {
    color: white;
    font-size: 6rem;
    width: 100%; }

.grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 8rem; }
  .grid--bottom-images {
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  @media only screen and (max-width: 800px) {
    .grid {
      grid-template-rows: min-content min-content;
      grid-template-columns: 1fr;
      row-gap: 4rem; } }
  .grid__images {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex; }
    @media only screen and (max-width: 800px) {
      .grid__images {
        display: none; } }
    .grid__images .grid__image-wrapper:not(:last-child) {
      margin-right: 3rem; }
  .grid__image-wrapper {
    width: 100%;
    height: 100%; }
    .grid__image-wrapper img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1056px) {
        .grid__image-wrapper img {
          width: 100%;
          height: auto; } }
    .grid__image-wrapper--main {
      grid-column: 1 / span 2;
      grid-row: 1; }
      @media only screen and (max-width: 800px) {
        .grid__image-wrapper--main {
          grid-column: 1 / -1;
          grid-row: 2; } }
  .grid__content {
    padding-left: 4rem; }
    @media only screen and (max-width: 800px) {
      .grid__content {
        grid-column: 1 / -1;
        grid-row: 1;
        padding-left: 0; } }
    .grid__content a {
      color: #ed6e1d; }
    .grid__content ul {
      font-size: 1.6rem;
      margin-bottom: 1rem;
      list-style-position: inside; }
      .grid__content ul li {
        line-height: 28px; }
        .grid__content ul li > * {
          display: inline; }

.footer__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 4rem 1.5rem; }
  @media only screen and (max-width: 640px) {
    .footer__grid {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      row-gap: 2rem; } }

.footer__note {
  background-color: #ed6e1d;
  width: 100%;
  color: white;
  padding: 2rem;
  font-size: 2rem;
  text-align: center; }
  .footer__note a {
    color: white;
    font-weight: bold; }

.footer ul {
  padding-top: 2rem;
  list-style: none; }
  .footer ul a {
    text-decoration: underline;
    color: black;
    font-size: 1.6rem;
    display: block;
    padding: 0.5rem 0;
    text-transform: uppercase; }
    .footer ul a:hover {
      text-decoration: underline; }

.footer__info h3 + * {
  margin-top: 2rem; }

.footer__contact {
  font-size: 1.6rem;
  text-decoration: none;
  margin-right: 1rem;
  padding: 1rem;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #36a9e1;
  color: white;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  .footer__contact:hover {
    border: 2px solid #36a9e1;
    background-color: white;
    color: #36a9e1; }

.footer__copyright {
  display: flex;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 1.5rem; }
  .footer__copyright > *:first-child {
    flex-grow: 1; }
  .footer__copyright--wrapper {
    background-color: #36a9e1; }

.archive-grid {
  display: grid;
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fill, min-content); }
  @media only screen and (max-width: 1200px) {
    .archive-grid {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 700px) {
    .archive-grid {
      grid-template-columns: 1fr; } }
  .archive-grid__title {
    text-align: center; }
  .archive-grid__description {
    text-align: center;
    font-size: 2rem; }
  .archive-grid__price {
    font-weight: bold; }
  .archive-grid__post {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center; }
    .archive-grid__post-image-wrapper {
      width: 100%;
      margin-bottom: 1rem; }
      .archive-grid__post-image-wrapper div {
        height: 25rem;
        background-size: cover;
        background-position: center; }
    .archive-grid__post p {
      padding: 0 1rem;
      text-align: center;
      flex-grow: 1; }
    .archive-grid__post-read-more {
      display: inline-block;
      padding: 2rem;
      text-decoration: none;
      background-color: #36a9e1;
      font-size: 1.4rem;
      color: white;
      transition: all 0.3s ease-in-out;
      border: 1px solid transparent;
      margin-bottom: 3rem; }
      .archive-grid__post-read-more:hover {
        border: 1px solid #36a9e1;
        background-color: white;
        color: #36a9e1; }

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  column-gap: 4rem; }
  @media only screen and (max-width: 750px) {
    .contact {
      grid-template-columns: 1fr;
      grid-template-rows: min-content min-content;
      row-gap: 2rem; } }
  .contact__info {
    font-size: 1.6rem; }
  .contact__button {
    font-size: 1.6rem;
    text-decoration: none;
    margin-right: 1rem;
    padding: 1rem;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #36a9e1;
    color: white;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out; }
    .contact__button:hover {
      border: 2px solid #36a9e1;
      background-color: white;
      color: #36a9e1; }
  .contact .nf-form-layout {
    font-size: 1.6rem; }
    .contact .nf-form-layout .nf-form-fields-required {
      margin-bottom: 1rem; }
    .contact .nf-form-layout input[type="button"] {
      background-color: #36a9e1;
      color: white;
      border: 2px solid transparent;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .contact .nf-form-layout input[type="button"]:hover {
        border: 2px solid #36a9e1;
        color: #36a9e1;
        background-color: white; }
