/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/***********************************************************/
/** RESET **************************************************/
/***********************************************************/
[class*="elementor"] p:last-child {
	margin-bottom: 0
}

[class*="elementor"] .white-headline h1,
[class*="elementor"] .white-headline h2,
[class*="elementor"] .white-headline h3,
[class*="elementor"] .white-headline h4,
[class*="elementor"] .white-headline h5,
[class*="elementor"] .white-headline h6 {
	color: var(--e-global-color-accent);
}


/***********************************************************/
/** HEADER *************************************************/
/***********************************************************/
#header img {
    mix-blend-mode: multiply;
}

/***********************************************************/
/** FOOTER *************************************************/
/***********************************************************/
#footer .footer-logo a {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px;
    color: var(--e-global-color-text);
}

/***********************************************************/
/** HOME *************************************************/
/***********************************************************/
#programs .program-box {
	margin: 10px 0;
}
#programs .program-box .elementor-image-box-img,
#programs .program-box .elementor-image-box-content * {
	transition: all .4s ease-in-out;
}
#programs .program-box .elementor-image-box-img {
	width: 100%;
	max-width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    background: white;
    border: 2px solid var(--e-global-color-d9c29c0);
	box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}
#programs .program-box:hover .elementor-image-box-img {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.30);
}
#programs .program-box:hover .elementor-image-box-content * {
    color: var(--e-global-color-d9c29c0);
}

@media only screen and (max-width: 1024px) {
	#header .elementor-container {
		flex-wrap: nowrap;
	}
}
@media only screen and (max-width: 767px) {
	[class*="elementor"] .shrink-on-mobile h1 {
		font-size: 22px;
		margin: 0;
	}
}