/* Enter Your Custom CSS Here */
#post_footer_banner:hover img {
  opacity: 0.8;
}

#branding img {
display:none;
}

#access a[title='Download'] {
    margin: 6px 0 0 10px;
    padding: 0 20px;
    border-radius: 50px;
    line-height: 36px;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .2s;
    color: #fff !important;
    background-color: #18a3fa;
}

#access a[title='Download']:hover,
#access li:hover > a[title='Download'] {
    text-decoration: none;
    color: #fff;
    background-color: #0887d7
}

#access a[title='Download']:active,
#access a[title='Download']:focus {
    color: #fff;
    background-color: #0573b8
}