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



body{
	text-rendering: geometricPrecision;
	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;
}


.elementor-widget-text-editor p{
	line-height:1.5em;
}



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


.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a{
	color:var(--e-global-color-secondary)!important;
	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;*/
	width:100%;
	z-index:999;
}
.header-scrolled{
	/*top:0!important;
	background:rgba(255,255,255,.975)!important;
	*/
	box-shadow:0 0 1em rgba(0,0,0,.25)!important;
}

.grecaptcha-badge {
	display: none;
}


/* Slideshow gradient */
.swiper-slide-inner{
	background: #FFFFFFD6;
	background: -webkit-linear-gradient(left, #FFFFFFD6, #FFFFFF00);
	background: -moz-linear-gradient(left, #FFFFFFD6, #FFFFFF00);
	background: linear-gradient(to right, #FFFFFFD6, #FFFFFF00);
}






.diamond-pic{
	background: url('/wp-content/uploads/2022/05/caregivers-photo-frame.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.diamond-pic img{
    position: relative;
	padding:1px;
	z-index: -1;
}






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