/* DISABLE CONTENT */

body.single-book div.section-content .tcb-post-content {
    display: none;
}

.books-youtube {
    margin-top: 2rem;
}


/* ######### */
/* BOOTSTRAP */
/* ######### */
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-heigth: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
}

/* ####### */
/* DEFAULT */
/* ####### */
*:hover {
    transition: all 200ms ease;
}
h4, .grve-h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-bottom: 0 !important;
}
.post-slider {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px;
    border-top: 2px solid #000;
}
.post-slider > h3 {
    text-align: left;
    font-family: "Radikal-Bold";
    font-weight: normal;
    font-size: 28px;
    margin: 0;
    padding: 0 0 10px;
}
.post-slider .carousel-post .carousel-control {
    width: 30px;
    opacity: 1;
    color: #b9b9b9;
    font-size: 36px;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
}
.post-slider .carousel-post .item {
    padding: 20px 0;
}
.post-slider .carousel-post .item .item-contain {
    display: grid;
    position: relative;
    margin: auto;
    width: calc(100% - 80px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.post-slider .carousel-post .item .item-contain .post-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid #dadada;*/
    text-align: center;
    padding-bottom: 20px;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
    text-decoration: none !important;
    background: none !important;
}
.post-slider .carousel-post .item .item-contain .post-item .post-item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.post-slider .carousel-post .item .item-contain .post-item h5 {
    display: block;
    position: relative;
    margin: auto;
    font-family: "Radikal-Bold";
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: calc(100% - 40px);
}
.post-slider .carousel-post .item .item-contain .post-item h6 {
    display: block;
    position: relative;
    margin: auto;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    max-width: calc(100% - 40px);
    font-family: "Radikal-Black";
}
.text-right {
    text-align: right;
}
.post-slider .more-link {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Radikal-Black";
    color: #000;
    font-size: 14px;
    border: none;
}
.post-slider .more-link:hover {
    cursor: pointer;
    color: #000;
    background-color: transparent;
}


/* ######## */
/* BookList */
/* ######## */
.BookList .BookList-list {
    display: grid;
    position: relative;
    margin: auto;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.BookList .BookList-list .BookList-item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.BookList .BookList-list .BookList-item .post-item {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    /*border: 1px solid #dadada;*/
    text-align: center;
    padding-bottom: 20px;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
    text-decoration: none !important;
    transition: all 200ms ease;
    background: none !important;
}
.BookList .BookList-list .BookList-item .post-item:hover {
    transform: scale(1.05);
    /**box-shadow: 0 0 15px rgba(0,0,0,0.4);**/
    text-decoration: none !important;
}
.BookList .BookList-list .BookList-item .post-item:hover:before, .BookList .BookList-list .BookList-item .post-item:hover:after {
    opacity: 1;
    transition: all 200ms ease;
}
.BookList .BookList-list .BookList-item .post-item .post-item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
body .AuthorList .BookList-list .BookList-item .post-item .post-item-img {
    height: 250px;
}

.BookList .BookList-list .BookList-item .post-item h5 {
    display: block;
    position: relative;
    margin: auto;
    font-family: "Radikal Bold";
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: calc(100% - 40px);
}
.BookList .BookList-list .BookList-item .post-item h6 {
    display: block;
    position: relative;
    margin: auto;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    max-width: calc(100% - 40px);
    font-family: "Radikal-Black";
}
/*
.BookList .BookList-list .BookList-item .post-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.3);
    opacity: 0;
    z-index: 1;
    transition: all 200ms ease;
}
.BookList .BookList-list .BookList-item .post-item:after {
    content: "";
    font: normal normal normal 34px/1 FontAwesome;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    background-color: #a5a5a5;
    opacity: 0;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 200ms ease;
}
*/


/* ############ */
/* Single-Book  */
/* ############ */
.single-book-container {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100px;
    line-height: 1.5em;
}
.single-book-container .single-img-contain .single-img-big {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.single-book-container .single-img-contain .single-img-big > img {
    display: inline-block;
    max-width: 80%;
    box-shadow: 0 0 100px rgba(0,0,0,0.4);
}
.single-book-container .single-img-contain .single-img-slider #carousel-book-single .item .row img {
    border: 2px solid #000;
}
.books-image-download {
    display: block;
    margin: 40px 0 0;
}
.books-image-download ul {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
.books-image-download ul li {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #dce3ec;
}
.books-image-download ul li:last-child {
    border-bottom: none;
}
.books-image-download ul li > h6 {
    flex: 1;
    font-family: "Radikal-Light";
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.books-image-download ul li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 0.5em;
    text-decoration: none;
    background-color: #000;
}



.single-book-container {
    display: block,
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100px;
    line-heigth: 1.5em;
}
.single-book-container .single-img-contain .single-img-slider #carousel-book-single .item .row {
    position: relative;
    margin: auto;
    width: calc(100% - 60px);
    text-align: center;
}
.single-book h1 {
    font-family: "Radikal-Bold";
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 2rem !important;
    padding-bottom: 0 !important;
}
.single-book-container h2 {
    font-family: "Radikal-Regular";
    font-weight: normal;
    font-size: 23px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.6rem !important;
    padding-bottom: 0.8rem !important;
}
.single-book-container h3, .single-book-container h3 a {
    color: #666;
    font-weight: normal !important;
    font-size: 1.4rem;
    --tcb-typography-font-family: "Radikal Regular";
    font-family: "Radikal Regular";
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
}
.single-book-container .meta {
    display: block;
    font-family: "Radikal-Light";
    font-size: 0.9em;
}
.single-book-container .post-slider {
    margin: 40px 0;
}
.single-img-rounded {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.single-img-rounded:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.single-img-rounded .single-img-big {
    position: absolute;
    top: 0;
    left: 0;
}

/* ############ */
/* Author-Book  */
/* ############ */
.author-book .meta {
    display: flex;
    flex-direction: column;
}
.author-book .meta ul {
    display: flex;
    margin-left: 0 !important;
    justify-content: center;
}
.author-book .meta ul a {
    margin: 0 .5rem 2em;
}
.author-book .meta .social-media > div {
    height: 2.25em;
    width: 2.25em;
    background-color: #000;
    border-radius: 50%;
}
.author-book .meta > a {
    color: #000;
    font-weight: bold;
}


/*Responsive*/

@media screen and (max-width: 1024px) {
    .BookList .BookList-list {
        width: 100%;
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (max-width: 901px) {
    .BookList .BookList-list {
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 601px) {
    .BookList .BookList-list {
        grid-template-columns: repeat(1,1fr);
    }
}

/* Download Cover Button */

.books-image-download>ul>li>a {
    letter-spacing: var(--tve-letter-spacing, 2px);
    padding: 18px !important;
    background-color: var(--tcb-local-color-34f05) !important;
    background-image: none !important;
    border-radius: 0px;
    overflow: hidden;
    border: 3px solid rgb(235, 80, 34);
    background-color: rgb(235,80,34) !important
}

.books-image-download>ul>li>a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-color: var(--tcb-skin-color-22) !important;
}


@media (max-width: 750px) {
    .row {
        margin-left: -15px;
        margin-right: 0 !important;
        display: block;
    }
    .post-slider .carousel-post .item .item-contain {
        display: block;
    }
    .post-slider .carousel-post .item .item-contain .post-item {
        margin-bottom: 2rem;
    }
    .post-slider .carousel-post .carousel-control {
        display: none;
    }
}


/* author detail page */

.author-book .row .col-sm-4 {
    max-width: 22rem;
    margin: 0 auto 2rem;
}

.author-book .row .col-sm-4 .single-img-rounded .single-img-big {
    height: 100%;
}

.author-book .row .col-sm-4 .single-img-rounded .single-img-big img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.BookList.BookListAuthor {
    margin-top: 2rem;
}

div.meta img {
    max-height: 40px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

a.sellingLink {
    display: block;
    color: white;
    background-color: #7f0a3e;
    margin-bottom: 1rem;
}

a.sellingLink:hover {
    cursor: pointer;
    text-decoration: none;
}

body div#main div.tve-content-box-background, .tve-theme-64 .content-section #main [data-css="tve-u-*"] {
    background-size: auto, contain !important;
}

a.buttonHover:hover {
    opacity: 0.5;
}

.BookList .BookList-list.earbooks .BookList-item .post-item .post-item-img {
    height: 250px;
}

body #main div.thrv_wrapper.thrv_contentbox_shortcode.thrv-content-box.tve-elem-default-pad.tcb-local-vars-root div.tve-content-box-background {
    background-size: contain !important;
}


