.pdb-single .pdb-contact-form-open {
}
.pdb-list .pdb-contact-form {
}
.pdb-contact-form-overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0; 
left: 0;
right: 0;
bottom: 0;
z-index: 200;
cursor: pointer;
}
.pdb-contact-form-container {
position: fixed;
z-index: 201;
padding: 1em;
margin-bottom: 1em;
display: none;
height: auto;
top: 50%;
left: 50%;
border-radius: 5px;
background-color: #ffffff;
transition: all 0.5s ease-out;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
.pdb-contact-form input[type=text],
.pdb-contact-form input[type=email],
.pdb-contact-form button,
.pdb-contact-form textarea {
margin: 0.5em 0;
}
.pdbcff-overlay {
position: absolute;
width: 100%;
height: 100%;
}
.pdbcff-overlay .ajax-loading {
display: block;
margin: calc(50% + 18px) auto;
width: 18px;
height: 18px;
}
.pdb-recaptcha-present .pdb-contact-form-container {
padding-bottom: 6em; 
}