/* 
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Luis Rodriguez
Author URI: https://example.com
Description: Child theme for GeneratePress. Compiled from style.scss.
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/
/* ------------------------------
   Fonts
------------------------------ */
@font-face {
  font-family: "Sauber Script";
  src: url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.eot");
  src: url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.woff") format("woff"), url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/2a1a144e472df52180031658e20d50a2.svg#SauberScript") format("svg");
}

@font-face {
  font-family: 'Heartbreak Eighties';
  src: url("fonts/Heartbreak-Eighties-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro';
  src: url("fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sauber Script';
  src: url("fonts/Typejockeys-SauberScript.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* ===== Basic Sans Font Family ===== */
@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-thinitalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-extralightitalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsansalt-regular.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-regularitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/fonnts.com-basicsans-regularitalic.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/basicbold.woff") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/basicbold.woff") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/basicbold.woff") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/basicsanblack.woff") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Basic Sans';
  src: url("fonts/basicsanblack.woff") format("opentype");
  font-weight: 900;
  font-style: italic;
}

/* ------------------------------
   Variables
------------------------------ */
:root {
  --inner-p-width: 841px;
  --inner-width: 1242px;
  --outter-width: 1500px;
  --single-inner-width: 1168px;
}

/* ------------------------------
   Base / Resets
------------------------------ */
html,
body {
  height: 100%;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Basic Sans";
  font-size: 21px;
  color: #222;
  background-color: white;
  line-height: 1.6;
}

h1 {
  font-size: 36px;
}

h1,
h2,
h3 {
  font-family: "Heartbreak Eighties", cursive;
}

h2.subtitlehandmade {
  font-family: 'Sauber Script';
}

.subheading {
  font-family: 'Sauber Script', cursive;
  font-size: 27px;
  margin-bottom: 0;
}

.home .gb-element-07be7c44 {
  text-align: center;
}

p {
  line-height: 28px;
}

a {
  color: #d62828;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #ab2020;
}

.home .headingtitle {
  -webkit-font-feature-settings: "calt" 0, "liga" 0;
          font-feature-settings: "calt" 0, "liga" 0;
}

.gb-element-dfff7b90 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* space between FOOD MENU and BAR MENU */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* required so row 2 centers correctly */
}

.gb-element-45bdd5e7 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.home #primary-menu {
  position: relative;
  /* required so ::after can position relative to it */
}

.mobile-menu-open .home #primary-menu::after {
  content: '';
  background-image: url(/wp-content/uploads/2025/10/Asset-11.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  /* adjust spacing below menu */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.onscroll-header {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 999;
}

body.header-scrolled .onscroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

body.admin-bar .onscroll-header {
  top: 32px;
}

body.header-scrolled .site-content {
  padding-top: 80px;
}

/* ------------------------------
Forms Style Catering
------------------------------ */
.catering-request {
  background: #dc5c2d !important;
  color: #000 !important;
  padding: 40px 30px;
  border-radius: 12px;
}

.catering-request .wpcf7-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px !important;
}

.catering-request .wpcf7-form *,
.catering-request label,
.catering-request p,
.catering-request span {
  color: #000 !important;
  font-weight: bold;
  font-family: "Basic Sans";
}

.catering-request input:not([type="submit"], [type="radio"]),
.catering-request textarea,
.catering-request select {
  background: white !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 12px 14px;
  width: 100%;
}

.catering-request br {
  display: none !important;
}

.catering-request .row-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px !important;
}

.catering-request .row-2 .col {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.catering-request .event-date-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px !important;
}

.catering-request .event-date-row .col {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.catering-request .wpcf7-radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
}

.catering-request .wpcf7-radio input {
  margin-right: 6px;
}

.catering-request input[type="submit"] {
  background: #ffffff !important;
  color: #dc5c2d !important;
  padding: 12px 22px;
  font-weight: bold;
}

/* ------------------------------
   Home header tweaks
------------------------------ */
.mobile-menu-open .inside-header {
  position: fixed;
  padding-bottom: 60px;
}

