/**
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
*/

html {
	overflow-x:hidden;
}
/* focus outline update color(s) based on site */
*:focus-visible {
	outline:2px solid #f20000 !important;
	box-shadow:inset 0 0 0 2px #f20000 !important;
}

/* differentiate links from regular text*/
.elementor p a,
p a {
	font-weight:700;
	text-decoration:underline;
}
.elementor p a:hover,
.elementor p a:focus,
p a:hover,
p a:focus {
	text-decoration:none;
}

/* fixes but with screen reader text/instructions that don’t popup*/
.skip-link.screen-reader-text {
	clip-path: none;
}

/* allows outline to show properly for tab elements*/
.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow:visible;
}

ol, ul {
	margin-left:35px;
}

.elementor p:last-child {
	margin-bottom:0;
}
.slider-btn .nfa-angle-right {
	color:#00AE42;
}
.slider-btn:hover .nfa-angle-right,
.slider-btn:focus .nfa-angle-right {
	color:#fff;
}
.elementor-button-icon {
	color:#00AE42;
}
.elementor-button-link:hover .elementor-button-icon,
.elementor-button-link:focus .elementor-button-icon {
	color:#fff;
}
.elementor-widget .elementor-icon-list-item, 
.elementor-widget .elementor-icon-list-item a {
	align-items:flex-start;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	margin-top:5px;
}

body div#n2-ss-4 .nextend-thumbnail-horizontal .n2-align-content-start,
body div#n2-ss-5 .nextend-thumbnail-horizontal .n2-align-content-start,
body div#n2-ss-6 .nextend-thumbnail-horizontal .n2-align-content-start {
	justify-content:center;
}

div#n2-ss-5 .n2-thumbnail-dot > div::before,
div#n2-ss-6 .n2-thumbnail-dot > div::before {
	content:'';
	width:10px;
	height:10px;
	background:#fff;
	border-radius:100%;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	display:block;
	z-index:10;
}
div#n2-ss-6 .n2-thumbnail-dot > div::before {
	background:#000;
}
div#n2-ss-5 .n2-thumbnail-dot.n2-active > div::before,
div#n2-ss-6 .n2-thumbnail-dot.n2-active > div::before {
	background:#00AE42;
}
div#n2-ss-5 .n2-thumbnail-dot::after,
div#n2-ss-6 .n2-thumbnail-dot::after {
	content:'';
	width:50%;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:5px;
	display:block;
}

div#n2-ss-5 .n2-thumbnail-dot::before,
div#n2-ss-6 .n2-thumbnail-dot::before {
	content:'';
	width:50%;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:5px;
	display:block;
}
div#n2-ss-6 .n2-thumbnail-dot::after,
div#n2-ss-6 .n2-thumbnail-dot::before {
	background:#000;
}
div#n2-ss-5 .n2-thumbnail-dot:first-child::before,
div#n2-ss-5 .n2-thumbnail-dot:last-child::after,
div#n2-ss-6 .n2-thumbnail-dot:first-child::before,
div#n2-ss-6 .n2-thumbnail-dot:last-child::after {
	display:none;
}

div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-button {
	top:18px;
}


/* Subscription form */
.mc-field-group {
	margin-bottom:15px;
}
.mc-field-group:not(.input-group) input,
.mc-field-group:not(.input-group) label {
	width:100%;
	display:inline-block;
}
.mc-field-group .mc-field-group .checkbox input,
.mc-field-group input[type="radio"]{
	width:auto;
	margin-right:5px;
}
.mc-field-group ul {
	margin:0;
	list-style:none;
}
#mce-success-response,
#mce-error-response {
	font-size:24px;
	font-weight:700;
}


