/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */


.copyright-text .fl-links {
    margin-top: 15px;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: rgb(106.75,106.75,106.75);
    transition: all .5s;
}


.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, 
.nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 50px;
}


.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    font-size: 16px;
    margin: 0;
    padding: 12px;
}


.nf-form-content input[type=checkbox].ninja-forms-field, .nf-form-content input[type=radio].ninja-forms-field {
    height: auto;
}


.checkbox-container.label-right .nf-field-element, .listcheckbox-container .nf-field-element input[type=checkbox] {
    display: block!important;
    width: 0!important;
    overflow: hidden;
}

.listcheckbox-container .nf-field-element label {
    margin-left: 30px!important;
}

.checkbox-wrap .nf-field-element label, .checkbox-wrap .nf-field-label label, .listcheckbox-wrap .nf-field-element label, .listcheckbox-wrap .nf-field-label label {
    position: relative;
    margin-left: 30px;
}

.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
    color: #f7f7f7;
    opacity: 0;
    transition: all .5s;
}

.listcheckbox-container .nf-field-element label:before {
    top: 1px;
    left: -30px;
    bottom: auto;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
    color: red;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before, .checkbox-wrap .nf-field-label label.nf-checked-label:before, .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #333;
    opacity: 1;
    transition: all .5s;
}

.ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-wrap label, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-wrap label:after, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-wrap label:before, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-wrap label:focus, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-label-focused, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-label-focused:before, .ENABLE_DELAYED_OUTLINE_ELEMENT_FOCUS .checkbox-label-focused:after {
    transition: all 0s !important;
}

.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    background: #f7f7f7;
    border-color: #c4c4c4;
    transition: all .5s;
}

.checkbox-container.label-right label:after {
    left: -28px;
    top: 0;
}

.listcheckbox-container .nf-field-element label:after {
    top: 3px;
    bottom: auto;
}

.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    border: 1px solid;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -28px;
    bottom: 0;
}


.nf-form-content .nf-field-container #nf-field-14-wrap .nf-field-element .ninja-forms-field {
    background-color: #81d742;
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 100px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}

.checkbox-container.label-right .nf-field-label {
    padding: 0;
    order: 10;
}

.checkbox-container.label-right label:before {
    left: -30px;
    top: 0;
}