/* ------------------------------------------
  Code Galaxy CSS Changes

  IMPORTANT: if updating the theme a new child needs creating, not sure if the update will effect the site build.
------------------------------------------ */
/* .home-hero-hide { display: none !important; } */

/* Cookie popup */
.cn-close-icon::before, .cn-close-icon::after {
    background-color: #fff !important;
}
.cn-close-icon {
  right: 5px !important;
}

@media (max-width: 1250px) {
    .cookie-notice-container {
        margin-bottom: 60px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1919px){
    .cookie-notice-container {
        text-align: left !important;
    }

}
