/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 06 2018 | 01:14:05 (pm)
/*
/******* Do not edit this file *******/

.q_box_holder.with_icon {
    border: none;
}
.wp-cart-button-form input, .book-now {
    background-color: #b23f1b;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 150%;
    margin: 10px auto;
    padding: 10px 15px;
    width: auto;
}
.book-now:hover {
    background-color: #fff;
    color: #b23f1b;
}
.mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type="submit"] {
    background-color: #3d8280 !important;
    border-color: #3d8280;
}
.mc4wp-form-theme-blue button:active, .mc4wp-form-theme-blue button:focus, .mc4wp-form-theme-blue button:hover, .mc4wp-form-theme-blue input[type="submit"]:active, .mc4wp-form-theme-blue input[type="submit"]:focus, .mc4wp-form-theme-blue input[type="submit"]:hover {
    background-color: #418C8B !important;
    border-color: #3d8280;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.subscribe {
background-color: #3d8280;
}