/* DK 17.10.2017 Remove author from blog ZD 22302 */
aside.blogDetails {
    display: none;
}

/* AW 17.11.2017 Hide unwanted donation message ZD 23517 */
p.defaultDonationCompleteMsg {
  display: none;
}

/* AW 01.12.2017 Ticket table ZD 23830 */
tr#olga-show-ticket-row td#olga-show-ticket-column1,
tr#olga-show-ticket-row td#olga-show-ticket-column2 {
  display: none;
}

/* DES-5946 */
.promoCode {
    display: block;
}

/* USER STORY 357339 CC */
body.PostCategory_hide-aside .post .contentBlock .postAside {
  display: none;
}

/* SF66996184 CC */
.appealWidgetsWrapper {
  display: block !important;
}

.appeals-post .contentBlockWrapper {
  width: 85%;
  margin: 0 auto;
}

/* SF67010320 CC */
/*.postAside .totaliserBG {
    height: calc(1600px - (750px) - 0px) !important;
}

@media (max-width: 1600px) {
  .postAside .totaliserBG {
      height: calc(60vw - (60px) - 0px) !important;
  }
}*/

/* 1580830 SA - added spaces between cards within in memory listing page */
.inMemoryListingPage #memorialArea {
  column-gap: 25px !important;
}
#memorialArea .listedPost.listedInMemory:first-child{
  margin-top:0
}

/* 67060829 SA - Appeal donate button */
.content.postContent.appealContent a.button.callToActionBtn.donateBtn.donate {
    margin-bottom: 20px;
	&:hover {
        color: #005241 !important;
		background: #25D366 !important;
		border-color: #25D366 !important;
    }
}

/* 1625958 SA - listing pages bug */
.pageWrapper .carouselDetailWrapper {
  display: none !important;
}
body.listing-with-feature .hasCaption #carouselSlides {
    padding: 0 !important;
  }

.content.postContent.fundraiserContent {
    position: relative;
    margin: 3rem auto 2rem;
    max-width: 1000px;
    padding: 2rem 3rem;
    background: #F8F8F8;
}