/**
 * Theme Name:  GLofAL - Everything Child
 * Theme URI:   https://themes.webberwebber.com/everything/
 * Description: Grand Lodge of AL's Child Theme from 'Everything Theme'
 * Tags:        one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Author:      Joel BRyant - off of Webber & Webber
 * Author URI:  https://www.ashville186.org/
 * Text Domain: everything
 * Template:    everything
 * Version:     1.0
 */
form .emason {
    overflow: hidden;
}
 
label .emason {
    float: left;
    min-width: 50%;
    padding-right: 24px;
}
 
input .emason, select  .emason {
    float: left;
    width: calc(50%);
}
 
button .emason {
    float: right;
    width: calc(100% - 200px);
}