@import url("/clients/hopeintoactioneastofengland/styles/main.min.css");

/* AW No sidebar category 15.03.2019 ZD 38386 */
body.PostSystemCategory_hide-sidebar aside.postAside {
  display: none;
}

body.PostSystemCategory_hide-sidebar .postContent {
  width: 100%;
  padding-right: 0;
}

/* AW 17.04.2019 Hide blog author ZD 39537 */
.blogOwner,
.blogDetails {
  display: none;
}

body.PostCategory_hide-header-elements .mainCallToAction {
display: none !important;
}

body.PostCategory_hide-footer-elements .footerBox.footerBox1,
body.PostCategory_hide-footer-elements .footerBox.footerBox2 {
display: none !important;
}

/*SF 67312858 add extra button to the header CC */
@media screen and (max-width: 602px) {
    header#pageHeader .mainCallToAction .cta-button {
        float: right;
        clear: right;
        padding: 0.75rem 0;
    }
}

@media (max-width: 670px) {
    .mainCallToAction a.cta-button {
        width: 150px;
    }
}

/* 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";
}

.footerBox1 h2 {
  margin: 0 auto !important;
}

body.PostCategory_hide-navigation .topLevel.level1,
body.PostCategory_hide-navigation .menuMainAlt{
  display: none !important;
}

body.PostCategory_hide-footer .pageFooter{
  display: none !important;
}

.content.headerContent .mainLogo {
    margin: 1.5rem 0;
    background-image: url('https://www.hopeintoaction.org.uk/Handlers/GetImage.ashx?IDMF=3af427db-d720-4e64-b1c7-7ab7403097a2');
    background-size: contain;
    width: 236px;
    height: 117px;
}
  
  