/* Header */
.navbar-header {
  max-width: 50px;
  padding: 0px !important;
  margin: 15px !important;
}

.flex-active-slide {
  margin: 0;
}

.flex-caption {
  display: none;
}

/* Body */
h1, h2, h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
}

p {
  font-family: 'Libre Franklin', sans-serif;
}

.main-content-area {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.main-content-inner {
  padding: 0px;
  height: inherit;
}

/* Posts & Pages */
.post-inner-content {
  margin: 0px 20px;
  padding: 0px 40px;
  border: none !important;
	background-color: #f9f9f9;
}

.entry-title {
	padding: 20px 0px 5px 0px;
  margin-bottom: 0px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

.entry-content {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
}

.category-events .wp-post-image {
  display: none;
}

button {
  border-radius: 3px;
  background-color: #0057B8;
}

button:hover {
  background-color: #0076be;
}

#pageButton {
  padding: 12px;
  margin-top: 25px;
}

/* Events & Gallery Page */
.photoGallery {
  margin-left: 20px;
}

.archive-description {
  display: none;
}

.archive-title {
  display: none;
}

.eventHeader {
  padding: 0px 20px 20px 20px;
}

.blog-item-wrap {
  margin-bottom: 0px;
}

.entry-meta {
  display: none;
}

/* Widgets */
.widget-area {
  padding: 5px;
  height: inherit;
}

.well {
  margin: 20px 0px;
  padding: 20px 25px;
  background-color: #fff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px;
  box-shadow: none;
}

.cff-header {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
}

.cff-item {
  background-color: #fff;
  padding: 20px 10px 15px 10px !important;
}

#text-3 {
  color: black !important;
  padding: 10px 10px 0px 10px;
  background-color: #f9f9f9;
  text-align: center;
}

#text-4 {
  padding: 10px 10px 0px 10px;
  background-color: #f9f9f9;
}

#text-6 {
  color: black !important;
  padding: 10px 10px 0px 10px;
  background-color: #f9f9f9;
  text-align: center;
}

#text-7 {
  padding: 10px 10px 0px 10px;
  background-color: #f9f9f9;
}

#text-3 .widget-title {
  font-size: 18px !important;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}

#text-4 .widget-title {
  padding-bottom: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}

#text-6 .widget-title {
  font-size: 18px !important;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}

#text-7 .widget-title {
  padding-bottom: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}

#secondary .widget {
  margin-bottom: 10px;
}

#secondary .widget h3 {
  margin-bottom: 10px;
}

/* Footer */
#footer-area a:hover{
  color: #7D8899;
}

.copyright {
  font-size: 10px;
  color: #7D8899;
}

#footer-area a {
  color: #7D8899;
}

#menu-footer-menu a {
  color: #eaeaea !important;
}