
body {
    background: #fff;
    color: #242424;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Helvetica', sans-serif;
}

.menu-main {
    padding-top: 20px;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-main li a {
    padding: 10px;
    font-size: 1.1em;
    color: #000;
    font-family: 'Helvetica', sans-serif;
}

.menu-main li a:hover {
    color: #bc1d1d;
    border-bottom: 2px solid #bc1d1d;
}

.menu-main .current-menu-item > a {
    color: #bc1d1d;
    border-bottom: 2px solid #bc1d1d;
}

.menu-main li ul li a {
    text-transform: uppercase;
    font-size: 0.9em;
}

.menu-main .menu-item-has-children:before {
    color: #000;
    content: '\f107';
    font-size: 10px;
}

.main {
    overflow: hidden;
    padding: 20px 0 10px;
}

p, address {
    margin-bottom: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.pagetitle {
    display: none;
}

.post .post-byline {
    overflow: hidden;
    text-transform: none;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px;
    color: #aaa;
    font-size: 0.8em;
}

html body .button:hover, input[type=submit]:hover {
    color: #fff;
    background: #156fbf;
}

html body .button, html body .button:link, html body .button:visited, input[type=submit] {
    border-radius: 1px;
    border: 2px solid #156fbf;
    color: #156fbf;
}

.post .post-comments {
    border-radius: 0px;
}

.post .post-tags {
    display: none;
}

.footer {
    display: none;
}

.subfooter {
    padding: 40px 0 0;
}

.col3 {
    width: 100%;
    font-size: 12px;
}

.subfooter .widget {
    overflow: hidden;
    margin: 0 0 10px;
}

@media screen and (max-width: 800px) {
  .menu-item .menu-link {
      text-transform: uppercase;
      font-size: 14px;
      color: #000;
  }
}