/* YVN - IM-197 */
body.pages-payment-complete p.defaultDonationCompleteMsg {
  display: none;
}

/* Hide subsite title */
body.walking-together-2019 h1.subsiteTitle {
  display: none;
}

/* EVA quick fix on go live - needs to be moved over to Fresco build */
.subsiteBody,
section.headerText.headerTextSubsite,
section.homeFeedsWrapper.subsiteFeedsWrapper {
    width: 85%;
  	max-width: 1600px;
    margin-left: auto;
  	margin-right: auto;
}

/* Minor blockquote responsive fix for mobile */
@media (max-width: 767px) {
  blockquote {
    float: none !important;
    max-width: 100% !important;
  }
}

/* Top menu fix for mobile */
@media (max-width: 576px) {
  .menuAdminContainer .header-search .searchContainer input {
    width: revert-layer !important;
    max-width: 127px !important;
  }
  .menuAdminContainer #menuAdmin {
    width: 95%;
    justify-content: space-evenly;
  }
}

body.PostCategory_hide-sidebar .postAside.postFeedWrapper {
display: none;
}


button.termly-styles-module-root-e639d4.termly-styles-module-primary-fe2043.termly-styles-module-solid-d0e738.termly-styles-button-a4543c.t-acceptAllButton {
  background-color: #008029 !important;
}

.formQuestion .alert {
  order: 0 !important;
}


.carouselSlideDetail.appeal .button.callToActionBtn.buttonDonate.donate {
  margin-top: 20px;
}



@media (min-width: 1200px) {
    body.homepage #carouselSlides .carouselSlide .carouselDetailWrapper::before {
      margin-left: 50px !important;
    }
}

/*body.homepage #carouselSlides .carouselSlide:first-child .carouselSlideTitle img {
    display: none !important;
}*/
