/*
Theme Name: Elevate 2025
Theme URI: https://wordpress.org/themes/twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Template: twentytwentyfive
Description: Elevate 2025 theme.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: elevate
*/

*, ::after, ::before {
	box-sizing: border-box;
}

a:focus,
:where(.wp-site-blocks *:focus) {
	outline:transparent;
}

:root :where(body),
body {
	font-smooth: always;
	outline: transparent;
	line-height: normal;
	padding:0;
	font-family:"minion-pro", serif;
}

:root :where(.wp-block-separator.is-style-wide--4:not(.alignfull)) {
	max-width:1320px!important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	padding-top:10px;
	padding-bottom:10px;
}

:root :where(.is-layout-flex),
:root :where(.wp-block-columns-is-layout-flex) {
	gap:1.5rem;
}

h1, h2, h3, h4, h5 { 
	line-height: normal; 
}
:root :where(.wp-block-separator) {
	border-width:0 0 4px 0;
}
h1 em, h2 em, h3 em, h4 em, h5 em {
	font-family: "fave-script-pro", sans-serif;
	font-weight: 500;
	font-size: 2.4em;
	position: relative;
	display: inline-block;
	top: 0;
	padding-bottom:0;
	line-height: 0.8em;
	letter-spacing: 0.01em;
}

p {
	line-height:1.6em;
}

strong {
	font-weight: bold;
}

body.pt-0,
body.pt-0 .wp-site-blocks {
	padding-top:0!important;
}

body.fixed {
	overflow: hidden;
	height: 110vh;
	padding-right:15px;
}

[hidden] {
	display: none!important;
}
.d-none, .sr-only, .sub-menu-toggle {
	display: none;
}

.dropdown_menu_item {
	opacity: 100;
}

div img {
	max-width:100%;
	width: auto;
	height: auto;
}

.h-100 {
	height: 100%;
}

.overflow-hidden {
	overflow:hidden;
}


:root :where(.wp-block-quote),
blockquote.wp-block-quote {
	position: relative;
	padding:100px 0 0;
	border:0;
}

blockquote.wp-block-quote:before {
	display: block;
	position: relative;
	position: absolute;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 29"><path d="M2.3 25.3c-.7-1-1.3-2.3-1.7-3.9C-.7 16.6.1 11 2.8 6.9 4.6 4 7.4 1.7 11 0l1 1.9C9.9 2.7 8.2 4 6.7 5.7 5.2 7.5 4.3 9.3 4 11.1c-.4 1.5-.5 3 0 4.4 2.8-3.3 9.1-3.3 12.1-.4 3.1 2.7 3.1 9-.1 11.7-3.5 3.4-11.3 2.8-13.7-1.5zm21.6 0c-.7-1-1.3-2.3-1.7-3.9-1.3-4.8-.6-10.5 2.2-14.6C26.3 4 29 1.7 32.7 0l.9 1.9c-2 .8-3.8 2.1-5.3 3.9-1.5 1.7-2.4 3.5-2.7 5.3-.4 1.5-.5 3 0 4.4 2.8-3.3 9.1-3.3 12.1-.4 3.1 2.7 3.1 9-.1 11.7-3.5 3.4-11.3 2.8-13.7-1.5z" fill="%23a68247"/></svg>');
	top: 20px;
	left: calc(50% - 25px);
	width: 50px;
	height: 39px;
}

.wp-block-post-excerpt__more-link,
.button,
.btn,
input[type=submit] {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary,
.btn-secondary {
	font-size: 0.85em;
	text-decoration: none;
}

.button-primary,
.button-primary a,
.btn-primary,
.btn-primary a {
	color: #FFF !important;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
	font-size:1.1em;
	padding: 0.6rem 40px;
	border-radius: 5px;
	color: #FFF;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
}

.btn-secondary {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
}

.btn-outline-primary {
	background-color: transparent;
	border-width: 1px;
	color: var(--wp--preset--color--primary);
}

.btn-outline-secondary {
	background-color: transparent;
	border-width: 4px;
	color: var(--wp--preset--color--primary);
}

.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:active,
.button-primary:hover,
.button-primary:active,
.btn-primary:hover,
.btn-primary:active {
	background-color: var(--wp--preset--color--quaternary) !important;
	border-color: var(--wp--preset--color--quaternary) !important;
	color: var(--wp--preset--color--primary) !important;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: #FFF;
}

.btn-lg {
	font-size: 1em;
	min-width: 220px;
	padding: 12px;
}



header.wp-block-template-part .wp-block-navigation__responsive-container-close svg, 
header.wp-block-template-part .wp-block-navigation__responsive-container-open svg {
	width:34px;
	height:34px;
}

.cover-divide {
	margin-top: -115px;
	z-index: 99999;
	position: relative;
	overflow:hidden;
	transform: rotate(180deg);
}
.cover-divide svg {
	transform: translateX(-50%);
	left:50%;
	width: calc(270% + 1.3px);
	height: 115px;
	fill: #FFF;
	position: relative;
}
.text-center,
.text-center p {
	text-align: center;
}

.legal p {
	font-size:0.8em;
}

footer.wp-block-template-part {
	margin-top:0;
}

@media (max-width: 781px) {
	.mobile-row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.mobile-row .wp-block-lrgegg-count {
		min-width:120px;
	}
	.mobile-row p {
		text-align: left;
	}
}

@media ( max-width: 600px ) {
	header.wp-block-template-part .wp-block-navigation__responsive-container {
		padding:30px;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item {
		width: 100%;
		text-align: center;	
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container,
	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item,
	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
		width:100%;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
		padding-left: 0;
    padding-right: 0;
    width: 100%;
		padding-top: 10px;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
		color: #000;
		font-size: 2em;
		font-weight: 500;
		display:block;
		width:100%;
		text-align: center;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container-close svg {
		fill:#000;
	}
}