/*!
Theme Name: DWI
Theme URI: http://underscores.me/
Author: Firmly d.o.o.
Author URI: http://www.firmly.com
Description: Custom Theme for Digital Wedding Invitaions create by Firmly
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dwi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DWI is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

@font-face {
  font-family: "Jendral";
  src: url("/wp-content/themes/dwi/fonts/JendralWritingPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Elements
--------------------------------------------- */
body {
  background-color: #fff;
  height: 100vh;
  padding: 100px 0;
}
@media (max-width: 767px) {
  body {
    padding: 32px 0;
  }
}

.container {
  max-width: 564px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

@keyframes shimmerMove {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
body {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

body.page-loaded {
  overflow: auto;
}

.envelope-scene {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: hidden;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .envelope-scene {
    padding: 0;
  }
}

.envelope {
  position: relative;
  width: 1248px;
  aspect-ratio: 1.65/1;
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, 0.22));
  transform-origin: center center;
}
@media (max-width: 767px) {
  .envelope {
    width: auto !important;
    aspect-ratio: 16/9;
    height: 40%;
    transform: rotate(90deg);
    filter: none;
  }
}

.envelope__paper-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 82%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.envelope__paper {
  position: absolute;
  left: 50%;
  top: 12%;
  width: 100%;
  height: 78%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  border-radius: 18px 18px 8px 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.envelope__paper-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgb(248, 248, 243) 100%);
  border: 1px solid rgba(147, 161, 115, 0.15);
}

/* tijelo koverte */
.envelope__body {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #5a6458 0%, #454f44 100%);
  overflow: hidden;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.18), inset 0 -10px 18px rgba(0, 0, 0, 0.08);
}

.envelope__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 45%), linear-gradient(315deg, rgba(0, 0, 0, 0.05), transparent 35%);
  pointer-events: none;
}

.envelope__top {
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  height: 52%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(180deg, #6b7569 0%, #545e52 55%, #343c33 100%);
  z-index: 6;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.08);
  transform-origin: top center;
  transform: perspective(1800px) rotateX(0deg);
  backface-visibility: hidden;
}

.envelope__left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 72%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(135deg, #5a6458 0%, #343c33 100%);
  z-index: 4;
  box-shadow: inset -8px 0 18px rgba(0, 0, 0, 0.06);
}

.envelope__right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 72%;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: linear-gradient(225deg, #5a6458 0%, #343c33 100%);
  z-index: 4;
  box-shadow: inset 8px 0 18px rgba(0, 0, 0, 0.06);
}

.envelope__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58%;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background: linear-gradient(180deg, #6b7569 0%, #454f44 68%, #262d26 100%);
  z-index: 5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 -4px 10px rgba(0, 0, 0, 0.05);
}

.envelope__shadow {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  width: 78%;
  height: 56px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 72%);
  z-index: 0;
  filter: blur(8px);
}

/* ANIMACIJE */
body.page-loaded .envelope__top {
  animation: envelopeOpen 1.1s cubic-bezier(0.65, 0.05, 0.36, 1) 1s forwards;
}

body.page-loaded .envelope__paper {
  animation: paperReveal 1.35s cubic-bezier(0.22, 0.61, 0.36, 1) 1.65s forwards;
}

body.page-loaded .envelope-scene {
  animation: sceneZoomToPaper 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) 2.75s forwards, sceneFadeOut 0.45s ease 3.45s forwards;
}

