/* Live css */
@import url("/clients/orhcharitablefunds/styles/main.min.css");

/* Local css
@import url("//localhost:5757/main.css"); */


/* Custom code | Quick fixes */
.donate.regulargiving .formQuestion.donationFrequency {
  display: none;
}

.homeBox7 h2 {
  color: #47999a;
}

body.appeal-giftolderpatient21 section#appealFundraisers {
    display: none !important;
}

body.appeal-giveagiftchildrens21 section#appealFundraisers {
    display: none !important;
}

/* IM-1122 */
p.carouselSlideSummary {
  font-size: inherit;
}

/* DES-5926 */
.post .contentBlock .postAside {
  margin-top: 0;
}

.contactViaPost {
  display: none;
}

a.icon-Linkedin::before {
font-family: "Font Awesome 6 Brands";
    content: "\f08c";
    margin-right: 0.5rem;
    background-color: #47999a;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 15px;

}

/* SF65348437 CC */

body.PostCategory_hide-book-button .content.eventBooking {
  display: none;
}

/* 644330 mobile banner description text colour  */
@media screen and (max-width: 1000px){
	p.carouselSlideSummary {
    	color: #ffffff;
	}
}

body.PostCategory_hide-sidebar aside.postAside.postFeedWrapper {
  display: none !important;
}