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



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);
	overflow-x:hidden;
}


p{
	line-height:1.5em;
	margin:0;
}
.elementor-widget-text-editor p,
.single-post p,
.elementor-widget-theme-post-content p{
	margin:0 0 1.25em 0;
}
.elementor-widget-text-editor p:last-of-type{
	margin-bottom:0!important;
}


li{
	margin:1em 0;
}


/* H-tag resets */
h1,h2,h3,h4,h5,h6{
	margin:0;
}


/* Button hacks */
.elementor-button{
	cursor:pointer;
}
.elementor-widget-button .elementor-button-wrapper a,
.elementor-widget-button a.elementor-button
{
	width:100%!important;
}
.elementor-button-text{
	flex-grow:0!important;
}
.elementor-button .elementor-align-icon-right,
.elementor-button .elementor-align-icon-left
{
	display: inline-flex;
	align-items: center;
}


.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;
}

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


.page-id-8006 .elementor-location-header{
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}



#header a{
	color:#fff;
}

#header a,
#header .sub-arrow,
#header svg path{
	transition: color 1.5s, fill 1.5s;
}



.sub-menu{
	width:calc(100% + 6em)!important;
}

.sub-menu img{
	margin-right:1em;
}


.sub-menu a{
	color:var(--e-global-color-primary)!important;
	border:0!important;
}


.menu-image-title-after.menu-image-title{
	padding-right: 2em;
}


body:not(.page-id-8006) .header-scrolled a,
body:not(.page-id-8006) .header-scrolled .sub-arrow,
body:not(.page-id-8006) .header-scrolled svg path
{
	color:var(--n-menu-title-color-normal)!important;
	fill:var(--n-menu-title-color-normal)!important;
}



#header a:hover,
#header .sub-menu a:hover,
body:not(.page-id-8006) .header-scrolled a:hover
{
	color:var(--e-global-color-secondary)!important;
}



.sub-menu .menu-image-title-after{
	padding-left:1em;
}

#header .sub-menu a img,
.header-scrolled a img,
#header a .menu-image-title
{
	transition: all .25s ease;
}

#header .sub-menu a:hover img,
.header-scrolled a:hover img
{
	margin-left:.25em!important;
}
#header .sub-menu a:hover .menu-image-title,
.header-scrolled a:hover .menu-image-title
{
	padding-left:.75em!important;
}




.grecaptcha-badge {
	display: none;
}


/* Make fields grow to height of button */
.elementor-field-group input{
	height:100%;
}

.boxed{
	max-width:var(--content-width)!important;
	margin-left:auto!important;
	margin-right:auto!important;
}



.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above,
.dashicons, .dashicons-before:before{
	padding: 0 !important;
	width: 1.55em;
    height: 1.55em;
}


.elementor-nav-menu--dropdown{
	font-size:1em!important;
}



/*.page-id-6493 .maybe-hide{
	opacity:0!important;
	cursor:default!important;
}*/



/*
======================================================================================
  TABLETS / DESKTOP
======================================================================================
*/
@media screen and (min-width:768px) {
	
	.header-scrolled{
		box-shadow:0 0 2em rgba(0,0,0,.5)!important;
	}
	
	
}
