/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2016 | 07:14:14 */
ul.menu li {
    display: block;
}

#main.main,
#main .mceContentBody {
    font-size:   1rem;
    font-weight: 200;

    padding-top: 3rem;
    word-wrap:   break-word;
    word-break:  normal;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

body.custom-colors {
    border-color: transparent;
}

#footer {
    background-color: #393c71;
}

.layout-1c #footer .credit, 
.layout-2c-l #footer .credit, 
.layout-2c-r #footer .credit {
    max-width: 100%;
}

/* This is an evil workaround to show the Dept of Health Logo instead of the Site Name */
#site-title a {
    /* Hide the existing text while leaving the link */
    color: transparent;

    /* Insert the logo */
    font-style: normal;
    background-image: url(https://medical-entomology-user-manual.gaiaresources.com.au/wp-content/uploads/2015/08/banner_logo.png);
    background-size: auto 75px;
    background-repeat: no-repeat;
    height: 95px;
    display: block;
}