/** Shopify CDN: Minification failed

Line 19:0 Unexpected "{"
Line 19:1 Unexpected "{"
Line 19:3 Expected identifier but found "'section-contact-form.css'"
Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:14 Expected identifier but found whitespace
Line 22:16 Unexpected "{"
Line 22:25 Expected ":"
Line 22:76 Expected ":"
Line 23:17 Expected identifier but found whitespace
... and 13 more hidden warnings

**/


/* CSS from section stylesheet tags */
{{ 'section-contact-form.css' | asset_url | stylesheet_tag }}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}

.button {
  background: transparent;
  border: 2px solid currentColor;
  color: inherit;
}
.smartchoicemoving-contact p {
  margin: 0.5em 0;
}