/**
 * Theme Name:Via Dominorum
 * Description: Via Dominorum
 * Author: Adrian Codreanu
 * Template: blocksy
 * Text Domain: blocksy
 */

<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
@media (prefers-reduced-motion: reduce) {
	body .has-parallax  .wp-block-cover__image-background.has-parallax{
	background-attachment: fixed !important;
}
}
body .has-parallax  .wp-block-cover__image-background.has-parallax{
	background-attachment: fixed !important;
}

@media (max-width: 767px) {
	.colreverse {
		flex-direction: column-reverse;
	}
}
.widget-title {
	color: var(--theme-palette-color-2);
}
#footer [data-row="top"] .ct-container,
#footer [data-row="bottom"] .ct-container {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
}
.mapcontainer {
	display: flex;
	flex: 1;
	position: relative;
	width: 100%;
	height: calc(100vh - var(--header-height, 150px) - var(--footer-height, 200px));
}
.mapcontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	
}
#footer [data-row="bottom"]:before {
	content: '';
	position: relative;
	width: 100%;
	height: 470px;
	display: block;
	opacity: 0.8;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	background-image: url('https://viadominorum.ro/wp-content/uploads/2025/10/footerimg.jpg')
}
.section-subtitle {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.5rem;
	margin-bottom: 2.5rem;
	font-size: var(--wp--preset--font-size--large);
	color: var(--theme-palette-color-4);
	opacity: 0.9;
}
.via-card {
	padding: 2rem 1.5rem;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.via-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.via-card h4 {
	margin-bottom: 0.5rem;
}
.shadow-lift {
	border-radius: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shadow-lift:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.is-style-checkmark {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.is-style-checkmark li {
	padding-left: 2em;
	position: relative;
	margin-bottom: 1em;
	font-size: var(--wp--preset--font-size--normal);
}
.is-style-checkmark li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--theme-palette-color-2);
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1;
}
.stat-item p:first-of-type {
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0.25em;
}
.stat-item p:last-of-type {
	color: var(--theme-palette-color-5);
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
.cta-button-primary .wp-block-button__link {
	border-radius: 50px !important;
	padding: 12px 28px !important;
	font-weight: 600;
	transition: all 0.3s ease;
}
.cta-button-primary .wp-block-button__link:hover {
	background-color: var(--theme-palette-color-2) !important;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cta-button-secondary .wp-block-button__link {
	color: var(--theme-palette-color-1) !important;
	border-color: var(--theme-palette-color-1) !important;
	border-radius: 50px !important;
	padding: 12px 28px !important;
	font-weight: 600;
	transition: all 0.3s ease;
}
.cta-button-secondary .wp-block-button__link:hover {
	background-color: var(--theme-palette-color-1) !important;
	color: #ffffff !important;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 782px) {
	.section-subtitle {
		font-size: var(--wp--preset--font-size--medium);
		margin-bottom: 1.5rem;
	}
	.via-card {
		margin-bottom: 1rem;
	}
}
.section-subtitle {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.5rem;
	margin-bottom: 2.5rem;
	font-size: var(--wp--preset--font-size--large);
	color: var(--theme-palette-color-4);
	opacity: 0.9;
}
.impact-card {
	padding: 2rem 1.5rem;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.impact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.impact-card h4 {
	margin-bottom: 0.75rem;
	color: var(--theme-palette-color-2);
}
.donate-form-wrapper {
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}
.donate-form-wrapper .o-form-wrapper label {
	font-weight: 600;
	color: var(--theme-palette-color-3);
	margin-bottom: 8px;
}
.donate-form-wrapper .o-form-wrapper .o-form-control,
.donate-form-wrapper .o-form-wrapper .o-radio-group,
.donate-form-wrapper .o-form-wrapper .o-checkbox-group {
	margin-bottom: 1.5rem;
}
.donate-form-wrapper .o-form-wrapper input[type="text"],
.donate-form-wrapper .o-form-wrapper input[type="email"],
.donate-form-wrapper .o-form-wrapper input[type="tel"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--theme-palette-color-5);
	border-radius: 6px;
	background-color: #f9f9f9;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.donate-form-wrapper .o-form-wrapper input[type="text"]:focus,
.donate-form-wrapper .o-form-wrapper input[type="email"]:focus,
.donate-form-wrapper .o-form-wrapper input[type="tel"]:focus {
	border-color: var(--theme-palette-color-2);
	box-shadow: 0 0 0 2px rgba(67, 138, 89, 0.2);
	outline: none;
}
.donate-form-wrapper .o-radio-group label,
.donate-form-wrapper .o-checkbox-group label {
	font-weight: 400 !important;
}
.donate-submit-button.o-form-submit-wrapper button {
	width: 100%;
	background-color: var(--theme-palette-color-1) !important;
	color: white !important;
	font-size: 1.1em;
	font-weight: 700;
	padding: 14px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}
.donate-submit-button.o-form-submit-wrapper button:hover {
	background-color: var(--theme-palette-color-2) !important;
	transform: translateY(-2px);
}



.contact-info-list {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-top: 2rem !important;
    display: inline-block;
    text-align: left;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    font-size: var(--wp--preset--font-size--large);
}

.contact-info-item .contact-icon {
    color: var(--theme-palette-color-2);
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.8em;
    flex-shrink: 0;
}

.contact-info-item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: var(--theme-palette-color-1);
}




@media (max-width: 768px) {
	#footer [data-row="bottom"]:before {
		height: 130px;
		background-size: 120%;
	}
}