.home {
  background: url("https://60c1a5fe44.nxcli.io/wp-content/uploads/2025/09/Asset-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home .inside-article {
  background-color: transparent;
}

.home .site-branding {
  display: none;
}

.home .main-navigation {
  background: transparent;
}

.home .main-navigation svg {
  fill: white;
  height: 44px;
  width: 44px;
}

.home .site-header {
  /*  position: fixed; */
  width: 100%;
  background: transparent;
}

@media (max-height: 799px) {
  .home {
    background-size: cover;
  }
}

@media (min-width: 900px) {
  .home {
    min-height: 775px;
  }
}

.main-navigation.toggled .main-nav > ul {
  background: transparent;
}

/* ------------------------------
   Layout helpers
------------------------------ */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background: #003049;
  color: #fdfdfd;
  padding: 1rem;
}

header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

header nav ul li a {
  color: #fdfdfd;
  font-weight: bold;
}

header nav ul li a:hover {
  color: #f77f00;
}

.inside-header {
  padding: 0;
  width: 100%;
}

/* ------------------------------
   Hero
------------------------------ */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 4rem 1rem;
  background: url("../images/hero-pizza.jpg") center/cover no-repeat;
  color: #fdfdfd;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

/* ------------------------------
   Buttons
------------------------------ */
.btn {
  display: inline-block;
  padding: .75rem 1.5rem;
  background: #d62828;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.btn:hover {
  background: #b42222;
}

.btn.secondary {
  background: #f77f00;
}

.btn.secondary:hover {
  background: #ce6a00;
}

/* ------------------------------
   Sections
------------------------------ */
.section {
  padding: 3rem 1rem;
}

.story,
.menu,
.catering,
.contact {
  text-align: center;
}

.story p,
.menu p,
.catering p,
.contact p {
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

/* ------------------------------
   Footer
------------------------------ */
footer {
  background: #222;
  color: #fdfdfd;
  text-align: center;
  padding: 2rem 1rem;
  font-size: .9rem;
}

footer a {
  color: #f77f00;
}

footer a:hover {
  color: #ff982b;
}

/* ------------------------------
   Info banner
------------------------------ */
.infobanner {
  position: relative;
}

.infobanner .infobannerwrapper {
  position: absolute;
  top: 150px;
  width: 100%;
}

@media (max-width: 768px) {
  .infobanner .infobannerwrapper {
    position: static;
    /* more predictable than 'unset' */
    top: 0;
    width: 100%;
  }
}

/* ------------------------------
   Menus
------------------------------ */
#menu-suwanee,
#menu-suwanee-1,
#menu-westchester,
#menu-westchester-1,
#menu-main-menu,
#menu-main-menu-1,
#menu-mason {
  max-width: var(--inner-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#menu-suwanee li,
#menu-suwanee-1 li,
#menu-westchester li,
#menu-westchester-1 li,
#menu-main-menu li,
#menu-main-menu-1 li,
#menu-mason li {
  border-bottom: #fac848 solid 4px;
}

#menu-suwanee .gb-menu-link,
#menu-suwanee-1 .gb-menu-link,
#menu-westchester .gb-menu-link,
#menu-westchester-1 .gb-menu-link,
#menu-main-menu .gb-menu-link,
#menu-main-menu-1 .gb-menu-link,
#menu-mason .gb-menu-link {
  -ms-grid-column-align: center;
      justify-self: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menu-suwanee a,
#menu-suwanee-1 a,
#menu-westchester a,
#menu-westchester-1 a,
#menu-main-menu a,
#menu-main-menu-1 a,
#menu-mason a {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}

#menu-main .orangebtn {
  min-width: 401px;
}

.hamburgermenu a {
  font-family: "Basic Sans", sans-serif;
  font-size: 18px;
  font-weight: bolder;
}

.icons-header h2 {
  font-size: 20px;
  margin-bottom: 0px;
}

/* ------------------------------
   Mobile menu (full-height header)
------------------------------ */
.mobile-menu-open .inside-header {
  background-image: url("/wp-content/uploads/2025/09/Asset-21.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* Use dynamic viewport to avoid iOS white gap */
  height: 100vh;
}

@supports (height: 100dvh) {
  .mobile-menu-open .inside-header {
    height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.mobile-menu-open #menu-main-menu li {
  border-bottom: 2px solid #fac848;
  padding: 17px 0;
}

.mobile-menu-open #menu-main-menu li a {
  justify-items: center;
  font-size: 40px;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
  text-align-last: center;
  font-weight: 900;
  text-transform: uppercase;
  /* fixed :hover typo */
}

.mobile-menu-open #menu-main-menu li a:hover {
  color: #fac848;
}

