/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
  overflow-x: hidden !important;
}

.phone-header .elementor-icon-box-description a {
  font-weight: 700 !important;
  color: #000000 !important;
}

.phone-header .elementor-icon-box-description a:hover {
  color: #dd6592 !important;
}
.bold-blue b {
  color: #20468b;
}
.donate-btn .elementor-button {
  padding-top: 26px !important;
  padding-bottom: 25px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.header-section {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.logo-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px; /* separator thickness */
  height: 100%;
  background: #1f438d;
  transform: skewX(-25deg);
}

.donate-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 34px; /* separator thickness */
  height: 100%;
  background: #fff;
  transform: skewX(-25deg);
}

.hero-slider .wpsisac-slider-overlay {
  background: none !important;
}

.hero-slider .wpsisac-slide-wrap img {
  max-width: 1083px !important;
}

.hero-slider .wpsisac-slide-wrap {
  display: flex !important;
  align-items: flex-end;
  margin-left: 7.5%;
}

.hero-slider .wpsisac-slider-content {
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  bottom: 77px !important;
  right: 15% !important;
  max-width: 500px;
}

.hero-slider .wpsisac-bg-overlay {
  background: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.hero-slider .wpsisac-slider-short-content {
  margin: 0 !important;
}

.hero-slider .wpsisac-slide-title,
.hero-slider .slick-next:before,
.hero-slider .slick-prev:before {
  display: none !important;
}

.btn-hero {
  background-color: #fde16c;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 30px;
  border-radius: 20px;
  color: #000000 !important;
  text-shadow: none;
  display: inline-block;
  line-height: 1em;
}

.btn-hero:hover {
  background-color: #ef5994;
  color: #ffffff !important;
}

.hero-slider .wpsisac-slider-short-content h1 {
  font-size: 47px !important;
  line-height: 1.2em !important;
  margin-bottom: 38px !important;
  margin-top: 35px !important;
  font-weight: 700;
}

.hero-slider .wpsisac-slider-short-content h1 span {
  position: relative;
}

.hero-slider .wpsisac-slider-short-content h1 span::before {
  position: absolute;
  content: "";
  background: #ef5994;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  z-index: -1;
}

.hero-slider .slick-next svg,
.hero-slider .slick-prev svg {
  display: none !important;
}

.hero-slider .slick-prev {
  background-image: url(assets/images/left-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 60px;
  background-color: transparent;
  margin-left: 6% !important;
  opacity: 0.5 !important;
  background-size: 100%;
}

.hero-slider .slick-next {
  background-image: url(assets/images/right-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 60px;
  background-color: transparent;
  margin-right: 6% !important;
  opacity: 0.5 !important;
  background-size: 100%;
}

.hero-slider .slick-next:hover,
.hero-slider .slick-prev:hover {
  opacity: 1 !important;
}

.social-footer .elementor-social-icons-wrapper {
  display: flex !important;
  width: 100% !important;
}

.social-footer .elementor-grid-item {
  width: 25% !important;
}

.social-footer .elementor-icon {
  width: 100% !important;
}

.ftr-list-link .elementor-icon-list-items .elementor-icon-list-icon {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

.ftr-list-link .elementor-icon-list-items .elementor-icon-list-icon svg {
  width: 7px;
  height: 11px;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.64, 0.51);
}

.ftr-list-link
  .elementor-icon-list-items
  .elementor-icon-list-item:hover
  .elementor-icon-list-icon {
  width: 10px;
}
.ftr-list-link
  .elementor-icon-list-items
  .elementor-icon-list-item:hover
  .elementor-icon-list-icon
  svg {
  transform: translateX(0);
  opacity: 1;
  margin-right: 0 !important;
}

.link-responsive {
  display: none !important;
}

.forminator-custom-form .forminator-input {
  color: #ffffff;
}

/**news page start**/

.blog-listing .elementskit-post-image-card img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover;
  transform: none !important;
}

.blog-listing .entry-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-listing .elementskit-post-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing .elementskit-post-image-card {
  margin-bottom: 30px !important;
}

/**news page start**/

.donate-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px !important;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.donate-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.donate-menu .elementor-icon-list-item a {
  display: block;
  padding: 12px 16px;
  color: #333;
}

.donate-menu .elementor-icon-list-item a:hover,
.donate-menu .elementor-icon-list-item.active a {
  background: #f05a93;
  color: #ffffff !important;
}

.donate-menu .elementor-icon-list-item.active a .elementor-icon-list-text {
  color: #ffffff !important;
}

.donate-btn .elementor-button {
  background: #f4d35e;
  transition: 0.3s;
}

.donate-btn.hovered .elementor-button {
  background: #ffd100;
}

.donate-btn .elementor-button {
  background: #f4d35e;
  color: #000;
  transition: 0.3s;
}

.donate-btn:hover .elementor-button,
.donate-btn.hovered .elementor-button {
  background: #fde16c !important;
  color: #000 !important;
}

.forminator-custom-form .forminator-checkbox-label {
  font-size: 16px !important;
  color: rgb(255 255 255 / 50%);
}

.forminator-custom-form .forminator-checkbox {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

.activities-tab
  .site-left-tab-section
  .e-n-tab-title[aria-selected="true"]:before {
  width: 76px;
  height: 76px;
  background: #c7daf1;
  right: -40px;
  top: 17px;
}

.activities-tab .site-left-tab-section .e-n-tab-title span.e-n-tab-icon {
  margin-top: 11px;
}

.bold-bigger strong {
  font-size: 30px !important;
  color: #1c4490 !important;
}

.counter-number .elementor-counter-title {
  text-align: center;
}

.marquee-title-infinite-news h2::before {
  content: "St. Louis American • Nine Network • Listen St. Louis • Forbes • Fox 2 News" !important;
}

.marquee-title-infinite-news h2::after {
  content: "St. Louis American • Nine Network • Listen St. Louis • Forbes • Fox 2 News" !important;
}

body .guilding-tab .e-n-tab-title {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 25px !important;
}

.guilding-tab .e-n-tab-title .e-n-tab-icon {
  margin-top: 0 !important;
}

.guilding-tab .e-n-tab-title[aria-selected="true"]:before {
  width: 75px !important;
  height: 75px !important;
  background: #d8e5f5 !important;
  right: -37px !important;
  top: 14px !important;
}

.donor-form .forminator-custom-form .forminator-input {
  background-color: #c64d7d !important;
}

.family-form .forminator-custom-form .forminator-input {
  background-color: #4281b0 !important;
}

.expect-list .elementor-icon-list-item a:hover {
  color: #c64d7d !important;
}

.faq-tab .e-n-tabs-heading {
  background-color: #d8e5f5 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border: 1px solid #9f9f9f !important;
}

.faq-tab .e-n-tab-title[aria-selected="true"]:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: -32px !important;
  height: 100% !important;
  width: 32px !important;
  background: #9f9f9f !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%) !important;
  z-index: 0 !important;
  transform: none !important;
}

.faq-tab .e-n-tab-title[aria-selected="true"]:after {
  content: "" !important;
  position: absolute !important;
  top: 1px !important;
  right: -30px !important;
  height: calc(100% - 2px) !important;
  width: 30px !important;
  background: #d8e5f5 !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%) !important;
  z-index: 1 !important;
}

.faq-tab .e-n-tab-title[aria-selected="true"] {
  font-weight: 700 !important;
}

.popup-link-form .elementor-image-box-title a:hover {
  color: #1c4490 !important;
}

.sg-popup-builder-content .elementor-heading-title {
  font-weight: 700 !important;
}

.sg-popup-builder-content .forminator-custom-form .forminator-input {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
}

.sg-popup-builder-content
  .forminator-custom-form
  .forminator-input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

.sg-popup-builder-content .forminator-custom-form .forminator-button {
  background-color: #ffd100 !important;
  color: #000000 !important;
  box-shadow: none !important;
}

.sg-popup-builder-content .forminator-custom-form .forminator-button:hover {
  background-color: #20468b !important;
  color: #ffffff !important;
}

.gs-title-infinite h2::before {
  content: "MORE THAN A MIDDLE SCHOOL — A LIFETIME OF SUPPORT" !important;
}

.gs-title-infinite h2::after {
  content: "MORE THAN A MIDDLE SCHOOL — A LIFETIME OF SUPPORT" !important;
}

.gt_float_switcher {
  box-shadow: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px !important;
}

.success-stories-list .program-image::before {
  opacity: 0;
}

.single-success-story .team-detail {
  padding: 0;
}

.single-success-story .detail-image {
  width: 100%;
}

.single-success-story .hero-image {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 750px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.single-success-story .bg-teal {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 350px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #1c4490;
}

.single-success-story .hero-image h1,
.single-success-story .bg-teal h1 {
  margin: 0 0 10px 0;
  font-family: "Arial", Sans-serif;
  font-size: 65px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2em;
  text-shadow: 0px 5px 18px #000000;
  color: #ffffff;
}

.single-success-story .detail-container {
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-success-story .detail-container .container {
  width: 100%;
}

.single-success-story .detail-container .media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.single-success-story .detail-container .media img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-sizing: cover;
}

.single-success-story h2 {
  line-height: 1.2em;
}

.single-success-story iframe,
.single-success-story img,
.single-success-story video {
  max-width: 100% !important;
}

body .gt_switcher .gt_selected a,
body .gt_switcher .gt_option a {
  padding: 10px !important;
  font-size: 14pt !important;
  width: 151px !important;
}

body .gt_option {
  height: 46px !important;
}

@media (max-width: 1800px) {
  .hero-slider .wpsisac-slide-wrap img {
    max-width: 63% !important;
  }
  .hero-slider .wpsisac-slider-content {
    right: 8% !important;
  }
}

@media (max-width: 1620px) {
  .elementskit-navbar-nav > li:first-child {
    margin-left: 10px !important;
  }
  .elementskit-navbar-nav > li:last-child {
    margin-right: 10px !important;
  }
  .elementskit-navbar-nav > li {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .btn-col {
    padding-left: 25px !important;
  }
  .donate-btn {
    width: 55% !important;
  }
  .phone-header {
    width: 44% !important;
  }
	
  .logo-col {
    padding-left: 20px !important;
    padding-right: 30px !important;
  }
  .hero-slider .slick-prev {
    margin-left: 20px !important;
  }
  .hero-slider .slick-next {
    margin-right: 20px !important;
  }
  .footer-icon-bx {
    width: 100% !important;
  }
  .custom-container {
    padding-left: 20px !important;
  }
  .rigorous-img {
    max-width: 17% !important;
  }
	.donate-btn .elementor-button span.elementor-button-text {
		white-space: nowrap !important;
		font-size: 18px !important;
		letter-spacing: 0px !important;
	}
	.donate-btn .elementor-button {
		padding: 16px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 1400px) {
  .donate-btn .elementor-button {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .donate-btn .elementor-button span.elementor-button-content-wrapper {
    margin-top: 3px;
  }
  .elementskit-navbar-nav > li > a {
    font-size: 16px !important;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .btn-col {
    padding-left: 15px !important;
  }

  .single-success-story .hero-image h1,
  .single-success-story .bg-teal h1 {
    font-size: 62px;
  }
	.donate-btn .elementor-button::before {
		transform: skewX(-18deg);
	}
	.phone-header .elementor-icon-box-description a {
		letter-spacing: -0.5px;
	}
}
@media (max-width:1280px){
	.donate-btn .elementor-button {
		justify-content: end;
	}
}
@media (max-width: 1200px) {
  .btn-col {
    display: none;
  }
  .menu-col {
    width: 75% !important;
  }
  .logo-col {
    width: 25% !important;
  }
  .link-responsive {
    display: flex !important;
    flex-direction: column;
  }
  .link-responsive > a {
    width: 100%;
  }
  .elementskit-navbar-nav > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elementskit-navbar-nav > li:first-child {
    margin-left: 0 !important;
  }
  .elementskit-navbar-nav > li:last-child {
    margin-right: 0 !important;
  }
  .elementskit-navbar-nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 15px !important;
  }
  .elementskit-navbar-nav,
  .elementskit-menu-container {
    width: 100% !important;
    min-width: 100% !important;
  }
  .hero-slider .wpsisac-slider-content {
    right: 45px !important;
  }
  .hero-slider .wpsisac-slide-wrap {
    margin-left: 45px;
  }
  body.wp-singular .fc-slider .swiper-button-next,
  body.wp-singular .fc-slider .swiper-button-prev {
    width: 24px !important;
  }
  body.wp-singular .fc-slider .swiper-button-prev {
    left: -15px !important;
  }
  body.wp-singular .fc-slider .swiper-button-next {
    right: -15px !important;
  }
  .blog-listing .elementskit-post-image-card img {
    height: 200px !important;
  }
  .elementskit-navbar-nav > li.call-link-menu > a {
		background-color: #fde16c;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 13px !important;
	}
  .call-link-menu > a:hover,
  .call-link-menu > a:focus {
    background-color: #fde16c;
    color: #000000;
  }
  .single-success-story .hero-image h1,
  .single-success-story .bg-teal h1 {
    font-size: 58px;
  }
	
}

@media (max-width: 1024px) {
  .elementskit-navbar-nav > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hero-slider .wpsisac-slider-short-content h1 {
    font-size: 40px !important;
  }
  .hero-slider .wpsisac-slider-content {
    top: 145px !important;
  }
  .language-top {
    right: auto !important;
    left: 0 !important;
  }

  .elementskit-menu-close font {
    font-size: 0px !important;
    background-image: url(assets/images/close-button.webp);
    background-repeat: no-repeat;
    background-position: center center;
    width: 23px;
    height: 18px;
    display: block;
  }
}

@media (max-width: 900px) {
  .logo-col {
    width: 67% !important;
  }
  .menu-col {
    width: 33% !important;
  }
  .hero-slider .wpsisac-slider-content {
    max-width: 100%;
    top: 125px !important;
    bottom: 0 !important;
    left: 45px !important;
  }
  .hero-slider .slick-next {
    margin-right: 10px !important;
    width: 20px;
  }
  .hero-slider .slick-prev {
    margin-left: 10px !important;
    width: 20px;
  }
  .hero-slider .wpsisac-slider-short-content h1 {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
  }
  .hero-slider .wpsisac-slide-wrap img {
    margin-left: auto;
  }
  .blog-listing .elementskit-post-image-card img {
    height: 245px !important;
  }
  .single-success-story .hero-image h1,
  .single-success-story .bg-teal h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  body.wp-singular .fc-slider .swiper-button-next,
  body.wp-singular .fc-slider .swiper-button-prev {
    display: flex !important;
    width: 24px !important;
  }
  .blog-listing .elementskit-post-image-card img {
    height: auto !important;
  }
  .bold-bigger strong {
    font-size: 20px !important;
  }
  .home-banner-slide.third-slide {
    background-size: contain !important;
    background-position: center calc(100% + 80px) !important;
  }
  .single-success-story .hero-image h1,
  .single-success-story .bg-teal h1 {
    font-size: 50px;
  }
  .faq-tab .e-n-tab-title[aria-selected="true"]:after {
    display: none;
  }
}

@media (max-width: 641px) {
  .logo-col {
    width: 75% !important;
  }
  .menu-col {
    width: 25% !important;
  }
  .hero-slider .wpsisac-slider-short-content h1 {
    font-size: 34px !important;
  }
  .hero-slider .wpsisac-slide-wrap img {
    max-width: 100% !important;
    height: auto !important;
  }
  .single-success-story .hero-image h1,
  .single-success-story .bg-teal h1 {
    font-size: 44px;
  }
  .onetap-container-toggle .onetap-toggle {
    bottom: 40px !important;
  }
  .home-banner-slide.third-slide {
    background-position: center center !important;
  }
}

/*event page start*/

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: #f05a93 !important;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color: #1c4490 !important;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button,
body .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover,
.datepicker-days button {
  background-color: transparent !important;
  outline: none !important;
}

.tribe-events .datepicker .day.current:before,
.tribe-events .datepicker .month.current:before,
.tribe-events .datepicker .year.current:before {
  border-color: #f05a93 !important;
  outline: none !important;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active:hover {
  color: #f05a93 !important;
  outline: none !important;
}

.event-hero-section {
  position: relative;
  width: 100%;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.event-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.event-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.event-hero-content h1 {
  margin: 0;
  font-family: "Arial", Sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px;
  text-shadow: -5px -3px 9px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: #f05a93 !important;
  color: #f05a93 !important;
}

.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #f05a93 !important;
  color: #ffffff !important;
  outline: none !important;
}

.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-text:focus,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-common a:focus,
.tribe-common .tribe-common-form-control-text__input:focus {
  outline: none !important;
}

.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
  color: #000000 !important;
  cursor: text !important;
}

.tribe-common-l-container {
  padding-bottom: 70px !important;
}

@media (max-width: 1024px) {
  .event-hero-section {
    min-height: 600px;
  }

  .event-hero-content h1 {
    font-size: 52px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .event-hero-section {
    min-height: 500px;
  }

  .event-hero-content h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

/*event page end*/

/*event detail page start*/

.event-detail-hero-section {
  width: 100%;
  height: 350px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1c4490;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.event-detail-hero-section h1 {
  margin: 0 0 10px 0;
  font-family: "Arial", Sans-serif;
  font-size: 65px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2em;
  text-shadow: 0px 5px 18px #000000;
  color: #ffffff;
}

.tribe-events-single .tribe-events-sub-nav {
  padding-left: 0 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
  background-color: transparent !important;
}

@media (max-width: 1024px) {
  .event-detail-hero-section h1 {
    font-size: 52px;
  }
  .tribe-common-l-container {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .event-detail-hero-section {
    height: 260px;
  }

  .event-detail-hero-section h1 {
    font-size: 36px;
    line-height: 1.3em;
  }
  .mobile-quote-left {
    position: absolute;
    left: 0;
    top: -4px;
  }
  .mobile-quote-right {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .mobile-white-txt h2 {
    color: #ffffff !important;
  }
  .pillar-tooltips:before {
    display: none !important;
  }
}

/*event detail page end*/

.more-time-tab .e-n-tab-title span.e-n-tab-icon {
  margin-top: 7px !important;
}

.hover-develop {
  cursor: pointer;
  position: relative;
}

.hover-develop .elementor-widget-text-editor {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  max-height: 0;
  overflow: hidden;
}

.hover-develop:hover .elementor-widget-text-editor {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 500px;
}

.faith-action-tab .e-n-tab-icon svg {
  display: none;
}

.faith-action-tab .e-n-tab-icon {
  width: 83px;
  height: 83px;
  min-width: 83px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* TAB 1 */
.faith-action-tab .e-n-tab-title:nth-child(1) .e-n-tab-icon {
  background-image: url("/marianmiddleschool.org/wp-content/uploads/2026/05/cross2.svg");
}

/* TAB 2 */
.faith-action-tab .e-n-tab-title:nth-child(2) .e-n-tab-icon {
  background-image: url("/marianmiddleschool.org/wp-content/uploads/2026/05/book2.svg");
}

/* TAB 3 */
.faith-action-tab .e-n-tab-title:nth-child(3) .e-n-tab-icon {
  background-image: url("/marianmiddleschool.org/wp-content/uploads/2026/05/hands2.svg");
}

/* TAB 4 */
.faith-action-tab .e-n-tab-title:nth-child(4) .e-n-tab-icon {
  background-image: url("/marianmiddleschool.org/wp-content/uploads/2026/05/Wreath_icon.webp");
}

@media (max-width: 767px) {
  .site-left-tab-section.left_white .e-n-tab-title span.e-n-tab-icon {
    margin-top: 11px !important;
  }
  .highlighted-text .elementor-heading-title {
    padding-right: 9px !important;
  }
}

@media (max-width: 1600px) {
  .she-has-img {
    max-width: 30% !important;
    left: -130px !important;
  }
}

@media (max-width: 1480px) {
  .she-has-img {
    max-width: 26% !important;
    left: -90px !important;
  }
}

@media (max-width: 1300px) {
  .she-has-img {
    max-width: 26% !important;
    left: -40px !important;
  }
}

@media (max-width: 1000px) {
  .she-has-img {
    max-width: 30% !important;
  }
  .faith-action-tab .e-n-tab-title {
    min-width: 100% !important;
  }
}

.joy-title h2 {
  word-break: break-word !important;
}

body.error404 main.site-main {
  margin-top: 200px !important;
  margin-bottom: 100px !important;
  text-align: center !important;
}

.contact-img-bx img {
  width: 100% !important;
  height: 100% !important;
}

.contact-img-bx .elementor-image-box-content a {
  color: #808080 !important;
}

.contact-img-bx .elementor-image-box-content a:hover {
  color: #20438e !important;
}

/*family form embaded design start*/

#sg-popup-content-wrapper-9313 {
  background-color: #4a9ad4 !important;
  padding: 15px !important;
}

#sg-popup-content-wrapper-9313 .elementor-heading-title {
  color: #ffffff !important;
}

#mc_embed_signup {
  background: #4a9ad4 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-family: Arial, sans-serif !important;
}

/* #mc_embed_signup h2,
#mc_embed_signup .indicates-required,
#mc_embed_signup label {
    display: none !important;
} */

#mc_embed_signup h2 {
  color: #ffffff !important;
  margin: 0 !important;
}

#mc_embed_signup .indicates-required,
#mc_embed_signup .mc-field-group label {
  color: #ffffff !important;
  text-align: left !important;
  margin-bottom: 7px !important;
}

#mc_embed_signup form {
  padding: 0 !important;
  margin: 0 !important;
}

#mc_embed_signup .mc-field-group {
  width: 48% !important;
  display: inline-block !important;
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
  vertical-align: top !important;
}

#mc_embed_signup .mc-field-group:nth-child(even) {
  margin-left: 3% !important;
  top: 6px;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  width: 100% !important;
  height: 52px !important;
  background: rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 0 30px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  box-sizing: border-box !important;
}

#mc_embed_signup input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#mc_embed_signup input:focus {
  outline: none !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.18) !important;
}

#mc_embed_signup .clear {
  width: 100% !important;
  display: block !important;
}

#mc-embedded-subscribe {
  width: 100% !important;
  height: 50px !important;
  border-radius: 40px !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin-top: 10px !important;
  transition: 0.3s ease !important;
  line-height: 1 !important;
}

