header#masthead.site-header.group {
  background:#262626;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 35px;
}


body {
  font-size: 15px;
  font-family: "Lora", serif;
  color: #333;
}

.nav {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 10px;
}
  
.navigation a {
  color: #ff9900;
}

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active {
  color: white;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}

.site-bar {
  background:#0d0d0d;
  border-top: none;
  border-bottom: none;
  padding: 0px 0;

}
a:hover,
a:focus {
  color: #ff9900;
  outline: none;
  text-decoration: none;
}
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;
  -webkit-transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 11px;
  letter-spacing: 2px;
  background: #ff9900;
  color: #FFF;
}

.slick-slider button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: #ff9900;
  padding: 0;
  border-radius: 0;
  outline: none;
  font-family: 'FontAwesome';
}

.entry-title a:hover {
  color: #ff9900;
}

.entry-meta a {
  color: #ff9900;
}

.entry-utils .socials a:hover {
  color: #ff9900;
}

.read-more {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #e6005c;
  border: solid 2px #ebebeb;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: bold;
  z-index: 3;
}

.read-more:hover {
  border-color: #ff9900;
  color: #161616;
}

.nav {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 5px;
}

.read-more {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #FFFFFF;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: bold;
  z-index: 3;
}

.read-more:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}


.single #content .entry-featured {
    display: none;
}
.single #content  .entry-related .entry-featured {
    display: block;
}


.home .entry-featured {
display: none;
}

.archive .entry-featured {
display: none;
}

.btn,
.comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  background: #ff9900;
}


