/*
Theme Name: Lalie (DD.NYC)
Theme URI: https://lalie.wpenginepowered.com/
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

html {
	scroll-padding-top: 120px;
}

.website-accessibility {
	cursor: pointer;
}

/*
.grecaptcha-badge {
visibility: hidden !important;
}*/

.topbar-nav li.current-menu-item {
	font-weight: 700;
	pointer-events: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {

	.topbar-nav li:not(.current-menu-item) a:hover {
		background-size: 100% var(--sl);
		background-position: left bottom;
	}

}

.wpcf7-form-control-wrap {
	display:block;
	width:100%;
}

.textfield-input { width:100%; }

.wpcf7-not-valid-tip {
	padding:10px 0 0 0px;
}

.wpcf7-response-output {
	display:none!important;
}

.s8-5.tags-block {
	display: flex;
    flex-direction: column;
    grid-gap: clamp(40rem, 4.8828125vw, 60rem);
}

.tags-block__info {
	display: flex;
	flex-direction: column;
	gap: 24rem;
}

.tags-block__title {
	color: var(--c1);
	font-size: clamp(64rem, 9.765625vw, var(--f-xxl));
	font-style: normal;
	font-weight: 500;
	line-height: 95%;
	letter-spacing: -7.5px;
}

.tags-block__description {
	color: var(--c1);
	font-size: clamp(20px, 2.44140625vw, 30rem);
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	letter-spacing: -1.5px;
	max-width: 1092rem;
}


@media screen and (max-width: 576px) {
	.tags-block .s8-4-2 {
		order: -1;
	}
}


.s8-5.tags-block .s8-7 .s8-1 {
    grid-gap: 120rem 55rem;
}

.s8-5.tags-block .s8-1 {
	grid-template-columns: repeat(5, 1fr);
}

/* sorting / filters */

.s8-1 {
	position: relative;
}

.s8-1 .s8-empty {
	grid-column: 1 / -1;
	font-size: clamp(30px, 3.90625vw, 60rem)
}

.s8-2 {
	transition: all 240ms;
}

.s8-1.is-loading::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 5;
	background-color: color-mix(in srgb, var(--c0) 65%, transparent);
	backdrop-filter: blur(1px);
	pointer-events: all;

	transition: opacity 240ms linear;
	opacity: 1;
}

.s8-1.is-loading.is-loading--soft::after {
	background-color: color-mix(in srgb, var(--c0) 30%, transparent);
}

.s8-2.is-new {
	opacity: 0;
	transform: translateY(14px);
	will-change: transform, opacity;
}

.s8-2.is-new.is-in {
	opacity: 1;
	transform: translateY(0);

}

.s8-1.is-loading {
	cursor: progress;
}

.s8-empty {
	padding: 40px 0;
	text-align: center;
	opacity: 0.7;
}

[data-message] {
	position: relative;
}
[data-message] .wpcf7, [data-message]:before {
	transition: opacity 0.2s;
}
[data-message]:before {
	content: attr(data-message);
	color: #F00;
	font-size: 66rem;
	font-style: normal;
	font-weight: 500;
	line-height: 95%;
	letter-spacing: -3.3px;
	opacity: 0;
	pointer-events: none;
}
[data-message].active:before {
	opacity: 1;
}
[data-message].active .wpcf7 {
	pointer-events: none;
	opacity: 0;
}

[data-vertical-text] {
	z-index: 1;

	&::before {
		content: attr(data-vertical-text);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) rotate(180deg);
		transform-origin: center;
		writing-mode: vertical-rl;
		white-space: nowrap;
		color: var(--c0);
		font-family: var(--altfont2);
		font-size: clamp(115rem, 24.4140625vw, 300rem);
		font-style: normal;
		font-weight: 500;
		line-height: 0.56;
		z-index: 2;
		pointer-events: none;
	}
}


