td a {
    word-break: break-word;
}
.site-footer .site-info:before {
    content: "Copyright © 2025 Australian Cosmetic Brands™. All rights reserved.";
}
body.archive.category h1.page-title {
    display: none;
}
.mh-header-tagline {
    display: none;}
.entry-tags {display: none;}
.wp-caption-text {display: none;}
p.mh-copyright:after {
    content: "Copyright © 2025 Australian Cosmetic Brands™. All rights reserved.";
    font-size: 12px;
}
p.mh-copyright {
    font-size: 0;
}

/* Change color behind Menu Item */
.mh-main-nav .menu > .current-menu-item {
    background: #4EAFA8;
}
/* Change color of line below menu */
.mh-main-nav {
    border-bottom: 5px solid #4EAFA8;
}
/* Change color of links */
.entry-content a {
    color: #4EAFA8;
}
/* Change color of line below widget titles */
.mh-widget-title {
    border-bottom: 3px solid #4EAFA8;
}

.mh-main-nav li:hover {
    background: #4EAFA8!important;
}

/* Change color of background and hover for contact form */
input[type=submit] {
	background: #4EAFA8;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover {
    border: 1px solid #4EAFA8;
}

/* Change top border on mobile menu */

.mh-main-nav-wrap .slicknav_nav ul {
    border-top: 1px solid #4EAFA8;
}

/* Change link hover color */
a:hover {
    color: #4EAFA8;
}

/* Change link hover color in content */
.entry-content a:hover {
    color: #4EAFA8;
}

/* Change hover on page number background | 9989644-HC - CP */
.page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink {
    background: #4EAFA8;
}

#page-532 h1.entry-title.page-title {
    display: none;
}

/*Change block quote border left color | SN-10780321-hc*/
blockquote { border-left: 5px solid #4EAFA8;}

/* change the "author" link under posts to turn blue color when hovered over 1939198-ZD EA */
.mh-meta a:hover {
  color: #4EAFA8;
}
.entry-header .entry-title {
    display: none;
}

.unclickable > a {
pointer-events: none;
}