form #children-wrapper .child-entry  label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right:8px;
    padding: 0;
}

.child-entry {
    margin-bottom: 1em;
}

.child-entry input {
    margin-right:8px;
}

@media (max-width:767px){
    .child-entry input {
        width:100%!important;
        margin:0!important;
    }
}

.add-child {
    background-color:#d47619;
    color:#FFF;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.remove-child {
    margin:0 0 0 8px;
    background-color:#ac111c;
    color:#FFF;
}

.flatpickr-monthDropdown-months {
    background-color:green;
}

.gf_fineprint p {
    font-size:16px;
}

.gfield_radio .gchoice input {
    margin:0;
}

