/* some comments here */
#main-nav {
	display: none; 
}

:root {
    --primary-color: #6b1f2b;
    --secondary-color: #E8C7C7;
    --main-text: #F5EFE6;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/wp-content/uploads/2026/05/velvet-background-edited-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    
}
/*
body::before {
    content: "";
    position: fixed;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    border: 3px solid var(--secondary-color);
    pointer-events: none;
    z-index: 1;
}
    
.site-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
    */
    .site-wrapper {
        margin: 5vh 5vw;
       /* border: 3px solid var(--secondary-color); */ 
       border: 1px solid rgba(232,199,199,0.7);
		border-radius: 10px;
       background: rgba(0,0,0,0.15);
       backdrop-filter: blur(2px);
        min-height: 100vh;
        box-sizing: border-box;
    }
    /*
.hero-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 15% 10% 0 10%;
}
    */
    .hero-flex {
        margin: 5% 10% 0 10%;
    }
.hero-names {
    text-align: center;
}
.hero-names h1 {
    font-family: Tangerine;
    color: var(--main-text);
    font-size: 8rem;
    margin: 0;
}
.hero-date p {
    color: var(--main-text);
    font-family: Tangerine;
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
}
.hero-image {
    display: flex;
    justify-content: center;
}
.hero-image img {
    max-height: 600px;
}
.tagline {
    text-align: center;
}
.tagline p {
    color: var(--main-text);
    font-family: Tangerine;
    font-size: 2.5rem;
    margin-top: 5rem;
}


fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}
.rsvp-form {
    padding: 5% 5% 3% 5%;
}
.rsvp-bg {
    margin: 3% 20% 3% 20%;
    border: 1px solid var(--secondary-color);
	border-radius: 10px;
    background: rgba(107, 31, 43, 0.8);
}
.rsvp-title h2 {
    text-align: center;
    font-size: 4rem;
    font-family: Lora; 
    color: var(--main-text);
    margin: 0;
}
.rsvp-title p {
	text-align: center;
    font-size: 1rem;
    font-family: Lora; 
    color: var(--main-text);
    margin: 0;
}


.rsvp-item legend, .rsvp-item > label, .guest-name-field label {
    font-family: Lora;
    color: var(--main-text);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: block;
}
.rsvp-question {
	font-family: Lora;
    color: var(--main-text);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    /*display: block;*/
}
.rsvp-item legend {
    margin-bottom: 0.5rem;
}
.tattoo-question legend {
    margin-bottom: 0.25rem;
}
/*
.with_frm_style input[type="text"]  {
	background: var(--main-text) !important;
}
*/

.tattoo-note {
    font-family: Lora;
    color: var(--main-text);
    font-size: 0.8rem;
    margin: 0 0 0.5em 0;
}
.tattoo-note-secondary {
    font-family: Lora;
    font-style: italic;
    color: var(--main-text);
    font-size: 0.8rem;
    margin: 0 0 0.5em 0;
}
.frm_opt_container.guest-options {
    display: flex !important;
    gap: 1rem !important;
}
.guest-options .frm_radio {
    margin: 0;
}
.guest-options label {
	display: inline-flex;
	align-items: center;
}
.guest-options input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}

.guest-options label,
.guest-options .frm_radio label {
  display: inline-block !important;
  padding: 0.45rem 1.5rem !important;
  border: 1px solid var(--secondary-color) !important;
  background: var(--main-text) !important;
  color: var(--primary-color) !important;
  cursor: pointer !important;
  font-family: Lora !important;
}

.guest-options input[type="radio"]:checked + label,
.guest-options label:has(input[type="radio"]:checked),
.guest-options .frm_radio label:has(input[type="radio"]:checked) {
  background: var(--primary-color) !important;
  color: var(--main-text) !important;
	border-radius: 5px !important;
}
.guest-options /*input:checked + span*/ label:has(input:checked) {
    background: var(--primary-color) !important;
    color: var(--main-text) !important;
}
.guest-options input:hover + span {
    background: var(--primary-color);
    color: var(--main-text);
}
.with_frm_style .vertical_radio .frm_radio label {
	border-radius: 5px !important;
}
.guest-name-field {
    display: none;
    /*margin-top: 1rem;*/
}
.guest-name-field:focus {
	outline: none;
}
.submit-wrapper {
    display: flex;
    justify-content: center;
}
.submit-rsvp {
    display: inline-block;
    padding: 0.45rem 1.5rem;
    border: 1px solid var(--secondary-color);
    background: var(--main-text);
    color: var(--primary-color);
    cursor: pointer;
    font-family: Lora;
    font-size: 1.1rem;
}
.submit-rsvp:hover {
    background: var(--primary-color);
    color: var(--main-text);
}
/*
.rsvp-form input[type="text"] {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.45rem;
    background: var(--main-text);
    border: 1px solid var(--secondary-color);
    color: var(--primary-color);
}
.rsvp-form input[type="text"]:focus {
    outline: none;
}
*/
.rsvp-form input[type="text"],
.rsvp-form input[type="email"],
.rsvp-form textarea {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.45rem;
    background: var(--main-text) !important;
    border: 1px solid var(--secondary-color) !important;
    color: var(--primary-color) !important;
}
.rsvp-form input[type="text"]:focus,
.rsvp-form input[type="email"]:focus,
.rsvp-form textarea:focus {
    outline: none !important;
}
.tattoo-options {
    display: flex !important;
    gap: 1rem !important;
}

