/* CafePro Custom CSS 
body {
    font-size: 22px;
}
.before-header {
    background-color: #f5f5f5;
}
.content .entry {
    border:0;
}
p.entry-meta {
    font-size: 18px;
}
.sidebar .widget {
    border: 0;
}
.entry-footer .entry-meta {
  border-top: 1px solid #ccc;
}
input, select, textarea {
    border: 1px solid #ccc;
}
.image-section .widget-title, .sidebar .widget-title,
.entry-header .entry-meta {
    border-bottom: 1px solid #ccc;
}
.sidebar li {
    border-bottom: 1px solid #ccc;
}*/
body {
    font-size: 18px;
  color: #3f3f3f;
}
.genesis-nav-menu {
    font-size: 16px;
}
.home .content {
    display: none;
}
.entry-content a {
  text-decoration: underline !important;
}
.footer-widgets {
    font-size: 16px;
}
.footer-widgets .wrap {
    padding: 30px 30px 0;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets-1 {
    border-bottom: 1px solid #ccc;
}
.archive-title, .widget-title,
.entry-comments h3, .comment-respond h3 {
    font-size: 18px;
}