/*
 Theme Name:   Livet Theme
 Description:  Custom theme for Livet
 Author:       Lucas Marc Design
 Version:      1.0.0
*/
/*******

CSS for the theme is located in Apperance > Customize > CSS in the Wordpress Theme

********/

:root {
	--lightgray: #f0ece8;
	--tan: #FFDEA3;
	--black: black;
	--lighttan: #e9d5bc;
	--darkbrown: #2C1611;
	--maroon: #CEB034;
    --green: #627472;
	--darkgreen: #495C5A;
	--font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-family-serif: "Birthstone", Georgia, serif;
}

/* Font Loading States */
.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html{
    padding: 0;
	margin: 0;
}
body{
	color: var(--black);
	background: #9b948c;
	font-family: var(--font-family);
    padding: 0;
	margin: 0;
}
a{
	cursor: pointer;
	color: var(--maroon);
	transition: all .3s;
}
p{
    margin: 17px 0;
}
ol li{
    margin-left: 17px;
    list-style-type: decimal;
}
b{
    font-weight: 700;
}
i{
    font-style: italic;
}
#content ul, .map-modal ul{
    margin: 12px 5px;
    list-style-type: disc;
}
#content ul li, .map-modal ul li{
    margin: 6px 0;
    margin-left: 17px;
    font-size: .95em;
}
strong{
	font-weight: 600; 
}
#wrapper{
	max-width: 2200px; 
	margin:auto;
	background:white;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.1em;
}
h1, h2{
	font-weight:300;
	border:none; 
	text-decoration: none;
	font-size: 32px; 
	line-height: .93em;
}
.wp-block-uagb-buttons .uagb-block-621a2248 .uagb-buttons-repeater .uagb-button__link, .wp-block-uagb-buttons .uagb-block-621a2248 .uagb-buttons-repeater, .wp-block-uagb-buttons .uagb-block-17aac780 .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link{
	transition: all .3s;
}

h2{
	font-size: 29px;
}
h3{
	color: var(--green);
	font-size:20px;
	line-height: 1.3em;
}
h4{
	font-weight:600;
	font-size:18px;
	line-height: 1.35em;
    font-family: "Figtree", sans-serif;

}
i{
    font-style: italic;
}
footer h4{
	color: var(--green);
}
#footer{
	background: var(--darkgreen);
	color: white;
	padding: 20px 35px;
}
#footer .menu{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
    list-style-type: none;
}

/* Ensure footer menu gets the same styling as main menu */
#footer .menu li{
	display: inline-block;
	margin-right: 14px;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
    flex-direction: column;
    gap: 100px;
    flex-direction: column-reverse;
}
.definition1{
	display: none;
}
.footer-right {
	display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
}
/* .footer-main > div{
	width: 60%;
}
.footer-main > div:last-child{
	width: 40%;
} */

.footer-left {
	display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
}

.footer-images {
	padding: 26px;
	padding-right: 32px;
	border-right: 1px solid #ceb034;
	width: fit-content;
	margin-right: 7px;
}

.definition{
	width: 120px;
	display: block;
}
#footer .menu li a{
	padding:7px; 
	text-decoration: none;
	color: white;
	transition: all .3s;
}
#footer .menu li a:hover{
	color: var(--green);
}
#footer .menu ul li{
	margin-right: 20px;
}
#footer .main-logo{
	width: 129px;
}
#footer .width_1200{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 100%;
	padding-top:17px;
}
blockquote, blockquote p{
	font-family: "Playfair Display", serif;
    font-size: 42px;
    line-height: 1.07em;
    font-weight: 300;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    color: white;
}
blockquote cite{
	font-size: 20px;
	font-family: "Figtree", sans-serif;
}

#header{
	position:fixed;
	max-width: 2200px; 
	width: 100%;
	z-index:5;
	z-index: 500;
	background: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	transition: all 0.3s ease;
}

#header.scrolled{
	background: rgba(98, 116, 114, .83);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(12px);
}
.max_width_350{
    max-width: 350px;
}

.header_flex{
	padding: 25px 35px;
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
body .elementor-button-icon svg{
    width: 2.5em;
}
#site_logo {
	transition: width 0.3s ease-in-out;
}