#mc-embedded-subscribe:hover {
  background: #ffffff !important;
  color: #4d97d1 !important;
}

#mce-success-response,
#mce-error-response {
  color: #fff !important;
  margin-top: 15px !important;
}

@media (max-width: 767px) {
  #mc_embed_signup .mc-field-group {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #mc-embedded-subscribe {
    font-size: 22px !important;
  }
}

/*family form embaded design end*/

/*donor form embaded design start*/
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f {
  background: #f05a93 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-family: Arial, sans-serif !important;
}

#sg-popup-content-wrapper-9332 .elementor-heading-title {
  color: #ffffff !important;
}

#sg-popup-content-wrapper-9332 {
  padding: 15px !important;
  background: #f05a93 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormContainer,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormSection {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f h1,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f h2,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f label,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormDescription {
  display: none !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f form {
  margin: 0 !important;
  padding: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv {
  width: calc(50% - 6px) !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin-bottom: 12px !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv:nth-child(even) {
  margin-left: 12px !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldControlCell,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldCaption {
  margin: 0 !important;
  padding: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input[type="text"],
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input[type="email"] {
  width: 100% !important;
  height: 48px !important;
  background: rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 0 28px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  box-sizing: border-box !important;
  text-transform: capitalize !important;
  margin: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input::placeholder {
  color: #20438e !important;
  text-transform: capitalize !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input:focus {
  outline: none !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.18) !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormSubmitbutton {
  width: 98% !important;
  margin-top: 8px !important;
  padding: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f button,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input[type="submit"] {
  width: 98% !important;
  height: 52px !important;
  border-radius: 40px !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  color: #20438e !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  transition: 0.3s ease !important;
  line-height: 52px !important;
  padding: 0 !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f button:hover,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input[type="submit"]:hover {
  background: #ffffff !important;
  color: #ea5a9b !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormError {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f button,
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f input[type="submit"] {
    width: 100% !important;
  }

  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormSubmitbutton {
    width: 100% !important;
  }
}

.BBFormSubSectionHeading {
  display: none !important;
}

#reCAPTCHADisclosure p {
  color: #20438e !important;
}

#reCAPTCHADisclosure p a {
  color: #20438e !important;
}

#reCAPTCHADisclosure p a:hover {
  text-decoration: underline !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormFieldContainer,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormFieldContainerRequired,
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormSignupFieldWide {
  width: calc(49.5% - 6px) !important;
  display: inline-block !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
}

#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv:nth-child(even),
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f
  .BBFormFieldContainer:nth-child(even),
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f
  .BBFormFieldContainerRequired:nth-child(even),
#bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f
  .BBFormSignupFieldWide:nth-child(even) {
  margin-left: 0px !important;
}

#reCAPTCHADisclosure {
  text-align: center;
  min-width: 100% !important;
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFieldDiv,
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormFieldContainer,
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormFieldContainerRequired,
  #bbox-root-ca3da8e5-2c07-4144-b536-b23260e16b5f .BBFormSignupFieldWide {
    width: 100% !important;
    margin-left: 0 !important;
    display: block !important;
  }
}

/*donor form embaded design end*/

/*donation form start*/
.donation-custom-form #bbox-root {
  max-width: 798px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.donation-custom-form #bbox-root .BBListingHeading,
.donation-custom-form #bbox-root .BBFormSectionHeading,
.donation-custom-form #bbox-root .BBFormSubSectionHeading {
  background: #1d396f !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 16px 24px !important;
  border-radius: 14px !important;
  margin: 35px 0 22px !important;
  line-height: 1.2 !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(29, 57, 111, 0.15) !important;
}

.donation-custom-form #bbox-root .BBFormSectionHeading label {
  margin-bottom: 0 !important;
  color: #ffffff !important;
}

.donation-custom-form #bbox-root label {
  color: #1d396f !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  display: block;
}
.donation-custom-form #bbox-root select#bboxdonation_billing_billingAddress_ddCountry {
    max-width: 350px !important;
}
.donation-custom-form #bbox-root label.BBFormCheckbox {
  display: inline !important;
}

