/*
Theme Name:         Burners Without Borders Chap Child Theme
Theme URI:          https://chap.website
Description:        Chap is a WordPress theme using Semantic UI CSS framework.
Author:             websevendev
Author URI:         https://themeforest.net/user/websevendev
Template:           chap
Version:            1.0.0
License:            Regular License
License URI:        https://themeforest.net/licenses/terms/regular
Tags:               custom-menu, editor-style, theme-options
Text Domain:        chap
*/
@import url("assets/css/fonts.css");
@import url("assets/css/typography.css");
@import url("assets/css/search-filter-pro.css");
@import url("assets/css/maps.css");
@import url("assets/css/promos.css");
@import url("assets/css/menu.css");
@import url("assets/css/footer.css");

@import url("assets/css/news-listing.css");

.full.height > .ui.masthead.segment {
  margin-bottom: 4rem;
}

.main .featured-image img {
  width: 100%;
  height: auto;
}

.header-widget.widget p a {
  background-color: #42a7c6;
  color: #ffffff;
  padding: 0.5em 1em 0.5em !important;
  border: none !important;
  text-decoration: none !important;
}

.header-widget.widget p a:hover {
  background-color: #ee4029;
}

.content.logo-left {
  text-transform: uppercase;
  font-family: "Trade Gothic W01";
  width: 1px;
  line-height: 0.9em;
  padding: 0.5em;
}

.project-stats,
.chapter-stats,
.grantee-stats {
  background: rgba(239, 230, 216, 0.3);
  padding: 1em;
  margin-top: 4em;
  font-weight: 300;
}

aside.sidebar img {
  max-width: 100%;
  height: auto;
}

aside.sidebar hr {
  background: url(img/texture-line-plus-thin.png) repeat-x left center;
  height: 20px;
  border: 0;
}

.project-stats h2,
.project-stats .sub-nav .menu-item-has-children,
.sub-nav .project-stats .menu-item-has-children,

.grantee-stats h2,
.grantee-stats .sub-nav .menu-item-has-children,
.sub-nav .grantee-stats .menu-item-has-children,

.chapter-stats h2,
.chapter-stats .sub-nav .menu-item-has-children,
.sub-nav .chapter-stats .menu-item-has-children {
  background: #42a7c6;
  padding: 0.1em 0.75em;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  left: -0.75em;
  top: -1em;
}

.project-stats h3,
.project-stats h4,
.grantee-stats h3,
.grantee-stats h4,
.chapter-stats h3,
.chapter-stats h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  color: #424242;
}

.project-stats p,
.grantee-stats p,
.chapter-stats p {
  line-height: 1.4em;
}

.project-stats a,
.grantee-stats a,
.chapter-stats a {
  color: #1a1a1a;
  border: 0;
  font-weight: 300;
}

.project-stats a:hover,
.grantee-stats a:hover,
.chapter-stats a:hover {
  color: #42a7c6;
}

.project-stats .who p,
.grantee-stats .who p,
.chapter-stats .who p {
  display: inline-block;
}

.project-stats .share h4,
.project-stats .share div,
.grantee-stats .share h4,
.grantee-stats .share div,
.chapter-stats .share h4,
.chapter-stats .share div {
  display: inline-block;
  vertical-align: middle;
}

.full.height > .ui.masthead.segment,
.ui.secondary.pointing.menu .item {
  border-bottom: 0;
}

@media screen and (min-width: 48em) {
  .project-stats,
  .grantee-stats,
  .chapter-stats {
    margin-top: 0;
  }
}

.where {
  z-index: 1;
}

.where:before {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -35px;
  background: url(img/pointer-yellow.png);
  background-size: contain;
}

.social-links {
  font-family: "SSSocialRegular";
}

.social-links a {
  color: rgba(111, 112, 100, 0.5);
  font-size: 0.8em;
  padding: 0 0.25em;
}

.social-links a:hover {
  color: #42a7c6;
}

.ui.menu .dropdown.item .menu {
  background: #f6f2ea;
}

#primary_menu .item {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
  font-family: "Trade Gothic W01";
  padding: 5px;
  margin-top: -5px;
}
#primary_menu .root.item a:hover {
  color: #42a7c6;
  text-decoration:underline;
}
#primary_menu .root.item a:hover i {
  text-decoration: none;
}

.cta {
  background: url(img/texture-stipple-up.svg) repeat-x bottom center,
    url(img/texture-stipple-down.svg) repeat-x top center;
  background-size: 50px, 50px;
  background-color: #efe6d8;
  padding: 2em;
  overflow: hidden;
  margin: 5px 0;
}

