/*
Theme Name: GAVAMEDIA®
Author: GAVAMEDIA®
Author URI: https://gavamedia.com/
Description: Created by GAVAMEDIA®
Version: 2026
GAVAMEDIA WordPress Theme © 2025 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);
}


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

/* 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;
}

/* Form hacks */
.elementor-field-subgroup{
	align-items: center;
}
.elementor-field-option input,
.elementor-field-option label
{
	cursor:pointer;
}

/* Text hacks */
.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;
}

/* Testimonials hacks */
.elementor-testimonial__footer cite, .elementor-testimonial__header cite{
	font-size:1em!important;
}


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

.grecaptcha-badge {
	display: none;
}


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

.swiper-slide-inner{
	cursor:default;
}

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

/* Elementor SVG fixes */
.elementor-icon-list-icon svg path{
    fill:inherit;
}
.elementor-icon-list-icon svg g{
    clip-path:initial;
}

.elementor-post .elementor-post__title{
	font-size:inherit!important;
}


.pmpro{
	max-width:min(100%, 75em);
	margin:2em auto;
}




/*
======================================================================================
  TABLETS / DESKTOP
======================================================================================
*/
@media screen and (min-width:768px) {
	
	
	
	
}
