.mc4wp-form-fields { display:flex; align-items:center; justify-content:center; }


/* DEFAULT PAGE TEMPLATE */
body.page-template-default main{
    margin: auto;
    max-width: 1600px;
    padding: 0 50px;
}
@media only screen and (max-width: 992px){
    body.page-template-default main{
        padding: 0 24px;
    }
}

/* WELLNESS SERVICES PAGE TEMPLATE */
body.page-template-wellness-services .tourhighlight {
    margin-bottom: 100px;
}
body.page-template-wellness-services .tourhighlight.last-child {
    margin-bottom: 0px !important;
}
body.page-template-wellness-services .tourhighlight .inner_con{
    @media only screen and (max-width: 992px){
        padding: 0 24px !important;
    }
}
body.page-template-wellness-services .tourhighlight .title_split.btm{
    font-family: 'Aeonik-Medium' !important;
    font-size: 11px !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
}
body.page-template-wellness-services .highlight_list .subtitle{
    border-bottom: none !important;
    font-family: 'Aeonik-Light' !important;
    font-size: 16px !important;
    letter-spacing: .03em !important;
    text-transform: capitalize !important;
}
body.page-template-wellness-services .tourhighlight .btn_wrap{
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    row-gap: 16px;
}
body.page-template-wellness-services .tourhighlight .btn_wrap a{
    padding-left: 24px !important;
    padding-right: 24px !important;
}

/*** Corporate Events Page Template  ***/
body.page-template-corporate-events .section.expdetail_secthree {
    padding-bottom: 0px;
}
body.page-template-corporate-events .tourhighlight {
    margin-bottom: 150px;
}
body.page-template-corporate-events .tourhighlight.last-child {
    margin-bottom: 0px !important;
}
body.page-template-corporate-events .tourhighlight .inner_con{
    @media only screen and (max-width: 992px){
        padding: 0 24px !important;
    }
}
body.page-template-corporate-events .highlight_list .subtitle{
    border-bottom: none !important;
    font-family: 'Inter-Light' !important;
    font-size: 16px !important;
    letter-spacing: .03em !important;
    text-transform: capitalize !important;
    padding: 15px 0 !important;
}
body.page-template-corporate-events .tourhighlight .btn_wrap{
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    row-gap: 16px;
}
body.page-template-corporate-events .tourhighlight .btn_wrap a{
    padding-left: 24px !important;
    padding-right: 24px !important;
}
body.page-template-corporate-events .section.expdetail_secthree.wellness_three .img.fullimg {
    margin-bottom: 0px;
}
body.page-template-corporate-events .section.expdetail_secthree .tourhighlight .info h6 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;    
}

/* DINE PAGE TEMPLATE */
body.page-template-dine .popup_con{
    background-color: white;
    height: 90% !important;
    overflow: scroll;
    position: relative;
    text-align: initial;
}

body.page-template-dine .popup_con .pm_close{
    left: 10px;
    position: sticky;
    top: 10px;
    z-index: 1;
   
}

body.page-template-dine .popup_con .menu-header-image{
    display: block;
    margin: 20px auto;
    max-width: 350px;
}


/* GRAVITY FORMS */
.gform_button{
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* FOOTER FORM */
footer .gform-footer{
    justify-content: center;
    margin-top: 60px !important;
}
footer .gform-footer .gform_button{
    width: 195px;
}
footer .gform_fields{
    grid-row-gap: 60px !important;
}
footer .gform_fields input{
    background-color: transparent;
    border-bottom: 1px solid #023141;
    color: #023141;
    font-size: 12px !important;
    letter-spacing: .18em;
    padding: 16px 0 !important;
    text-transform: uppercase;
}
footer .gform_fields input::placeholder{
    color: #023141;
}
@media only screen and (max-width: 640px){
    footer .gform_fields .gfield--type-html{
        display: none;
    }
}
footer .gform_confirmation_wrapper a{
    text-decoration: underline !important;
}