/* Prevent ProPhoto wrappers from clipping the iframe */
.pp-content, .pp-content-inner, .pp-row, .pp-col, .pp-block, .pp-module, .pp-section, .pp-page,
.pp-widget, .widget_custom_html {
  overflow: visible !important;
}

/* Style only the contact form iframe */
.contact-form-block #TaveContactForm {
  display: block;
  width: 1px;
  min-width: 100%;
  border: 0;
  background: #fff;
}

/* Host wrapper cleanup */
.contact-form-block {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
}

/* Footer below */
.pp-footer, .site-footer, .pp-footer-wrap {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}