/*
Theme Name: Nothing But Web
Theme URI: http://www.nothingbutweb.com.au/
Author: Nothing But Web
Author URI: http://www.nothingbutweb.com.au/
Version: 3.0.28.1
*/


/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

.gform_wrapper .top_label .gfield_label {
    display: none;
}

.gform_wrapper .top_label .half input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
    margin-bottom: 0;
}

.gform_wrapper ul li.gfield.half {
    clear: none;
    width: 49%;
    display: inline-block;
    float: left;
}

.gform_wrapper ul li.gfield.half:nth-of-type(2n) {
    float: right;
}

.gform_wrapper ul li.gfield.half:nth-of-type(2n - 1) {
    clear: left;
}

.col-inner li {
  background:#b7d037;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  padding: 70px 0;
  text-align: center;
  vertical-align: middle;
  width: 19%;
}
.red .col-inner > p {
  text-align: center;
}
.advantage .icon-box-text.last-reset > h5 span {
  color: #b7d037 !important;
  font-size: 26px;
}
.advantage .uppercase.LetterSpacing > span {
  color: #555 !important;
  display: block;
  font-size: 32px;
  margin-bottom: 22px !important;
}
.improve .col-inner h2 span {
  color: #b7d037 !important;
  font-size: 26px;
}
.improve {
  padding: 70px 0 0 !important;
}
.improve .box-text-inner span{ color: #b7d037 !important;}
.form-flat button, .form-flat input {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}