/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2024 | 03:20:56 */
html{
	--page-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
	height: var(--page-height);
}

body{
	display: grid;
	grid-template-rows: min-content 1fr min-content;
	min-height: var(--page-height);
	background-color: #edede9;
}

body > header{
	grid-row: 1;
}

body > #content{
	grid-row: 2;
	
	display: grid;
    grid-template-rows: min-content 1fr;
}

body > #site-footer{
	grid-row: 3;
}

a{
	color: #f77f00;
}

a:hover, a:active{
	color: #ffbe0b;
}

#content .page-content > .elementor{
	height: 100%;
}
