/* Enter Your Custom CSS Here */

.widget-full .featured-content .entry-title {
    font-size: 36px;
    text-transform: none;
}

.archive-title {
    font-size: 36px;
}

.book-author {
  visibility:hidden;
}

.entry-meta {
  visibility:hidden;
}

.archive-description {
    background-color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 0px;
}

a {
  text-decoration: none;
  color: #bb112c;
}

.nav-secondary .genesis-nav-menu a {
  text-decoration: none;
}

.entry-title a {
  text-decoration: none;
}

.entry-title a:hover {
  text-decoration: underline;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .nav-secondary .genesis-nav-menu a {
    padding-right: 15px;
    padding-left: 15px;
}
}