.donation-custom-form #bbox-root input[type="text"],
.donation-custom-form #bbox-root input[type="email"],
.donation-custom-form #bbox-root input[type="tel"],
.donation-custom-form #bbox-root input[type="number"],
.donation-custom-form #bbox-root textarea,
.donation-custom-form #bbox-root select {
  width: 100% !important;
  height: 54px !important;
  border: 1px solid #d7dce5 !important;
  border-radius: 14px !important;
  background: #f7f9fc !important;
  padding: 0 18px !important;
  font-size: 16px !important;
  color: #1d396f !important;
  box-sizing: border-box !important;
  transition: 0.3s ease !important;
  box-shadow: none !important;
}

.donation-custom-form #bbox-root select {
  max-width: 170px !important;
}

.donation-custom-form #bbox-root textarea {
  min-height: 120px !important;
  padding-top: 16px !important;
  resize: vertical !important;
}

.donation-custom-form #bbox-root input:focus,
.donation-custom-form #bbox-root textarea:focus,
.donation-custom-form #bbox-root select:focus {
  outline: none !important;
  border-color: #1d396f !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(29, 57, 111, 0.08) !important;
}

.donation-custom-form #bbox-root input::placeholder,
.donation-custom-form #bbox-root textarea::placeholder {
  color: #9aa4b5 !important;
}

