@charset "UTF-8";

/*
Theme Name: cycadcruiseshalong
*/
.room__item-header h3{font-size:22px;}
#gform_fields_1 input, #gform_fields_1 select, #gform_fields_2 input, #gform_fields_2 select{
    display: block;
    width: 100%;    height: 56px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.gform-theme--foundation .gform_fields{grid-row-gap: 20px !important;}
#gform_fields_1 textarea{
    display: block;
    width: 100%;min-height: 80px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#gform_fields_2 textarea{
    display: block;
    width: 100%;min-height: 180px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#gform_submit_button_1, #gform_submit_button_2{width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #E8A41D;
    border-radius: 0.25rem;
    background-color: #E8A41D;
    color: #fff;font-weight:bold;
    padding-inline: 2rem;
    line-height: 52px;
}