/**
Theme Name: Americaneagle.com Child Theme
Author: Americaneagle.com
Author URI: https://americaneagle.com
Description: A fast, lightweight theme build upon AstraWP.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: americaneagle-com-child-theme
Template: astra
*/

#home-slider .slide-content h2.n2-ss-item-content.yellow::after{
	background-color: #FFD900;
}

/* 1. General
 * 2. Header
 * 3. Homepage
 * 4. Interior
 * 5. Footer
 * 6. Mobile
 * 7. QC Fixes
*/


/* 1. General ----------------------------------------------------*/

/* 2. Header ----------------------------------------------------*/
.menu-item a .sub-arrow {
	color:#6bc3e8;
}
.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
	font-family:Antonio Bold;
	font-size:19px;
}
@media (max-width:768px) {
	.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
		font-size:14px;
	}
}

@media (min-width:1025px) {
	ul.main-header-menu > .menu-item > a {
		line-height:7;
	}
	.main-header-bar .main-header-bar-navigation .sub-menu {
		padding:10px;
		width:260px;
	}
	.main-header-menu > .menu-item-has-children > .sub-menu::before {
		content:'';
		width: 0;
    	height: 0;
		position:absolute;
		top:-30px;
		left:50px;
    	border-left: 15px solid transparent;
    	border-right: 15px solid transparent;
    	border-bottom: 30px solid #eaeaea;
	}
}

/* 3. Homepage ----------------------------------------------------*/
/*#home-slider .n2-ss-slider .n2-ss-slide-background:first-child .n2-ss-slide-background-image {
	background-position: 130% 50% !important;
}
@media (min-width:769px) and (max-width:1024px) {
	#home-slider .n2-ss-slider .n2-ss-slide-background:first-child .n2-ss-slide-background-image {
		background-position: 700px 50% !important;
	}
}
@media (max-width:768px) {
	#home-slider .n2-ss-slider .n2-ss-slide-background:first-child .n2-ss-slide-background-image {
		background-position: 300px 50% !important;
		background-size:auto;
	}
}*/
#home-slider .slide-content h2.n2-ss-item-content {
	position:relative;
}
#home-slider .slide-content h2.n2-ss-item-content::after {
	content:'';
	background-color:#fff;
	height:1px;
	width: calc(100% - 160px);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
#home-slider .slide-content.pink h2.n2-ss-item-content::after {
	background-color:#EE2A7B;
}
@media (min-width:1025px){
.elementor-element.skew-left::before {
	content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    left: -25%;
    top: 0;
    transform: skewX(-20deg);
}
.elementor-element.teal::before,
.elementor-element.skew-left::after {
	background: #6bc3e8;
}
.elementor-element.skew-left::after {
	content:'';
	width:200%;
	height:100%;
	position:absolute;
	right:-200%;
	top:0;
}
.elementor-element.pink::before,
.elementor-element.skew-left.pink::after  {
	background:#EE2A7B;
}
}

@media (max-width:768px){
.elementor-element.skew-left::before {
	content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 200px;
    -webkit-clip-path: polygon(0 2%, 0% 100%, 100% 100%);
	clip-path: polygon(0 2%, 0% 100%, 100% 100%);
}
.elementor-element.teal::before{
	background: #6bc3e8;
}

.elementor-element.pink::before,
.elementor-element.skew-left.pink::after  {
	background:#EE2A7B;
}
}

.right-divider .elementor-heading-title {
	position:relative;
	display:inline;
}
.right-divider .elementor-heading-title::after {
	content: '';
    background-color: #fff;
	display: block;
    position: absolute;
    height: 1px;
	/*width: 150%;
    right: -157%;*/
	width: 100%;
    right: -110%;
	top: 50%;
}
@media (max-width:768px) {
	.right-divider .elementor-heading-title::after {
		width:150px;
		right:-73%;
		display:none;
	}
	.right-divider.white .elementor-heading-title::after {
		width:205px;
		right:-117%;
		display:none;
	}
}
.right-divider.pink .elementor-heading-title::after {
	background:#F1207A;
}
.quote .elementor-heading-title {
	position:relative;
}
.quote .elementor-heading-title::before {
	content:url(https://kidsaboveall2.wpengine.com/wp-content/uploads/quote.svg);
	position:absolute;
	top:0;
	top: -25px;
    left: -55px;
}
.quote-end {
	content:url(https://kidsaboveall2.wpengine.com/wp-content/uploads/quote.svg);
	transform: rotate(180deg);
	position:relative;
	top:14px;
}
.arrow-top {
	position:relative;
}
.arrow-top::before {
	content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 45px solid #6ECCDC;
    position: absolute;
    top: -45px;
    left: 50px;
}
.arrow-top.teal::before {
	background:transparent;
	border-bottom-color:#6bc3e8;
}
.elementor-heading-title svg {
	position:relative;
	top:-4px;
}

/* Event */
.mec-widget .mec-event-list-classic .mec-event-article {
	padding:0;
	display: flex;
    flex-wrap: wrap;
}
.mec-widget .mec-event-list-classic .mec-event-image,
.event-color,
.mec-event-list-classic .mec-event-time {
	display:none;
}
.mec-event-title {
	order:1;
}
.mec-event-date {
	order:2;
}
.mec-event-detail {
	order:3;
}
.mec-widget .mec-event-list-classic .mec-event-title {
	font-family:"Antonio Bold", Sans-serif;
	text-transform:uppercase;
	font-size:30px;
	line-height:1.3;
	
}
.mec-widget .mec-event-list-classic .mec-event-title a {
	color:#231F20;
}
.mec-widget .mec-event-list-classic .mec-event-title a:hover,
.mec-widget .mec-event-list-classic .mec-event-title a:focus {
	color:#40d9f1;
}
.mec-event-list-classic .mec-event-date span,
.mec-widget .mec-event-list-classic .mec-event-detail {
	font-size:20px;
	font-family:'Nunito Sans',sans-serif;
	text-transform:none;
	color:#231F20;
}
.mec-widget .mec-event-list-classic .mec-event-date {
	margin-bottom:10px;
	color:#231F20;
	position:relative;
	padding-left:33px;
	line-height:1.2;
}
.mec-sl-calendar {
	font-size:20px;
	margin-right:10px;
	color:#fff;
	position: absolute;
	left: 0;
}
.mec-sl-map-marker {
	font-size:20px;
	margin-right:8px;
	color:#fff;
}

/* 4. Interior ----------------------------------------------------*/

@media (max-width:768px) {
	#give-donation-level-button-wrap > li {
		float:none;
		margin-right:0;
	}
	.give-donation-level-btn {
		width:100%;
	}
}
/* 5. Footer ----------------------------------------------------*/
.gform_wrapper form.gf_simple_horizontal div.gform_body input[type="text"] {
	padding-top:0 !important;
	padding-bottom:0 !important;
	height:60px;
	line-height:60px;
}
@media (min-width:768px) {
	#gform_1 {
		display:flex;
		align-items:flex-start;
	}
	.gform_wrapper #gform_1 .gform_footer {
		margin:0 0 0 10px;
		width:auto;
		padding:0;
	}
	
}
@media (min-width:641px) {
	body .gform_wrapper form.gf_simple_horizontal div.gform_body {
		padding-right:20px;
	}
}
.elementor-widget-image .elementor-image>a img[src$=".svg"], .elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width:auto;
}

/* 6. Mobile ----------------------------------------------------*/
/* 7. QC Fixes ----------------------------------------------------*/