/* site overrides — put slider / contact-form / tweak CSS here (keep it out of the pages) */

/* hardened form (send.php) */
form.ew-cf .ew-cap{margin:10px 0}
form.ew-cf .ew-cap input{max-width:120px;margin-left:8px;padding:8px 10px;border:1px solid #ccd;border-radius:5px}

/* ---- final-touch fixes (labsulphonate) -------------------------------------- */
/* Betheme equal-height valign safety (prevents column overlap when equalize JS is absent) */
.equal-height-wrap .mcb-wrap .mcb-wrap-inner{top:0!important;transform:none!important;-webkit-transform:none!important}

/* Subheader (page-title band): the WP customizer emitted an empty `padding:;` which
   left the title cramped/clipped on every inner page. Give it room and clean baseline. */
#Subheader{padding:42px 0 38px!important;overflow:visible}
#Subheader .container{overflow:visible}
#Subheader .title{font-size:26px!important;line-height:1.35!important;margin:0!important;padding:0!important}
#Subheader .breadcrumbs{margin-top:6px}

/* keep the page-title column from being vertically mis-pulled */
#Subheader .column.one{display:block}
