@import url("/clients/auditoryverbal/styles/main.min.css");

/* Overrides */

/* Prelive QAs, SimonM, 11.04.16 */

/* HomeIntro smaller on mobile */
@media screen and (max-width: 768px) {
  .homeIntroWrapper .homeIntro p {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/*
Simon-A, 29.04.16
AVUK play button over child menu items
https://app.asana.com/0/41740528013371/117040310191847
*/

.subMenu {
  z-index: 4;
}


/* EK - 11/07/16 - #10726 - remove associated appeal widget link */

.associated:first-child {
  display: none;
}

/* AW 01/09/2016 Showing sidebar on subsites ZD 11751 */
.subsite.pagesPostBody .postContent,
.subsite.newsPostBody .postContent,
.subsite.blogsPostBody .postContent {
  width: 75%;
}

.subsite.pagesPostBody .postAside,
.subsite.newsPostBody .postAside,
.subsite.blogsPostBody .postAside {
  display: block;
}

/* AW 12/09/2016 Hiding breadcrumbs on parents FAQ and advice & tips page ZD 12004 */
.pages-news-category-advice-tips .breadcrumbWrapper,
.pages-FAQs-category-parent-faqs .breadcrumbWrapper {
  display: none;
}

/* AW 21.09.2016 Newletter thanks format ZD 12004 */
#lblSentMessage {
  float: left;
}

/* AW 07.02.2017 Subsite nav menu fixes ZD 15515 */
@media screen and (min-width: 1023px) {
  .subsite.loud-shirt-day-uk .menuSub ul.level2 {
    display: none;
    top: 38px;
  }
}

.forms-mailing-list-sign-up section.footerBox1 {
  display: none;
}

/* DI 13.12.2018 hide donate button on carousel ZD 35478 */
.carouselDetailWrapper #totaliserActions .buttonDonate {
  display: none;
}

/* AW 17.01.2019 Show bullets in ULs ZD 36226 */
.faqAnswer .contentBlock .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* AW 03.04.2019 Add to calendar button spacing ZD 38848 */
.eventWhenWrapper p:last-of-type {
  margin-bottom: 30px;
}

/* CR-140 */
.mainCallToAction a.cta-donate {
  display: none;
}

@media (max-width: 1023px) {
  .mainCallToAction a.cta-donate {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainCallToAction .phoneNumber {
    display: none;
  }

  .mainCallToAction .support {
    background-color: #00ABA6;
  }
}

.homeFeedBox2 .feedItem img {
  max-width: 100%;
}

.postContent img {
  height: auto;
}

/* SF 63957677 CC */
tbody {
    background-color: #fff; 
}

/* 501435  Formatting the footer logos */
.pageFooterWrapper .pageFooter .footerBox3Container .footerBox3 img {
    max-width: 150px !important;
    padding: 20px;
    height: auto;
    width: revert-layer;
}

/* SF65077503 CC */
.topLevel {
  max-width: 1200px;
}

.menuMain ul {
  font-size: 1.35rem;
}

/* 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";
}

/* Update twitter icon to x */
ul.socialIcons li a.instagram::before{
    font-family: "Font Awesome 6 Brands";
    content: "\f16d";
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

body.PostCategory_hide-breadcrumbs .breadcrumbWrapper,
body.pages-FAQs-Category-auditory-verbal-therapy-research-and-evidence-paper .breadcrumbWrapper{
display: none !important;
}


