/*!
 * Theme Name: Great Harvest 2026
 * Theme URI: https://greatharvest2026.com/
 * Description: Custom theme built with underscores
 * Version: 1.0
 * Author: Chad Phillips
 * Author URI: https://chadphillips.dev
 * Tags: underscores, HTML5, CSS3
 * 
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/* 400, 700 */
/**
 * Colors
 */
/**
 * layout
 */
/**
 * modules/mixins
 * ---
 */
.burger-container {
  position: fixed;
  width: 40px;
  height: 42px;
  top: 0px;
  right: 5%;
  display: none;
  z-index: 20000002;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger-container {
    top: 60px;
    right: 5%;
  }
}
@media (max-width: 1110px) {
  .burger-container {
    display: block;
    display: none;
  }
}

.hamburger,
.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  height: 3px;
  width: 36px;
  background-color: #000;
  border-radius: 0px;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    background-color: #000;
  }
}

.light .hamburger,
.light .hamburger:after,
.light .hamburger:before {
  background-color: #000;
}

.hamburger {
  top: 20px;
  transform-origin: center;
  transition: all 0.3s;
}

.hamburger:after,
.hamburger:before {
  content: "";
  transition: transform all 0.3s;
}

.hamburger:before {
  top: -9px;
}

.hamburger:after {
  top: 9px;
}

.toggled .hamburger:after,
.toggled .hamburger:before {
  top: 0;
  transition: all 0.3s;
}

.toggled .hamburger {
  background-color: transparent;
  transition: all 0.3s;
}

.toggled .hamburger:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .toggled .hamburger:before {
    background-color: #000;
  }
}

.toggled .hamburger:after {
  transform: rotate(-45deg);
  width: 100%;
}
@media (max-width: 767px) {
  .toggled .hamburger:after {
    background-color: #000;
  }
}

.main-navigation {
  background-color: #D63F21;
  min-height: 48px;
}
.main-navigation__inner {
  display: none;
}
.main-navigation ul {
  list-style: none;
}

.resort-images {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1000px;
  width: 100%;
  margin: 32px auto;
  flex-wrap: wrap;
  padding: 0 2%;
}
@media (min-width: 1023px) {
  .resort-images {
    margin: 64px auto;
  }
}
.resort-images img {
  width: 100%;
  border-radius: 6px;
}
@media (min-width: 1023px) {
  .resort-images img {
    flex: 1 1 31.5%;
    max-width: 31.5% !important;
  }
}
@media (min-width: 1023px) {
  .resort-images {
    flex-wrap: nowrap;
  }
}

.site {
  font-family: "Stack Sans Text", sans-serif;
}
.site .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.site img {
  max-width: 100%;
  height: auto;
}
.site * {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: rgb(250, 250, 250);
}

.site-content__logo {
  text-align: center;
  margin: 24px 0 0 0;
}
@media (min-width: 1023px) {
  .site-content__logo {
    margin: 64px 0 0 0;
  }
}

.site-footer {
  width: 100%;
  background-color: #fff;
  padding: 24px 0;
  color: #0B2240;
  border-top: 1px solid rgb(226, 232, 240);
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}

.site-header {
  background-color: #0B2240;
  color: #fff;
  width: 100%;
}
.site-header .site-branding {
  text-align: center;
  padding: 32px 0;
}
.site-header .site-branding a {
  color: #fff;
  text-decoration: none;
  font-size: 48px;
  font-weight: 700;
}

.site-main {
  max-width: 896px;
  width: 96%;
  margin: 24px auto 0 auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 0 0 #0000;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  color: #0B2240;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 1023px) {
  .site-main {
    padding: 48px;
    margin-top: 48px;
  }
}
.site-main h1 {
  font-size: 48px;
  margin-top: 0;
}
.site-main h2 {
  font-size: 36px;
  font-weight: 700;
}
.site-main h3 {
  font-size: 30px;
  font-weight: 700;
  color: #D63F21;
}
.site-main h4 {
  font-size: 22px;
  font-weight: 700;
}
.site-main hr {
  height: 1px;
  background-color: #D63F21;
  border: none;
  margin: 32px 0;
}
.site-main a {
  color: #D63F21;
  text-decoration: none;
}
.site-main a:hover {
  text-decoration: underline;
}
.site-main .btn {
  display: inline-block;
  background-color: #D63F21;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.site-main .btn:hover {
  background-color: #0B2240;
  text-decoration: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: none;
  display: inline-block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}
