a:hover, a:focus {
  color: #C00000;
  outline: none;
  text-decoration: none;
}

.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 11px;
  letter-spacing: 2px;
  background: #C00000;
  color: #FFF;
}

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active {
  color: #C00000;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}

.slick-slider button {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: #C00000;
  margin-top: -25px;
  padding: 0;
  border-radius: 0;
  outline: none;
  font-family: 'FontAwesome';
}

.entry-title a:hover {
  color: #C00000;
}

.entry-meta a {
  color: #C00000;
}

.entry-utils .socials a:hover {
  color: #C00000;
}

.read-more {
  position: relative;
  display: inline-block;
  padding: 10px 15px 9px;
  background: #fff;
  color: #C00000;
  border: solid 2px #ebebeb;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: bold;
  z-index: 3;
}

.read-more:hover {
  border-color: #C00000;
  color: #161616;
}

.site-logo {
    padding: 0px;
    text-align: center;
}

.slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 570px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px;
    text-align: center;
    opacity: 0.9;
}

.entry-featured {
    text-align: center;
}