.content {
    /*background-color: #fafafafa;*/
}
div.book-row {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0;
    background-color: white;
    border-radius: 5px;
    margin: 10px 1.5rem 25px 0;
    border: 1px solid #eee;
}
.content-list-item.book-item {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    border-top: none;
    padding: 0;
    background-color: #fcfcfc;
}
.content-list-item a.book-info-a {
    height: auto;
}
.book-cover {

    flex-shrink: 0;
    margin-right: 15px;
}
.book-cover img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.content-list-item a.book-image {
    width: 110px;
    height: 150px;
}
.row.hidden {
    display: none;
}
.book-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px;
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
}
.book-image .item-image {
  border: none;
}
.book-author, .holding {
    font-size: 1.2rem;
    line-height: 1.7rem;
    max-height: 3.4rem;
    overflow: hidden;
    margin-bottom: .4rem;
}

.content.book-content {
  padding: 3.9rem 4.9rem;
}

.vertical-container:not(.full-width) .item.book-item {
  margin: 0;
}

.pg-btn {
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
  width: 20px;
  line-height: 19px;
  padding: 2px;
  color: #666;
  font-size: 1.4rem;
  margin: 0 -2px 15px -2px;
  /*margin-bottom: 15px;*/
}
.pg-btn.current {
  font-weight: 800;
  border-radius: 50%;
  background-color: #eee;
}
.pg-btn.hidden {
  display: none;
}
.pg-btn-prev, .pg-btn-next {
  visibility: visible;
}
.pg-btn-prev.hidden, .pg-btn-next.hidden {
  visibility: hidden;
  display: inline-block;
}

.page-top {
    
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.post-item {
  margin-bottom: 0;
}

.ebook-container .aside {
    width: 311px !important;
}

.ebook-container .aside .categories {
    width: 308.5px !important;
}

h2.section-title::after {
  display: block;
  content: '';
  clear: both;
}
h2.section-title p {
  display: inline-block;
  line-height: 35px;
}

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 35px;
  background-color: rgb(238, 238, 238);
  border-radius: 17.5px;
  padding: 5px;
}
.searchbar a:hover {
  text-decoration: none;
}
.search_input[type="text"] {
  color: rgb(51, 51, 51);
  border: 0;
  outline: 0;
  background: none;
  width: 250px;
  caret-color: red;
  height: 25px;
  line-height: 25px;
  font-size: 13.5px;
  padding: 0 15px;
}
.search_input[type="text"]:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search_icon {
  height: 25px;
  width: 25px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration:none;
  /*background: white;*/
}

.section-heading {
  margin-bottom: 0;
}
.content-2 .section-content {
  margin-top: 2.5rem;
}

.search-container {
  float: right;
  margin-top: 0px;
  position: relative;
}

.d-flex {
  display: flex !important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}
.fa-search:before {
    content: "\f002";
}

  
/*.ebook-container .aside + .content {*/
.content {
  width: calc(100% - 310px) !important;
}
.hidden {
  display: none;
}
.space {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {

.post-item.book-item {
  margin-bottom: 0; }
  
.row:last-child .post-item:last-child {
  margin-bottom: 0; }

.post-item h4 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem; }

.post-item p {
  font-size: 1.2rem;
  -webkit-line-clamp: 4;
  height: 7.6rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-item time {
  font-size: 1.2rem; }

.post-item .post-source {
  font-size: 1.2rem !important; }

.post-item .post-image {
  margin-top: 1.5rem; }
}

.ebook-more {

  font-size: 14px;
  padding: 5px;
  color: #666;

}

.section-subtitle {

  margin-top: 0;
  padding: 5px;
  
}


@media screen and (min-width: 769px) {

  .post-item.book-item {
    margin-bottom: 0; }
    
  .row:last-child .post-item {
    margin-bottom: 0; }

  .post-item h4 {
    -webkit-line-clamp: 2;
    height: 4.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

  .post-item.thesis h4 {
    font-weight: 500;
    height: 8.8rem; }

  .post-item.thesis {
    margin-bottom: 1rem; }
    
  .post-item .post-source {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

}