/*
Theme Name: Wisdom House
Author: Webinart Communication
Author URI: https://webinart.fr/
Description: 
Version: 1.0
 */




/********************************************************
Main Properties
*********************************************************/

:root {
font-size: 0.8px;
--main-header-offset:-102px;
--top-header-offset:-41px;	
}


@media(min-width: 768px) {
	:root {
	font-size: 0.9px;	
	}
}
@media(min-width: 881px) {
	:root {
	font-size: 1px;	
	}
}
@media(min-width: 1025px) {
	:root {
	font-size: 1px;	
	}
}
@media(min-width: 1201px) {
	:root {
	font-size: 1.05px;
	/* --main-header-offset:-102px; */
	}
}
@media(min-width: 1367px) {
	:root {
	font-size: 1.10px;	
	--main-header-offset:-102px;	
	}
}
@media(min-width: 1921px) {
	:root {
		font-size: 1.15px;
		--main-header-offset:-108px;
		--top-header-offset:-41px;
	}
}
	
}



body {
color:var( --e-global-color-text );	
}
body {
font-size: 15rem;	
margin:0;
padding:0;	
}

p:not(:last-child) {
	margin-top: 0;
	margin-bottom: 15px;
}
p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.italictext {
letter-spacing: 0.02em;

}

.footer_menu {
	font-size: 13rem;
}

.title h1, .title h2, .title h3 {
	font-size: 45rem;
	letter-spacing: 0.03em;
/*	font-weight: 500;
	color:var( --e-global-color-2c05780 );
	margin-bottom: 24px*/
}


.subtitle h1,.subtitle h2,.subtitle h3{
	font-size: 20rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.subtitle h6 {
	letter-spacing: 0.07em;
}
.pagesubtitle h1 {
	font-size: 20rem;
	font-weight: 200
}

.p20 div p {
	margin-bottom: 12px
	padding:0;	
}
