.elementor-13378 .elementor-element.elementor-element-5d28ed0{--display:flex;}.elementor-13378 .elementor-element.elementor-element-5d28ed0:not(.elementor-motion-effects-element-type-background), .elementor-13378 .elementor-element.elementor-element-5d28ed0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS */:root {
  --est-green: #074435;
  --est-mid: #0a5a46;
  --est-teal: #2a9d8f;
  --est-cream: #F1E6DE;
  --est-warm: #faf7f4;
  --est-gold: #B8935A;
  --est-body: #3a3530;
  --est-muted: #7a7068;
  --est-border: rgba(7,68,53,.16);
}

html { scroll-behavior: smooth; }

.est-hero,
.est-section,
.est-sol,
.est-form-section,
.est-footer,
.est-tally,
.est-tile-nav {
  font-family: 'Jost', sans-serif;
  box-sizing: border-box;
}

.est-hero * ,
.est-section * ,
.est-sol * ,
.est-form-section * ,
.est-footer * ,
.est-tally * ,
.est-tile-nav * {
  box-sizing: border-box;
}
/* Remove Elementor spacing between landing page HTML widgets */

.est-page,
.est-page section,
.est-page nav,
.est-page footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.est-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--est-green);
}

.est-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 90%, rgba(42,157,143,.32), transparent 32%),
    radial-gradient(circle at 90% 85%, rgba(184,147,90,.18), transparent 28%),
    linear-gradient(145deg, #0a5a46 0%, #074435 56%, #062f25 100%);
}

.est-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7,68,53,.2), rgba(7,68,53,.92));
}

.est-hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 5rem;
  max-width: 850px;
}

.est-eyebrow {
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: var(--est-teal) !important;
  margin: 0 0 .5rem !important;
}

.est-hero h1,
.est-section h2,
.est-sol h2,
.est-form-section h2 {
  font-family: 'Cinzel', serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  line-height: 1.15 !important;
  margin: 0 0 1rem !important;
}

.est-hero h1 {
  color: var(--est-cream) !important;
  font-size: clamp(34px, 5vw, 58px) !important;
}

.est-hero p:not(.est-eyebrow) {
  color: rgba(241,230,222,.78) !important;
  max-width: 520px;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.est-tile-nav {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  background: var(--est-cream);
  border-bottom: 1px solid var(--est-border);
}

.est-tile-nav a {
  text-decoration: none !important;
  text-align: center;
  padding: 1.1rem .7rem;
  border-right: 1px solid rgba(7,68,53,.1);
  transition: .2s ease;
}

.est-tile-nav a:hover {
  background: #fff;
}

.est-tile-nav span {
  display: block;
  font-size: 22px;
  margin-bottom: .35rem;
}

.est-tile-nav strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 9px;
  color: var(--est-green);
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.35;
}

.est-tile-nav small {
  display: block;
  font-size: 9px;
  color: var(--est-muted);
  margin-top: .2rem;
}

.est-section {
  padding: 4rem 5rem;
  background: var(--est-warm);
  border-bottom: 1px solid rgba(7,68,53,.08);
}

.est-alt {
  background: var(--est-cream);
}

.est-dark {
  background: var(--est-green);
}

.est-section h2,
.est-form-section h2 {
  color: var(--est-green) !important;
  font-size: clamp(22px, 3vw, 32px) !important;
}

.est-dark h2 {
  color: var(--est-cream) !important;
}

.est-intro,
.est-section > p:not(.est-eyebrow) {
  max-width: 590px;
  color: var(--est-muted) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 2.2rem !important;
}

.est-dark .est-intro {
  color: rgba(241,230,222,.68) !important;
}

.est-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px,1fr));
  gap: 1px;
  background: var(--est-border);
  border: 1px solid var(--est-border);
}

.est-grid-3 { grid-template-columns: repeat(3,1fr); }
.est-grid-4 { grid-template-columns: repeat(4,1fr); }

