/*
Theme Name:   HelloChildTheme
Description:  Write here a brief description about your child-theme
Author:       Chelsea Wichner-Kluender
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloChildTheme
*/

/* Write here your own personal stylesheet */

body .Skip-Links {
    z-index: 1000;
    display: block;
    margin: 0;
}
body .Skip-Links a {
    position: absolute;
    top: auto;
    left: -10000px;
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
	font-size: 1rem;
    text-decoration: none;
}
body .Skip-Links a:focus {
    height: auto;
    margin: .25rem;
    padding: .5rem;
    position: static;
    width: auto;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
a[target=_blank] {
    position: relative;
	display: inline-block;
}

a[target=_blank].elementor-social-icon {
	display:inline-flex;
}

.elementor-location-footer a[target=_blank].elementor-social-icon:focus span.external, a[target=_blank].elementor-social-icon:hover span.external {
	bottom: 2rem;
	left: 10px;
}

a[target=_blank] span.external {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
    font-size: .75rem;
}
a[target=_blank]:focus span.external, a[target=_blank]:hover span.external {
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 6rem;
    width: 11em;
    background: #fff;
    border: .5px solid #000;
    color: #000;
    text-align: center;
    z-index: 1;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	font-family: inherit;
}

.elementor-kit-27 .special h2 {
	color:rgb(77, 77, 77);
	font-size:24px;
	font-weight:400;
}
p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

a:focus {
	text-decoration: underline!important;
}

.elementor-text-editor a:focus {
	text-decoration: none!important;
}

a.mega-menu-link {
	font-weight: 500!important;
}

blockquote {
    font-style: italic;
    padding-left: 1rem;
    border-left: 4px solid #ededed;
}
.elementor-button-link.elementor-button:hover,
.n2-ss-button-container a:hover {
	text-decoration:underline!important;
	text-decoration-color: #00FC87!important;
}

.elementor-text-editor ul {
	margin-bottom: 16px!important;
}

:focus,
.homepage-slider .n2-ss-slider a.n2-ow:focus, 
.is-form-style.is-form-style-3 input.is-search-input:focus {
    outline: 3px solid #FF1978!important;
}
.mega-menu-link {
	outline-offset: -3px;
}

.elementor-icon-list-item.elementor-inline-item {
	padding: 4px!important;
}

.portfolio-sister-spotlights .elementor-post__thumbnail__link:focus,
.blog-listing .elementor-post__thumbnail__link:focus {
	border: 4px solid black;
	outline: none!important;
}

.elementor-pagination .page-numbers {
	text-decoration: none;
	padding: 2px 8px;
	border-radius: 50px;
	transition: all .3s;
}

.elementor-pagination a.page-numbers:hover, 
.elementor-pagination a.page-numbers:focus,
.elementor-pagination .page-numbers.current {
	background: #00FC87;
	color: #000;
}

.elementor-widget .elementor-icon-list-icon i {
	text-align: center;
}

/* Utility Classes */
/* *************************************** */
.font-sm {
	font-size: 14px!important;
}

.m-none {
	margin: 0 !important;
}

.mb-xs {
	margin-bottom: .5rem !important;
}

.mb-sm {
	margin-bottom: .75rem !important;
}

.mb-md {
	margin-bottom: 1rem !important;
}

.elementor-widget.m-none {
	margin: 0;
}

.m-center {
	margin: 0 auto;
}

.mx-width-xxs {
	max-width: 200px;
}

.mx-width-xs {
	max-width: 320px;
}

.mx-width-sm {
	max-width: 480px;
}

.mx-width-md {
	max-width: 580px;
}

.mx-width-lg {
	max-width: 768px;
}

.width-auto {
	width: auto!important;
}

.d-flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.justify-center .elementor-row {
	justify-content: center;
}

.line-height-1,
.line-height-1 p {
	line-height: 1!important;
}

.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

.no-underline a {
	text-decoration: none!important;
}

.underline-on-hover a,
.elementor-post__title a {
	text-decoration: none!important;
}

.underline-on-hover a:hover,
.underline-on-hover a:focus,
.elementor-post__title a:hover {
	text-decoration: underline!important;
}

.color-white a {
	color: #fff!important;
}

form fieldset {
	border: 0;
	margin: 0 0 1rem;
	padding: 0;
}
form input[type=radio] {
	margin: 3px;
}

fieldset p {
    margin: 0;
    font-size: 1.15rem;
}

form input.wpcf7-form-control, form textarea.wpcf7-form-control {
	background-color: #ffffff;
    border-color: #C3C3C3;
    border-radius: 8px 8px 8px 8px;
}
form .elementor-field-label{
	padding: 8px 0;
}

legend.top {
    font-weight: 500;
    margin: .5rem 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
}
.footer form p {
    display: inline-block;
	vertical-align: sub;
}
.footer form p:nth-child(2), .footer form p:nth-child(3) {
    max-width: 48%;
}
.footer form p:nth-child(2) {
    margin-right: 2%;
}
.footer form p:nth-child(4) {
    margin-right: 5%;
}
.footer form p:nth-child(4) {
    max-width: 65%
}
.footer form p:nth-child(5) {
    max-width: 25%;
	vertical-align: text-top;
	margin-bottom: 0;
}
.footer form input[type=text], .footer form input[type=email] {
	background-color: transparent;
    border-color: #fff;
    border-width: 2px;
	color: #fff;
}
.footer form label {
	font-size: 1rem;
	color: #fff;
}
.footer form input[type=submit] {
	font-size: 1.5rem;
    padding: 5px 20px;
}
.footer .wpcf7 form.invalid .wpcf7-response-output {
	color: #fff;
}

.apply-on-purple.slds-scope .slds-has-error .slds-form-element__help, .apply-on-purple.slds-scope label .slds-required {
    color: #fff;
}


/* Elementor Overrides */
/* *************************************** */
.homepage-events-small .elementor-post__text {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
	font-size: 1.6rem;
}

.elementor-tab-title {
	display: flex;
}

td p {
	margin-bottom: 0;
}

.faq-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	width: 21px
}

