/* ============================================================================================
	FEATURED PARALLAX / PATTERN
============================================================================================ */
.resola-parallax {
	height: 100lvh
}
@media screen and (min-width: 768px) {
	.resola-parallax {
		height: auto
	}
}
.resola-parallax-content {
	border-radius: 2px;
	background: rgba(255,255,255,.6);
	color: var(--wp--preset--color--contrast);
	backdrop-filter: blur(4px)
}
.resola-parallax-desc p {
	margin: 1.6em 0 !important;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.8;
	letter-spacing: 1px;
	text-indent: 1px
}
.resola-section-dishes .resola-parallax-content {
	margin-left: auto
}