.est-card,
.est-package {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.est-section:not(.est-alt) .est-card {
  background: var(--est-warm);
}

.est-img {
  min-height: 205px;
  position: relative;
  background: linear-gradient(145deg, #0a5a46, #074435);
}

.est-img span {
  position: absolute;
  top: .8rem;
  left: .8rem;
  background: rgba(7,68,53,.82);
  color: var(--est-cream);
  padding: .25rem .6rem;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.est-img-sweet { background: linear-gradient(145deg,#2a1a0e,#5a3520,#3d2512); }
.est-img-green { background: linear-gradient(145deg,#0a3a2e,#0a5a45,#0a4a38); }
.est-img-rose { background: linear-gradient(145deg,#2a0a1a,#5a1a40,#3a1030); }
.est-img-gold { background: linear-gradient(145deg,#3a2a12,#6b4a1f,#2d210f); }
.est-img-wine { background: linear-gradient(145deg,#1a0a1a,#3d1a50,#2a1040); }

.est-card-body {
  padding: 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.est-card h3,
.est-package h3,
.est-exp h3 {
  font-family: 'Cinzel', serif !important;
  color: var(--est-green) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  line-height: 1.35 !important;
  margin: 0 0 .65rem !important;
}

.est-card p,
.est-package p,
.est-exp p,
.est-package li {
  color: var(--est-muted) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.65 !important;
}

.est-package ul {
  padding-left: 1rem;
  margin: .5rem 0 1rem;
  flex: 1;
}

.est-card-footer,
.est-exp-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(7,68,53,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.est-card-footer strong,
.est-exp-footer strong {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: var(--est-green);
  font-weight: 400;
}

.est-card-footer small,
.est-exp-footer small {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  color: var(--est-muted);
}

.est-qty {
  display: flex;
  align-items: center;
  border: 1px solid rgba(7,68,53,.25);
}

.est-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: var(--est-green);
  font-size: 17px;
  cursor: pointer;
}

.est-qty b {
  width: 32px;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid rgba(7,68,53,.15);
  border-right: 1px solid rgba(7,68,53,.15);
  text-align: center;
  color: var(--est-green);
  font-size: 13px;
  background: #fff;
}

.est-package-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}

.est-package {
  border: 1px solid rgba(7,68,53,.18);
  border-radius: 6px;
  overflow: hidden;
}

.est-featured {
  border: 2px solid var(--est-green);
}

.est-badge {
  position: absolute;
  top: 0;
  right: 1.25rem;
  z-index: 2;
  background: var(--est-green);
  color: var(--est-cream);
  padding: .25rem .65rem;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.est-mini {
  color: var(--est-teal) !important;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px !important;
  font-weight: 500 !important;
}

.est-sol {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 390px;
}

.est-sol-img {
  background: linear-gradient(145deg,#0a3a2e,#0a5a45,#0a4a38);
}

.est-sol-content {
  background: var(--est-green);
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.est-sol h2 {
  color: var(--est-cream) !important;
  font-size: clamp(22px, 3vw, 32px) !important;
}

.est-sol p:not(.est-eyebrow) {
  color: rgba(241,230,222,.72) !important;
  max-width: 460px;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.est-code {
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(184,147,90,.35);
  padding: 1rem 1.25rem;
  max-width: 330px;
  text-align: center;
  margin: 1.4rem 0;
}

.est-code small,
.est-code em {
  display: block;
  color: rgba(241,230,222,.55);
  font-size: 10px;
}

.est-code strong {
  display: block;
  font-family: 'Cinzel', serif;
  color: #d4aa72;
  font-size: 24px;
  letter-spacing: .14em;
  font-weight: 400;
}

.est-btn {
  display: inline-flex;
  width: fit-content;
  background: var(--est-teal);
  color: #fff !important;
  text-decoration: none !important;
  padding: .85rem 1.6rem;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.est-experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(241,230,222,.18);
  border: 1px solid rgba(241,230,222,.18);
}

.est-exp {
  background: rgba(255,255,255,.06);
  padding: 2rem;
  min-height: 310px;
  display: flex;
  flex-direction: column;
}

.est-exp h3,
.est-exp-footer strong {
  color: var(--est-cream) !important;
}

.est-exp p {
  color: rgba(241,230,222,.7) !important;
}

.est-qty-dark {
  border-color: rgba(241,230,222,.35);
}

.est-qty-dark button,
.est-qty-dark b {
  color: var(--est-cream);
}

.est-qty-dark b {
  background: rgba(255,255,255,.08);
  border-color: rgba(241,230,222,.25);
}

.est-tally {
  position: sticky;
  bottom: 0;
  z-index: 20;
  background: var(--est-cream);
  border-top: 1px solid rgba(7,68,53,.16);
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--est-muted);
  font-size: 13px;
}

.est-tally-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.est-tally small {
  display: block;
  color: var(--est-muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}

.est-tally strong {
  font-family: 'Cinzel', serif;
  color: var(--est-green);
  font-size: 22px;
  font-weight: 400;
}

.est-tally button {
  background: var(--est-green);
  color: var(--est-cream);
  border: 0;
  padding: .9rem 1.5rem;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
}

.est-form-section {
  padding: 4rem 5rem;
  background: var(--est-cream);
}

.est-form-intro {
  max-width: 620px;
  margin-bottom: 1.5rem;
}

.est-form-intro p:not(.est-eyebrow) {
  color: var(--est-muted);
  font-size: 14px;
  line-height: 1.75;
}

.est-note {
  background: #fff;
  border-left: 3px solid var(--est-teal);
  padding: 1rem 1.25rem;
  max-width: 650px;
  color: var(--est-muted);
  font-size: 13px;
  margin-bottom: 2rem;
}

.est-note strong {
  color: var(--est-green);
}

.est-footer {
  background: var(--est-green);
  color: rgba(241,230,222,.58);
  padding: 2rem 5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.est-footer strong {
  font-family: 'Cinzel', serif;
  color: var(--est-cream);
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 13px;
}

.est-footer a {
  color: var(--est-teal) !important;
  text-decoration: none !important;
}

/* Gravity Form #5 */
#gform_wrapper_5 .gfield_label,
#gform_wrapper_5 .ginput_complex label {
  font-family: 'Cinzel', serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: var(--est-green) !important;
  margin-bottom: 6px !important;
}

#gform_wrapper_5 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
#gform_wrapper_5 select,
#gform_wrapper_5 textarea {
  font-family: 'Jost', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: var(--est-body) !important;
  background: white !important;
  border: 1px solid rgba(7,68,53,.2) !important;
  border-radius: 3px !important;
  padding: .75rem 1rem !important;
  box-shadow: none !important;
  width: 100% !important;
}

#gform_wrapper_5 input:focus,
#gform_wrapper_5 select:focus,
#gform_wrapper_5 textarea:focus {
  border-color: var(--est-green) !important;
  outline: none !important;
  box-shadow: none !important;
}

#gform_wrapper_5 .gform_footer input[type=submit],
#gform_wrapper_5 .gform_page_footer input[type=submit] {
  font-family: 'Cinzel', serif !important;
  font-size: 11px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  background: var(--est-green) !important;
  color: var(--est-cream) !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 1rem 2.5rem !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

#gform_wrapper_5 .gform_footer input[type=submit]:hover {
  background: var(--est-mid) !important;
}

#gform_wrapper_5 .gfield_required {
  color: var(--est-teal) !important;
}

#gform_wrapper_5 .gform_fields {
  grid-column-gap: 1.25rem !important;
  grid-row-gap: 1.1rem !important;
}

#gform_wrapper_5 .ginput_card_security_code_icon {
  display: none !important;
}

#gform_wrapper_5 .validation_message,
#gform_wrapper_5 .gfield_validation_message {
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  color: #c0392b !important;
  background: none !important;
  border: 0 !important;
  padding: 3px 0 0 !important;
}

#gform_wrapper_5 .gform_confirmation_message {
  font-family: 'Cinzel', serif !important;
  font-size: 18px !important;
  color: var(--est-green) !important;
  text-align: center !important;
  padding: 2.5rem 1rem !important;
  letter-spacing: .06em !important;
  line-height: 1.6 !important;
}

/* Hide fields that collect selections if you want them invisible */
#gform_wrapper_5 .selected_extras_field,
#gform_wrapper_5 .extras_total_field {
  display: none !important;
}

@media (max-width: 1024px) {
  .est-tile-nav { grid-template-columns: repeat(4,1fr); }
  .est-grid-3,
  .est-grid-4,
  .est-package-grid,
  .est-experience-grid,
  .est-sol { grid-template-columns: 1fr; }
  .est-hero-content,
  .est-section,
  .est-form-section,
  .est-footer,
  .est-tally,
  .est-sol-content { padding-left: 2rem; padding-right: 2rem; }
}

@media (max-width: 640px) {
  .est-tile-nav { grid-template-columns: repeat(2,1fr); }
  .est-grid { grid-template-columns: 1fr; }
  .est-hero { min-height: 410px; }
  .est-hero-content { padding: 3rem 1.25rem; }
  .est-section,
  .est-form-section,
  .est-footer,
  .est-sol-content { padding: 3rem 1.25rem; }
  .est-tally {
    padding: .9rem 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .est-tally-right {
    justify-content: space-between;
  }
  .est-tally button {
    padding: .85rem 1rem;
  }
  .est-footer {
    flex-direction: column;
    text-align: center;
  }
}
.est-qty{
    display:flex;
    align-items:center;
    justify-content:center;
    height:34px;
}

.est-qty button{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:34px;
    height:34px;
    line-height:1 !important;
    padding:0 !important;
}

.est-qty b{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:34px;
    line-height:1 !important;
}
/* Gravity Form spacing */

#gform_wrapper_5{
    padding: 2rem !important;
    background: #fff;
    border-radius: 8px;
}

#gform_wrapper_5 .gform_body{
    padding-top: 0.5rem;
}

#gform_wrapper_5 .gform_footer{
    padding-top: 1.5rem !important;
}
.est-tally {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

/* Adds space so the fixed bar doesn't cover the bottom of the page */
.est-page {
    padding-bottom: 95px !important;
}
@media (max-width: 640px) {
    .est-page {
        padding-bottom: 145px !important;
    }
}
.est-img{
    position:relative;
    min-height:205px;
    overflow:hidden;
}

.est-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.est-img span{
    position:absolute;
    top:.8rem;
    left:.8rem;
    z-index:2;
}
.est-img{
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    overflow: hidden !important;
    position: relative !important;
}

.est-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
/* Top page spacing fix */

.est-page .est-hero {
    margin-bottom: 0 !important;
}

.est-page .est-tile-nav {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Extra Special Touches intro section */
.est-page .est-tile-nav + .est-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

/* Something Sweet section */
.est-page #sweet {
    padding-top: 2rem !important;
}
/* FORCE REMOVE ELEMENTOR GAPS BETWEEN THIS LANDING PAGE HTML WIDGETS */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element:has(.est-hero),
.elementor-element:has(.est-tile-nav),
.elementor-element:has(.est-section),
.elementor-element:has(#sweet) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove white gap caused by paragraphs/headings */
.est-hero,
.est-tile-nav,
.est-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Tighten intro and first product section */
.est-tile-nav + .est-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

#sweet {
    padding-top: 1.25rem !important;
}
/* Fix Hero + Nav widget beige space */

.est-page {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.est-page .est-hero {
    margin: 0 !important;
}

.est-page .est-tile-nav {
    margin: 0 !important;
}

.est-page .est-tile-nav a {
    margin: 0 !important;
}

/* Remove Elementor widget/container spacing */
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}
/* Fixed category navigation */

.est-tile-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 9998 !important;
}
.est-tile-nav {
    position: sticky !important;
    top: 90px !important;
    z-index: 9998 !important;
}
/* Make category nav sticky */

.est-page,
.est-page *,
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
    overflow: visible !important;
}

.est-hero {
    overflow: hidden !important;
}

.est-tile-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
}
/* Fixed category nav */

.est-tile-nav {
   position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}
.est-nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.est-tile-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
}
.est-tile-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
}
.est-tile-nav {
  position: sticky !important;
  top: 110px !important;
  z-index: 9998 !important;
}
/* Force nav below sticky header */

nav.est-tile-nav {
  position: sticky !important;
  top: 120px !important;
  z-index: 999999 !important;
}
.est-tile-nav {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
}
.est-sol-img{
    height:100%;
    min-height:420px;
    background:#f1e6de;
}

.est-sol-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}
/* SOL image panel fix */

.est-sol {
    align-items: stretch !important;
}

.est-sol .est-sol-img {
    height: 100% !important;
    min-height: 430px !important;
    overflow: hidden !important;
}

.est-sol .est-sol-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}
/* Experiences section beige override */

