@charset "UTF-8";

/*
Theme Name: harmonyboutiquecruiseshalong
*/
.page_navi{
    display: flex;
}
.page_navi li {
    list-style: none;
    margin: 5px;
    clear: left;
}
.page_navi li a {
    line-height: 50px;
    padding: 15px 20px;border: 1px solid #ccc;
}
.page_navi li.current a{background-color:#78C317;}
#gform_submit_button_2{
    background-color: #78c317;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    float: right;cursor: pointer;
}
#gform_fields_1 textarea{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#gform_fields_1 input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
	#gform_fields_1 select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    height: calc(2.25rem + 2px);}
	#gform_fields_1 input.gfield-choice-input{    display: inline !important;
    width: auto !important;}
	#field_1_8 div.gchoice, #field_1_9 div.gchoice{max-width:25%;float:left;width: 100%;}
	.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px !important;
}