/*
 Theme Name:   Hello TYPORY
 Description:  TYPORY Main Theme
 Author:       MOLOTOW™ Web Development
 Author URI:   https://www.molotow-web.com
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* Ninja Forms */
body .nf-field-label .nf-label-span,
body .nf-field-label label {
    color: white;
}
body .nf-form-content {
    color: white;
    margin-left: -5px;
    margin-right: -5px;
}
body .nf-form-wrap .nf-before-form-content {
    display: none;
}
body .field-wrap input[type=submit] {
    border: none;
}
body .field-wrap input[type=submit]:hover {
    background-color: var(--e-global-color-text);
}

/* Links */

.elementor-widget-container p a {
    text-decoration: underline;
}