.cta .cta-body {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta .cta-body::before,
.cta .cta-body::after {
  content: " ";
  display: table;
}

.cta .cta-body::after {
  clear: both;
}

.cta .cta-body .cta-info {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 70px;
  padding-left: 25px;
  z-index: 100;
  position: relative;
}

#site-footer .ui.container,
#site-footer .menu-action-container {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .cta .cta-body .cta-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.cta .cta-body .cta-info:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 48em) {
  .cta .cta-body .cta-info {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 48em) and (min-width: 40em) {
  .cta .cta-body .cta-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 48em) {
  .cta .cta-body .cta-info:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 61.3125em) {
  .cta .cta-body .cta-info {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 25%;
  }
}

@media screen and (min-width: 61.3125em) and (min-width: 40em) {
  .cta .cta-body .cta-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 61.3125em) {
  .cta .cta-body .cta-info:last-child:not(:first-child) {
    float: right;
  }
}

.cta .cta-body:before {
  position: absolute;
  top: -80px;
  left: -80px;
  background: url(img/burst-1.svg) no-repeat top left;
  background-size: contain;
  height: 300px;
  width: 300px;
}

@media screen and (min-width: 61.3125em) {
  .cta .cta-body:before {
    top: -100px;
    left: 0;

  }
}

@media screen and (min-width: 87.8125em) {
  .cta .cta-body:before {
    top: -100px;
    left: 80px;
  }
}

.cta .cta-body:after {
  display: block;
  position: relative;
  top: 2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/BWB_footer_D.jpg);
  background-color: #efe6d8;
  background-size: contain;

  height: 400px;
  width: 500px;
  max-width: 100%;
}

@media screen and (min-width: 48em) {
  .cta .cta-body:after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 61.3125em) {
  .cta .cta-body:after {
    
  }
}

.cta .quote {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 1.7em;
  line-height: 1em;
  color: #ee4029;
  text-indent: -0.5em;
  max-width: 500px;
}

@media screen and (min-width: 48em) {
  .cta .quote {
    font-size: 2em;
  }
}