#experiences-section {
  background: #F1E6DE !important;
}

#experiences-section h2,
#experiences-section h3,
#experiences-section .est-exp-footer strong {
  color: #074435 !important;
}

#experiences-section .est-intro,
#experiences-section p,
#experiences-section li,
#experiences-section small {
  color: #5f5a55 !important;
}

#experiences-section .est-exp {
  background: #ffffff !important;
  border: 1px solid rgba(7,68,53,.15) !important;
}

#experiences-section .est-exp-footer {
  border-top: 1px solid rgba(7,68,53,.12) !important;
}

#experiences-section .est-qty-dark button,
#experiences-section .est-qty-dark b {
  color: #074435 !important;
}
/* Premium bullet styling */

.est-exp ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 1rem 0 0 0 !important;
}

.est-exp ul li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: .55rem;
    font-size: 14px;
    line-height: 1.7;
    color: #5f5a55;
    font-weight: 300;
}

.est-exp ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #B8935A;
    font-size: 18px;
    line-height: 1.2;
}
/* Gravity Form polish */

.est-form-section,
#gform_wrapper_1,
#gform_wrapper_2 {
    background: #F8F3EF !important;
}

/* More spacing around form */

.gform-body {
    padding-bottom: 2rem !important;
}

/* Submit area */