.donation-custom-form #bbox-root .BBFieldDiv,
.donation-custom-form #bbox-root .BBFormFieldContainer {
  margin-bottom: 18px !important;
}

.donation-custom-form #bbox-root input[type="checkbox"] {
  transform: scale(1.1);
  margin-right: 8px !important;
}

.donation-custom-form #bbox-root button,
.donation-custom-form #bbox-root input[type="submit"],
.donation-custom-form #bbox-root .BBFormSubmitbutton {
  width: 100% !important;
  height: 58px !important;
  background: #1d396f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  transition: 0.3s ease !important;
  cursor: pointer !important;
  box-shadow: 0 10px 25px rgba(29, 57, 111, 0.2) !important;
}

.donation-custom-form #bbox-root button:hover,
.donation-custom-form #bbox-root input[type="submit"]:hover {
  transform: translateY(-2px);
  background: #142a52 !important;
}

.donation-custom-form #bbox-root .BBFormAmountContainer input {
  max-width: 220px !important;
}

.donation-custom-form #bbox-root select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  background-size: 12px !important;

  padding-right: 50px !important;
}

@media (min-width: 768px) {
  .donation-custom-form #bbox-root .BBFormFieldContainerHalf,
  .donation-custom-form #bbox-root .BBFieldDivHalf {
    width: calc(50% - 10px) !important;
    display: inline-block !important;
    vertical-align: top !important;
  }

  .donation-custom-form #bbox-root .BBFormFieldContainerHalf:nth-child(even),
  .donation-custom-form #bbox-root .BBFieldDivHalf:nth-child(even) {
    margin-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .donation-custom-form #bbox-root {
    padding: 25px !important;
  }

  .donation-custom-form #bbox-root .BBListingHeading,
  .donation-custom-form #bbox-root .BBFormSectionHeading,
  .donation-custom-form #bbox-root .BBFormSubSectionHeading {
    font-size: 22px !important;
  }

  .donation-custom-form #bbox-root input[type="text"],
  .donation-custom-form #bbox-root input[type="email"],
  .donation-custom-form #bbox-root input[type="tel"],
  .donation-custom-form #bbox-root input[type="number"],
  .donation-custom-form #bbox-root textarea,
  .donation-custom-form #bbox-root select {
    height: 50px !important;
  }
  .donation-custom-form #bbox-root select {
    max-width: 200px !important;
    margin-bottom: 12px !important;
  }

  .donation-custom-form #bbox-root .BBFormFieldLabel {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1d396f !important;
  }
  .donation-custom-form #bbox-root label,
  .donation-custom-form #bbox-root .BBFormFieldLabel {
    width: 100% !important;
    text-align: left !important;
  }
  #mc_embed_signup .mc-field-group:nth-child(even) {
    top: 0px !important;
    margin-left: 0 !important;
  }
  .sg-popup-content {
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .sgpb-popup-dialog-main-div-theme-wrapper-3 {
    left: 0px !important;
  }
  .donation-custom-form #bbox-root .BBFormTextbox,
  .donation-custom-form #bbox-root .BBFormFieldLabel,
  .donation-custom-form #bbox-root textarea {
    margin-left: 0 !important;
  }
}

/*donation form end*/
