@font-face {
  font-family: "Myriad Pro Cond";
  src: url("../fonts/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff2") format("woff2"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype"), url("../fonts/MyriadPro-Cond.svg#MyriadPro-Cond") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/Garamond-Italic.eot");
  src: url("../fonts/Garamond-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Garamond-Italic.woff2") format("woff2"), url("../fonts/Garamond-Italic.woff") format("woff"), url("../fonts/Garamond-Italic.ttf") format("truetype"), url("../fonts/Garamond-Italic.svg#Garamond-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/Garamond.eot");
  src: url("../fonts/Garamond.eot?#iefix") format("embedded-opentype"), url("../fonts/Garamond.woff2") format("woff2"), url("../fonts/Garamond.woff") format("woff"), url("../fonts/Garamond.ttf") format("truetype"), url("../fonts/Garamond.svg#Garamond") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/Garamond-Bold.eot");
  src: url("../fonts/Garamond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Garamond-Bold.woff2") format("woff2"), url("../fonts/Garamond-Bold.woff") format("woff"), url("../fonts/Garamond-Bold.ttf") format("truetype"), url("../fonts/Garamond-Bold.svg#Garamond-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agency FB";
  src: url("AgencyFB-Reg.eot");
  src: url("AgencyFB-Reg.eot?#iefix") format("embedded-opentype"), url("AgencyFB-Reg.woff2") format("woff2"), url("AgencyFB-Reg.woff") format("woff"), url("AgencyFB-Reg.ttf") format("truetype"), url("AgencyFB-Reg.svg#AgencyFB-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agency FB";
  src: url("AgencyFB-Bold.eot");
  src: url("AgencyFB-Bold.eot?#iefix") format("embedded-opentype"), url("AgencyFB-Bold.woff2") format("woff2"), url("AgencyFB-Bold.woff") format("woff"), url("AgencyFB-Bold.ttf") format("truetype"), url("AgencyFB-Bold.svg#AgencyFB-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.agency-fb-bold {
  font-family: "Agency FB", "Myriad Pro Cond", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.garamond-bold {
  font-family: "Garamond";
  font-weight: bold;
}

.myriad-pro-condensed {
  font-family: "Myriad Pro Cond";
}

.myriad-pro-bold {
  font-family: "Myriad Pro Bold";
}

.myriad-pro-regular {
  font-family: "Myriad Pro";
}

.tan {
  color: #FCE2B3;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.more-brown {
  color: #602D1C;
}

.smokeyGray {
  color: #919191 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000;
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-charcoal {
  background-color: #2C2E2F;
}

.bg-brown {
  background-color: #300C02;
}

.bg-more-brown {
  background-color: #602D1C;
}

.bg-transparent {
  background-color: transparent;
}

body {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.bgCover {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 250vh;
  position: absolute;
  z-index: 102;
  display: none;
}

/************************************************
Footer
************************************************/
footer {
  width: 90%;
  padding: 0 5%;
  background-color: #000;
  float: left;
}
footer .footerContainer {
  width: 100%;
}
footer .footerContainer .item .icon {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  height: 30px;
}
footer .footerContainer .item .follow {
  width: 535px;
}
@media screen and (max-width: 596px) {
  footer .footerContainer .item .follow {
    width: 100%;
  }
}
footer .footerContainer .subscribe form {
  width: 96%;
  gap: 0.5rem;
  align-items: center;
}
footer .footerContainer .subscribe form input[type=email] {
  padding: 0.5rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .footerContainer .subscribe form input[type=email]:-webkit-autofill, footer .footerContainer .subscribe form input[type=email]:-webkit-autofill:hover, footer .footerContainer .subscribe form input[type=email]:-webkit-autofill:focus, footer .footerContainer .subscribe form input[type=email]:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}
footer .footerContainer .subscribe form .subscribe-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
footer .footerContainer .subscribe form .subscribe-wrapper input {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
footer .footerContainer .subscribe form .subscribe-wrapper button {
  position: absolute;
  top: 3px;
  right: 12%;
  border: none;
  color: #ccc;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  footer .footerContainer .subscribe form .subscribe-wrapper button {
    right: 0;
  }
}
footer .footerContainer .subscribe form .subscribe-wrapper button:hover {
  color: #fff;
}
footer .footerContainer .subscribe form .sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
footer .footerContainer h2 {
  font-size: 40px;
  color: #919191;
}
@media screen and (max-width: 596px) {
  footer .footerContainer h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 477px) {
  footer .footerContainer h2 {
    font-size: 24px;
  }
}
footer .footerContainer p {
  color: #919191;
}
footer .footerContainer .copyright {
  font-size: 12px;
}

/*******************************
Page Loader
********************************/
.page-loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: flex; /* shown when JS toggles */
  align-items: center;
  justify-content: center;
}

.page-loader-box {
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.85);
  width: min(320px, 90vw);
}

/* simple CSS spinner */
.spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*******************************************
Modal Pop Up
*******************************************/
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

/*#save-modal-overlay {
    display: flex;
}*/
.modal-overlay.is-open {
  display: flex;
}

.modal-box {
  width: min(520px, 100%);
  background: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(196, 155, 99, 0.45);
  border-radius: 10px;
  padding: 20px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}/*# sourceMappingURL=global.css.map */