/* IM-265 table styling on mobile and other small bugs here and there */
@media (max-width: 768px) {
  /*Tables*/
  .pageWrapper table {
    width: 100%;
    height: auto !important;
    overflow-x: scroll;
    position: relative;
  }
  .pageWrapper tabble:after {
    content: "/f105/";
    font-family: "FontAwesome";
    position: absolute;
    top: 50px;
    left: 101%;
    font-size: 1rem;
  }
  .pageWrapper table tr {
    width: auto !important;
    height: auto !important;
  }
  .pageWrapper table tr td {
    width: auto !important;
    height: auto !important;
    min-width: 175px !important;
  }
}

/* IM-1275 27.04.23 */
.talking-therapies-sefton #cb_pre_button_wrapper_ifrChat,
.talking-therapies-warrington #cb_pre_button_wrapper_ifrChat,
.talking-therapies-northumberland #cb_pre_button_wrapper_ifrChat {
	display: none;
}

/* EVA post-live temp fixes */
.contentBlockWrapper.accordianBody.faqAnswer.hidden {
    display: none!important;
}
.contentBlockWrapper.accordianBody.faqAnswer {
    width: inherit;
    padding: 0 30px 30px;
    margin: 0;
}

/* Claudiu */
.publishDetailsWrapper {
  display: none !important;
}



.customForm {
  font-family: "Quicksand", sans-serif;
}

ul.socialIcons li a.threads::before{
    font-family: "Font Awesome 6 Brands";
    content: "\e618";
}