/*
Theme Name: Avalanche Base Camp Child Theme
Theme URI: https://avalanchegr.com
Version: 1.0
Description: A complete theme packaged with everything you need to get started building momentum.
Author: Avalanche Creative
Author URI: https://avalanchegr.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@media screen and (min-width: 990px){
li.donate_btn a{
	display: none;
	}
.hero-box{
	background: rgba(93, 196, 186, .8) !important;
	padding: 30px;
	position: relative;
	z-index: 2;
}
.hero-box::after{
	background: rgba(83, 197, 186, .15) !important;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    z-index: 1;
}
	.helping-students-section {
  padding: 60px 40px;
  border: 1px dashed #ccc; 
}
.helping-students-section {
  position: relative;
  overflow: visible !important;
}
.helping-students-section::before {
  content: '';
  position: absolute !important;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  bottom: -10px !important;
  left: -10px !important;
  z-index: 99 !important;
}
.helping-students-section::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  right: -10px;
  z-index: 99;
}
/* Bottom corners on the outer box */
.helping-students-section {
  position: relative;
  overflow: visible !important;
}
.helping-students-section::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  left: -10px;
  z-index: 99;
}
.helping-students-section::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  right: -10px;
  z-index: 99;
}
/* Top corners on the first child box inside */
.helping-students-section > .fl-module-box:first-child::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -10px;
  z-index: 99;
}
.helping-students-section > .fl-module-box:first-child::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/03/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  right: -10px;
  z-index: 99;
}
	.circle-cta{
		position: relative !important;
		box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 20%);
	}
		.circle-cta::before{
background: transparent url(/wp-content/uploads/2026/03/element-dashed-circle-primary@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    display: block;
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 3;
	}

	.circle-cta::after{
background: transparent url(/wp-content/uploads/2026/03/circle-dashed-circle-secondary@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;                                                
    z-index: 4;
	}
.hero-cta::before{
background: transparent url(/wp-content/uploads/2026/03/element-dashed-circle-primary@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    display: block;
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 3;
	}
.mmf-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px 0;
}

.mmf-divider::before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px dashed #ccc;
  top: 50%;
  left: 0;
}
li.donate_btn_footer a{
	padding: 12px 24px !important;
	background: #53c5ba !important;
	color: #fff !important;
	border-radius: 5px;
	margin-left: 50px;
	}
li.donate_btn_footer span{
	color: #fff !important;
	}
li.donate_btn_footer span:hover{
	color: #111 !important;
	}

}
/*MOBILE & TABLET*/
@media screen and (max-width: 989px){
li.donate_btn a{
	padding: 12px 24px !important;
	background: #53c5ba !important;
	color: #fff !important;
	border-radius: 5px;
	margin: auto 0;
	}
li.donate_btn span{
	color: #fff !important;
	}
li.donate_btn span:hover{
	color: #111 !important;
	}
 .helping-students-section {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
  }
	input#field_degtt{
    margin: 1em 0;
	}
}
.frm_forms input{
	border: 1px solid #27855d;
}
.frm_forms label{
	font-weight: unset !important;
}
