/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

body.home .post-inner {
 padding-bottom: 5rem;
}
.archive.category main {
  background: white;
}

.archive.category main nav.pagination {
  margin: 10px;
}

.archive.category main hr {
  display: none;
}

a.goodreadsLink {
  font-size: 30px;
}
.comment-respond label {
  display: none;
}

body:not(.singular) main > article:first-of-type,
body.category.archive article {
  padding: 30px;
}

.bookdetails,
.bookcover {
  display: inline-block;
  vertical-align: top;
}

.bookcover {
  width: 30%;
  margin-top: 2em;
}
.bookdetails {
  padding-left: 30px;
  width: 60%;
}

div.post-meta-wrapper.post-meta-edit-link-wrapper {
  float: right;
  width: 80px;
  text-align: right;
  padding-left: 20px;

}
article.category-book div.entry-content div.watch-action {
  max-width: 100% !important;
}

div.watch-action .status,
div.watch-action .unlbg-style1 .unlc,
div.watch-action .lbg-style1 .lc {
  font-weight: bold;
}

div.watch-action .status {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.bookdetails h1 {
  margin-bottom: 0px;
}

.bookdetails h3,
.bookdetails h4 {
  margin: 0px;
}

.bookdetails .entry-categories-inner {
  justify-content: left;
}

ul.post-meta li.post-edit {
  margin-left: 0px;
}

.bookcover img {
  margin: 0 auto;
}

article.category-book {
  padding-bottom: 10px;
}

.entry-categories {
  padding-top: 20px;
}

.singular .bookcover {
 margin-top: 8em;
 margin-left: 2em;
}

.singular .bookdetails .header-footer-group {
  color: inherit;
}
.singular .bookdetails .entry-header {
  background-color: inherit;
}

.footer-top-visible .footer-nav-widgets-wrapper {
  margin-top: 0px;
}

body.single-post {
  background-color: white;
}

@media only screen and (max-width: 700px) {

  .footer-top-visible .footer-nav-widgets-wrapper {
    margin-top: 0px;
  }
  .singular .bookcover {
     margin-top: 4em;
  }

  .align-right {
    float: left;
  }
  div.post-meta-wrapper.post-meta-edit-link-wrapper {
    float: left;
  }
}
