@import url("/clients/cherrytrees/styles/main.min.css");

/* AW 19.09.2017 Logo change ZD 21403 */
@media screen and (min-width: 1220px) {
.mainLogo {
  background-image: url(/Handlers/GetImage.ashx?IDMF=e6c6e8d8-fcb5-4411-81ce-79119fdf0538&w=887&h=236);
  width: 380px;
  max-width: 100%;
}
}

p.tagLine {
  display: none;
}

.supportersLogos > li:nth-child(2) > a:nth-child(1) > img:nth-child(1) {
  width: 30%;
}

/* SimonM, 25.09.17 tweaks to In memory appeal */
.appeal-in-memory a.callToActionBtn.fundraiseBtn {
	display: none;
}
.donate.in-memory .donationAmount,
.donate.in-memory .donationFrequency {
	display: none;
}
.donate.in-memory .donationAmountOther {
	display: block;
}

/* DI 12.09.2018 Hide profile photo on fundraise pages ZD 32573*/
.fundraiserContent .fundraiserProfilePic {
  display: none;
}

/* YVN - 29.01.19 - Remove some text */
body.fundraiserType .fundraiserFooterWrapper p.parentAppeal { display: none !important; }