@import '/clients/thelivingroom/styles/main.min.css';

/* DI 08.02.2019 Hide breacrumb on contact page ZD 37166 */
.contact .breadcrumbWrapper {
  display: none;
}

/* DES-3824 */
.homeBox4, .homeBox5, .homeBox6 {
  display: none;
}

/* DES-4141 */
.groupSignUpBtn {
  min-width: auto !important;
}

ul.socialIcons li a.tiktok::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e07b";
}

ul.socialIcons li a.tiktok {
  background-color: #2c6f19;
}

/* 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";
}