.blog-holder .blog-post-holder{
    margin-bottom: 20px;
}

.blog-holder h1{
    margin-bottom: 60px;
}

.blog-btn{
    position: relative;
}

.blog-btn .button{
    position: absolute;
    top: -47px;
    right: 0;
}

.blog-detail-holder img{
    margin-bottom: 40px;
}

.book-modal {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 30px 20px;
    position: relative;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text] {
    height: 2.6rem;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 0 1.06667rem;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(34,34,34,.1);
    font-family: inherit;
    font-size: .93333rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {
   .blog-post-holder img{
       margin-bottom: 20px;
   } 
   .blog-btn .button{
        top: -80px;
    }
}
