@import url("/clients/acornearlyyearsfoundation/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

/* Dani P 21 05 2018 hiding latest and most read from sidebars */
.postAside .associatedLatestPosts,
.postAside .associatedMostRead {
  display: none;
}

/* AW 22.08.2018 Sensible sidebar hiding ZD 32086 */
.PostSystemCategory_hide-sidebar .postFeedWrapper {
  display: none;
}
.PostSystemCategory_hide-sidebar .contentBlockWrapper {
  	max-width: 1000px;
}

.PostSystemCategory_hide-sidebar .postContent {
  width: 100%;
  padding-right: 0;
  margin: auto;
}

.PostSystemCategory_hide-sidebar .headerText {
  max-width: 1000px
}



/* BH Added color styling to grid as per ZD32090 */

#zTable tr {
  background-color: #cccccc;
}
#zTable th {
  background-color: #09a378;
  color: #ffffff;
}

/* BH Changed FAQ colors to #2A6B40 and #67A93A as per ZD32524 */

.faqQuestionText .showAnswer {
 color: #2A6B40; 
}

.buttonIcon.expand.showAnswer {
  background-color: #2A6B40;
}

.buttonIcon.expand.showAnswer:hover {
  background-color: #67A93A;
}

/* BH Changed mobile menu colors to #2A6B40 and #67A93A as per ZD32534 */

a.menuMainAlt {
 background-color: #2A6B40; 
}

a.menuMainAlt.active {
 background-color: #67A93A; 
}

/* CC SF 63750261 */

body.PostCategory_hide-related .associated.associatedRelatedPosts{
  display: none;
}

/* 511802 add shop basket icon*/
.menuAdminContainer {
    display: inline-block;
}
.menuAdminContainer li.menuAdminLogin {
    display: none !important;
}


/* Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

ul.socialIcons li a.tiktok::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e07b";
}

ul.socialIcons li a.spotify::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f1bc";
}

ul.socialIcons li a.bluesky::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e671";
}