#rcno-review-score-box * {
box-sizing: border-box;
}
.rcno-full-book-description::-webkit-scrollbar {
width: .5em;
}
.rcno-full-book-description::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.rcno-full-book-description::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
#rcno-review-score-box {
padding: 10px;
}
#rcno-review-score-box ul {
list-style: none;
margin: 0;
padding: 0;
clear: right;
}
#rcno-review-score-box .review-summary {
display: flex;
flex-wrap: wrap;
justify-content: start;
margin: 0 0 5px 0;
}
#rcno-review-score-box .review-summary .overall-score,
.rcno-review-badge {
width: 120px;
height: 120px;
background: green;
padding: 5px;
text-align: center;
display: inline-block;
position: relative;
margin: 0 10px 10px 0;
flex: 1 1 auto;
}
#rcno-review-score-box .review-summary .review-text h2 {
margin: 0 0 10px 0;
}
#rcno-review-score-box .review-summary .review-text {
display: inline-block;
flex: 1 1 75%;
}
#rcno-review-score-box .review-summary .review-text p {
line-height: 1.2;
height: 4.8em;
overflow: hidden;
margin: 0;
}
#rcno-review-score-box ul li .rcno-review-score-bar-container {
height: 40px;
background: #ccc;
overflow: hidden;
margin: 0 0 1em 0;
position: relative;
}
#rcno-review-score-box ul li .review-score-bar {
background: green;
}
#rcno-review-score-box ul li .review-score-bar span.score-bar {
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 40px;
padding: 0 0 0 10px;
text-transform: uppercase;
}
#rcno-review-score-box ul li .rcno-review-score-bar-container span.right {
font-size: 16px;
font-weight: bold;
color: #fff;
z-index: 9999;
position: absolute;
right: 10px;
top: 6px;
}
#rcno-review-score-box span.badge-star {
color: #FFC107;
}
.rcno-review-badge {
padding: 5px 5px 0 5px;
}
#rcno-review-score-box .review-summary .overall-score .overall,
.rcno-review-badge .score {
color: #fff;
font-size: 3.5em;
font-weight: 800;
display: block;
line-height: 1;
padding: 10px;
}
.rcno-review-badge p {
font-size: 11px;
width: 100%;
text-transform: uppercase;
margin: 0;
color: #fff;
background-color: #000;
padding: 6px 0;
text-align: center;
line-height: 1;
}
#rcno-review-score-box .review-summary .overall-score .overall-text {
color: #fff;
font-size: 13px;
display: block;
line-height: 1;
bottom: 0;
text-transform: uppercase;
position: absolute;
padding: 10px 7px;
background: black;
left: 0;
width: 100%;
}
#rcno-review-score-box .review-summary .overall-text {
padding: 5px;
display: inline-block;
}
.rcno-full-book {
margin: 0 0 1em 0;
display: grid;
grid-template-columns: 250px auto;
grid-column-gap: 10px;
}
.rcno-full-book:after {
content: "";
display: block;
clear: both;
}
.rcno-full-book .rcno-full-book-cover img.rcno-book-cover {
width: 100%; height: auto;
display: block;
}
.rcno-full-book-cover {
background: rgba(96, 125, 139, 0.36);
position: relative;
align-self: start;
}
.rcno-full-book-details .rcno-full-book-cover img {
max-width: 200px;
}
.rcno-full-book-details {
font-size: 14px;
line-height: 1.6;
margin: 0 0 10px 0;
}
.rcno-full-book-description {
font-size: .9rem;
line-height: 1.5;
clear: left;
display: inline-block;
height: 13.5em;
overflow: auto;
}
.rcno-admin-rating span {
color: gold;
position: relative;
font-size: 35px;
}
.rcno-full-book-cover .rcno-admin-rating {
background: rgba(78, 78, 78, 0.50);
width: 100%;
text-align: center;
line-height: 1;
position: absolute;
bottom: 0;
}
.rcno-full-book-cover .rcno-admin-rating .jq-star {
height: 35px;
width: 25px;
margin: 0 5px 0 0;
}
.rcno-purchase-links-container {
margin: 0 0 1em 0;
text-align: right;
}
.rcno-purchase-links-container a {
padding: 2px 10px;
display: inline-block;
margin: 0 0 5px 0;
}
ul.rcno-alphabet-navigation {
list-style: none;
display: flex;
margin: 0;
flex-wrap: wrap;
justify-content: center;
}
ul.rcno-alphabet-navigation li {
flex: 0 1 20px;
list-style: none !important;
}
ul.rcno-taxlist li {
margin: 0 0 0 2em;
}
#rcno-score-box {
padding: 10px;
border-radius: 4px;
position: relative;
width: 100%;
box-sizing: border-box;
}
#rcno-score-box .review-summary {
width: 120px;
display: inline-block;
border-radius: 3px;
margin: 0 10px 0 0;
}
#rcno-score-box .review-summary .overall-score, .rcno-review-badge {
width: 120px;
height: 120px;
background: green;
padding: 5px;
text-align: center;
display: inline-block;
position: relative;
border-radius: 3px;
overflow: hidden; }
#rcno-score-box .review-summary .overall-score .overall, .rcno-review-badge .score {
color: #fff;
font-size: 3rem;
font-weight: 800;
display: block;
line-height: 1;
padding: 10px;
}
#rcno-score-box span.badge-star {
color: #FFC107;
}
#rcno-score-box .review-summary .overall-score .overall-text {
color: #fff;
font-size: 13px;
display: block;
line-height: 1;
bottom: 0;
text-transform: uppercase;
position: absolute;
padding: 10px 7px;
background: black;
left: 0;
width: 100%;
}
#rcno-score-box ul {
list-style: none !important;
margin: 0;
padding: 0;
width: calc(100% - 130px);
display: inline-block;
float: right;
}
#rcno-score-box ul li .rcno-score-bar-container {
background: #ccc;
overflow: hidden;
margin: 0 0 5px 0;
position: relative;
border-radius: 3px;
}
#rcno-score-box ul li .review-score-bar {
background: #FF9800;
}
#rcno-score-box ul li .review-score-bar span.score-bar {
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1;
padding: 0 0 0 10px;
text-transform: uppercase;
}
#rcno-score-box ul li .rcno-score-bar-container span.right {
font-size: 16px;
font-weight: bold;
color: #fff;
position: absolute;
right: 10px;
top: 0;
}
#rcno-score-box span.badge-star {
color: #FFC107;
}
@media (max-device-width: 640px) {
.rcno-full-book {
grid-template-columns: 200px auto;
}
}
@media (max-device-width: 480px) {
.rcno-full-book {
grid-template-columns: 1fr;
}
#rcno-review-score-box .review-summary .overall-score {
margin-right: 0;
}
}.rcno-recent-review {
margin: 0 0 20px 0;
width: 100%;
overflow: hidden;
display: flex;
align-items: start;
}
.rcno-recent-review h3 {
font-size: 14px !important;
text-transform: uppercase;
margin: 0 !important;
font-weight: 600;
}
.rcno-recent-review .widget-book-details {
float: right;
width: 70%;
flex: 1 1 70%;
}
.rcno-recent-review .widget-book-details p {
font-size: 12px;
line-height: 1.5;
}
.rcno-recent-review .widget-book-cover {
width: 25%;
display: inline-block;
position: relative;
margin: 0 10px 0 0;
flex: 1 1 25%;
}
.rcno-recent-review .widget-book-cover img {
width: 100%;
}
.rcno-recent-review .widget-book-cover .rcno-admin-rating {
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
}
.rcno-recent-review .widget-book-cover .rcno-admin-rating .jq-star {
width: 0.8em;
}
.rcno-recent-review .widget-book-cover .rcno-admin-rating span {
font-size: 1em;
line-height: 1;
}
.rcno-recent-review .widget-book-details p {
line-height: 1.2 !important;
}
.rcno-book-slides img {
width: 100%;
}
.rcno-book-slider-container {
width: 325px;
position: relative;
}
.rcno-book-slider-container .owl-stage .owl-item img {
display: block;
width: 100%;
height: auto;
}
.owl-stage .owl-item .rcno-admin-rating {
position: absolute;
bottom: 0;
}
.rcno-book-grid-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.rcno-book-grid-container .book-grid-item {
flex-basis: 85px;
margin: 2px;
height: 125px;
overflow: hidden;
}
.rcno-currently-reading-widget-fe {
width: 100%;
position: relative;
display: grid;
grid-template-columns: 30% 70%;
column-gap: 8px;
}
.rcno-currently-reading-widget-fe .book-cover {
display: inline-block;
text-align: center;
align-self: start;
}
.rcno-currently-reading-widget-fe .book-cover span {
font-size: 1.4em;
font-weight: bold;
}
.rcno-currently-reading-widget-fe .book-progress {
width: 100%;
}
.rcno-currently-reading-widget-fe .book-progress h3,
.rcno-currently-reading-widget-fe .book-progress p {
margin: 0 0 5px 0;
line-height: 1.3;
}
.rcno-currently-reading-widget-fe .book-progress p {
font-size: .9em;
}
.rcno-currently-reading-widget-fe .book-cover .progress-bar-container {
height: 100%;
position: relative;
}
.rcno-currently-reading-widget-fe .book-cover .progress-bar {
background: #10a4ff;
height: 6px;
position: absolute;
bottom: 0;
}
.book-progress-btn {
text-align: right;
}
.rcno-review-coming-soon p {
text-align: center;
text-transform: uppercase;
border-top: 1px solid;
padding: 5px;
}
.rcno-book-grid-index-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.rcno-book-grid-item {
position: relative;
flex: 0 1 23%;
margin: 0 10px 10px 0;
min-width: 170px;
}
.rcno-book-grid-item p {
position: absolute;
bottom: 0;
display: none;
}
.rcno-book-grid-item img {
width: 100%;
margin: 0;
}
.rcno-tax-container .rcno-tax-wrapper {
margin: 0 0 2em 0;
}
.rcno-tax-container .rcno-tax-name {
margin: 0 0 2em 0;
}
.rcno-tax-container .rcno-tax-name > a {
display: block;
box-shadow: none;
border-bottom: 1px solid;
margin: 0 0 10px 0;
}
.rcno-tax-container .rcno-tax-name .books-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.rcno-tax-container .rcno-tax-name .books-container .book-cover-container {
flex: 0 1 85px;
margin: 0 10px 10px 0;
background-color: #efefef;
}
.rcno-tax-container .rcno-tax-name .books-container .book-cover-container img {
width: 100%;
}
.rcno-tax-container .rcno-tax-name .titles-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.rcno-tax-container .rcno-tax-name .titles-container .book-title-container {
flex: 0 1 30%;
margin: 0 10px 0 0;
width: 35%;
}
.rcno-tax-container .rcno-tax-name .titles-container .book-title-container .rcno_book_title {
margin: 0 !important;
}
.rcno-book-series-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.rcno-book-series-wrapper .rcno-book-series-book {
position: relative;
width: 85px;
margin: 0 10px 10px 0;
}
.rcno-book-series-container h5 {
margin: 0 0 10px 0 !important;
}
.rcno-book-series-container .rcno-book-series-book .rcno_book_series_number {
position: absolute;
bottom: 0;
right: 0;
width: 1.5em;
height: 1.5em;
color: white;
background: #10a4ff;
line-height: 1;
padding: .2em 0 0 0;
font-size: 1em;
text-align: center;
}
.rcno-books-error {
padding: 1em;
background: rgba(244, 67, 54, 0.86);
color: #fff;
text-align: center;
}
.rcno-books-error p {
margin: 0;
}
.jq-stars {
display: inline-block;
}
.jq-rating-label {
font-size: 22px;
display: inline-block;
position: relative;
vertical-align: top;
font-family: Helvetica, arial, verdana, sans-serif;
}
.jq-star {
display: inline-block;
}
.jq-star-svg {
padding-left: 3px;
width: 100%;
height: 100% ;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path { stroke-linejoin: round;
}
.rcno-isotope-grid-search {
width: 12em;
font-size: 13px;
padding: 5px;
}
.rcno-isotope-grid-item {
margin: 0 10px 10px 0;
overflow: hidden;
}
.rcno-isotope-grid-item img {
width: 100%;
}
.rcno-isotope-grid-item p {
display: none;
}
.rcno-isotope-grid-select-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0 0 2em 0;
}
.rcno-isotope-grid-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
overflow: hidden;
}
.rcno-isotope-grid-select-wrapper {
flex: 1 0 auto;
margin: 0 10px 10px 0;
}
select.rcno-isotope-grid-select {
font-size: 14px;
padding: 5px;
width: 100%;
}
.rcno-isotope-grid-select.reset {
cursor: pointer;
font-weight: 800;
font-size: 18px;
}
.rcno-isotope-grid-item .rcno-admin-rating {
bottom: 0;
position: absolute;
width: 100%;
}
.rcno-isotope-grid-item .rcno-admin-rating .stars {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.rcno-isotope-grid-item .rcno-admin-rating .jq-star {
width: 1em;
}