/*
Theme Name: TheAisle
Theme URI: https://theaisle.qodeinteractive.com
Description: Elegant Wedding Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: theaisle
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Allura:wght@400&display=swap');

.text-\[Cinzel\] {
	font-family: Cinzel, sans-serif;
	line-height: 1;
}

.text-\[Allura\] {
	font-family: Allura, sans-serif;
	line-height: 1;
}

#invitation-cover {
	position: fixed !important; 
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10000 !important;
	background-image: url('/wp-content/uploads/2025/09/invitation-cover.webp');
	background-size: cover;
	background-position: 40%;
	opacity: 1;
	transition: all 0.8s ease;"
}

.cover__greetings {
		padding: 0 24px;
		position: absolute;
		bottom: 12%;
		color: white;
	}

.cover__greetings__dear {
	font-size: 28px;
	margin-bottom: 6px;
}

.cover__greetings__invitee {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.cover__greetings__invitation-text {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 10px;
}

.cover__greetings__invitor {
	max-width: 230px;
	margin-bottom: 20px;
	display: block;
}

.cover__greetings__open-button {
	background-color: #C69171;
	border-radius: 9999px;
	padding: 8px 16px;
	font-family: Cinzel, sans-serif;
	color: white;
	text-transform: capitalize;
	font-size: 14px;
	cursor: pointer;
	border: none;
	outline: none;
}

@media (width >= 768px) {
	#invitation-cover {
		background-color: black;
		position: fixed !important; 
		top: 0; left: 0; right: 0; bottom: 0;
		z-index: 9999 !important;
		background-image: url('/wp-content/uploads/2025/09/invitation-cover@2.webp');
		background-position: unset;
	}
}

@media (width >= 768px) {
	.couple-photos__name-background--lower {
		bottom: 20% !important;
	}

	.eltdf-team-text {
		font-size: 14px;
	}

	.couple-photos .couple-photos__name {
		font-size: 40px;
	}

	.cover__greetings {
		padding: 0 48px;
		bottom: 15%;
	}

	.cover__greetings__dear {
		font-size: 36px;
		margin-bottom: 6px;
	}

	.cover__greetings__invitee {
		font-size: 32px;
		font-weight: 700;
	}

	.cover__greetings__invitation-text {
		font-size: 18px;
	}

	.cover__greetings__invitor {
		max-width: 400px;
		margin-bottom: 32px;
		display: block;
	}

	.cover__greetings__open-button {
		font-size: 18px;
		padding: 18px 36px;
	}
}

@media (width >= 1280px) {
	.cover__greetings {
		padding: 0 48px;
	}

	.cover__greetings__dear {
		font-size: 44px;
		margin-bottom: 6px;
	}

	.cover__greetings__invitee {
		font-size: 56px;
		font-weight: 700;
	}

	.cover__greetings__invitation-text {
		font-size: 24px;
	}

	.cover__greetings__invitor {
		max-width: 665px;
		margin-bottom: 32px;
		display: block;
	}

	.cover__greetings__open-button {
		font-size: 24px;
		padding: 18px 36px;
	}
}