body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
  display: none;
}

.cover .badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #cc7b19;
  border-radius: 0;
  padding: 0 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  line-height: 24px;
}

.cover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.cover .read {
  padding: 0 0;
  line-height: 15px;
}

input.datepicker {color: transparent}
input.datepicker:focus {color: transparent}
input.datepicker:focus + input {color: #555}

/* Fix discover/random books visibility */
div.discover {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

div.discover .isotope {
    display: flex !important;
    flex-wrap: wrap !important;
    visibility: visible !important;
}

div.discover .isotope:after,
div.discover .isotope:before {
    display: none !important;
}





/* Hide the redundant Books header in main pane */
#main > .container-fluid h2:not(.random-books),
.col-sm-10 > h2:not(.random-books) {
    display: none !important;
}

/* Style the random books heading - match light theme */
h2.random-books {
    display: block !important;
    visibility: visible !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    padding: 15px 0 10px 0 !important;
    margin: 0 0 15px 0 !important;
    border: none !important;
    background: none !important;
    -webkit-text-fill-color: rgba(255,255,255,0.9) !important;
}

/* Hide the Books page title */
.container-fluid .col-sm-10 > .row:first-child > .col-sm-6 > h2,
#main > h2:not(.random-books),
div.col-sm-10 > h2:first-of-type:not(.random-books),
.discover.random-books ~ h2,
h2.random-books ~ h2 {
    display: none !important;
}

/* Also target the Books breadcrumb/title overlay */
.container-fluid .col-sm-10 > div:first-child:not(.discover) > h2 {
    display: none !important;
}

/* Hide the Books page title generated by caliBlur */
body > div.container-fluid > div > div.col-sm-10 > div:nth-of-type(2) > h2 {
    display: none !important;
}


/* Style the random books heading */
h2.random-books {
    display: block !important;
    visibility: visible !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    color: rgba(255,255,255,0.8) !important;
    padding: 0 !important;
    margin: 2px 0 15px 40px !important;
    border: none !important;
    background: none !important;
    -webkit-text-fill-color: rgba(255,255,255,0.8) !important;
}
