@charset "UTF-8";

/*
Theme Name: taliyacruise
*/
.page:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(147, 0, 17, .75);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(64, 97, 237, 0.5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1);
}
#gform_submit_button_1, #gform_submit_button_2 {
    background: #deb666;
    border-color: #deb666;
    color: #fff;
}
#gform_fields_1 input, #gform_fields_2 input {
    height: 52px;width: 100%;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    box-shadow: none;
}
#gform_fields_1 textarea, #gform_fields_2 textarea {
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    box-shadow: none;
}
#gform_fields_2 select {
    border-radius: 0px;height: 52px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    box-shadow: none;
}