/* Newsletter Widget */
.iproperty-newsletter-container .form-wrapper {display: flex;justify-content: space-evenly;padding: 0;background-color: transparent;border-radius: 0;text-align: inherit;margin: 0;}
.iproperty-newsletter-container.label-below label {margin-top: 5px;margin-bottom: 0;}
.iproperty-newsletter-container.wide-layout .form-wrapper {flex-direction: row;}
.iproperty-newsletter-container.boxed-layout .form-wrapper {flex-direction: column;}
.iproperty-newsletter-container .form-wrapper .form-group {flex-grow: 2;}
.iproperty-newsletter-container.wide-layout .form-wrapper .form-group.submit {flex-grow: 1;}
.iproperty-newsletter-container.boxed-layout .form-wrapper .form-group.submit {flex-grow: 2;}
.iproperty-newsletter-container .form-wrapper .form-group.submit button {width: 100%;}
@media screen and (max-width: 768px){
  .iproperty-newsletter-container .form-wrapper {flex-wrap: wrap;}
  .iproperty-newsletter-container.wide-layout .form-wrapper {flex-direction: column;}
  .iproperty-newsletter-container.wide-layout .form-wrapper .form-group.submit {flex-grow: 2;}
}