/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
a {
    color: #0093DD;
}
.posted-on{display:none;}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
    color: #0093DD;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #0093DD;
    border-color: #0093DD;
    color: #ffffff;
}
.site-branding h1 {
    font-size: 1.8em;
    letter-spacing: -1px;
    margin: 0;
    font-style: italic;}

.button {
    background-color: #0093DD;

html *
{
   font-family: Arial !important;
}

