/* 
Theme Name: STEM Buddies
Description: STEM Buddies is a child theme of Hello Elementor, created by IKdot
Author: IKdot
Template: hello-elementor
Version: 1.0.1
Text Domain: stem-buddies-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
* === GENERAL STYLES ===
*/
body .light a {
	color: #fff;
}

/*
* === HEADER ===
*/
.site-header, body:not([class*="elementor-page-"]) .site-main {
	max-width: 1140px;
}

.slide-content .n2-ss-layer-content {
	background-size: contain !important;
}

/* Mobile Menu */
nav.hfe-dropdown.menu-is-active {
	margin-top: 50px;
}
@media screen and (max-width: 1024px) {
	.hfe-nav-menu {
		padding-right: 50px;
	}
}

/*
* === FORMINATOR ===
*/
.elementor-widget-wp-widget-forminator_widget .elementor-widget-container > h5 {
	display: none;
}
.collapseomatic {
    background-image: unset !important;
}
.colomat-close {
    background-image: unset !important;
}

.forminator-label--info {
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #d6e9c6;
	border-radius: 0px;
	color: #3c763d;
	background: #dff0d8;
	text-align: center;
}

/*
* === CONTACT PAGE ===
*/
.page-contact-us .submission-count {
	display: none;
}
