/* playfair display */
/* regular */
@font-face {
	font-family: 'Playfair Display';
	src:
		url('../fonts/PlayfairDisplay-VariableFontwght.woff2') format('woff2'),
		url('../fonts/PlayfairDisplay-VariableFontwght.woff') format('woff');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
	font-optical-sizing: auto;
}

/* italic */
@font-face {
	font-family: 'Playfair Display';
	src:
		url('../fonts/PlayfairDisplay-Italic-VariableFontwght.woff2')
		format('woff2'),
		url('../fonts/PlayfairDisplay-Italic-VariableFontwght.woff') format('woff');
	font-weight: 400 900;
	font-style: italic;
	font-display: swap;
	font-optical-sizing: auto;
}

/* montserrat */
/* regular */
@font-face {
	font-family: 'Montserrat';
	src:
		url('../fonts/Montserrat-VariableFontwght.woff2') format('woff2'),
		url('../fonts/Montserrat-VariableFontwght.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	font-optical-sizing: auto;
}

/* italic */
@font-face {
	font-family: 'Montserrat';
	src:
		url('../fonts/Montserrat-Italic-VariableFontwght.woff2') format('woff2'),
		url('../fonts/Montserrat-Italic-VariableFontwght.woff') format('woff');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
	font-optical-sizing: auto;
}

/* cormorant garamond */
/* regular */
@font-face {
	font-family: 'Cormorant Garamond';
	src:
		url('../fonts/CormorantGaramond-VariableFontwght.woff2') format('woff2'),
		url('../fonts/CormorantGaramond-VariableFontwght.woff') format('woff');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
	font-optical-sizing: auto;
}

/* italic */
@font-face {
	font-family: 'Cormorant Garamond';
	src:
		url('../fonts/CormorantGaramond-Italic-VariableFontwght.woff2')
		format('woff2'),
		url('../fonts/CormorantGaramond-Italic-VariableFontwght.woff')
		format('woff');
	font-weight: 300 700;
	font-style: italic;
	font-display: swap;
	font-optical-sizing: auto;
}

/* lora */
/* regular */
@font-face {
	font-family: 'Lora';
	src:
		url('../fonts/Lora-VariableFontwght.woff2') format('woff2'),
		url('../fonts/Lora-VariableFontwght.woff') format('woff');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
	font-optical-sizing: auto;
}

/* italic */
@font-face {
	font-family: 'Lora';
	src:
		url('../fonts/Lora-Italic-VariableFontwght.woff2') format('woff2'),
		url('../fonts/Lora-Italic-VariableFontwght.woff') format('woff');
	font-weight: 400 700;
	font-style: italic;
	font-display: swap;
	font-optical-sizing: auto;
}

.d-none{
	display: none;
}

html :where(.wp-block) {
	max-width: 100%;
	background-color: var(--clr-black);
}

html :where(.editor-styles-wrapper) {
	color: revert;
	background-color: var(--clr-black);
}

#link-options label,
.editor-post-panel__row-control span {
	color: #000;
}

:focus-visible {
	border: 1.5px solid #d1b578 !important;
	outline: 1px solid #fff;
	outline-offset: 4px;
	transition:
		outline-offset 0.2s ease,
		outline-color 0.2s ease,
		border-color 0.2s ease;
	display: inline-block;
}

/* header .container,
.block-home-slider .container {
max-width: calc(100% - 124px);
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

/* @media (min-width: 1440px) {
h1,
h2 {
font-size: clamp(2.3rem, -0.9586rem + 3.7241vw, 5rem);
}

body {
font-size: clamp(1.25rem, -0.8621rem + 2.4138vw, 3rem) !important;
}
} */
h1, h2 {
	font-size: var(--fs-700);
}


h3 {
	font-size: clamp(1.3rem, 1.2429rem + 0.2857vw, 1.5rem);
	margin-bottom: 0.35em;
}

h2 > *, h1 > * {
	background: linear-gradient(to bottom, #d1b578, #b7860f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	line-height: 1.2;
	padding-bottom: 4px;
}

.block-home-slider h1, .block-home-slider h2{
	background: linear-gradient(to bottom, #d1b578, #b7860f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	line-height: 1.2;
	padding-bottom: 4px;
}

body {
	font-family: var(--font-body-secondary);
	/*font-weight: 500;*/
	font-style: normal;
	font-optical-sizing: auto;
	background-color: #090a0b;
	color: #fff;
	font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
}

/* .sub-header {
font-family: var(--font-heading) !important;
font-size: var(--fs-600);
text-transform: none;
} */

/* p {
max-width: 80ch;
} */

.site-main a {
	color: #fff;
	text-decoration: none;
}

::marker {
	color: var(--clr-primary);
}



section {
	padding-block-start: var(--space-2xl);
}

.custom-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.custom-center > * {
	margin-inline: auto;
}

.site {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

/*.page-id-3 .site-header,
.page-id-204 .site-header, .page-id-875 .site-header {
	position: static;
}*/

.page-id-3 .site-main,
.page-id-204 .site-main, .page-id-875 .site-main{
	padding-block-start: 12rem;
} 

.footer-social-item i {
	font-size: var(--fs-600);
}

/* .site-footer > .container {
border-top: 1px solid var(--clr-primary);
} */

@media (max-width: 991px) {
	.grid-cols-2 {
		display: flex;
		flex-direction: column !important;
		gap: var(--space-lg);
	}

	.footer-social {
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.footer-logo {
		width: 100%;
		margin: 0;
	}

	/* .footer-social-item {
	width: 27%;
	height: auto;
	aspect-ratio: 1/1;
	font-size: var(--fs-400);
} */

	/* .footer-social-item i {
	font-size: var(--fs-800);
} */

	.site-footer .grid-item {
		margin: 0;
	}

	.footer-social {
		justify-content: flex-start;
	}

	.lp-content {
		padding: var(--space-md) !important;
	}

	/*.stage-icon {
	opacity: 0.5;
}*/

	.site-header--container {
		flex-direction: column;
		gap: 1rem;
	}

	.lp-hero__image img {
		aspect-ratio: auto;
		height: 100%;
	}
}

.grid-item--wrapper {
	position: relative;
	height: auto;
	/* padding-bottom: var(--space-lg); */
}

.grid-item--wrapper figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b8860b;
	opacity: 0.1;
	z-index: 1;
}

/* .custom-center h2 {
margin-bottom: 0;
} */

.line-separator {
	margin-block: 30px;
}

.ticket-buttons {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* .ticket-button {
padding: 1rem;
} */

.ticket-button--tickets {
	background-color: #722f37;
}

.ticket-button--packages {
	background-color: #41594d;
}

.ticket-button a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	/* justify-content: space-between; */
	font-family: var(--font-body);
	font-size: 0.75rem;
	text-transform: uppercase;
	/* padding: 1rem 2rem 1rem 0.5rem; */
	height: 40px;
	width: 140px;
}

.ticket-button img {
	margin-inline: 10px;
}

/*.page-id-616 .site-main {
padding-block-start: 12rem;
}*/

/* LOGIN */

.login h1 a {
	background-image: url(https://houseofsistersgrimm.com/wp-content/uploads/House_of_Sisters_Grimm_stack_Gold_grad.svg);
	background-size: contain;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 80px;
	text-indent: -999999999px;
	 background-clip: inherit !important;
}


#login {
	width: 340px;
}

.login {
	background: #090a0b !important;
}

.login #backtoblog a,
.login #nav a,
#nav {
	color: #fff !important;
}

#loginform{
	background-color: #090a0b;
}

#loginform label {
	font-family: 'Montserrat', sans-serif;
}

.error-404 .container{
	position: relative;
}

.error404 header{
	position: static;
}

.section-image img, .section-image{
	height: auto;
}

.block-lp-full-width .grid-item--wrapper,
.block-lp-full-width .section-image img, 
.block-lp-full-width .section-image{
	height: 100%;
	object-fit: cover;
}

.single-gallery .lp-content{
	padding: var(--space-3xl);
}

.single-gallery .stage-icon--left {
    left: 1.5rem;
    top: 0;
}

.single-gallery .stage-icon--right {
    right: 1.5rem;
    bottom: 0;
}

.single-gallery .stage-icon--right,
.single-gallery .stage-icon--left{
    position: absolute;
}

.block-lp-mailing-list .container{
	position: relative;
}

.block-lp-mailing-list .stage-icon--left, 
.block-lp-mailing-list .stage-icon--right{
	position: absolute;
}

.block-lp-mailing-list .stage-icon--left{
	left: 1.5rem;
    top: 0;
}


.block-lp-mailing-list .stage-icon--right{
	right: 1.5rem;
    bottom: 0;
}

.block-lp-mailing-list{
	padding-block-start: 7rem;
}

.block-lp-mailing-list .lp-content{
	    padding: var(--space-3xl);
}

.page-id-973 .block-lp-intro{
	margin-block-start: 9rem;
}

@media (max-width: 767px) {
    .block-lp-mailing-list .lp-content {
        padding-block: 6rem !important;
    }
}
/* search popup css start */
.search-icon .menu-link {
    font-size: 0;
    display: inline-flex;
    align-items: center;
}

.search-icon .menu-link::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
   margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M24.828 31.657a16.76 16.76 0 0 1-7.992 2.015C7.538 33.672 0 26.134 0 16.836 0 7.538 7.538 0 16.836 0c9.298 0 16.836 7.538 16.836 16.836 0 3.22-.905 6.23-2.475 8.79.288.18.56.395.81.645l5.985 5.986A4.54 4.54 0 0 1 38 38.673a4.535 4.535 0 0 1-6.417-.007l-5.986-5.986a4.545 4.545 0 0 1-.77-1.023zm-7.992-4.046c5.95 0 10.775-4.823 10.775-10.774 0-5.95-4.823-10.775-10.774-10.775-5.95 0-10.775 4.825-10.775 10.776 0 5.95 4.825 10.775 10.776 10.775z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.search-icon .menu-link:hover::before {
    opacity: 0.7;
}

/* Overlay */
#search-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

/* Popup  */
#search-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
} 

#search-popup h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #333;
}

#search-popup input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}

#search-popup input[type="text"]:focus {
    border-color: #999;
}

#search-popup .search-popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

#search-popup button[type="submit"] {
    flex: 1;
    padding: 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

#search-popup button[type="submit"]:hover {
    background: #333;
    transform: unset;
}

#search-popup-close {
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}


#search-popup button[type="submit"]{
        border: 1px solid var(--clr-primary);
        border-radius: 2rem;
        font-size: 1rem;
        color: var(--clr-primary);
}
#search-popup-close {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

#search-popup-close::before,
#search-popup-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000;
}

#search-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#search-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#search-popup-close:hover {
    background: none;
}
#search-popup input[type="text"]{
    border-radius: 2rem;
    border: 1px solid var(--clr-primary);
}
.search-popup-actions {
    position: relative;
}

#search-popup-close {
    position: absolute;
    top: -58px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

#search-popup-close::before,
#search-popup-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000;
}

#search-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#search-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* search popup css end */

.mailing-list-form .wpcf7-radio{
	display: block;
	margin-top: 1rem;
}