/* Theme Name:   Lorenz Digital Solutions
Description:  Divi Child Theme 
Author:       Denis Lorenz 
Template:     Divi 
Version:      1.0.0 
License: GNU General Public License version 3.0 
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Tags: light, theme-options, creative, responsive, unique, filtered portfolio 
Text Domain:  Divi-child */

/*buttons on full-width header*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin: 0 10px;
}

/*ninja form customization*/
.nf-form-fields-required{
	display: none !important;
}
.transparentInput {
    padding: 1em !important;
    background: rgba(255,255,255,0.7) !important;
    border: 1px solid #fff !important;
}
#ninja_forms_required_items, .nf-field-container{
	margin-bottom: 1em !important;
}
.ninja-forms-field.nf-element {
    border-radius: 0;
    color: #999;
    font-size: 14px;
}
input[type="button"].ninja-forms-field.nf-element:hover,  input[type=submit].ninja-forms-field.nf-element:hover {
    cursor: pointer;
}
input[type="button"].ninja-forms-field.nf-element, input[type=submit].ninja-forms-field.nf-element {
    background-color: #CC1127 !important;
    color: #ffffff !important;
    width: 120px !important;
    border-radius: 0px !important;
    font-size: .9em !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.nf-field-element textarea {
    height: 120px !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #CC1127 !important;
    font-weight: 400 !important;
	font-size: 0.9em !important;
}
/* .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: 36px !important;
} */
/* .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    padding: 4px 8px !important;
} */
@media only screen and (max-width: 920px) {
.nf-form-cont .one-half {
    width: 100% !important;
	margin-left: 0 !important;
}
}

/* hide bullets in footer */
#footer-widgets .footer-widget li:before{
    display: none;
}
#footer-widgets .footer-widget li{
    padding-left: 0px;
}

/*footer bottom line*/
#footer-bottom .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#footer-info {
    text-align: center;
	margin-left: 3px;
}
.footer-credit {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px !important;
}
.footer-credit a {
    color: #777;
}

/* Modifying padding of widgets in footer */
@media (min-width: 981px) {
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 2.64%;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 5%;
}
}

/* brand in footer */
.brand:hover {
	color: #fff;
}
.brand:hover span {
	color: #83D5F7;
}
.brand {
    color: #969696;
	padding-bottom: 10px;
    font-size: 12px;
    margin-left: 3px;
}
#footer-info a:hover {
    opacity: 1;
    color: #fff;
	transition: all 0.5s ease-out 0s;
}
.footer-credit {
	color: #969696;
}

