/*
Theme Name: Pottstown Minimal
Theme URI: https://www.pottstowntins.com/
Author: CJ Schwan's
Description: Minimal, plugin-free theme scaffold for migrating the existing custom site to WordPress/WP Engine. Bootstrap + legacy custom.css are enqueued.
Version: 0.1.0
License: GPLv2 or later
Text Domain: pottstown-minimal
*/

.navbar-nav>li.dropdown>a.dropdown-toggle {
    position: static !important;
    right: auto !important;
    top: auto !important;
}

.nf-form-content nf-fields-wrap {
    display: block !important;
    column-count: 2 !important;
    column-gap: 24px !important;
    column-fill: balance !important;
}

.nf-form-content nf-fields-wrap nf-field {
    display: inline-block !important;
    width: 100% !important;
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
}
.nf-form-fields-required {
    display:none;
}
form .nf-field-container {
    margin-bottom:5px;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
    border-radius: 0;
    border: 1px solid #b4ca2b;
}
 .nf-field-element input:focus,
 .nf-field-element select:focus,
 .nf-field-element textarea:focus {
     border-color: #66afe9;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
 .nf-form-content input[type="submit"].nf-element,
 .nf-form-content .submit-container .nf-element[type="submit"] {
     background-color: #b4ca2b;
     border: none;
     border-radius: 0;
     color: #000;
     font-family: "Titillium Web", sans-serif;
     font-weight: 700;
    padding: 10px 15px;
 }

 .nf-form-content input[type="submit"].nf-element:hover,
 .nf-form-content .submit-container .nf-element[type="submit"]:hover {
     background-color: #cccccc;
     color: #333;
 }
@media (max-width: 768px) {
    .nf-form-content nf-fields-wrap {
        column-count: 1 !important;
    }
}