@import url('/clients/hopehousechildrenshospices/styles/main.min.css');
/* @import url('//localhost:5757/main.css'); */

/* SimonM, 24.04.19 & 08.05.19. Hide appeal actions to allow for manually adding buttons to non-platform regular giving */
.appealsPostBody .appealActions {
  display: none;
}

a.donateSingle, a.donateRegular {
  padding: 20px 40px!important;
  margin-top: 10px;
  width: 49%;
}

a.donateSingle {
  color: #1D1D1B!important;
  background-color: #f3f3f3!important;
}

a.donateRegular {
  background-color: #75B75E!important;
}

a.donateSingle:hover, a.donateRegular:hover {
  background-color: #67a152!important;
  color: #fff!important;
}

@media (max-width: 768px) {
  a.donateSingle, a.donateRegular {
    width: 100%;
  }
}


/* Simon 6/8/19 Hide post and telephoine opt-in on donation */
.formQuestion.contactViaTel,
.formQuestion.contactViaPost {
  display: none;	
}

#EnterTelDiv.hidden {
  display: block !important;
  visibility: visible;
}

.inMemoryAssociatedAppeal {
  display: none;
}


/* YVN - Specific appeal tweak */
/*body.appeal-butterflies .donationAmount.donationAmountOther,
body.donate.butterflies .donationAmount.donationAmountOther, */
body.donate.butterflies .formQuestion.whyDonate { display: none !important; }


blockquote, blockquote * {
  color: #1d1d1b;
}

.eventPostPage .postFeedWrapper {
  width: auto;
  height: auto;
  visibility: visible;
}


.postAside:not(.eventWidgetsWrapper)  {
  display: none !important;
}

.PostSystemCategory_show-sidebar .postAside {
  display: block !important;
}

.PostSystemCategory_show-sidebar .postAside .associated.associatedBox {
  display: block !important;
}

#ml-tributecreate-container iframe {
  width: 100%;
}

body.donate .mainCallToAction a.cta-button.donate,
body.appealsPostBody .mainCallToAction a.cta-button.donate {
  display: none;
}

.appealsPostBody[class*="matilda"][class*="tory"] .totaliserPanel {
  margin: 40px auto;
}

/*IM-930*/
li.hierarchyLevel1:first-child {
    display: none;
}

/* Del-5627 */
.totaliserPanel {
 height: 100px; 
}
.totaliserPanel .raisedWrapper, .totaliserPanel .targetWrapper {
    top: 30px;
    margin-top: 0;
    bottom: auto;
}