@import url("/clients/excellentdevelopment/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

.footerBox[class*='credits'] > div { 
  padding: 0 !important;
  border: none !important;
}

.footerBox[class*='credits'] > div.details-isle-of-man {
  display: none;
}

/* CR-475 */

body.PostCategory_hide-newsletter-signup .footerBox.footerBox1.NewsletterSign-up.post0d5dcf4723fa48f09dfa10697d5b3c3d {
  display: none;
}

body.PostCategory_hide-newsletter-signup .footerBox.footerBox1.NewsletterSign-up{
  display: none;
}

/* SF 64093506 CC */

.carouselControlNext:before, .carouselControlPrev:before {
  color: #223c8c;
}

/* 607412 old logo bug */
.headerContent .mainLogo {
    margin: 0.5rem 0 !important;
    background-image: url(/Handlers/GetImage.ashx?IDMF=46860f9d-86ef-4f84-95f6-8240fb9c8e85) !important;
    background-size: contain !important;
    width: 367px !important;
    height: 90px !important;
}

/* SF#67010995 - Footer details - Isle of Man */
body[class*='excellent-development-isle-of-man'],
body.isle-of-man-trustees,
body[class*='PostCategory_sand-dams-worldwide-isle-of-man'],
body[class*='isl-of-man-trustees'],
body[class*='sand-dams-worldwide-isle-of-man'] {
  /* Show Isle of Man details */
  .footerBox[class*='credits'] > div.details-isle-of-man,
  .footerBox[class*='credits'] > div:last-of-type {
    display: block;
  }

  /* Hide England details */
  .footerBox[class*='credits'] > div.details-egland,
  .footerBox[class*='credits'] > div:first-of-type {
    display: none;
  }
}

/* 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";
}