img {
  border-radius: 5px;
}

.my-mailchimp-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px auto;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid grey;
    border-radius: 5px;
    padding: 20px;
}

#mc_signup_form .mc_input {
    background-color: #dad7d7;
}

.mc_custom_border_hdr {
    text-align: center;
    font-weight: bold;
}

#mc_subheader {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.owl-carousel-reviews-carousel img {
    max-width: 80px;
}

.fa ,fa-facebook {
    font-size: 2em;

}

.accordion-title {
    cursor: pointer;
    opacity: 1.0;
    transition-timing-function: ease-in-out;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.accordion-title:hover {
    opacity: 0.5;
}

.main_sidbar_slide {
    top: 40% !important; 
}

.sidbar_slide_title { 
 font-size: 14px !important;
    padding: 24px 24px 20px 10px !important;
}

.like_box_slideup_close {
    left: -372px !important;
}

.sidbar_slide_header {
width: 32px !important;
}

.all-books-container {

}

.book-container{
    width: 48%;
    padding-left: 2%;
    padding-right: 2%;
    margin:auto;
    display:inline-block;
    vertical-align:top;
}

@media only screen and (max-width: 700px) {
    .book-container {
        width: 80%;
        display: block
    }
}

.small-shadow {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.five-stars {
    width: 80px !important;
    height: 14px !important;
}

.form-button {
    background: #ff9b9b;
    border-radius: 3px;
}