/** Custom Style sheet to add custom styles for the new work undertake  **/
/** This was added due to Gulp is outdated npm install running to compile SCSS **/
/* Variables */
:root {
  --purple: #652c90;
  --white: #ffffff;
  --background: #f7f8f8;
  --yellow: #b2cd34;
  --green: #0d6634;
}
/* Add custom CSS below */
#site-navigation {
  background-color: var(--purple);
  color: var(--white);
}

.site-branding--donate {
  display: inline-block;
  vertical-align: middle;
}

.btn-yellow {
  background-color: var(--yellow) !important;
  border: 1px solid var(--yellow) !important;
  color: #000000 !important;
  margin-right: 20px !important;
}

@media(max-width: 880px) {
  .btn-yellow {
    margin-right: 10px !important;
  }
    .btn-yellow .btn-icon, .btn-green .btn-icon, .panic-button__button .btn-icon {
        width:20px;
        height:20px;
    }

    .site-branding--contact-phone {
        margin-right:0 !important;
    }

}

.btn-green {
  background-color: var(--green) !important;
  border: 1px solid var(--green) !important;
  color: #ffffff !important;
}

.btn-icon {
  vertical-align: middle;
  margin-right: 10px;
}

.hero-banner--container__desktop .content-caption h1 {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__mobile .content-caption h1 {
    color: var(--white) !important;
    margin-bottom: 0.5rem !important;
    font-size:2rem !important;
    font-weight:600 !important;
  }
.hero-banner--container__desktop .content-caption h2 {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__mobile .content-caption h2 {
    color: var(--white) !important;
    margin-bottom: 0.5rem !important;
    font-weight:600 !important;
  }
.hero-banner--container__desktop .content-caption h3 {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__mobile .content-caption h3 {
    color: var(--white) !important;
    margin-bottom: 0.5rem !important;
    font-weight:600 !important;
  }

.hero-banner--container__desktop .content-caption h4 {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__mobile .content-caption h4 {
    color: var(--white) !important;
    margin-bottom: 0.5rem !important;
    font-weight:600 !important;
  }
.hero-banner--container__desktop .content-caption h5 {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__desktop .content-caption p {
  color: var(--white) !important;
  margin-bottom: 0.5rem !important;
  font-weight:600 !important;
}
.hero-banner--container__desktop .content-caption p {
    color: var(--white) !important;
    margin-bottom: 0.5rem !important;
  }

.hero-button-container {
  border-radius: 40px;
  background-color: var(--background);
  padding: 12px;
  display: inline-block;
  margin-top: 10px;
}

.header-button2 {
  background-color: var(--background) !important;
  margin-left: 10px;
  border: 1px solid var(--purple) !important;
  color: var(--purple) !important;
  fill: var(--white);
}
.donate-button .btn-icon {
  margin-right: 0;
  margin-left: 10px;
  height: 14px;
  fill: var(--white);
}
.header-button .btn-icon {
  fill: var(--white);
  margin-right: 0;
  margin-left: 10px;
  height: 14px;
}
.header-button2 .btn-icon {
  fill: var(--purple);
  margin-right: 0;
  margin-left: 10px;
  height: 14px;
}
.header-button:hover .btn-icon {
  fill: var(--purple);
}
.header-button:hover {
  background-color: var(--background) !important;
  border: 1px solid var(--purple) !important;
  color: var(--purple) !important;
}

.header-button2:hover {
  background-color: var(--purple) !important;
  color: var(--white) !important;
}

.header-button2:hover .btn-icon {
  fill: var(--white);
}

.is-scrolled .content-caption {
  opacity: unset !important;
}
.page-template-news-template .by_filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--purple);
}
.page-template-news-template .by_filter .fs-label{
  background: var(--purple);
  color: white;
  cursor: pointer;
			padding: .75rem .5rem .75rem 1.25rem;
			border-radius: 100px;
	border: solid 1px var(--purple);
  font-weight: 600;
	 
}
.page-template-news-template .by_filter .fs-dropdown .fs-options {
  padding: 0.5rem 1rem 0.5rem 0;
}
.page-template-news-template .fs-dropdown {
  margin-top: 5px;
}
.page-template-news-template .by_filter .fs-label-wrap {
  border: 0;
}
.page-template-news-template .by_filter .fs-arrow {
  border-top: 5px solid #fff;
  right: 20px;
}
.page-template-news-template .by_filter .facetwp-reset{
  background: var(--purple);
  color: white;
  cursor: pointer;
  box-shadow: none;
  padding: 0 1rem;
  height: 47px;
  font-weight: 600;
	border-radius: 100px;
	border: solid 1px var(--purple);
}
.page-template-news-template .posted-on a {
  border: 0 !important;
}
.page-template-news-template .content-header h1, .page-template-news-template .section.pages h1 {
margin-left: 0;
}
.page-template-news-template .posted-on a::before { 
    content: "\f307";
    color: #652C90;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    margin: 3px;
    speak: none;
    text-align: center;
 
    text-transform: none;
    vertical-align: top;
}
.page-template-news-template .news-category {
  display: inline-flex;
  gap: .3rem;
}
.page-template-news-template .fs-wrap .fs-search input {
  margin: 0;    
  color: black;
}
.page-template-news-template .fs-dropdown {
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .page-template-news-template .posted-on {
    margin-right: 1rem;
  
  }
  .page-template-news-template .by_filter {
    gap: .5rem;
  }
  .page-template-news-template .facetwp-facet-sort_by,
  .page-template-news-template .facetwp-facet-sort_by select,
  .page-template-news-template .fs-wrap,
  .page-template-news-template .facetwp-facet {
    
        width: 100%;
    }
}
.page-template-news-template .news-category div a {
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
 padding-right: 0;
  text-decoration: none;
  border: 0;
  font-style: normal;
}
.page-template-news-template .fs-search {
display: none;
}
.page-template-news-template .news-category div a:hover {
  color: white;
}
.page-template-news-template .news-category div{
  background: var(--purple);
  min-height: 26px;
  border-radius: 100px;
  padding: 0 .9rem;
  align-items: center;

  display: flex;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: rgb(101 44 144) !important;
  border-color: transparent;
}
.facetwp-type-pager .facetwp-page {
  color: var(--purple);
  background-color: #ffffff;
  border: 1px solid var(--purple) !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px 7px;
  transition: all 250ms ease-out;
}
.facetwp-page.active {
  background: var(--purple);
  color: white;
}
.page-template-news-template .facetwp-facet-sort_by {
  position: relative;
}
.page-template-news-template .facetwp-facet-sort_by select {
  line-height: 1;
  cursor: pointer;
  border-radius: 100px !important;
  font-weight: 600;
  padding: 0.75rem 2rem 0.75rem 1.25rem; 
  background: #ffffff;
  border: solid 1px var(--purple);
  color: var(--purple);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 47px;
}
.facetwp-facet {
  margin-bottom: 0px !important;
}
.page-template-news-template .facetwp-facet-sort_by::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--purple);
  position: absolute;
  top: -19px;
  right: 0.85rem;
  bottom: 0;
  margin: auto;
  transition: ease-in 0.15s; 
}
.page-template-news-template .blog .site-content {
  margin-top: 35px;
}
.banner-description {
  position: relative;
  color: white;
  max-width: 70%;
  z-index: 100;
}
@media (max-width: 879px) {
  .banner-description {
    max-width: 100%;
  }
}
.page-template-news-template .facetwp-pager {
  margin-bottom: 3rem;
}
.page-template-news-template .featured-image {
  margin-bottom: 0;
}

.page-template-news-template .featured-image .header.section.pages {
  margin-top: 7vh;
}