/* 
Theme Name: SchlauStart Eduvalt Child Theme
Theme URI: https://ifingerstudio.com/eduvalt/
Description: Eduvalt Child Theme
Author: SchlauStart Team
Template: eduvalt
Version: 1.0.0
Text Domain: eduvalt-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Custom Styles Here */

.cta-area-three::before {
	background-color: var(--e-global-color-86d4529) !important;
}
.footer-bg {
  background-color: var(--e-global-color-86d4529) !important;
}

.banner__fact-item {
	background: none; /* DELETE THIS AFTER SITE HAS STUDENT */
}

section.banner-area.banner-bg h3 {
	text-shadow: 3px 3px 3px black;
}

.brand__item:hover img {
	filter: grayscale(0);
  	opacity: 1;
}

.testimonial__content-icon img, .fact__icon-two img {
	filter: hue-rotate(6015deg);
}

.categories__item-two {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.categories__item-two a {
    display: flex !important;
    height: 100% !important;
}

.categories__item-two a .name {
	font-size: 17px;
}

.categories__item-two .info {
    flex-grow: 1 !important;
}
