/**
 * Book Section
 */

.book {
    margin: 3rem 0;
    display: block;
    position: relative;
}

.book-shortcode-wrapper {
    position: relative;
    margin: 40px 0;
    padding: 45px 0 30px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.book-shortcode-wrapper:before {
    content: ' ' !important;
    visibility: visible !important;
    left: 50%;
    top: -24px;
    position: absolute;
    width: 65px;
    height: 50px !important;
    background: url(../images/ic_leaf.svg);
    background-color: #fff;
    background-size: 35%;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.book .book_inner {
    position: relative;
    display: block;
    padding: 0;
}

@media ( min-width: 768px) {
    .book .book_inner {
        display: -webkit-flex;
        display: flex;
    }
}

.book-shortcode-wrapper-left.book .book_inner {
    flex-direction: column;
    padding: 0;
}

.book .item_image {
    position: relative;
    background: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

@media ( min-width: 768px) {
    .book .item_image {
        width: 150px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
}

.book-shortcode-wrapper-left.book .item_image {
    text-align: center;
}

.book .item_data {
    position: relative;
    display: block;
}

@media ( min-width: 768px) {
    .book .item_data {
        padding-left: 40px;
        padding-right: 30px;
    }
}

.book-shortcode-wrapper-left.book .item_data {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}

body .book-shortcode-wrapper-left {
    float: left;
    width: 35%;
    padding: 35px 0 15px;
    margin-left: -50px;
    margin-right: 65px;
    margin-bottom: 35px;
}

.book .item_data .entry p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    font-family: Begum;
}

.book .item_data a {
    color: #333631;
}

.book .book_inner h4 {
    color: #147c3f;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
}

.book .book_inner h4 a {
    color: #147c3f;
}

.book .book_inner h4 a:hover {
    color: #147c3f;
}

@media all and (max-width:767px) {
    body .book-shortcode-wrapper-left {
        width: 100%;
        margin-left: 0;
    }
}

.book.book-shortcode-wrapper-left .book_inner h4 {
    text-align: center;
}

.book .book_inner h5 {
    color: #2cc84d;
    font-size: 30px;
    text-transform: none;
    line-height: 28px;
    font-family: Hello-beautiful;
    padding-bottom: 5px;
}

.book.book-shortcode-wrapper-left .book_inner h5 {
    text-align: center;
}

.book .article-grid-wrapper {
    margin: 0;
}
