.banner-item{
    display: block;
    margin-bottom: 0;
    height: 325px;
    padding-bottom: 40px;
    position: relative;
}


.page-template-archive-books .banner-item{
    margin-bottom: 40px;
}


.page-template-archive-books  .grid_item{
    padding-bottom: 0;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}


.banner-item:before{
    content:'';
    height: 1px;
    width: 100% ;
    background: #1F5370;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-item img{
    max-width: 310px;
    width: 100%;
    object-fit: cover;
}

.single .banner-item img{
    height: 100%;
    object-fit: contain;
}

.book-item__image-title.books-grid .flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.books-grid h1{
    font-weight: 600;
    font-size: 30px!important;
    line-height: 35px!important;;
    margin: 0;
    color: #181818!important;;
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-underline-offset: 8px;
    text-decoration-color: #D9D9D9;

}
.books-grid__title{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.book-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    /*margin-bottom: 20px;*/
    padding-bottom: 40px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;

}
.book-item .book-item__image figure{
    width: 138px;
    height: 195px;
    margin-right: 20px;
    background: #E8E8E8;
    border-radius: 5px;
}
.book-item .book-item__image figure .book-item__image-title{
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: auto 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #181818;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.book-item .book-item__image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}




.book-item__description .book-item__description-title{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #181818;
    display: flex;
    margin-bottom: 7px;
    transition: .3s all;
    text-decoration: none;
}
.book-item__description .book-item__description-title:hover{
    text-decoration: none;
    color:#1F5370;
    transition: .3s all;
}
.book-item__description .book-item__description-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4F4F4F;
    margin-bottom: 7px;
}
.book-item__description .book-item__description-pdf a{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #1F5370;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.book-item__description .book-item__description-pdf a svg{
    margin-right: 8px;
}
.book-item .line {
    height: 1px;
    width: calc(100% - 50px);
    background: #1F5370;
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 15px;
}
.book-item-content{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 70px;
}
.book-item.book-item-top{
    margin-bottom: 40px;
    min-height: auto;
    padding-bottom: 0;
}
.book-item-bottom .book-item{
    margin-bottom: 30px;
    padding-bottom: 0;
    min-height: 220px;
}
.book-item.book-item-top .book-item__description .book-item__description-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}
.book-item.book-item-top .book-item__description .book-item__description-text{
    margin-bottom: 15px;
}
.book-item__description-authors{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
}
.sg-pagination-new .nav-links{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sg-pagination-new .navigation .prev,
.sg-pagination-new .navigation .next{
    display: flex;
}

.sg-pagination-new .navigation.pagination {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sg-pagination-new .navigation .page-numbers {
    color: #4F4F4F;
    margin-left: 3px;
    text-decoration: none;
    border: none;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;

}
.sg-pagination-new .navigation.pagination .current {
    background: #FFFFFF;
    color: #1F5370!important;
    border: 1px solid #BDBDBD;
}
@media (max-width: 1199px) {

    .book-item__description .book-item__description-title {
        font-size: 19px;
        line-height: 24px;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .book-item.book-item-top .book-item__description .book-item__description-title {
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width: 992px) {
    .book-item{
        min-height: auto;
    }
    .more_subscription_video > .flex{
        display: block;
    }

   .single .video-item{
       width: 100%;
   }
    .more_subscription_video  .subscription_articles_title{
        margin-bottom: 20px;
    }
}



@media screen and (max-width: 768.98px){
    .page-template-archive-books .grid_item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .book-item{
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    .book-item .line{
        left: 5px;
    }
    footer .container{
        padding: 30px 15px;
    }
    footer .container ul{
        padding-left: 0;
    }
}
