/**** CUSTOM GLOBAL STYLES FOR ALL SITES USING THIS THEME       ****/
/**** THAT ARE NOT SPECFICALLY RELATED TO THE QLD DESIGN SYSTEM ****/

/* Set global base font size, use 'rem' units for everything else from here on */
html,header,body,footer {
    font-size:16px!important;
}

.element-hidden, .hidden-element {
    display: none !important;
}

/* Set font weight for strong/bold */
strong, b { 
    font-weight:600!important;
}
hr { 
    border:1px solid transparent;
    border-top-color:#333;
    margin-bottom:20px;
}

/* Reading time for News posts */
.reading-time {
    color: #636363;
    border: 1px solid #ebebeb;
    padding: 0.5rem 1rem;
    border-radius: 32px;
    position: absolute;
    left: 190px;
    top: 15px;
}
@media screen and (max-width: 800px) {

.reading-time {
        position: relative;
        left: 0;
        top: -8px;
        display: block;
        max-width: 235px;
        border: none;
        padding: 0;
}
}