#content{
	min-height: 30vh;
    overflow: hidden;
    /* padding-top: 65px; */
}

/* Set padding-top to 0 only on home page */

#menu ul li{
	display: inline-block;
	margin-right: 14px;
}
#menu ul li a{
	padding: 10px;
	margin-left:0px;
	font-size: 15px;
	font-weight: 500;
	color: white;
	text-decoration:none;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

#menu ul li a:hover{
	color:#c5d1cf; 
	/* Remove position: relative; */
}

/* Menu hover icon - only show when header is not scrolled */
/* #header:not(.scrolled) #menu ul li a:hover::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/09/greenlines.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 8px;
	z-index: 10;
} */
header #menu{
	display: flex;
	justify-content: end;
	align-items: center;
}
.btn{
	padding: 12px 20px;
	color: white;
	text-decoration: none;
	background: var(--green);
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: all .3s;
    border-radius: 7px;
    margin-top: 20px;
	
}
header .btn{
	background: #ceb034;
	color: white;
	border: 1px solid #ceb034;
}
header .btn:hover{
	background: #b8a02e;
}

/* Login button styling - outlined with filled hover */
.login_btn a{
	background: none !important;
	color: white !important;
	border: 1px solid #ceb034 !important;
	padding: 12px 20px !important;
	text-decoration: none !important;
	display: inline-block !important;
	border-radius: 7px !important;
	transition: all .3s !important;
	margin-top: 0 !important;
}
.login_btn a:hover{
	background: #ceb034 !important;
	color: white !important;
}
#menu ul li:last-child{
	margin-right: 0 !important;
}

#menu .menu{
	margin-right: 20px;
}
.footer_contents{
	padding-top:50px;
}
.footer_contents .btn{
	background: none;
	border: 1px solid var(--tan);
}
.footer_contents .btn:hover{
	background: var(--tan);
	color: var(--black);
}
#menu ul li.btn_menu{
	padding: 10px 20px;
	margin-left: 27px;
}
.btn_menu .btn{
	margin-top: 0;
}
#menu ul li.btn_menu a{
	color: white;
	padding: 0;
	margin: 0;
}
.btn:hover, #menu ul li.btn_menu:hover{
	color:white;
	background:var(--black);
}
#menu ul li.current_page_item.btn_menu a{
	color: white;
}
.btn_small{
	padding:2px 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.btn_small:hover{
	background:rgba(0,0,0,.2);
}
.btn_darkmode{ 
	background: none;
	border:1px solid white;
	color:white;
}
#copyright {
	padding: 20px 35px 10px;
	font-size: 12px;
	text-align: left;
	/* border-top: 1px solid rgba(255, 255, 255, .2); */
	margin-top: 27px;
	text-align: center;
}
/* #menu ul li.current_page_item a{
	color:var(--green); 
} */

.header_logos img{
	width: 189px;
	transition: width 0.3s ease-in-out;
}

#header.scrolled .header_logos img{
	width: 170px;
}
#header.scrolled .header_flex{
	padding: 10px 35px;
}
@media (max-width: 1024px) {

	#rmp-menu-wrap-183 .rmp-menu-item-link{
		padding-right: 0px !important;
		text-align: center !important;
	}
#rmp-menu-wrap-183 .rmp-menu-item{

	}
	.login_btn a{
		color: black !important;
		padding: 0px !important;
	}
body #rmp-container-183{
	max-width: 79%;
	min-width: 79%;
	width: 79%;
}
}

@media (max-width: 700px) {
	.footer-left{
		flex-direction: column;
	}
	footer blockquote{
		text-align: center;
	}
	.footer-images{
		border:none;
		border-bottom: 1px solid #ceb034;
	}
	.definition1{
		display: block;
		width: 105px;
	}
	.definition{
		display: none;
	}
	.footer-main{
		gap: 50px;
	}
	.footer-right{
		flex-direction: column;
	}
	#footer .menu{
		padding-left: 0;
		padding-top: 20px;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	#footer .width_1200{
		padding-top:37px;
	}
	
}