h1:not(.site-title):before, h2:before {
    background: #767676 !important;
    content: "\020" !important;
    display: block !important;
    height: 0px !important;
    margin: 0rem 0 !important;
    width: 1em !important;
}

/** LOCAL PAGES **/

a.header-link:link, a.header-link:visited {
color:#FFD87B;
}
a.header-link:hover, a.header-link:focus {
color:#FFF;
}
li.award-1 {
list-style-type: none;
background-image: url(https://www.anytimehotwater.com.au/wp-content/uploads/2021/04/gold-medal.png);
background-repeat: no-repeat;
background-size: 20px 28px;
background-position: center left;
padding-left: 30px;
margin-left: -27px;
}
li.award-2 {
list-style-type: none;
background: url('https://www.anytimehotwater.com.au/wp-content/uploads/2021/04/silver-medal.png');
background-repeat: no-repeat;
background-size: 20px 28px;
background-position: center left;
padding-left: 30px;
margin-left: -27px;
}

/** BLOG ARTICLES **/

.blog-highlight {
background-color: #c82a2b;
border-radius:15px;
border:1px solid #981516;
padding:0 25px;
margin-bottom:30px;
}
.blog-highlight h2, .blog-highlight p {
text-align:center;
color:#fff;
}
.blog-highlight a:link, .blog-highlight a:visited {
color:#ffd400;
transition:500ms;
}
.blog-highlight a:hover, .blog-highlight a:focus {
color:#fff;
}