/*
Theme Name: GAVAMEDIA®
Author: GAVAMEDIA®
Author URI: https://gavamedia.com/
Description: Created by GAVAMEDIA®
Version: 2022
GAVAMEDIA WordPress Theme © 2022 GAVAMEDIA®
*/


.elementor-kit-7{
	--e-global-typography-text-font-size: 14px!important;
}

body{
	text-rendering: optimizeLegibility;
	margin: 0;
	font-family:var(--e-global-typography-text-font-family);
	font-size:var(--e-global-typography-text-font-size);
	font-weight:var(--e-global-typography-text-font-weight);
}


p{
	/*line-height:1.75em;*/
	margin:0;
}

li{
	margin:1em 0;
}

.elementor-button{
	cursor:pointer;
}


.elementor-widget-text-editor a,
.elementor-posts a,
.elementor-widget-theme-post-content a{
	font-weight:bold;
}
.elementor-widget-text-editor a:hover,
.elementor-posts a:hover,
.elementor-widget-theme-post-content a:hover{
	text-decoration:underline;
}

/*.elementor-location-header{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
.header-scrolled{
	top:0!important;
	box-shadow:0 0 1em rgba(0,0,0,.25)!important;
	background:rgba(255,255,255,.975)!important;
}
*/


body:not(.home) .elementor-location-header{
	background-color: #f8f8f8;
	box-shadow: 0px 0px 13px 9px rgba(0, 0, 0, 0.09);
}

body:not(.home) .elementor-widget-n-menu .e-font-icon-svg{
	color:var( --e-global-color-secondary )!important;
	fill:var( --e-global-color-secondary )!important;
}



.grecaptcha-badge {
	display: none;
}





/*
======================================================================================
  TABLETS / DESKTOP
======================================================================================
*/
@media screen and (min-width:768px) {
	
	.header-scrolled{
		box-shadow:0 0 2em rgba(0,0,0,.5)!important;
	}
	
	.elementor-kit-7{
		--e-global-typography-text-font-size: 1.08vw!important;
	}
	
}




/*
======================================================================================
  BIG DESKTOP
======================================================================================
*/
@media screen and (min-width:1300px) {
	.elementor-kit-7{
		--e-global-typography-text-font-size: 14px!important;
	}
}