.gform_footer,
.gform-page-footer {
    margin-top: 2rem !important;
    padding-top: 1rem !important;
}

/* Submit button */

.gform_button {
    background: #074435 !important;
    color: #F1E6DE !important;
    border: none !important;
    padding: 16px 40px !important;
    font-family: 'Cinzel', serif !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    min-width: 220px;
    transition: .3s ease;
}

.gform_button:hover {
    background: #0A5A46 !important;
}
.est-form-section{
    background:#ffffff !important;
}
/* Bring form intro and Gravity Form together */

.est-form-section {
  padding-bottom: 1.5rem !important;
}

#gform_wrapper_5 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#gform_wrapper_5 form {
  margin-top: 0 !important;
}

.elementor-widget-shortcode {
  margin-top: -2rem !important;
}

#gform_wrapper_5 .gform_body {
  padding-top: 0 !important;
}
/* Make entire Gravity Form match landing page */

#gform_wrapper_5,
#gform_wrapper_5 form,
#gform_wrapper_5 .gform-body,
#gform_wrapper_5 .gform_fields,
#gform_wrapper_5 .gfield,
#gform_wrapper_5 .gform_page,
#gform_wrapper_5 .gform_page_fields {
    background: #F1E6DE !important;
}
/* Align Gravity Form with intro content */

#gform_wrapper_5 {
    max-width: 100% !important;
    margin-top: 0 !important;
}

#gform_wrapper_5 form {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/* Mobile */

@media (max-width: 768px) {
    #gform_wrapper_5 form {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.est-form-intro,
.est-note {
    max-width: 700px;
}

#gform_wrapper_5 {
    margin-top: 2rem !important;
}
.est-exp-img {
  height: 240px;
  overflow: hidden;
  margin: -2rem -2rem 1.5rem -2rem;
}

.est-exp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Total Payment field */

.readonly-total input{
    background:#F8F3EF !important;
    border:1px solid rgba(7,68,53,.15) !important;
    color:#074435 !important;
    font-weight:600;
    pointer-events:none;
    user-select:none;
    cursor:default;
}/* End custom CSS */