.faq-toggle .elementor-toggle-title {
	max-width: 500px;
}

.elementor-toggle .elementor-tab-title {
    display: flex;
    align-items: center;
}


/* Header */
.mega-menu-item-550 {
	border-left: 1px solid #00FC87!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-34 > ul.mega-sub-menu {
	width: 440px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	top: 60px;
}

#mega-menu-max_mega_menu_2 {
	top: 55px!important;
}

.header-widget .elementor-icon,
.header-widget .elementor-button {
	transition: none!important;
}

[aria-expanded='true'] .mega-indicator::after {
	transform: rotate(180deg)!important;
}

/* Tabs widget on Become a Big */
.tabs-LP .elementor-tab-title {
	display: flex;
	justify-content: center;
}

.tabs-LP .elementor-tab-title a,
.tabs-LP .elementor-tab-mobile-title {
	font-size: 46px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none!important;
	padding: 0;	
    font-family: "Steelfish", Sans-serif;
}

.tabs-LP .elementor-tab-title {
	padding: 2.5rem!important;
}

.tabs-LP .elementor-tab-title:hover,
.tabs-LP .elementor-tab-title:focus-within {
	background-color: #00FC87;
}

.tabs-LP .elementor-tab-mobile-title {
	background-color: #F8F5FA;
	padding: 1.5rem!important;
}
.tabs-LP .elementor-tab-mobile-title.elementor-active {
	background-color: #675DC6;
	color: #fff!important;
}

