body {
    line-height: 1.625;
    font-size: 13px;
    font-weight: normal;
    background: #fff;
    color: #333;
    font-family: "Times", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home h2.entry-title {
    display: none;
}

.site-logo a {
    font-family: Cochin;
    color: #ca2030;
    text-transform: uppercase;
    font-size: larger;
}

p.tagline {
    font-family: Cochin;
    font-style: italic;
    font-size: small;
    color: #6d2411;
}

.site-logo h1 {
    margin: 0 0 5px;
}

.site-bar .nav {
    /* float: left; */
    float: none;
    width: 54%;
    padding-top: 3px;
    text-align: center;
    margin: 0 auto 4px;
}

.site-bar {
    /* border-top: solid 1px #ebebeb; */
    /* border-bottom: solid 1px #ebebeb; */
    border: none;
    background-image: url(/wp-content/uploads/2019/01/divider.png);
    padding: 15px 0;
    z-index: 10000000;
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.nav a {
    font-size: 12px;
}
.navigation > li > a {
  margin: 0 15px !important; 
}
.nav ul {
  list-style-type:none;
  display:flex;
  justify-content: center;
}
.nav ul li {
   display: list-item; 
}
.col-md-8 {
    width: 85.666667%;
    margin: 0 auto;
    float: none;
}
.entry-title {
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 60px;
    color: #ca2030;
}
.jetpack_widget_social_icons svg {
    color: #6d2411;
    fill: currentColor;
    height: inherit;
    vertical-align: middle;
    width: inherit;
    opacity: 0.4;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: normal;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
#content .row {
    margin: 20px 0;
}
.category-events p.entry-categories > a {
    color: #ca2030;
    font-size: 24px;
    background-color: transparent;
    font-family: Lora;
    font-weight: 300;
}
div#ssba-classic-2 {
    display: none;
}
.entry-utils.group {
    display: none;
}
.home div#comments, .page-id-9 div#comments {
    display: none;
}
#footer .site-bar {
    display: none;
}
#footer .site-logo {
    display: none;
}
#footer {
   background-image: url(/wp-content/uploads/2019/01/divider.png);
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: top; 
  border:none;
}