/**
* Theme Name: Harizma Child
* Description: This is a child theme of Harizma, generated by Merlin WP.
* Author: <a href="https://artemsemkin.com">Artem Semkin</a>
* Template: harizma
* Version: 1.0.0
*/

body {
    --e-global-color-primary: #000F55;
    --e-global-color-secondary: #2350E6;
    --e-global-color-text: #64C8D7;
    --e-global-color-accent: #FA1414;
    --e-global-color-e9e18f4: #003480;
    --e-global-color-4bd30fb: #000000;
    --e-global-color-6556c9a: #FFFFFF;
    --e-global-color-7da960a: #282828;
    --e-global-color-5c30768: #C20000;
    --e-global-color-536d76c: #E04C4C;
    --e-global-typography-primary-font-family: "Figtree";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Figtree";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Figtree";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Figtree";
    --e-global-typography-accent-font-weight: 500;
}


.preloader__curtain.bg-white {
	background-color: #2350E6!important;	
}

.preloader__curtain.bg-black {
	background-color: #000F55!important;	
}

.preloader__curtain.bg-accent {
	background-color: #2350E6!important;	
}


.givewp-donation-form .givewp-layouts-header__templates--above {
    background-color:#fff!important;
	background:#fff!important;
}

/***
* class: .sticky-header
*/
header .sticky-header {
	width:100%!important;
	transition: .245s cubic-bezier(.4, 0, .2, 1);
}

header .sticky-header .sticky-header-heading .elementor-widget-container {
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	margin-left:-80px!important;
}

header .sticky-header .sticky-header-logo {
	transition: .25s cubic-bezier(.4, 0, .2, 1);
	opacity:0!important;
}

header .sticky-header .sticky-header-menu {
	transition: .25s cubic-bezier(.4, 0, .2, 1);
	opacity:0!important;
}

header .sticky-header .sticky-header-button .elementor-widget-container {
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	margin-right:-120px!important;
}

/***
* Sticky header activated
*/
header .sticky-header.elementor-sticky--effects {
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07)!important;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header .sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header .sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header .sticky-header.elementor-sticky--effects .sticky-header-heading .elementor-widget-container {
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	margin-left:0!important;
}

header .sticky-header.elementor-sticky--effects .sticky-header-logo {
	transition: .25s cubic-bezier(.4, 0, .2, 1);
	opacity:1!important;
}

header .sticky-header.elementor-sticky--effects .sticky-header-menu {
	transition: .25s cubic-bezier(.4, 0, .2, 1);
	opacity:1!important;
}

header .sticky-header.elementor-sticky--effects .sticky-header-button .elementor-widget-container {
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	margin-right:0px!important;
}


/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

li.menu-smaller a {
	font-size:30px!important;
	font-weight:500!important;
	padding-top:12px!important;
	padding-bottom:12px!important;
}

@media only screen and (max-width: 768px) {
		li.menu-smaller a {
		font-size:18px!important;
		font-weight:500!important;
		padding-top:8px!important;
		padding-bottom:8px!important;
		letter-spacing:-0.5px!important;
	}	
}

.elementor-swiper .swiper-slide {
	align-content: space-evenly!important;
}

