/*
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;
}


/*NEW CSS*/
ul.checklist li {
    list-style-image: url(/wp-content/uploads/2017/05/checklist.png);
}
#map {
  height: 600px;
}
.housecleaning-dark ul.house-cleaning-list li {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .text.dark {
      margin-left: 20px;
  }
  .text.dark span {
    font-size: 100% !important;
  }
}
