/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

  @import url("https://use.typekit.net/rvc0lfk.css");
  @import url("https://use.typekit.net/rvc0lfk.css");


.arrow-bullet {
  display: inline-block; /* Ensures the span takes up space */
  width: 20px; /* Adjust as necessary */
  height: 20px; /* Adjust as necessary */
  background-image: url('/wp-content/uploads/Bullet-Icon.png');
  background-size: contain; /* Make sure the image fits within the span */
	  vertical-align: middle; 
	padding-right: 5px;
}

h2 {
  font-size: 35px !important;
  line-height: 45px !important;
}

/*
.grant_sponsors {
  list-style-type: none;
}

.grant_sponsors_list {
  padding-left: 1.4em;
	font-family:"Degular";
	font-size: 21px;
}

.grant_sponsors_list:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
	font-size: 20px;
  width: 1em;
  margin-left: -1.4em;
	color: #3b9c39;
  margin-top: 2px;
}



.grant_sponsors_list {
	width: 50%;
	display:flex;
	padding-top: 20px;
}
*/

/* Media query for mobile devices */

@media only screen and (max-width: 767px) {
    /*
    .grant_sponsors_list {
        width: 100%; 
    }
    */
}

/* Media query for iPad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grant_sponsors_list {
        width: 100%; /* Set width to 100% for iPad */
    }
}

/*End of Sponsors CSS*/

.sorting_hat {
  text-align: center;
  margin-bottom: 100px;
}

.sorting_hat .section {
  margin-bottom: 20px;
}

.sorting_hat h1 {
  font-size: 28px;
}

.sorting_hat .option {
  display: inline-block;
  color: #3F8CE6;
  border: solid 2px #3F8CE6;
  border-radius: 10px !important;
  margin: 0 10px 10px 0;
  padding: 15px 25px;
  cursor: pointer;
}


.sorting_hat .option:hover,
.sorting_hat .option.active {
  color: #fff;
  background: #3F8CE6;
}

.sorting_hat .optionnext {
  margin-top: 50px;
  color: #3B9C39;
  border: solid 2px #3B9C39;
}
.sorting_hat .optionnext:hover {
  color: #fff;
  background: #3B9C39;
}

.sorting_hat .hidden {
  display: none;
}

#sorting_hat_ie {
  text-align: center;
}
#sorting_hat_ie.hidden {
  display: none;
}

div#fundings {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.funding {
    display: flex;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 5%;
    flex-direction: row;
    align-items: center;
	border-bottom: 1px solid #3F8CE6;
    padding-bottom: 40px;
    padding-top: 20px;
}

/* .funding:after {
  display: block;
  clear: both;
  content: " ";
  height: 0px;
  border-bottom: 1px solid #3F8CE6;
} */

.funding-col-1 {
	width: 70%;
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.funding-col-2 {
    margin-top: 40px;
    width: 30%;
}

.funding-col-3 {
    width: 30%;
    margin-top: 60px;
	display: inline-flex;
    justify-content: flex-end;
}
.funding-button {
  padding: 12px 25px;
  color: #3B9C39;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  text-decoration: none;
  border-bottom: none;
  display: inline-block;
  border: 2px solid #3B9C39;
}
.funding-button:hover {
  background: #3B9C39;
  color: #fff;
}
.funding-title {
  line-height: 1.5em;
  display: inline-block;
  clear: both;
}

.funding-col-1 p {
	margin-bottom: 0 !important;
}

 .funding-critera {
    text-align: center;
}

.funding-critera a,
a.funding-title {
    color: #3F8CE6;
    text-decoration: none;
/*     border-bottom: 1px solid #3F8CE6; */
}

.newspicture {
    float: right;
    padding-left: 20px;
}

.events-table td {
    min-width: 200px;
    height: 60px;
}


/* appeals */
.appeals_list {
  margin: 50px 0;
}
.appeals_single {
  margin: 50px 0;
}
.appeal {
  margin: auto;
  max-width: 1600px;
}
.appeal:after {
  display: block;
  clear: both;
  content: " ";
  height: 0px;
  border-bottom: 1px solid #dc4822;
  margin-left: 300px;
}
.appeal_image {
  float: left;
  width: 260px;
  margin: 10px 20px;
  border-radius: 10px;
}
.appeal_text {
  float: left;
  width: calc(100% - 670px);
  padding: 40px 30px;
  box-sizing: border-box;
}
.appeal_description {
  margin-top: 30px;
}
.appeal_states {
  float: left;
  width: 170px;
  font-weight: 600;
  padding-top: 40px;
}
.appeal_right {
  float: left;
  width: 200px;
  text-align: center;
}
.appeal_cost {
  padding-top: 20px;
}
.appeal_donate {
  padding: 12px 25px;
  margin: auto;
  color: #3B9C39;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 40px;
  text-decoration: none;
  border-bottom: none;
  display: inline-block;
  border: 2px solid #3B9C39;
}
.appeal_donate:hover {
  background: #3B9C39;
  color: #fff;
}
.appeal_pdf:before {
  clear: both;
  content: " ";
  height: 0px;
  display: block;
  margin-top: 20px;
}
.appeal_pdf {
  display: inline;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .appeal_image {
    width: 160px;
    margin: 30px 10px;
  }
  .appeal_text {
    width: calc(100% - 460px);
    padding: 40px 10px;
  }
  .appeal_states {
    float: left;
    width: 100px;
  }
  .appeal_right {
    float: left;
    width: 180px;
  }
}
@media (max-width: 800px) {
  .appeal:after {
    margin-left: 0;
  }
  .appeal_image {
    float: none;
    display: block;
    width: 300px;
    margin: 20px 10px 30px;
  }
  .appeal_text {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .appeal_states {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .appeal_right {
    float: none;
    width: 100%;
    text-align: left;
    min-height: 80px;
  }
  .appeal_donate {
    margin: 10px 20px 0 0;
  }
  .appeal_pdf {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.appeals_filters {
  text-align: center;
  margin: 20px;
}

.appeals_filter {
  display: inline-block;
  color: #3B9C39;
  border: solid 2px #3B9C39;
  border-radius: 3px;
  margin: 0 30px 20px 0;
  padding: 12px 25px;
  cursor: pointer;
  user-select: none;
}

.appeals_filter.active {
  color: #fff;
  background: #3B9C39;
}

.state_filters {
  display: none;
  text-align: center;
}
.state_filters.active {
  display: block;
}
.issue_filters {
  display: none;
  text-align: center;
}
.issue_filters.active {
  display: block;
}

