/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #add_to_list {
    cursor: pointer;
    background: #fe9e02;
    color: #fff;
    text-align: center;
    width: 40%;
    border-radius: 10px;
    margin-top: 5px;
 }

 .alert-success {
    background: green;
    color: #fff;
    padding: 15px;
 }

 .gb-enquiry-form input {
    width: 100%;
    min-height: 40px;
 }

 #gb_submit_booking {
    cursor: pointer;
    background: #fe9e02;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    border: 0px;
 }