/* Book Front End */

/* Jannah Override */
.entry-header, .featured-area{
	/*display : none; */
}
.post-title.entry-title, .featured-area, .post-cat-wrap{
	display : none !important;
}


/* Book Nav Bar */
.book-nav{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.book-nav_items a:hover{
    text-decoration: none !important;
}

/** Javascript CSS Hide Show**/
.hide{display:none !important;}

/* Publisher book style-10.php */
.book-container{
    margin-top: 0px !important;
}
/** Title **/
.book-section-heading{
    background-color: #2d2f38;
    margin: 0 0 15px;
}
.book-title-text{
    background-color: #444444;
    line-height: 38px;
    color: #fff!important;
    padding: 0 12px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;    transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
    position: relative;
    z-index: 0;
}
.book-title-text:before {
  border-bottom-color: #444444 !important;
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 38px solid transparent; 
}
/* Average Reviewer Stars */
.book-average P{
    display: none;
}
.book-average{
    float: right;
}
.book-average-table{
    border: none !important;
    margin-bottom: 0px !important;
}
.book-average-table td{
    border: none !important;
}
.book-average_nb{
    color: #e29b15;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 22px;
    padding: 0 !important;
    padding-top: 4px !important;
       
}
.book-cover-average{
    display: none;
}
/* Book Table */
#book-wrapper{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.book-cover{
    max-width: 249px;
    min-width: 200px;
    text-align: center;
    margin-right: 10px;
}
#jig1{
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}
.book-data-warpper{
    width: 100% !important;    
}
.book-data{
    display: flex;   
    width: 100% !important;
    flex-direction: column;
    /*background-color: #2a67bb;*/
}
.book-line{
    /*display: table-row;*/
    display: flex;
    padding-left: 10px;
    vertical-align: top;
   /*background-color: #c81652;*/
}
.book-line-inner-td{
    /*background-color: #ffff00;*/
   /* display: table-cell;*/
    /*white-space: nowrap;*/
    width: 50%;
    min-width: 50%;
    padding-left: 5px;
}
.book-line-inner-td-full{
    width: 100%;
    min-width: 100%;
}
.book-line-full{
   display: flex; 
   width: 100%;
}
.book-label{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    /*padding-left: 5px;*/
}

/* Review Stars */
.nx_rating-stars {
    width: 120px;
    height: 24px;
    background-size: 24px;
    background-position: 0 -24px;
}
.nx_rating-stars div {
    background-position: 0 0;
    background-size: 24px;
    background-image: inherit;
    display: block;
    height: 24px;
}

/* Pros & Cons Boxes */
#book-box_criteria{
    width:80%;
    margin-right: auto;
    margin-left: auto;
}
#criterions{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*border-right: solid 1px black;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 100%;
}
#criterions ul{
    margin-bottom: 0px !important;
    list-style-type: none;
    padding: 10px 0 10px 20px;
    margin-left : 0px;
}
#criterions ul li{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    color: #000;
}
.criterions-pros-cols{
    background-color: #c7eec3;
    width: 100% !important;
    text-align: left;
    /*border: solid 1px black;*/
    border-right: 0px;
    margin: 5px;
}
.criterions-pros-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 22px;
    background-color: #19990b;;
    width: 100% !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.criterions-pros-title::after{
    content: "\2764";  
    margin-left: 10px;
}
.criterions-pros li::before {
    content: "\2764";  
    color: #19990b; 
    font-weight: bold; 
    display: inline-block;
    width: 1em; 
    margin-right: 5px;
}
.criterions-cons-cols{
    background-color: #eecbc3;
    width: 100% !important;
    text-align: left;
    /*border: solid 1px black;*/
    border-right: 0px;
    margin: 5px;
}
.criterions-cons-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 22px;
    background-color: #d00d21;
    width: 100% !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.criterions-cons-title::after{
    /*content: "\1F494";  */
    content: "💔︎";
    margin-left: 10px;
}
.criterions-cons li::before {
    /*content: "\1F494";  */
    content: "💔︎";
    color: #d00d21; 
    display: inline-block;
    width: 1em; 
    margin-right: 7px;
}

/* Review Circles */
.nx_score_container{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    text-align: center;
    margin-top: 35px;
}
.rwp-score-circle {
    width: 110px !important;
    height: 110px !important;
}
.rwp-score-circle svg {
    width: 110px !important;
    height: 110px !important;
    overflow: visible !important;
}
.rwp-score-circle__value{
    font-size: 1.7em;
    position: absolute; 
    left: 50%; top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
}

.rwp-criterion {
    float: left;
    margin-right: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rwp-criterion_last{
    margin-right: 0px;
}
.rwp-criterion-label {
    display: block;
    text-align: center;
    margin-top: 10px;
}


.scans-internals, .scans-covers{
    margin-top :15px;
	
}



/* ACME Informations */
#acme-informations div{
    font-style: italic;
    margin-bottom: 15px;
}


/* Mobile CSS */
@media only screen and (min-width: 320px) and (max-width: 1003px){
    /* Title On Mobile */
    .book-average{
        display: none !important;
    }
    .book-cover-average{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .book-average_nb{
        /*background-color: #444444;*/
        padding-top: 0px !imortant;
        padding-left: 13px !important;
    }
    .book-average_stars{
        /*background-color: #444444;*/
    }
    .book-average_stars{
        padding-right: 13px;
        text-align: center;
    }
    .book-title-text{
        display: block;
        width: 305px;
        color: #fff;
    }
    .book-title-text marquee{
        height: 25px;
    }

    /* book data */
    #book-wrapper {
        display: flex;
        flex-direction: column;
    }
    .book-cover{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .book-line{
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .book-line-inner-td {
        width: 100%;
    }
        
    /* book creterions */
    .rwp-review-wrap.rwp-theme-3 .rwp-scores .rwp-criterion {
        margin-right: 15px;
    }
    #criterions{
        display: flex;
        flex-direction: column;
    }
	 /* Circles */
    .rwp-criterion {
        margin-bottom: 25px;
    }
    .nx_score_container{
        width: 310px;
        padding-left: 30px
    }
	.scans-internals{
		clear: both;
		margin-top: 25px
	}
	/* Grey for odd cell 
	.book-line-inner-td:nth-of-type(odd) {
		background: #eee;
	} */
}
