/* Kill italic highlights */

.section-home .section__entry em, .section .section__entry em  {
    color: inherit !important;
}

/* Adjust Slick arrow padding */
@media screen and (max-width: 727px) {
   .inner__slider .slick-arrow {
         padding: 0 20px !important;
   }
}

/* Footer button fix */

.footer .footer__left .btn {
   padding: 20px 30px !important; 
   height: auto !important;
}

/* CTA Button */

.link-book {
    line-height: 60px !important;
    height: 60px !important;
    padding: 0 18px !important;
    color: #fbf9ee !important;
    background: #456c85 !important;
    margin-top: -20px !important;
}

.link-book:hover {
    background: #fff !important;
    color: #3e6c84 !important;
}