.elementor-5371 .elementor-element.elementor-element-8f1dcc0{--display:flex;--min-height:0px;--background-transition:0.3s;--padding-top:30px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}#elementor-popup-modal-5371 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5371{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-5371 .dialog-close-button{display:flex;}#elementor-popup-modal-5371 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-5371 .elementor-element.elementor-element-8f1dcc0{--content-width:1085px;}}/* Start custom CSS for wpforms, class: .elementor-element-ef7aeff */This centers the form elements only 
.wpforms-container.wpf-center {
    margin: 0 auto !important;
    max-width: 500px !important;
    width: 500px !important;

}
.wpf-center .wpforms-title{
    text-align: center;
    font-family: 'Bodoni Moda', sans-serif;
    font-size: 50px;
    line-height: 50px
}
 
 This centers the submit button and makes it fullwidth
.wpf-center .wpforms-submit-container  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
 This centers all pagebreak elements and makes it fullwidth 
.wpf-center .wpforms-field-pagebreak  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
    content: none;
} 
 
 This styles all labels, field descriptions, form titles, and form descriptions 
 
.wpf-center .wpforms-description,
.wpf-center .wpforms-field-label,
.wpf-center .wpforms-field-sublabel, 
.wpf-center .wpforms-field-description {
    /*text-align: center;*/
}


 
 Readjust the form width for smaller devices 
@media only screen and (max-width: 600px) {
 
    .wpforms-container.wpf-center {
     Reset the width for devices under 600px 
        max-width: unset !important;
        width: auto !important;
}
     
}/* End custom CSS */