.flex-display {
	display:flex;
	flex-wrap:wrap;
}
.flex-col-3 .col {
	margin:0 10px 40px;
}
@media (min-width:1025px) {
	.flex-col-3 .col {
		flex:0 1 calc(25% - 20px);
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.flex-col-3 .col {
		flex:0 1 calc(33.33% - 20px);
	}
}
@media (max-width:767px) {
	.flex-col-3 .col {
		flex:0 1 100%;
		margin-left:0;
		margin-right:0;
	}
}
.flex-col-3 img {
	width:100%;
	height:220px;
	object-fit:contain;
}
.links {
	padding-top:10px;
	text-align:center;
}
.video-wrap {
	margin-bottom:10px;
}
.video-wrap iframe {
	background:#000;
}


.searchandfilter ul li li {
	display:inline-block;
	margin-right:10px;
}
.searchandfilter li[data-sf-field-input-type=radio] label {
	padding-left:5px;
	cursor:pointer;
}
.searchandfilter li[data-sf-field-input-type=radio] input {
	cursor:pointer;
}

#center-locations .dce-post-block div,
#center-locations .dce-post-block section {
	height:100%;
}
#center-locations .dce-post-block .elementor-widget-wrap div,
#center-locations .dce-post-block .elementor-widget-wrap section {
	height:auto;
}

.elementor-post div,
.elementor-post section {
	height:100% !important;
}
.elementor-post .elementor-widget-wrap div,
.elementor-post .elementor-widget-wrap section {
	height:auto !important;
}

/* QC Fixes */
.uael-vg__play-icon {
	border:2px solid #fff;
	border-radius:100px;
	background:rgba(0,0,0,0.2);
	padding:20px;
	display:inline-block;
}
.uael-vg__play-icon i {
	position: relative;
    left: 4px;
    top: 1px;
}


/* User Portal */
.presentation-wrap,
.mg-assets {
	display:flex;
	flex-wrap:wrap;
}
.presentation-wrap .item,
.mg-assets .mg-asset {
	margin:0 0 40px;
	width:100%;
	padding-bottom:60px;
	position:relative;
}
.presentation-wrap .item .btn,
.mg-assets .mg-asset .btn {
	display:inline-block;
	padding:10px 20px 10px 20px;
	background:#fff;
	color:#636569;
	border:1px solid #636569;
	border-radius:100px;
	font-weight:600;
	text-decoration:none;
	position:absolute;
	bottom:0;
}
.presentation-wrap .item .btn:hover,
.mg-assets .mg-asset .btn:hover,
.presentation-wrap .item .btn:focus,
.mg-assets .mg-asset .btn:focus,
.presentation-wrap .item .btn:hover i,
.mg-assets .mg-asset .btn:hover i {
	background:#028426;
	border-color:#028426;
	color:#fff;
}
.presentation-wrap .item .btn:hover i,
.mg-assets .mg-asset .btn:hover i {
	background:transparent;
}
.mg-asset h3 {
	font-size:18px;
	font-weight:600;
}
.quick-view-link {
	display:block;
	margin:5px 0 10px;
}
@media (min-width:1025px) {
	.presentation-wrap .item,
	.mg-assets .mg-asset {
		width:calc(25% - 20px);
		margin-right:10px;
		margin-left:10px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.presentation-wrap .item,
	.mg-assets .mg-asset {
		width:calc(33.33% - 20px);
		margin-right:10px;
		margin-left:10px;
	}
}



#gform_wrapper_2 .gform_footer {
	justify-content:center;
}
#gform_wrapper_2.gform_wrapper.gravity-theme .gfield_label {
	font-weight:400;
	font-size:13px;
}

ol li,
ul li {
	margin-bottom:20px;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
	text-decoration: none;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */	
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 800px;
	left: calc(50% - 400px);
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 50px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }

.modal-title{
	font-size: 16px;
    color: #55b337;
    font-weight: 600;
    position: relative;    
}

.modal-cta{
	margin: 30px 0 0 0;
    border-top: 1px solid #444;
    padding: 20px 0 0 0;
}
.modal-cta p{
	font-size: 16px;
    line-height: 24px;
    display: inline-block;
    max-width: 75%;
    margin: 0;
    color: #444;
}
.modal-cta p span.download-title{
	font-weight: 600;
	display: block;
	top: 0;
	color: #444;
}

.modal-thumb{
	box-sizing: border-box;
}

.modal-cta .quicklinkdownload{
	background-color: #55b337;
	float: right;
    display: inline-block;	    
    color: #FFFFFF !important;    
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 45px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 400;
    letter-spacing: 1px;
}

/* QC ADA */
.uael-login-form input[type=checkbox]+span:before {
	display:none;
}
.uael-login-form input[type=checkbox] {
	display:inline-block;
}
.swiper-slide > a {
	padding:2px;
	display:block;
	height:100%;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none !important;
}