.elementor-kit-23{--e-global-color-primary:#994427;--e-global-color-secondary:#C4B5A0;--e-global-color-text:#2C2C2C;--e-global-color-accent:#7A3520;--e-global-color-6991c1e:#F7F3EF;--e-global-color-8b4418f:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 p{margin-block-end:20px;}.elementor-kit-23 a{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-weight:400;text-decoration:none;}.elementor-kit-23 a:hover{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-23 h1{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:52px;font-weight:700;}.elementor-kit-23 h2{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:38px;font-weight:700;}.elementor-kit-23 h3{color:var( --e-global-color-text );font-family:"Playfair Display", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-23 h4{color:var( --e-global-color-text );font-family:"Playfair Display", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-23 h5{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:16px;font-weight:700;}.elementor-kit-23 h6{color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:14px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Mobile menu - overlay so logo doesn't move */
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: fixed !important;
  top: 60px !important;
  right: 0 !important;
  left: auto !important;
  width: 80vw !important;
  z-index: 99999 !important;
  margin-right: 10% !important;
  margin-left: 10% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  padding: 10px 20px !important;
}

/* Footer nav link hover - shift right */
.elementor-location-footer .elementor-nav-menu .elementor-item {
  display: inline-block;
  transition: transform 0.2s ease, padding-left 0.2s ease;
}

.elementor-location-footer .elementor-nav-menu .elementor-item:hover {
  transform: translateX(6px);
}

/* Prevent footer nav links from wrapping */
.elementor-location-footer .elementor-nav-menu .elementor-item {
  white-space: nowrap !important;
}

/* Footer nav link hover shift */
.elementor-location-footer .elementor-nav-menu .elementor-item {
  display: inline-block;
  transition: transform 0.2s ease;
}

.elementor-location-footer .elementor-nav-menu .elementor-item:hover {
  transform: translateX(6px);
}

/* Footer heading style */
.elementor-location-footer h5.elementor-heading-title {
  white-space: nowrap !important;
}

/* Prevent icon list text from wrapping in footer */
.elementor-location-footer .elementor-icon-list-text {
  white-space: nowrap !important;
}

/* Connect column icon list hover shift */
.elementor-location-footer .elementor-icon-list-item {
  transition: transform 0.2s ease;
}

.elementor-location-footer .elementor-icon-list-item:hover {
  transform: translateX(6px);
}

/* Add space after ordered and unordered lists */
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
  margin-bottom: 1.25em !important;
}
/* Contact Form 7 - SAS Brand Styling */

/* Input and textarea fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #c4b5a0 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #2c2c2c !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  transition: border-color 0.2s ease !important;
  box-sizing: border-box !important;
}

/* Focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none !important;
  border-color: #994427 !important;
  box-shadow: 0 0 0 3px rgba(153, 68, 39, 0.12) !important;
}

/* Textarea height */
.wpcf7 textarea {
  min-height: 160px !important;
  resize: vertical !important;
}

/* Labels */
.wpcf7 label {
  display: block !important;
  font-family: Lato, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
  margin-bottom: 6px !important;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #994427 !important;
  color: #ffffff !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 12px 32px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  width: auto !important;
}

/* Submit button hover */
.wpcf7 input[type="submit"]:hover {
  background-color: #7a3520 !important;
}

/* Spacing between fields */
.wpcf7 .form-group {
  margin-bottom: 20px !important;
}

/* Success message */
.wpcf7 .wpcf7-response-output {
  border-radius: 4px !important;
  padding: 12px 16px !important;
  font-family: Lato, sans-serif !important;
  font-size: 14px !important;
  margin-top: 16px !important;
  border: none !important;
}

/* Success state */
.wpcf7.sent .wpcf7-response-output {
  background-color: #f7f3ef !important;
  color: #2c2c2c !important;
  border-left: 4px solid #994427 !important;
}

/* Error state */
.wpcf7.failed .wpcf7-response-output,
.wpcf7.invalid .wpcf7-response-output {
  background-color: #fff5f5 !important;
  color: #2c2c2c !important;
  border-left: 4px solid #c0392b !important;
}

/* Validation error on individual fields */
.wpcf7 .wpcf7-not-valid {
  border-color: #c0392b !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #c0392b !important;
  font-size: 13px !important;
  font-family: Lato, sans-serif !important;
  margin-top: 4px !important;
  display: block !important;
}
/* Tighten CF7 label to field spacing */
.wpcf7 p {
  margin-bottom: 0 !important;
}

.wpcf7 br {
  display: none !important;
}
#mlb2-41363522.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #ffffff!important;
    border-width: 8px!important;
}
/* Home page section links hover effect */
.home-section-links a {
  display: block;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e8e0d8;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.home-section-links a:hover {
  transform: translateX(8px);
}
/* Blog archive page padding */
.blog .site-main,
.archive .site-main,
.category .site-main {
  padding: 60px 40px 80px;
  max-width: 900px;
  margin: 0 auto;
}
/* Blog archive and single post title */
.single .entry-title,
.blog .entry-title,
.archive .entry-title,
.category .entry-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px;
  font-weight: 600;
  color: #994427;
}

.blog .entry-title a,
.archive .entry-title a,
.category .entry-title a {
  font-family: 'Playfair Display', serif !important;
}
/* NextGEN Gallery styling */
.ngg-galleryoverview {
  margin: 0 !important;
  padding: 0 !important;
}

.ngg-thumbnail {
  border-radius: 4px !important;
  overflow: hidden !important;
  transition: opacity 0.2s ease !important;
}

.ngg-thumbnail:hover {
  opacity: 0.85 !important;
}

.ngg-gallery-thumbnail-box {
  margin: 4px !important;
}/* End custom CSS */