.mobile-menu-open .site-header {
  padding: 0;
}

.mobile-menu-open #mobile-menu-control-wrapper {
  position: absolute;
  right: 47px;
  top: 47px;
}

/* ------------------------------
   Misc visuals
------------------------------ */
.hamburgermenu svg {
  width: 30px !important;
  height: 30px !important;
}

.ticks {
  height: 160px;
  background: repeating-linear-gradient(90deg, #e3642a 0 3px, transparent 0 10px);
  background-size: 100% 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ticks-black {
  height: 160px;
  background: repeating-linear-gradient(90deg, #000 0 3px, transparent 3px 10px);
  background-size: 100% 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticks1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 160px;
  background: repeating-linear-gradient(90deg, #e3642a 0 3px, transparent 3px 7px);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 30px, 100% 48px;
  background-position: 50% 50%, 50% 50%;
  margin: 0 4px;
}

.ticks1black {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 94px;
  background: repeating-linear-gradient(90deg, #000 0 3px, transparent 3px 7px);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 30px, 100% 40px;
  background-position: 50% 50%, 50% 50%;
  margin: 0 4px;
}

.dots {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 36px;
  height: 36px;
  background-image: radial-gradient(circle, #f8cf3c 20%, transparent 0);
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: bottom;
}

.double-border-box {
  background-image: url("https://60c1a5fe44.nxcli.io/wp-content/uploads/2025/10/yellowbg1-scaled.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #fac848));
  background: linear-gradient(to bottom, white 50%, #fac848 50%);
}

.bg-yellow-close {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fac848), color-stop(50%, white));
  background: linear-gradient(to bottom, #fac848 50%, white 50%);
}

.page-id-409 .subtitlehandmade, .page-id-87 .subtitlehandmade, .page-id-411 .subtitlehandmade {
  color: white;
}

.page-id-409 .ticks1, .page-id-87 .ticks1, .page-id-411 .ticks1 {
  background: repeating-linear-gradient(90deg, #000000 0 3px, transparent 3px 7px);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 30px, 100% 48px;
  background-position: 50% 50%, 50% 50%;
}

.page-id-409 .ticks, .page-id-87 .ticks, .page-id-411 .ticks {
  height: 160px;
  background: repeating-linear-gradient(90deg, #000000 0 3px, transparent 0 10px);
  background-size: 100% 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.page-id-409 .dots, .page-id-87 .dots, .page-id-411 .dots {
  background-image: radial-gradient(circle, #ffffff 20%, transparent 0);
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-black {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #000000));
  background: linear-gradient(to bottom, white 50%, #000000 50%);
}

/* ------------------------------
   Job application form (page 606)
------------------------------ */
.appform-container {
  padding: 28px 30px 40px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Grid */
.appform-container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.appform-container .grid .col-3 {
  grid-column: span 1;
}

.appform-container .grid.stack-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

/* Labels & inputs */
.appform-container label {
  display: block;
  color: #1a1a1a;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: .9rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: none;
  outline: none;
  background: #fff;
  color: #222;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Blocks & helper text */
.appform-container .block-title {
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 8px 0 2px;
}

.appform-container .block-sub {
  color: #222;
  opacity: .9;
  margin-bottom: 12px;
  font-size: .95rem;
}

.appform-container .mt {
  margin-top: 20px;
}

/* Checkbox & radio spacing */
.wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.wpcf7-list-item label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1rem;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Submit button */
.submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
}

.wpcf7 input[type="submit"] {
  background: black;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 13px 34px;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease, -webkit-transform .05s ease;
  transition: opacity .2s ease, -webkit-transform .05s ease;
  transition: transform .05s ease, opacity .2s ease;
  transition: transform .05s ease, opacity .2s ease, -webkit-transform .05s ease;
  text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
  opacity: .95;
}

.wpcf7 input[type="submit"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/* Validation messages */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  background: #cf6d3b;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: .85rem;
}

/* Misc minor tweaks */
.home .site-branding-container {
  display: none;
}

.columns-3 {
  gap: 10px;
}

.columns-3 .col-3 {
  width: 33.33%;
}

.columns-3 input {
  width: 100%;
}

.waitlistform label {
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1px;
  -ms-grid-column-align: left;
      justify-self: left;
}

.waitlistform p {
  margin-bottom: 0;
}

.waitlistform input[type="text"],
.waitlistform select {
  width: 100%;
  padding: 12px;
  background-color: #ececec;
  border: none;
  font-size: 16px;
  margin-bottom: 20px;
}

.waitlistform select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ececec url('data:image/svg+xml;utf8,<svg fill="black" height="12" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M2 4l4 4 4-4z"/></svg>') no-repeat right 12px center;
  background-size: 12px;
  border: 2px solid #2a5bd7;
  padding: 10px 36px 10px 12px;
  border-radius: 4px;
  font-size: 16px;
}

.waitlistform .join-btn {
  background-color: #dc5c2d;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
}

.waitlistform .join-btn:hover {
  background-color: #b85d2e;
}

.testimonial-slide {
  background: #fff;
  padding: 2rem;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-height: 370px;
}

.testimonial-photo img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

blockquote {
  font-style: italic;
  color: #555;
}

cite {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #333;
}

/* ------------------------------
   Contact Form 7 (page 588)
------------------------------ */
.contact-container {
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-container input[type="text"],
.contact-container input[type="email"],
.contact-container input[type="tel"],
.contact-container textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-container textarea {
  resize: none;
  height: 160px;
}

.contact-container .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.contact-container .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-container .full-width {
  width: 100%;
}

.contact-container .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.contact-container input[type="submit"] {
  background-color: #fff;
  color: #cf6d3b;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 30px;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.contact-container input[type="submit"]:hover {
  background-color: #f2f2f2;
}

.contact-container .wpcf7-not-valid-tip {
  color: #fff;
  background: #cf6d3b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: .85rem;
}

.contact-container .wpcf7-response-output {
  border: 2px solid #cf6d3b !important;
  color: #cf6d3b !important;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 600;
}

.contact-container form br {
  display: none;
}

.contact-container label {
  display: block;
  font-size: .85rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

form p {
  margin: 2px;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 900px) {
  .appform-container .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #menu-mason-menu a,
  #menu-suwanee a,
  #menu-suwanee-1 a,
  #menu-westchester a,
  #menu-westchester-1 a,
  #menu-main-menu a,
  #menu-main-menu-1 a,
  #menu-mason a {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .extra-menu {
    width: 61%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-top: 16px;
  }
  .extra-menu .orangebtn {
    font-size: 11px !important;
  }
  .yellowmobileicons h2 {
    margin-bottom: 0px;
  }
  .yellowmobileicons .yellow-icon {
    padding: 4px;
  }
  .yellowmobileicons svg {
    width: 25px !important;
    height: 25px !important;
  }
  .inside-header {
    width: 100%;
  }
  h2.subtitlehandmade {
    font-size: 31px;
    margin-bottom: 0;
  }
  .mobile-menu-open #menu-main-menu li a {
    font-size: 29px;
  }
  .ticks1 {
    min-height: 64px;
  }
  .double-border-box {
    background-image: url("https://60c1a5fe44.nxcli.io/wp-content/uploads/2025/10/mobileyellow1.png");
  }
  .page-id-588 .contact-container {
    padding: 0;
  }
  .page-id-588 form p {
    margin-bottom: 0;
  }
}

/*  Testimonial Section  */
.testimonial-section {
  padding-bottom: 64px;
}

.testimonial-section .swiper-slide {
  padding-bottom: 90px;
}

.testimonial-section .swiper-pagination {
  padding-bottom: 40px;
}

.container-testimonials {
  max-width: var(--gb-container-width);
  margin: auto;
  background-image: url(https://60c1a5fe44.nxcli.io/wp-content/uploads/2025/10/dotsupdate1-scaled.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 97% 74%;
}

.testimonial-slider {
  max-width: var(--single-inner-width);
  margin: auto;
}

.testimonial-content .cite {
  color: #dc5c2d;
  text-transform: uppercase;
  font-family: "Basic Sans";
  font-weight: 900;
}

.testimonial-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-rating .star {
  fill: #fac848;
  color: #fac848;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.swiper-pagination-bullet {
  padding: 7px;
}

.swiper-pagination-bullet-active {
  background: #dc5c2d;
}

.swiper-slide {
  border: solid 3px black;
}

.swiper-slide .swiper-pagination {
  padding-bottom: 60px;
}

/* MOBILE */
@media (max-width: 640px) {
  .container-testimonials {
    background-image: none;
  }
  .inside-header {
    padding: 0;
    width: 100%;
  }
  .orangebtn {
    min-width: 100%;
  }
  /* Container */
  .appform-container {
    max-width: 360px;
    margin: 0 auto;
    padding: 14px 12px 24px;
  }
  /* Headings / helper copy */
  .appform-container .block-title p {
    margin: 18px 0 2px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .appform-container .block-sub p {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.3;
    opacity: .9;
  }
  .appform-container .grid.stack-2 {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
  /* Labels + inputs */
  .appform-container label {
    display: block;
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .appform-container input[type="text"],
  .appform-container input[type="email"],
  .appform-container input[type="tel"],
  .appform-container input[type="number"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 6px;
    border: 0;
    background: #fff;
    font-size: 14px;
  }
  /* Top grid -> single column */
  .appform-container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 12px;
  }
  .appform-container .grid.stack-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 14px;
  }
  .appform-container .col {
    width: 100%;
  }
  /* DOB row -> 3 small fields on one line */
  .appform-container .d-flex.columns-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }
  .appform-container .col.col-3 .wpcf7-form-control {
    text-align: center;
  }
  /* Checkbox & radio lists -> stacked */
  .appform-container .wpcf7-checkbox .wpcf7-list-item,
  .appform-container .wpcf7-radio .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin: 8px 0;
  }
  .appform-container label {
    font-size: 12px;
  }
  .appform-container .wpcf7-checkbox input[type="checkbox"],
  .appform-container .wpcf7-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .appform-container .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
  }
  /* Option blocks spacing */
  .appform-container .block {
    padding: 10px 0;
  }
  .appform-container .block .mt {
    margin-top: 12px;
  }
  /* Submit button */
  .appform-container .submit-wrap {
    margin-top: 18px;
  }
  .appform-container .wpcf7-submit {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 10px;
    background: #D58760;
    color: #fff;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .appform-container .d-flex.columns-3 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  /* Minor resets from CF7 paragraph wrappers */
  .appform-container p {
    margin: 0 0 10px;
  }
}

/* ------------------------------
   Mason Banner Block
------------------------------ */
.mason-banner-block {
  max-width: 1296px;
  margin: 0 auto;
  padding: 14px 86px;
  padding-bottom: 64px;
  background-color: #ffffff;
  border: 3px solid black;
  border-radius: 4px;
  margin-top: 41px;
  margin-bottom: 41px;
}

.mason-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}

.mason-banner-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mason-welcome {
  font-family: 'Heartbreak Eighties', cursive;
  font-size: 70px;
  padding-top: 40px;
  color: #222222;
  margin-bottom: 5px;
  line-height: 1.1;
}

.mason-subtitle {
  font-family: 'Sauber Script', cursive;
  font-size: 5rem;
  color: #fac848;
  margin-top: -15px;
  margin-bottom: 30px;
}

.mason-banner-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 300px;
  min-height: 420px;
  position: relative;
}

.mason-banner-image img {
  position: absolute;
  max-width: 700px;
  height: auto;
  right: 21px;
}

.header-scrolled .gb-text-8e00dd83 {
  position: fixed;
  top: 166px;
  right: 28px;
}

.mason-banner-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
  max-width: 780px;
  margin: auto;
}

.mason-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  font-family: 'Basic Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mason-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.order-online-btn-header {
  position: absolute;
  right: -38px;
  top: 9px;
  font-size: 16px;
  padding: 9px 31px;
  border-radius: 7px;
}

@media (max-width: 768px) {
  .mason-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .mason-banner-image {
    text-align: center;
  }
  .mason-banner-buttons {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 30px auto 0;
  }
  .mason-welcome {
    font-size: 3rem;
  }
  .mason-subtitle {
    font-size: 4rem;
  }
  .mason-banner-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 700px) {
  .mason-banner-block {
    padding: 41px 27px;
    padding-bottom: 64px;
    margin-top: 41px;
    margin-bottom: 41px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mason-banner-image img {
    max-width: 100%;
    height: auto;
    position: unset;
  }
  .mason-banner-image {
    max-width: 100%;
    height: 100%;
    min-height: unset;
    min-width: unset;
  }
}
/*# sourceMappingURL=style.css.map */