/* Schedule A Visit */
html .hs-form label,
html .hs-form.stacked label ,
html .hs-form .hs-input,
html .hs-form fieldset.form-columns-1 .hs-input,
html .hs-form textarea.hs-input { width: 100% !important; box-sizing: border-box !important; max-width: 100%; padding: 10px; height: auto !important; line-height: normal; }
html .hs-form textarea.hs-input { min-height: 200px !important; }
html .hs-form .input { margin-right: 7px !important; margin-left: 7px !important; }
html .vidzWrapper  iframe { width: 100%; }
html div.wc-shortcodes-post-box { position: static !important; top: 0px !important; left: 0 !important; display: inline-block !important; zoom: 1; *display: inline !important; vertical-align: top; margin-right: 10px;  }
html .wc-shortcodes-posts { height: auto !important; }


/* Responsive fixes */
@media only screen and (min-width: 40.063em) and (max-width: 64.062em) {
	html div.wc-shortcodes-post-box { margin: 10px 2% !important; width: 45% !important; }
}

@media only screen and (max-width: 40.062em) {
	html div.wc-shortcodes-post-box  { width: 100% !important; }
	html .block-circle { max-width: 100%; max-height: 100%; margin-top: 10px; margin-bottom: 10px; }
}

