/*
 Theme Name:   Generate Press Child
 Theme URI:    http://example.com/generate-press-child
 Description:  Generate Press Child Theme
 Author:       Wendy Emerson
 Author URI:   https://tnotw.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepresschild
*/

.onf-menu-section-hdr h2,
.onf-menu-section-hdr h3 {
    margin-bottom: 5px;
    line-height: 0.8;
}

.onf-menu-item-hdr h3 {
    margin-bottom: 5px;
    line-height: 0.8;
}

.onf-menu-item-name\> {
    display: flex;
    justify-content: space-between;
}

p.onf-menu-item-price {
    margin-bottom: 0;
}

p.onf-menu-item-desc {
    font-style: italic;
    margin-bottom: 0;
}

.nf-field-container {
    margin-bottom: 3px !important;
}
.nf-field-container.html-container {
    margin-top: 15px !important;
}
.number-container input.ninja-forms-field {
  padding: 5px !important;
  height: 30px !important;
  width: 4em !important;
}
.label-hidden .field-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.number-container .nf-field-element {
     width: 4em !important; 
}

.listcheckbox-wrap .nf-field-element {
    width: 100% !important;
}

.onf-form-error {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

.nf-error.field-wrap .nf-field-element:after {
    top: 40px !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    top: 35px ;
}

.nf-field-element hr {
    color: #080808;
    height: 1px;
    background-color: #000000;
}