.tabs-LP .elementor-tabs-content-wrapper {
	background: url(http://bigsisterbos.wpengine.com/wp-content/uploads/2020/08/slider_Ultraviolet-flip.png);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.tabs-LP .elementor-tab-content {
	padding: 3rem!important;
}




/* Smart Slider Overrides */
/* *************************************** */
/* .nextend-arrow-next {
	left: calc(50% - 47px)!important;
} */
.n2-ss-control-bullet {
	right: 48px!important;
	bottom: 32px!important;
}


/* Footer */
.footer-newsletter .elementor-field-type-submit {
/* 	margin-left: -12px; */
}

.footer .elementor-social-icon {
	margin: 4px!important;
}

.footer-nav-2 ul li:last-child {
	display: none;
}

/* Homepage */


/* Staff-Listing */
article.auxiliary_board,
article.board_of_director,
article.staff,
article.leadership_team {
    background: #f2f2f2;
}

.search-results article.auxiliary_board,
.search-results article.board_of_director,
.search-results article.staff,
.search-results article.leadership_team {
    background: #fff;
}

.tag-filter h2 {
	margin-bottom: 0;
    padding: 12px 9.6px;
	color: #fff;
	background: #675DC6;
    font-size: 24px!important;
	display: block;
}

/* category widget on Aux Board Pages */
.tag-filter-horizontal .wp-widget-wpcategorieswidget {
	list-style: none;
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}

.tag-filter-horizontal .wp-widget-wpcategorieswidget li a {
	font-weight: normal;
}

.tag-filter-horizontal .wp-widget-wpcategorieswidget .current-cat a {
	font-weight: bold;
}

.tag-filter-horizontal .wp-widget-wpcategorieswidget li:not(:last-child) {
	margin-right: 10px;
}
/* End category widget on Aux Board Pages */

.tag-filter-horizontal span {
	margin-bottom: 8px;
    padding: 4px 9px;
	color: #fff;
	background: #675DC6;
    font-size: 24px!important;
	display: none;
	line-height: 1.2em;
}

.tag-filter-horizontal h2 {
	margin-bottom: 10px;
	font-size: 24px!important;
	color: #fff;
	background: #675DC6;
	padding: 12px 9.6px;
}

.tag-filter .tagcloud .tag-cloud-link {
	display: block;
	font-size: 16px!important;
	padding: 12px 9.6px;
	color: #000;
	text-decoration: none;
	transition: all .3s;
}

.tag-filter-horizontal .tagcloud .tag-cloud-link {
	font-size: 16px!important;
	font-weight: normal;
	transition: all .3s;
}

.tag-filter-horizontal .tagcloud .tag-cloud-link:not(:first-child) {
	margin-left: 8px;
}

.tag-filter .tagcloud .tag-cloud-link:hover,
.tag-filter .tagcloud .tag-cloud-link.active {
	background: #00FC87;
}

.tag-filter-horizontal .tagcloud .tag-cloud-link.active {
	font-weight: bold;
}

article.staff div.staff,
article.staff div.elementor-section-wrap,
article.staff section.staff-listing-item,
article.staff div.elementor-container {
	height: 100%;
}

article.staff .elementor-widget-wrap {
	flex-wrap: nowrap;
    flex-direction: column;
}

article.staff .staff-msg-btn {
	margin-top: auto;
}

/* Aux Board */
article.auxiliary_board div.auxiliary_board,
article.auxiliary_board div.elementor-section-wrap,
article.auxiliary_board section.staff-listing-item,
article.auxiliary_board div.elementor-container {
	height: 100%;
}

article.auxiliary_board .elementor-widget-wrap {
	flex-wrap: nowrap;
    flex-direction: column;
}

article.auxiliary_board .aux-board-board {
	margin-top: auto;
}


/* Event Listing & Details*/
.external-event-button {
/* 	display: none; */
}
.event-title a {
	text-decoration: none!important;
}
.event-title a:hover {
	text-decoration: underline!important;
}

.clock-icon,
.map-marker-icon {
	width: 20px;
	margin-right: 5px;
	text-align: center;
}

.clock-icon::before,
.map-marker-icon::before {
	font-size: 16px;
}

/* Blog Listing & Details */
.blog.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0!important;
}
.blog .elementor-post__text {
	margin-top: 16px!important;
}

.blog-listing-archive .elementor-post__text {
	padding: 16px;
}

.blog-listing-archive .elementor-post {
	background-color: #F2F2F2;
}

.elementor-widget-theme-post-content .n2-section-smartslider {
	margin-bottom: 16px;
}


/* Landing Page */
.elementor-toggle-title {
	text-decoration: none!important;
}
.elementor-toggle-title:hover {
	text-decoration: underline!important;
}

/* Partners Listing */
article.charitable_partner {
	display: flex!important;
	align-items: center;
	justify-content: center;
}

/* Donate */
div#IATS_PaymentBoxDiv.IATS_Div {
	width: auto !important;
}

/* Search Results */
.is-search-icon {
	border: 0!important;
}

.search-results article {
	padding: 10px!important;
}

.formHeader.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

@media only screen and (min-width:1025px) {
	
	.menu-item-306 {
		display: none!important;
	}
	
}

@media only screen and (min-width: 768px) {
	.page-content {
		min-height: 500px;
	}
}

@media only screen and (max-width:1024px) {
	a.mega-menu-link {
		font-size: 18px!important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: 65px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0 12px!important;
	}
	
	.footer-nav-2 ul li:last-child {
		display: block;
	}
	
	.blog-listing article.elementor-post:nth-child(3) {
/* 		display: none!important; */
	}
}

@media only screen and (max-width:480px) {
	
	#mega-menu-317-0-0,
	#mega-menu-316-0-0 {
		display: none!important;
	}
	
	/* Landing Page */
	.arrow-icon svg {
		transform: rotate(90deg);
	}
	
	.n2-ss-control-bullet {
		right: 16px!important;
		bottom: 16px!important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 100%!important;
	}
	
	.eael-countdown-items>li {
		display: block!important;
	}
	
	.eael-countdown-items>li {
		width: 80%;
		margin: 0 auto 16px;
	}
	
	div#IATS_PaymentBoxDiv.IATS_Div {
		width: auto !important;
	}
	
	.tag-filter-horizontal .tagcloud .tag-cloud-link {
		display: block;
		margin: 0 0 6px 0!important;
	}
	
	/* 	Tabs on LP */
	.tabs-LP .elementor-tabs-content-wrapper {
		display: block;
		background-position: center;
		background-size: contain;
	}
}