.tattoo-options input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
}

.tattoo-options label,
.tattoo-options .frm_radio label {
    display: inline-block !important;
    padding: 0.45rem 1.5rem !important;
    border: 1px solid var(--secondary-color) !important;
    background: var(--main-text) !important;
    color: var(--primary-color) !important;
    cursor: pointer !important;
    font-family: Lora !important;
}

.tattoo-options label:has(input[type="radio"]:checked),
.tattoo-options .frm_radio label:has(input[type="radio"]:checked) {
    background: var(--primary-color) !important;
    color: var(--main-text) !important;
}
.stay-tuned {
    text-align: center;
    font-size: 0.9rem;
    color: var(--main-text);
    font-family: Lora;
    font-style: italic;
}
.stay-tuned p {
    margin-top: 0;
}
.tattoo-email-field {
  display: none;
}
.tattoo-email-field label {
	font-family: Lora;
    color: var(--main-text);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: block;
}
.input-note {
	font-family: Lora;
    color: var(--main-text);
    font-size: 0.8rem;
    margin: 0 0 0.5em 0;
}
.submit-rsvp {
    display: inline-block !important;
    padding: 0.45rem 1.5rem !important;
    border: 1px solid var(--secondary-color) !important;
    background: var(--main-text) !important;
    color: var(--primary-color) !important;
    cursor: pointer !important;
    font-family: Lora !important;
    font-size: 1.1rem !important;
	transition: 0.3s ease-in-out;
	outline: none;
}
.submit-rsvp:hover {
    background: var(--primary-color) !important;
    color: var(--main-text) !important;
}
.faq h2 {
	text-align: center;
    font-size: 4rem;
    font-family: Lora; 
    color: var(--main-text);
    margin: 0;
}
.faq-question {
	font-size: 1.3rem;
}
.faq ul {
	margin: 0 20%;
	list-style-type: none;
	padding: 0;
}
.faq ul li {
	font-family: Lora;
	color: var(--main-text);
	font-size: 1rem;
	margin: 20px 0;
}
.faq ul li a {
	color: var(--main-text);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1450px) {
	.rsvp-bg {
		margin: 3% 10%;
	}
	.faq ul {
		margin: 0 10%;
	}
}
@media screen and (max-width: 1200px) {
	.hero-names h1 {
		font-size: 7rem;
	}
	.hero-image img {
		max-height: 500px;
	}
	.tagline p {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 1000px) {
	.hero-names h1 {
		font-size: 6rem;
	}
	.hero-image img {
		max-height: 400px;
	}
	.hero-date p, .tagline p {
		font-size: 2rem;
	}
	.rsvp-bg {
		margin: 3% 5%;
	}
	.rsvp-form {
		padding: 5% 3% 0% 3%;
	}
	.rsvp-title h2 {
		font-size: 3rem;
	}
	.rsvp-title p {
		font-size: 0.9rem;
	}
	.faq h2 {
		font-size: 3rem;
	}
	.faq ul {
		margin: 0 5%;
	}
	.rsvp-item legend, .rsvp-item > label, .guest-name-field label, .rsvp-question, .submit-rsvp, .rsvp-form input[type="text"],
.rsvp-form input[type="email"],
.rsvp-form textarea, .tattoo-email-field label {
		font-size: 1rem;
	}
	.faq h2 {
		font-size: 3rem;
	}
	.faq-question {
		font-size: 1rem;
	}
	.faq ul li {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 600px) {
	.hero-names h1 {
		font-size: 4rem;
	}
	.hero-image img {
		max-height: 300px;
	}
	.tagline {
		margin: 0 20px;
	}
	.tagline p {
		margin-top: 1rem;
	}
}
@media screen and (max-width: 400px) {
	.tattoo-options {
		display: block !important;
		text-align: center;
	}
	.frm_opt_container.guest-options {
		display: block !important;
		text-align: center;
	}
}