/* Remove meta from post */
.entry-meta {
display:none !important;
}

/* Remove meta from home page */
.home .entry-meta { 
display: none; 
}

body.home #front-page-recent-posts {
  display: none;
}

.post p {
line-height: 1.5em;
padding-bottom: 30px;
}

.entry-title, .page-title {
text-transform: none;
}

.author-meta, .clock-meta, .category-meta, .discussion-meta {
text-transform: none;
}

h1.widget-title, h1.sidetitle, h2.widgettitle {
text-transform: none;
}

h1, h2, h3 {
text-transform: none !important;
}




.footer-copyright .credit {
  display: none;
}

.wpforms-form button[type=submit] {
    background-color: #EF3340 !important;
    border-color: #EF3340 !important;
    color: #fff !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #EF3340 !important;
}