/* KEYFRAMES */
@keyframes envelopeOpen {
  0% {
    transform: perspective(1800px) rotateX(0deg);
  }
  100% {
    transform: perspective(1800px) rotateX(-178deg);
  }
}
@keyframes paperReveal {
  0% {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(6%);
    opacity: 1;
  }
}
@keyframes sceneZoomToPaper {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.9) rotate(90deg);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  @keyframes sceneZoomToPaper {
    0% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: scale(1.5) rotate(0deg);
      opacity: 1;
    }
  }
}
@keyframes sceneFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1280px) {
  .envelope {
    width: 92vw;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}
.dwi-body__wrapper {
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 0 0 32px 0;
  position: relative;
  height: calc(100vh - 200px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 2px solid transparent;
  animation: rainbow 2s infinite linear;
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box;
  background-size: 200%;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff 30%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #7a5c23 0%, #caa94c 18%, #fff3c4 38%, #ffd86b 45%, #fff3c4 52%, #caa94c 65%, #5f471b 100%);
}
@media (max-width: 767px) {
  .dwi-body__wrapper {
    padding: 0 0 16px 0;
    height: calc(100dvh - 64px);
  }
}
.dwi-body__wrapper__couple-image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.dwi-body__wrapper__couple-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.dwi-body__wrapper__content {
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}
.dwi-body__wrapper__content::-webkit-scrollbar {
  display: none;
}
.dwi-body__wrapper__content__content-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.dwi-body__wrapper__content__content-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
.dwi-body__wrapper__content__content-body__two {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .dwi-body__wrapper__content__content-body__two {
    padding: 0 16px;
  }
}
.dwi-body__wrapper__content__content-body__two .body-1 {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dwi-body__wrapper__content__content-body__two .body-2 {
  font-family: "Jendral", cursive;
  font-weight: 500;
  margin: -15px 0;
  font-size: 160px;
  text-align: center;
  background: linear-gradient(120deg, #7a5c23 0%, #caa94c 18%, #fff3c4 38%, #ffd86b 45%, #fff3c4 52%, #caa94c 65%, #5f471b 100%);
  background-size: 200% auto;
  background-position: 200% center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmerMove 3s linear infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 100%;
}
.dwi-body__wrapper__content__content-body__two .and {
  font-size: 80px;
  margin: -60px 0 -10px;
  line-height: 1;
}
.dwi-body__wrapper__content__content-body__two .body-3 {
  font-family: "Spectral", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .dwi-body__wrapper__content__content-body__two .body-3 {
    font-size: 32px;
  }
}
.dwi-body__wrapper__content__content-body__two .body-4 {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}
.dwi-body__wrapper__content__content-body__two .body-9 {
  font-family: "Jendral", cursive;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
}

.heart-gold {
  font-size: 28px;
  text-align: center;
  background: linear-gradient(120deg, #7a5c23 0%, #caa94c 18%, #fff3c4 38%, #ffd86b 45%, #fff3c4 52%, #caa94c 65%, #5f471b 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerMove 3s linear infinite;
}

.dwi-body {
  position: relative;
  z-index: 2;
  margin-top: 0; /* remove overlap */
  opacity: 0; /* start hidden */
  transform: scale(0.96);
  transition: opacity 1s ease, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.page-loaded .dwi-body {
  opacity: 1;
  transform: scale(1);
}

.tap-to-open {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #454f44;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.tap-to-open__inner {
  color: white;
  font-family: "Spectral", serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
  text-align: center;
  animation: pulseText 2s ease-in-out infinite;
}

@keyframes pulseText {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
/* sakrivanje */
body.started .tap-to-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tap-to-open {
  backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
  body.page-loaded .envelope__top {
    animation: envelopeOpen 0.8s ease 0.8s forwards;
  }
  body.page-loaded .envelope__paper {
    animation: paperReveal 0.9s ease 1.35s forwards;
  }
}
@media (max-width: 767px) {
  .envelope-scene {
    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}
.countdown {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 767px) {
  .countdown {
    gap: 8px;
  }
}
.countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  flex: 1;
  background-color: transparent;
  border: 2px solid #caa94c;
}
@media (max-width: 767px) {
  .countdown div {
    padding: 10px;
  }
}
.countdown span {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .countdown span {
    font-size: 12px;
  }
}
.countdown span:first-child {
  font-size: 40px;
}
@media (max-width: 767px) {
  .countdown span:first-child {
    font-size: 28px;
  }
}

.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wpcf7 form p {
  margin: 0;
}
.wpcf7 form p br {
  display: none;
}
.wpcf7 form p span input[type=text] {
  padding: 4px 8px;
  border: 0;
  border-bottom: 2px solid black;
  color: black;
  font-family: "Spectral", serif;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.wpcf7 form p span input[type=text]::placeholder {
  color: #ddd;
}
.wpcf7 form p span input[type=text]:focus, .wpcf7 form p span input[type=text]:focus-visible {
  color: black;
  border-bottom: 2px solid #caa94c;
}
.wpcf7 form p span .wpcf7-not-valid-tip {
  text-align: center;
  font-family: "Spectral", serif;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #caa94c;
  margin-top: 8px;
}
.wpcf7 form .form-ctas p {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.wpcf7 form .form-ctas p br, .wpcf7 form .form-ctas p .wpcf7-spinner {
  display: none;
}
.wpcf7 form .form-ctas p button[type=submit] {
  padding: 8px 24px;
  border: 2px solid #caa94c;
  color: black;
  font-family: "Spectral", serif;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  font-size: 16px;
  background-color: #caa94c;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 form .form-ctas p button[type=submit]:hover {
  background-color: #ffd86b;
  border: 2px solid #ffd86b;
}
.wpcf7 form .form-ctas p .decline {
  background-color: transparent !important;
  border: 2px solid #caa94c !important;
}
.wpcf7 form .form-ctas p .decline:hover {
  background-color: #caa94c !important;
  border: 2px solid #caa94c !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  color: #caa94c;
  font-family: "Spectral", serif;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
