/*
 * Custom CSS
 *
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */

a, a:hover {
    color: #000000;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .menu-item:hover > a, .genesis-nav-menu .current-menu-item > a {
    color: #ffffff;
}

.title-area {
    width: 500px;
}

.site-title a, .site-title a:hover {
    color: #000000;
    font-weight: 700;
    font-size: 70px;
}

.site-header .widget-area {
    width: 590px;
}

.nav-primary, .nav-secondary {
    border-bottom: 0;
}

.site-header {
    border-bottom: 0 !important;
}

.genesis-nav-menu li.menu-item {
    border-right: 1px solid #F5F5F5;
}

.genesis-nav-menu li.menu-item:last-child {
    border-right: 0;
}

/* Hide Post Meta */
.entry-footer .entry-meta {
    display: none;
}

.entry-content hr {
    border: none;
    border-top: 1px #cccccc solid;
    clear: both;
}

#mc_signup_form .mc_form_inside {
    padding-top: 10px;
}

#mc_signup_form .mc_input {
    padding: 5px;
}

#mc_signup_form label {
    line-height: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .site-title a, .site-title a:hover {
        font-size: 23px;
    }

}
