 /* This is custom css used to design the single book page (post type=book) */
 
 .amac-book-single-heading-wrp {
    background-image: url('../images/book_header.jpg');
    max-height: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amac-book-single-footer-wrp{
    background-image: url('../images/book_footer.jpg');
    height: 250px;
    position: relative;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-single-title {
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-single-title h1{
    color: #CB2E23;
    font-family: bodoni;
    font-size: 72px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0px;
}

.book-single-title h1 .font_outline{
    color: transparent;
    -webkit-text-stroke: 2px #000;
}
.book-single-title h1 .font_blue{
color:#00539B;
}
/* Book Info Section */
.book_info_section{
    background: rgb(140,182,241);
    background: linear-gradient(180deg, rgba(140,182,241,1) 35%, rgba(223,240,232,1) 100%);
    margin: 0 auto 0 auto;
    overflow: hidden;
    /*display: flex; 
    flex-wrap: wrap;*/
    padding: 0px 100px 0px 100px;
}
.book_info_container {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1304px;
    margin: 0 auto 0 auto;
    /* padding: 0 50px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.book_info_container .book-ask-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_info_container .book-ask-content .book-ask-image {
    width: 30%;
    max-width: 100%;
}
.book_info_container .book-ask-content .book-ask-text {
    width: 70%;
    max-width: 100%;
    padding-left: 100px;
}
.book-ask-text h2{
    color:#B4352C;
    font-family: bodoni;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height:1;
}
.book-ask-text p{
    color:#000;
    font-family: bodoni;
    font-size: 22px;
    font-style:italic;
   
}
.book_author_date{
    color:#000;
    font-family: bodoni;
    font-size: 22px;
}
.book-ask-text h2.analysis{
    color:#000;
    font-family: bodoni;
    font-size: 48px;
    font-weight: 600;
}
.book-ask-text p.analysis_text{
    font-family: Noto Sans;
    font-size:22px;
    font-style:normal;
    line-height: 1.2;
}

.book_of_month{
    text-align:center;
    text-align: center;
    background: #FFF962;
    padding: 15px;
    margin-bottom: 20px;

}

.book_of_month {
    /* Draw the ribbon edge */
    --r: .8em;
    padding-right: calc(var(--r) + 1em);
    line-height: -4.2;
    clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    border-image: conic-gradient(#FFF962 0 0) fill 0 / / 100vw;
    width: 100%;

}

.book_of_month h6{
    color: #000;
    font-family: bodoni;
    font-size: 26px;
    line-height:1;
}
.book_of_month span{
    font-family: badoni;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
/* End */


/* Buy Now Section */
.buynow_section{
    background: #FFF278;
    margin: 0 auto 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 40px 0px 0px;
}
.buynow_container {
   /* padding-top: 50px; */
    max-width: 1304px;
    margin: 0 auto 0 auto;
    /* padding: 0 50px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.buynow_container .buynow-ask-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    width:1304px;
    margin-left:110px;
}
.buynow_container .buynow-ask-content .buynow-ask-image {
    width: 30%;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-top:25px;
}
.buynow_container .buynow-ask-content .buynow-ask-text {
    width: 70%;
    max-width: 100%;
    padding-left: 50px;
}
.buynow_container .buynow-ask-content .buynow-ask-text h3{
    color: #000;
    font-family: badoni;
    font-weight: 600;
    font-size: 36px;
    text-transformation:uppercase;
}

.buynow_container .buynow-ask-content .buynow-ask-text p{
    color:#000;
    font-family: Noto Sans;
    font-weight:600;
   }

.buynow_button{
    background: #FF4B4B;
    border-radius: 40px;
    padding: 15px 50px 15px 50px;
    color: #FFFFFF !important;
    border: none;
    font-size: 24px;
    font-weight:bold;
    line-height: 20px;
    letter-spacing: 0;
   
    text-transform: capitalize;
    outline: none !important;
    text-decoration: none;
    margin-left:-135px;
}
.buynow_button:hover{
    text-decoration:none;
}
/* End */

/* Author Info Section */
.author_info_section{
    background: #E7ECF0;
    margin: 0 auto 0 auto;
    overflow: hidden;
    /*display: flex;
    flex-wrap: wrap; */
    padding: 0px 100px 0px 100px;
    margin-bottom: 80px;
}
.author_info_container {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1304px;
    margin: 0 auto 0 auto;
    /* padding: 0 50px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
   
}

.author_info_container .author-ask-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.author_info_container .author-ask-content .author-ask-image {
    width: 30%;
    max-width: 100%;
}
.author_info_container .author-ask-content .author-ask-text {
    width: 60%;
    max-width: 100%;
}
.author-ask-text h2{
    color: #000;
    /* font-family: Noto serif; */
    font-size: 88px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom:20px;
}
.author_name{
    font-size: 30px;
    color: #000;
}
.author-ask-text p{
    font-size: 20px;
    color: #000;
    padding-top: 30px;
    line-height: 1.3;
}
.welcome_left{
float:left;
}
.welcome_right{
float:left;
padding-top:25px;
}
.welcome_right h2{
    color: #000;
    font-family: badoni;
    font-size: 78px;
    font-weight: bold;
    /* text-transform: capitalize; */
    line-height: 1;
    letter-spacing: 0px;
}
.disc_ques{
    color: #000;
    font-size: 30px;
    font-weight: bolder;
    padding: 20px 0px 20px 0px;
}
.disc_answers{
    padding-top:20px;
    padding-left: 0px;
}
.disc_answers li{
    list-style:none;
    padding-left: 0px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.join_discuss{
    color: #000;
    font-family: badoni;
    font-size: 60px;
    font-weight: bold;
    padding: 20px 0px 40px 0px;
    line-height:1;
}



.space_40{
margin-top:40px;
display:block;
}
/* End */

/* Dot line in book section css */
.dot_line_container {
    border-top: 2px solid #000;
    display: flex;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 90%;
    padding: 0px;
    margin-left: 10px;
    justify-content: space-between;
    align-items: stretch;
}

.dot1 {
    position: relative;
    margin-top: 12px;
    margin-left: -10px;
}
.dot2 {
    position: relative;
    margin-top: 12px;
}


.dot1::after {
    content: "";
    width: 10px;
    height: 10px;
    background: none;
    position: absolute;
    border-radius: 10px;
    top: -18px;
    border: 2px solid black;
}

.dot2::after {
    content: "";
    width: 10px;
    height: 10px;
    background: none;
    position: absolute;
    border-radius: 10px;
    top: -18px;
    border: 2px solid black;
}

#wpdcom{
    /* Comment Box */
    max-width:100%;

}
.sidebar-book-club h2{
    color: #000;
    font-family: badoni;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

/* 
/////////////////////////////
Mobile Responsive 
//////////////////////////////
*/
@media only screen and (max-width: 768px) {
  /* ///////////// For mobile phones: //////////////////// */
  .book-single-title{
    text-align:center;
    padding: 40px 40px 40px 40px;
  }
  .book-single-title h1 {
    line-height:1;
    font-size:60px;
  }
  .book_info_section{
    padding:0px 40px 0px 40px;
  }
  .book_info_container {
    overflow: visible;
    display:block;
  }
  .book_info_container .book-ask-content .book-ask-text{
    width:100%;
    padding-left:0px;
    padding-top: 50px;
  }
  .book_of_month h6{
    line-height:1;
  }

    .book-ask-text h2{
    font-size: 45px;
    font-size:45px;
    }
    .buynow_container .buynow-ask-content .buynow-ask-image{
        width:100%;
    }
    .book_info_container .book-ask-content .book-ask-image{
        width:100%;
    }
    .buynow_container .buynow-ask-content{
        margin-left:0px;
        padding: 40px 0px 40px 0px;
    }

    .buynow_section{
        padding:0px 40px 0px 40px;
    }

    .buynow_button{
        margin-left:0px;
    }
    .buynow_container{
        text-align:center;
    }
    .buynow_container .buynow-ask-content .buynow-ask-text{
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    }

    .author_info_container .author-ask-content .author-ask-text{
        width:100%;
    }
    .author_info_section{
        padding: 40px 40px 40px 40px;
    }
    .author_info_container .author-ask-content .author-ask-image{
        width:100%;
    }
    .author_info_container{
        padding-top:0px;
        padding-bottom:0px;
    }
    .author-ask-text h2{
        font-size:60px;
        text-align:center;
    }
    .author_name {
    line-height: 1.2;
    text-align: center;
    }

    .welcome_left {
    float: none;
    display: block;
    text-align:center;
   }
   .welcome_right {
    float: none;
    text-align: center;
}
.welcome_right h2{
    font-size:54px;
}
.disc_ques{
    line-height: 1.2;
    text-align: center;
}
.single-book .psg-single-blog-left{
    padding: 0px 40px 0px 40px;
}
.join_discuss{
    font-size: 50px;
    line-height: 1;
}
.amac-book-single-footer-wrp{
    height:100px;
}

}
/* End Mobile Responsive */

/* 
/////////////////////////////
Tablet Responsive 
//////////////////////////////
*/


@media only screen and (min-width:769px) and (max-width:991px){

.book_info_section{
    padding-left: 40px;
    padding-right: 40px;
}
.book_of_month h6{
    line-height:1;
}
.book_info_container .book-ask-content .book-ask-text{
    padding-left:50px;
}
.book-ask-text h2{
    line-height:1;
}
.buynow_section{
    padding: 0px 40px 0px 40px;
}
.buynow_container .buynow-ask-content{
    margin-left:0px;
}
.buynow_button{
    margin-left:0px;
}
.buynow_container .buynow-ask-content .buynow-ask-image{
    padding-top:30px;
}
.author_info_container .author-ask-content .author-ask-image{
    width:35%;
}
.author_info_section{
    padding: 0px 50px 0px 50px;
}
.single-book .single-blog-page-main-wrp {
        padding: 0px 50px 0px 50px;
}
.join_discuss{
line-height:1;
}

}
/* End Tab Responsive */

@media only screen and (min-width:769px) and (max-width:1076px){
    .buynow_container .buynow-ask-content .buynow-ask-image {
        padding-top: 35px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 862px) {
    .buynow_container .buynow-ask-content .buynow-ask-image {
        padding-top: 55px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
.single-book .single-blog-page-main-wrp {
        padding: 0px 80px 0px 80px; 
}
}
/* End */