/** 
 * Theme Name:  Shooker
 * Author:      Sam Hooker
 * Author URI:  http://samhooker.net
 * Template:    mauer-storyteller
 * Version:     1.0
 */
.entry-full .entry-thumb {
  height: 30rem;
}
.entry-full .entry-thumb .entry-meta {
  margin-bottom: 20px;
}
.sidebar-title {
  margin: 20px 0;
}
ul.book-links {
  padding: 0;
}
ul.book-links li {
  list-style-type: none;
}
ul.book-links li a {
  display: block;
  padding: 12px;
  margin-bottom: 20px;
  text-align: center;
  background: #c22828;
  color: white;
}
ul.book-links li a:hover {
  background: #d94444;
}
#home-books {
  overflow: hidden;
}
#home-books a img {
  float: left;
  margin: 0 20px 20px 0;
}
body.single-product div.entry-meta {
  display: none;
}
body.single-product .more-posts-heading,
body.single-product .posts-row {
  display: none;
}
#footer-signup {
  padding: 20px 0;
  background: #555;
}
#footer-signup h4 {
  color: white;
  margin-top: 0;
}
#footer-signup p {
  color: white;
  margin-bottom: 20px;
}
#footer-signup input[type="email"] {
  float: left;
  width: 80%!important;
  margin: 0;
}
#footer-signup input[type="submit"] {
  color: white;
  border-color: white;
  padding: 7px 30px 3px;
  line-height: 22px;
  margin-left: 30px;
  float: left;
  background: #c22828;
}
@media (max-width: 991px) {
  #footer-signup input[type="email"] {
    margin-bottom: 20px;
    width: 100%;
  }
  #footer-signup input[type="submit"] {
    margin: 0;
    float: none;
    clear: both;
  }
}
