/* ---------------------------------------
   BASE STYLES (Desktop 1920)
---------------------------------------- */
.section {
  padding: 120px 66px;
}
.mission-tabs{
	background-color: #A3D5FF;
}
.board{
		text-align:center;
		padding:20px;20px;
	}
.btn-outline {
  padding: 10px 20px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #005EAA;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease;
}
.mission-card{
	width:668px;
	height:400px;
}

.btn-outline:hover {
  background-color: #005EAA;
  color: #ffffff;
}

.card{
	text-align:center;
	width:436px;
	height:739px;
}
.card:hover {
  transform: translateY(-10px);
  background-color: white;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}
.footer-left{
	margin-right: 20px;
}
.main-title{
 font-weight: bold;
  font-size: 80px;
	padding-left:270px;
	padding-top:80px;
	
}
.event-section { display:none; }

.event-first { display:block; }
 .event-second { display:none; }


.text-about {
  font-weight: 600px;
  font-size: 64px;
  word-wrap: break-word;
	font-family: 'Merriweather Sans';
}
.text-challenge{
	font-size: 48px;
	line-height: 0.5px;
	font-family: 'Merriweather Sans';
		font-weight: 600px;
}

.sub-title-about {
  font-size: 24px;
 font-family: 'Merriweather Sans';}

.maria-image {
  width: 612px;
  height: 545px;
  object-fit: cover;
}

.challenges-image {
  width: 660px;
  height: 541px;
  object-fit: cover;
}

.quote svg path {
  fill: url(#quoteGradient);
}

svg defs#quote-gradient-def {
  display: none;
}

/* REMOVE INNER CONTAINER LIMIT */
.site-footer .site-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ---------------------------------------
   MACBOOK 1512PX
---------------------------------------- */
@media (max-width: 1512px) {
  .section {
    padding: 120px 66px;
  }
	.footer-img{
	margin-left: 150px;
}

}

/* ---------------------------------------
   TABLET 1024PX
---------------------------------------- */
@media (max-width: 1024px) {

  .board{
		text-align:center;
		padding:30px;30px;
	}
	.section {
    padding: 32px,50px;
  }
	.main-title{
 font-weight: bold;
  font-size: 50px;	
}
	.footer-img{
	margin-left:150px;
}
	
.footer{
	padding-left:60px;
	padding-right:60px;
}
  .maria-image {
    width: 90%;
    height: auto;
  }
	.challenges-image {
  width: 80%;
		height: auto;
}

  .image-about {
    width: 591px;
    height: auto;
  }
	.footer-left{
	padding-left:20px;
		padding-right:20px;
}

  .text-about {
    font-size: 44px;
  }
	.text-challenge{
	font-size: 44px;
}

  .sub-title-about {
    font-size: 18px;
  }
	.read-more{
	 display: block;
		
  margin: 0 auto;
}
	.mission-card{
		text-align:center;
	width:800px !important;
	height:400px;
}
}

.header-donate-btn {
    all: unset;                      /* 🔥 resets theme styles */

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 140px;
    height: 48px !important;
    padding: 0 18px !important;

    background: #FFBD24 !important;
    color: #0F0F0F !important;

    font-size: 18px !important;
    line-height: 1 !important;

    border-radius: 5px;
    text-decoration: none !important;

    box-sizing: border-box;
    cursor: pointer;
}

.header-donate-btn::before,
.header-donate-btn::after{
    display:none !important;
    content:none !important;
}



.header-donate-btn:hover {
    background-color: #327DA3; /* lighter blue hover */
	  text-decoration: underline !important;
    color: #FFFFFF; /* stays white */
}

/* Underline BELOW header style */
.main-navigation .primary-menu-container > ul > li.current-menu-item > a::after,
.main-navigation .primary-menu-container > ul > li > a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #327DA3;
}

.event-image img {
	width: 100% !important;
}

.event-button {
	padding: 0px 80px;
}

.event-button a,
.event-button a:hover,
.event-button a:active,
.event-button a:focus {
	background: transparent;
	text-decoration: underline;
	color: #0F0F0F !important;
}

.custom-events-wrapper {
  padding: 0px 80px;
}

.custom-events-wrapper .event-search,
.custom-events-wrapper .event_filters,
.custom-events-wrapper .wpem-search-form,
.custom-events-wrapper .wpem-event-listings-header {
  display: none !important;
}

.wp-block-columns {
  max-width: none !important;
	margin-bottom: auto !important;
}
.wp-block-group {
	margin-bottom: auto !important;
}

/* Header overlays content from page load */
#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* Remove top spacing added by the theme */
.site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#main-header {
	height: auto !important;
}

.site-header-section-left-center {
    display: none !important;
}
.site-header-section-right-center {
    display: none !important;
}

/* Initial header - transparent */
#masthead:not(.item-is-fixed) .site-header-row-container,
#masthead:not(.item-is-fixed) .site-header-row-container-inner {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

/* Sticky header - white background */
#masthead .kadence-sticky-header.item-is-fixed .site-header-row-container-inner,
#masthead .kadence-sticky-header.item-is-fixed {
    background-color: rgba(255, 255, 255, 0.5) !important;
    transition: background 0.3s ease;
}
/* ---------------------------------------
   MOBILE 767PX
---------------------------------------- */


/* ---------------------------------------
   SMALL MOBILE 600PX
---------------------------------------- */
@media (max-width: 767px) {
	.site-middle-footer-inner-wrap {
		padding-bottom: 0px;
		padding-top: 0px;
	}
  .maria-image {
    width: 500px;
    height: auto;
  }
	.board{
		text-align:center;
		padding:20px;20px;
	}
	.footer-img{
	margin-left:0px;
}
	.subText-challenge{
	word-break: break-word;
}
	.challenges-image {
 width: 100%;
		height:auto;
   
}
		.text-challenge{
			
	font-size: 30px;
		
}
		.text-about{
			
	font-size: 30px;
			padding-bottom:20px;
}

  .section {
    padding: 20px;
  }
		.footer-left{
margin-right:20px;
		margin-left:20px;
}
	.footer{
	margin-right:10px;
		margin-left:10px;
}
	.main-title{
 font-weight: bold;
  font-size: 40px;	
}

}
