.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
   
    background-color: rgb(255, 245, 232);

}

.absolute-footer {
  display: none;
}

/* ==================================================
   NEWSLETTER FORM
================================================== */

.email-row {
  position: relative;
  width: 100%;
  max-width: 500px;
}

/* Email Input */

.email-row input[type="email"] {
  width: 100%;
  padding: 12px 35px 12px 0;
  border: none;
  border-bottom: 1px solid #1e1e1e;
  background: transparent;
  color: #000;
  font-size: 14px;
  box-shadow: none;
}

.email-row input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}

.email-row input[type="email"]::placeholder {
  color: #000;
  font-style: italic;
}

/* Remove Chrome autofill background */

.email-row input[type="email"]:-webkit-autofill {
  transition: background-color 9999s;
}

/* Submit Arrow */

.email-row input[type="submit"],
.email-row button[type="submit"] {
  position: absolute;
  right: 6px;
  bottom: 16px;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  border: none;
  background: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/green-arrow-right.png') center center / contain no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  transition: all .3s ease;
}

/* Hover */

.email-row input[type="submit"]:hover,
.email-row button[type="submit"]:hover {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/yellow-arrow-right.png');
  transform: translateX(3px);
}

/* ==================================================
   FLATSOME BUTTONS
================================================== */

.button {
  position: relative;
}

.button span {
  display: inline-flex;
  align-items: center;
}

.button span:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease;
}

/* Primary */

.button.primary span:after,
.button.is-primary span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/green-arrow-right.png');
}

/* Secondary */

.button.secondary span:after,
.button.is-outline span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/blue-arrow-right.png');
}

/* Success */

.button.success span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/red-arrow-right.png');
}

/* White */

.button.white span:after,
.button.is-white span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/white-arrow-right.png');
}

/* Universal Hover */

.button:hover,
.button:hover span {
  color: #FAA61A !important;
}

.button:hover span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/yellow-arrow-right.png') !important;
  transform: translateX(4px);
}

/* White Button Text */

.button.white.is-link,
.button.white.is-outline {
  color: #FFF5E8 !important;
}

/* ==================================================
   CONTACT FORM 7
================================================== */

/* Hide default CF7 submit button */

.wpcf7 form .wpcf7-submit {
  display: none !important;
}

/* If using visible CF7 submit buttons elsewhere */

.wpcf7-submit:after,
.wpcf7-submit span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/green-arrow-right.png') center/contain no-repeat;
  transition: all .3s ease;
}

.wpcf7-submit:hover {
  color: #FAA61A !important;
}

.wpcf7-submit:hover:after,
.wpcf7-submit:hover span:after {
  background-image: url('https://seashell-pigeon-739487.hostingersite.com/wp-content/uploads/2026/06/yellow-arrow-right.png') !important;
  transform: translateX(4px);
}

/* ==================================================
   BREADCRUMBS
================================================== */

.breadcrumbs a {
  color: #000;
  font-weight: 400;
}

.icon-menu {
  color: 252917;
}