/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/*--------------------------------------------------------------
# Ninja Forms
--------------------------------------------------------------*/

.nf-progress {
  background-color: #41A2CF !important;
}

.nf-progress-container, .nf-progress {
  height: 15px !important;
}

.nf-progress-container {
  border: 1px solid #ccc !important;
}

.nf-breadcrumbs > li {
  left: 0;
}

.nf-breadcrumbs li.active a {
  background: #41A2CF !important;
  color: #fff !important;
}

.nf-next-previous li input {
  font-size: 18px !important;
  padding: 16px 22px !important;
  text-transform: uppercase;
  border-radius: 10px;
}

.nf-form-content {
  max-width: 100% !important;
}

.nf-form-content button, 
.nf-form-content input[type="button"], 
.nf-form-content input[type="submit"] {
  background: #41A2CF !important;
  color:  #fff !important;
  border-radius: 10px;
  text-transform: uppercase;
}

.nf-next-previous > li {
  left: 0;
}


