/*
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 */
.lightblue, .lightblue_heading {
  color: #5bd0e6;
  font-weight: normal;
  line-height: normal;
}
.lightblue {
  font-size: 35px;
}
.lightblue_heading, .LetterSpacing {
  font-size: 23px;
}
.gray_bg {
  background: #f6f6f6;
}
span.border_top {
  width: 31px;
  height: 5px;
  background: #7dc2d3;
  display: block;
  margin-top: 15px;
}
.lightblue_small {
  color: #7dc2d3;
  font-size: 19px;
}
.lightblue_small strong {
  font-size: 21px;
}
.header_phone {
  border: 2px solid #5bd0e6;
  border-radius: 99px;
  padding: 5px 30px !important;
  font-size: 13px !important;
}
.button span {
  /*padding: 5px 15px;*/
}
.header_phone i.fa {
  color: #7dc2d3;
}
li.gfield, .ginput_container, .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.ginput_container input, .ginput_container textarea {
  width: 97% !important;
  padding: 15px !important;
  border-radius: 5px;
}
.ginput_container input {
  min-height: 57px;
}
.gform_footer input[type="submit"] {
  padding: 5px 30px;
  border-radius: 99px;
}

.message-box {
    padding-bottom: 0px !important;
}

.buttonright a.button {
    text-transform: capitalize;
}

.box-text {
    top: 50%;
    transform: translateY(-50%);
    z-index: 16;
    padding: 0.7em 10px;
    background-color: rgba(0,0,0,0);
    display: none;
    position: absolute;
    height: 100%;
}

.img.has-hover .overlay {
    display: none;
}

.msg-box img {
    max-width: 751px;
}

.conf-box {
    flex-basis: 14.28%;
}

.conf-box h4 {
    min-height: 55px;
}

.conf-box img.attachment-thumbnail.size-thumbnail {
    height: 80px;
    width: auto;
}

.conf-box .button span {
    text-transform: none;
}

.conf-box .button.is-underline:before {
    display: none;
}

.conf-box i.icon-angle-down {
    position: relative;
    top: 19px;
    left: -50%;
    margin-left: 0px !important;
}

.conf-top-panel img {
    /*height: 249px;*/
    margin: 0 auto;
    width: 120px;
}

.shadow-box .img {
    box-shadow: 1px 20px 20px 3px rgba(0, 0, 0, 0.1);
}

#envirabox-overlay, #envirabox-wrap {
    display: none !important;
}

.nav li:first-child {
     margin-left: 7px !important;
}

.frame-hinges .col {
    flex-basis: 20% !important;
}

.copyright {
    color: white;
}

.footer-primary {
    float: left !important;
}

.footer-secondary {
    float: right !important;
}

.box-title {
    display: none;
}

#fancybox-overlay {
    display: none !important;
}

#fancybox-wrap {
    display: none !important;
}



@media only screen and (max-width: 1209px) {
    .conf-box h4 {
        min-height: 81px;
    }
    .conf-box a.button {
        padding: 0;
    }
    .conf-box {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .ngg-galleryoverview {
        width: 79% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .box-title {
        display: block;
        position: absolute;
        text-align: center;
        bottom: 0px;
        left: 13px;
    }
    .box-title h3{
        font-size: 18px;
    }
    .box-text {
        display: none !important;
    }
    .ngg-galleryoverview {
        width: 71% !important;
    }
}

@media only screen and (max-width: 736px) {
    .ngg-galleryoverview {
        width: 74% !important;
    }
}

@media only screen and (max-width: 732px) {
    .ngg-galleryoverview {
        width: 80% !important;
    }
}

@media only screen and (max-width: 667px) {
    .ngg-galleryoverview {
        width: 82% !important;
    }
}

@media only screen and (max-width: 640px) {
    .ngg-galleryoverview {
        width: 86% !important;
    }
}

@media only screen and (max-width: 549px) {
    .ngg-galleryoverview {
        width: 74% !important;
    }
}

@media only screen and (max-width: 549px) {
    .message-box {
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 414px) {
    .conf-box {
        flex-basis: 50%;
    }
    .ngg-galleryoverview {
        width: 68% !important;
    }
}