@media screen and (min-width: 61.3125em) {
  .cta .quote {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 70.625em) {
  .cta .quote {
    font-size: 3.2em;
  }
}

.cta .button,
.cta .tribe-events-sub-nav li a,
.tribe-events-sub-nav li .cta a,
.cta li.donate a,
li.donate .cta a {
  background: #42a7c6 !important;
  border: 5px #fff solid;
  margin-bottom: 0.5em;
}

.cta .button:hover,
.cta .tribe-events-sub-nav li a:hover,
.tribe-events-sub-nav li .cta a:hover,
.cta li.donate a:hover,
li.donate .cta a:hover {
  background: #ee4029 !important;
}

@media screen and (min-width: 48em) {
  .cta .button,
  .cta .tribe-events-sub-nav li a,
  .tribe-events-sub-nav li .cta a,
  .cta li.donate a,
  li.donate .cta a {
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 61.3125em) {
  .cta .button,
  .cta .tribe-events-sub-nav li a,
  .tribe-events-sub-nav li .cta a,
  .cta li.donate a,
  li.donate .cta a {
    font-size: 1.5em;
  }

  .cta {
    padding: 4em;
  }
}

@media screen and (min-width: 70.625em) {
  .cta {
    padding: 4em 6em;
  }
}

.single-projects .status {
  bottom: auto;
  position: relative;
  margin-bottom: 1em;
}

.project-updates h2,
.project-updates .sub-nav .menu-item-has-children,
.sub-nav .project-updates .menu-item-has-children {
  background: #42a7c6;
  color: white;
  display: inline-block;
  padding: 0.1em 0.75em;
  position: relative;
  top: 0.75em;
  left: -0.75em;
  z-index: 100;
}

.project-updates:before {
  content: " ";
  height: 200px;
  width: 200px;
  position: absolute;
  background: url(img/texture-plain-burst-2.svg) no-repeat top right;
  top: -20px;
  right: -30px;
  z-index: -1;
}

.project-updates {
  background: url(img/texture-triangles-solid-down-line.svg) repeat-x bottom
    left;
  padding-bottom: 2rem;
  margin: 0 1em;
}

.project-updates .project-update {
  background-color: #ffffff;
  padding: 10px 0px;
}
.project-updates .project-no-updates {
  margin-top:1rem;
}

.project-updates h3 a {
  color: inherit;
}

.project-updates .date {
  background: 0;
  color: #42a7c6;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1em;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.status {
  z-index: 100;
  position: relative;
  top: -1em;
}

.date,
.status,
.archive-group .listing .status,
.marker-wrap .status {
  background: #ee4029;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  padding: 0.2em 1em;
  height: 30px;
  font-style: italic;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.archive-group {
  background: url("img/texture-triangles-solid-down-line.svg") repeat-x top
    center/300px;
  padding-top: 2em;
  margin-top: 0.5em;
}
.archive-group .ui.label {
  height: 2rem;
}

@media screen and (min-width: 48em) {
  .archive-group {
    display: flex;
    padding-top: 3em;
  }
}

.archive-group .thumb {
  margin-bottom: 1em;
}

.archive-group h3 {
  margin-bottom: 0.2em;
}

.archive-group .listing {
  margin: 10px;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .archive-group .listing {
    width: 50%;
  }
}

@media screen and (min-width: 61.3125em) {
  .archive-group .listing {
    width: 33.3%;
  }
}

@media screen and (min-width: 70.625em) {
  .archive-group .listing {
    width: 25%;
  }
}

.archive-group .listing .archive-group.internal-list {
  background: 0;
  max-width: 300px;
  margin: 0 auto 2em;
  padding: 0;
}

@media screen and (min-width: 41.75em) {
  .archive-group.internal-list .listing {
    width: 50%;
  }

  .archive-group.internal-list .listing:nth-child(odd) {
    margin-left: 0;
  }

  .archive-group.internal-list .listing:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 61.3125em) {
  .archive-group.internal-list .listing {
    width: 50%;
  }
}

@media screen and (min-width: 70.625em) {
  .archive-group.internal-list .listing {
    width: 50%;
  }
}

@media screen and (min-width: 41.75em) {
  .archive-group.internal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

.archive-group .listing-gallery .thumb {
  margin-bottom: -1em;
}

.ngg-galleryoverview.default-view {
  text-align: left !important;
}

.news-listings {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.news-listings::before,
.news-listings::after {
  content: " ";
  display: table;
}

.news-listings::after {
  clear: both;
}

.news-listings .news-listings article {
  width: 100%;
  float: left;
  padding: 2em 0.625rem 4em;
}

@media screen and (min-width: 40em) {
  .news-listings .news-listings article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.news-listings .news-listings article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 61.3125em) {
  .news-listings .news-listing {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding: 0 !important;
  }

  .news-listings .news-listing::before,
  .news-listings .news-listing::after {
    content: " ";
    display: table;
  }

  .news-listings .news-listing::after {
    clear: both;
  }
}

@media screen and (min-width: 61.3125em) and (min-width: 40em) {
  .news-listings .news-listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 61.3125em) {
  .news-listings .news-listing,
  .news-listings .news-listing:last-child {
    float: none;
  }

  .news-listings .thumb {
    width: 25%;
    float: left;
  }

  .news-listings .details {
    width: 75%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .news-listings .news-listing:last-child:not(:first-child),
  .news-listings .thumb:last-child:not(:first-child),
  .news-listings .details:last-child:not(:first-child) {
    float: right;
  }
}

.news-listing {
  margin-bottom: 2em;
}

.news-listing a {
  border: 0;
}

.search-listings article {
  margin-bottom: 2em;
  padding: 0 !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  border-top: 1px solid rgba(111, 112, 100, 0.3);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.search-listings article::before,
.search-listings article::after {
  content: " ";
  display: table;
}

.search-listings article::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .search-listings article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.search-listings article:last-child:not(:first-child) {
  float: right;
}

.search-listings article,
.search-listings article:last-child {
  float: none;
}

.search-listings h1 {
  margin-bottom: 1em;
}

.search-listings .address {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-listings .date {
  font-size: 0.8em;
}

@media screen and (min-width: 61.3125em) {
  .search-listings .thumb {
    width: 16.66667%;
    float: left;
    padding-right: 2em;
  }

  .search-listings .details {
    width: 83.33333%;
    float: left;
  }

  .search-listings .thumb:last-child:not(:first-child),
  .search-listings .details:last-child:not(:first-child) {
    float: right;
  }
}


.single-post .featured-image {
  margin-top: 0;
  margin-bottom: -1em;
  z-index: -2;
}


button.si-close-button {
  color: #42a7c6 !important
}

/* make sure that the project images are the same height */
.single-projects main article .ngg-galleryoverview img {
  max-width: 100%;
  height: auto;
  max-height: 225px;
  width: auto;
}

@media screen and (max-width: 767px) {
  /* center the news listings at mobile resolutions */
  .news-listing {
    text-align:center;
  }
  /* center the chapter,project,and grantee cards at mobile resolutions */
  .archive-group .ui.card {
    margin-left:auto;
    margin-right:auto;
  }
}