/*

Theme Name:     Canvas Child

Theme URI:      

Description:    Child theme for the Canvas theme

Author:         Jezweb

Author URI:     http://www.jezweb.com.au/

Template:       canvas

Version:        0.1.0

*/



@import url('https://fonts.googleapis.com/css?family=Muli:300');



@font-face {

  font-family: 'Muli Semibold';

  src: url('fonts/muli-semibold.woff') format('woff'),

       url('fonts/muli-semibold.ttf') format('truetype');

}

@font-face {

  font-family: 'Muli Bold';

  src: url('fonts/muli-bold.ttf') format('truetype');

}

@font-face {

  font-family: 'Avenir Book';

  src: url('fonts/avenir-book.woff') format('woff'),

       url('fonts/avenir-book.ttf') format('truetype');

}

@font-face {

  font-family: 'Avenir Light';

  src: url('fonts/avenir-light.woff') format('woff'),

       url('fonts/avenir-light.ttf') format('truetype');

}

@font-face {

  font-family: 'Avenir Roman';

  src: url('fonts/avenir-roman.woff') format('woff'),

       url('fonts/avenir-roman.ttf') format('truetype');

}

@-webkit-keyframes scaleOut {

  0% { -webkit-transform: scale(0.0) }

  100% {-webkit-transform: scale(1.0); opacity: 0;}

}

@keyframes scaleOut {

  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 

  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}

}



/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */

.clearfix{

  clear: both;

  display: block;

}

#wrapper{

  overflow-x: hidden;

}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, strong, b{

  font-family: 'Muli Bold';

  font-weight: normal;

}





/* Header Styles (Logo, header elements, widgets, etc.) */

#wrapper #header-container {

  padding-top: 20px;

  position: relative;

  z-index: 9;

}

#wrapper #header{

  background: none;

}

#header #logo{

  margin-top: 21px;

}

.custom-header-widget{

  float: right;

}

.custom-header-widget a{

  text-decoration: none;

}

.custom-header-widget a.email-top {

  float: left;

  display: block;

  width: 24px;

  height: 22px;

  margin-top: 8px;

  background-image: url(images/email-icon.png);

  background-position: 0 0;

}

.custom-header-widget a.email-top:hover{

  background-position: -24px 0;

}

.custom-header-widget a.phone-top {

  float: left;

  display: block;

  padding-left: 26px;

  margin-left: 22px;

  font-weight: bold;

  font-family: 'Muli Bold';

  color: #FFFFFF;

  font-size: 28px;

  line-height: 37px;

  letter-spacing: 1px;

  background: url(images/phone-icon.png) no-repeat left center;

}

.custom-header-widget .custom_social_widget {

  float: left;

  display: block;

  margin-left: 20px;

}

.custom-header-widget .custom_social_widget a:hover{

  background-color: #FFFFFF;

}

.custom-header-widget .custom_social_widget a.facebook {

  background-position: 0 -33px;

}

.custom-header-widget .custom_social_widget a.instagram {

  background-position: -33px -33px;

}

.custom-header-widget .custom_social_widget a.googleplus {

  background-position: -66px -33px;

}

.custom-header-widget .custom_social_widget a.linkedin {

  background-position: -99px -33px;

}

.custom-header-widget .custom_social_widget a.twitter {

  background-position: -132px -33px;

}





/* Navigation Styles (Main Menu) */

#wrapper #nav-container{

  margin: 0;

  background: none;

  float: right;

  width: auto;

  padding: 0;

}

#wrapper #navigation{

  margin-bottom: 0;

  background: none;

  width: auto;

  clear: none;

}

#navigation ul.nav li, #navigation ul.nav li a{

  font-family: 'Muli Bold';

}

#navigation ul.nav {

  margin: 0;

  float: none;

}

#navigation ul.nav li, #navigation ul.nav li:hover, #navigation ul.nav li:hover a{

  background: none;

}

#navigation ul.nav > li{

  margin-left: 52px;

}

#navigation ul.nav > li > a{

  line-height: 73px;

  padding: 0 0 6px 0 !important;

  position: relative;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#navigation ul.nav li.parent:hover > a, #navigation ul.nav > li > a:hover, #navigation ul.nav > li.current_page_item > a, #navigation ul.nav > li.current_page_parent > a, #navigation ul.nav > li.current-menu-ancestor > a, #navigation ul.nav > li.current-cat > a, #navigation ul.nav > li.current-menu-item > a {

  background: none;

  color: #b6d72a;

}

#navigation ul.nav li.parent > a:after{

  display: none;

}

#navigation ul.nav li ul.sub-menu li.parent > a:after {

  content: '\f105';

  top: 1px;

  right: 10px;

  font-size: 20px;

  line-height: 1;

}

#navigation ul.nav li ul.sub-menu {

  left: -25px !important;

  display: block;

  width: auto;

  min-width: 100%;

  background: #333232;

  padding: 15px 0;

  opacity: 0;

  border-top: 4px solid #b6d72a;

  visibility: hidden;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#navigation ul.nav li.parent:hover > ul.sub-menu{

  opacity: 1;

  visibility: visible;

}

#navigation ul.nav li ul.sub-menu li a {

  font-size: 17px;

  white-space: nowrap;

  width: auto;

  display: block;

  text-decoration: none;

  color: #FFFFFF !important;

  padding: 7px 25px !important;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#navigation ul.nav li ul.sub-menu li a:hover, #navigation ul.nav li ul.sub-menu li.current-menu-item > a{

  color: #b6d72a !important;

}

#navigation ul.nav li ul li ul.sub-menu {

  left: 100% !important;

  top: -15px;

  min-width: 100px;

}

#navigation .custom-header-widget{

  display: none;

}



/* Content Area (General styles) */

.main-content-wrapper{

  background-image: url(images/page-bg.png);

  background-position: center top;

  background-repeat: no-repeat;

  background-size: initial;

  background-color: #FFFFFF;

}

#wrapper #content{

  min-height: 400px;

  padding: 0;

  background: none;

}

.page header > .title {

  display: none;

}

.center {

  text-align: center;

}

#content .entry h1, #content .entry h2, #content .entry h3 {

  line-height: 1.2em;

}

#content .entry p {

  line-height: 1.35em;

  margin-bottom: 15px;

}

#content .entry img, img.thumbnail, #portfolio .group.portfolio-img img {

  border: none;

  background: none !important;

  padding: 0px !important;

}

#content .flexslider {

  margin: 0;

  background: none !important;

  border: none !important;

  -webkit-box-shadow: none !important;

  -moz-box-shadow: none !important;

  -o-box-shadow: none !important;

  box-shadow: none !important;

}

ol.flex-control-nav.flex-control-paging{

  display: none;

}

#content .entry .custom-button {

  padding: 0;

  background-color: transparent;

  vertical-align: top;

  border: 0;

  margin-bottom: 10px;

}

#content .entry .custom-button.button-inline{

  display: inline-block;

  vertical-align: middle;

  margin-bottom: 0;

}

#content .entry .custom-button a {

  background-color: #FFFFFF;

  background-image: none;

  -webkit-background-image: none;

  border: 1px solid #b6d72a;

  border-radius: 0;

  padding: 10px 18px;

  color: #4d4d4d;

  line-height: 1;

  font-family: 'Muli Semibold';

  font-size: inherit;

  font-weight: normal;

  text-align: center;

  min-width: 150px;

  position: relative;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#wrapper .entry .button{

  box-shadow: none;

  margin: 0;

  line-height: 1;

  background-color: #FFFFFF;

  background-image: none;

  -webkit-background-image: none;

  border: 1px solid #b6d72a;

  border-radius: 0;

  padding: 10px 18px;

  color: #4d4d4d !important;

  font-family: 'Muli Semibold';

  font-size: inherit;

  font-weight: normal;

  text-align: center;

  min-width: 150px;

  position: relative;

  text-transform: none;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#content .entry .custom-button a:hover{

  background-color: #b6d72a;

  color: #FFFFFF;

}

#wrapper .entry .button:hover{

  background-color: #b6d72a;

  color: #FFFFFF !important;

}

.custom-button-arrow a:after {

  content: '';

  width: 20px;

  height: 20px;

  display: inline-block;

  vertical-align: top;

  font-size: 0;

  margin-left: 10px;

  background-image: url(images/arrow-down-circle.png);

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.custom-button-arrow a:hover:after{

  background-image: url(images/arrow-down-circle-hover.png);

}

.eighty{

  max-width: 80%;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

}

.seventy{

  max-width: 70%;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

}

.forty{

  max-width: 40%;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

}

.entry .white-text *{

  color: #FFFFFF;

}

.entry .wpb_single_image .vc_figure, .entry .wpb_single_image .vc_single_image-wrapper{

  display: block;

}

.entry .wpb_gmaps_widget .wpb_wrapper{

  padding: 0;

}

.error404 section#main {

  text-align: center;

}

.error404 h1.title {

  margin-bottom: 30px;

}

.entry .check-list ul, .entry .arrow-list ul, .entry .check-list-large ul{

  padding: 0;

  margin: 0 0 20px 0;

  list-style: none;

}

.entry .check-list ul li{

  padding-left: 25px;

  position: relative;

  background-image: url(images/check-list.png);

  background-position: 0 0;

  background-repeat: no-repeat;

  margin-bottom: 10px;

  line-height: 18px;

}

.entry .arrow-list ul li {

  padding-left: 25px;

  margin-bottom: 10px;

  line-height: 18px;

  position: relative;

  background-image: url(images/arrow-list.png);

  background-position: 0 0;

  background-repeat: no-repeat;

}

.entry .check-list-large ul li{

  padding-left: 40px;

  position: relative;

  background-image: url(images/check-list-large.png);

  background-position: 0 0;

  background-repeat: no-repeat;

  margin-bottom: 20px;

  line-height: 18px;

}

.entry .list-wide-gap ul li{

  margin-bottom: 15px;

}

.entry h4 {

  margin-bottom: 20px;

}





/* Single Post and Blog Page styles */

.single-post #footer-widgets-container {

display: none;

}

.single-post #wrapper #content{

  padding-bottom: 40px;

}

.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments, #respond {

  display: none;

}

.single h1.entry-title {

  margin-bottom: 15px;

}

.single-post .main-content-wrapper{

  background-image: url(images/post-bg.png);

}

.custom-banner{

  background-image: url(images/post-banner.png);

  background-position: center top;

  background-repeat: repeat-y;

  padding: 40px 20px;

  margin-bottom: 40px;

}

.custom-banner h1 {

  background: #b6d72a;

  line-height: 1;

  padding: 5px 14px;

  margin-bottom: 0;

  display: inline-block;

  max-width: 50%;

}

.post-has-thumb .single-post-right {

  float: right;

  width: 49%;

  margin-top: -94px;

  margin-right: -108px;

  margin-left: 100px;

  margin-bottom: 25px;

}

.post-nav-links {

  display: inline-block;

  border-top: 2px solid #b6d72a;

  padding-top: 28px;

  margin-top: 15px;

}

.post-nav-links a {

  font-family: 'Muli Bold';

  text-decoration: none;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.post-nav-links a:hover {

  color: #b6d72a;

}

.post-nav-links span {

  color: #b6d72a;

  margin: 0 5px;

}

.post-nav-links a span {

  margin: 0;

  color: #4d4d4d;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.post-nav-links a:hover span {

  color: #b6d72a;

}





/* Social media widget */

div.custom_social_widget a {

  width: 33px;

  height: 33px;

  line-height: 33px;

  text-align: center;

  display: block;

  float: left;

  margin: 0 10px 0 0;

  color: #FFFFFF;

  background-image: url('images/social-media-icons.png');

  background-repeat: no-repeat;

  background-color: #afafaf;

  font-size: 20px;

  text-decoration: none;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

div.custom_social_widget a:last-child{

  margin-right: 0;

}

div.custom_social_widget a:hover{

  background-color: #4d4d4d;

}

.custom_social_widget a.facebook {

  background-position: 0 0;

}

.custom_social_widget a.instagram {

  background-position: -33px 0;

}

.custom_social_widget a.googleplus {

  background-position: -66px 0;

}

.custom_social_widget a.linkedin {

  background-position: -99px 0;

}

.custom_social_widget a.twitter {

  background-position: -132px 0;


}


/* Gravity Form styles */

div.gform_wrapper{

  margin: 0;

  max-width: 100%;

}

#wrapper .gform_wrapper .gform_body{

  width: auto;

}

div.gform_wrapper .top_label .gfield_label {

  margin: 0 0 10px;

  font-size: inherit;

  font-weight: normal;

}

.gf-placeholder_wrapper.gform_wrapper ul li.gfield .gfield_label, .gform_wrapper ul li.gfield.gf-placeholder .gfield_label{

  display: none;

}

.gf-placeholder_wrapper.gform_wrapper ul li.gfield{

  margin: 0;

}

#wrapper .gform_wrapper ul li.gfield {

  padding: 0;

  margin-bottom: 0;

  margin-top: 0;

  max-width: 100% !important;

}

#wrapper div.gform_wrapper ul.gform_fields li.gfield .ginput_container {

  margin-top: 0;

}

#wrapper .gform_wrapper ul li.gfield input[type="text"], #wrapper .gform_wrapper ul li.gfield input[type="email"], #wrapper .gform_wrapper ul li.gfield select, #wrapper .gform_wrapper ul li.gfield textarea {

  width: 100%;

  box-sizing: border-box;

  border: 1px solid #bbbbbb;

  background: #FFFFFF;

  border-radius: 0;

  font-size: inherit;

  padding: 12px 18px;

  line-height: 24px;

  color: #4d4d4d;

  text-indent: 0px;

  margin: 0 0 20px !important;

}

#wrapper .gform_wrapper ul li.gfield select{

  height: 50px;

}

.gform_wrapper ul li.gfield textarea{

  height: 125px;

}

div.gform_wrapper .gfield_radio li label {

  line-height: 1.2;

  margin: 0 0 0 10px;

  font-size: inherit;

  font-weight: normal !important;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#wrapper .gform_wrapper ul li.reply-pref label.gfield_label{

  font-weight: normal;

  font-family: 'Muli Bold';

  margin-bottom: 10px;

}

div.gform_wrapper ul.gform_fields .ginput_container_radio{

  margin: 0;

}

div.gform_wrapper ul.gform_fields li.gfield ul.gfield_radio{

  margin: 0;

  width: auto;

}

div.gform_wrapper ul.gform_fields li.gfield input[type=radio] {

  margin: 0;

  appearance: none;

  -webkit-appearance: none;

  background-image: url(images/radio-button.png);

  background-color: transparent;

  background-repeat: no-repeat;

  background-position: 0 0;

  border-radius: 100% !important;

  border: 0;

  width: 20px !important;

  height: 20px;

  padding: 0 !important;

}

div.gform_wrapper ul.gform_fields li.gfield input[type=radio]:checked {

  background-position: -20px 0;

}

div.gform_wrapper ul.gform_fields li.gfield ul.gfield_radio li {

  display: inline-block;

  width: auto;

  margin: 0 28px 0 0;

}

.gform_wrapper ul li.gfield.gf-third{

  float: left;

  width: 32%;

  margin-right: 2%;

  clear: none;

}

.gform_wrapper ul li.gfield.gf-third.gf-last{

  margin-right: 0;

}

.gform_wrapper ul li.gfield.gf-left{

  float: left;

  clear: left;

}

.gform_wrapper ul li.gfield.gf-right{

  float: right;

  clear: right;

}

.gform_wrapper ul li.gfield.gf-half{

  width: 49%;

}

.gform_wrapper ul li.gfield.gf-inline{

  display: inline-block;

  vertical-align: top;

  float: none;

  text-align: left;

}

div.gform_wrapper .gfield_required{

  display: none;

}

div.gform_wrapper .gform_footer {

  padding: 0;

  margin: 15px 0 0 0;

}

#wrapper .gform_wrapper .gform_footer input.button {

  width: auto;

  background: #b6d72a;

  color: #FFFFFF !important;

  text-transform: none;

  margin: 0;

  border: 0;

  border-radius: 0;

  font-weight: normal;

  font-family: 'Muli Bold';

  font-size: 17px;

  line-height: 26px;

  padding: 12px 24px !important;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-shadow: none;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  outline: none;

  letter-spacing: 0.5px;

  min-width: 0;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#wrapper .gform_wrapper .gform_footer input.button:hover {

  background: #afafaf;

  color: #4d4d4d !important;

}

#wrapper .gform_wrapper .gform_ajax_spinner{

  background: #FFFFFF !important;

  padding: 1px;

  border-radius: 100%;

  display: inline-block;

  vertical-align: middle;

  margin-left: 10px;

}

#wrapper form ::-webkit-input-placeholder {

  color: #4d4d4d;

}

#wrapper form :-moz-placeholder {

  color: #4d4d4d; 

}

#wrapper form ::-moz-placeholder {

  color: #4d4d4d;  

}

#wrapper form :-ms-input-placeholder {  

  color: #4d4d4d;

}

#wrapper .gform_wrapper .validation_error {

  background: #f3f3f3;

  border: 0;

  color: #4d4d4d;

  font-weight: normal;

  font-size: inherit;

  padding: 10px;

  line-height: 1.5;

  border-left: 4px solid #b6d72a;

}

#wrapper .gform_wrapper ul li.gfield.gfield_error {

  margin: 0 0 10px 0 !important;

  border: 0;

  background: none;

}

#wrapper .gform_wrapper ul li.gfield.gfield_error input[type="text"], #wrapper .gform_wrapper ul li.gfield.gfield_error input[type="email"], #wrapper .gform_wrapper ul li.gfield.gfield_error select, #wrapper .gform_wrapper ul li.gfield.gfield_error textarea {

  border-left: 3px solid #b6d72a !important;

}

#wrapper .gform_wrapper ul li.gfield_error .validation_message {

  padding: 0;

  font-weight: normal;

  margin-top: -5px;

  color: #b6d72a;

  display: block;

  line-height: 1.2;

  width: auto;

  text-align: left;

}



.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {

    display: none !important;

}





/* Footer styles */

#wrapper #footer-widgets {

  padding-top: 35px;

  padding-bottom: 80px;

}

#wrapper #footer-widgets .block{

  margin: 0;

  padding: 0;

}

#wrapper #footer-widgets .footer-widget-1{

  float: left;

  width: 33%;

}

#wrapper #footer-widgets .footer-widget-2{

  float: right;

  width: 66%;

}

#footer-widgets .widget{

  margin-bottom: 0;

}

#footer-widgets, #footer-widgets p, #footer-widgets div{

  color: #f5f4f4;

}

#footer-widgets p{

  margin-bottom: 10px;

  line-height: 1.3;

}

#footer-widgets .widget a{

  color: #b6d72a;

  text-decoration: none;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#footer-widgets .widget h3{

  border: 0;

  margin-bottom: 0;

  padding-bottom: 15px;

}

#footer-widgets .block .gform_widget{

  margin-top: 45px;

}

#footer-widgets .gform_widget .gforms_confirmation_message{

  padding-top: 10px;

  text-align: center;

}

#wrapper #footer-widgets .gform_wrapper form{

  font-size: 17px;

}

#footer-widgets .gform_wrapper ul.gform_fields{

  text-align: right;

}

#footer-widgets .gform_wrapper ul li.gfield.gf-left{

  clear: both;

}

#wrapper #footer-widgets .gform_wrapper ul li.gfield input[type="text"], #wrapper #footer-widgets .gform_wrapper ul li.gfield input[type="email"], #wrapper #footer-widgets .gform_wrapper ul li.gfield select, #wrapper #footer-widgets .gform_wrapper ul li.gfield textarea{

  border: 0;

  padding: 12px 15px;

}

#wrapper #footer-widgets .gform_wrapper ul li.gfield textarea{

  height: 184px;

}

#wrapper #footer-widgets .gform_wrapper ul li.gfield.reply-pref{

  margin-top: -14px;

}

#footer-widgets .gform_wrapper ul li.gfield.reply-pref ul.gfield_radio{

  margin-left: -4px;

}

#footer-widgets .gform_wrapper .gform_footer{

  margin: 0;

}

#wrapper #footer-widgets .gform_wrapper .validation_error {

  background: #ffffff;

}

#wrapper #footer {

  padding-top: 30px;

  padding-bottom: 30px;

}

#footer #copyright, #footer .credit, #footer p{

  margin: 0;

}

#footer a{

  color: #FFFFFF;

  text-decoration: none;

}

#footer a:hover{

  border-bottom: 1px solid #969595;

}

.intralec-text span{

  color: #b6d72a;

}

#footer small {

  font-size: 14px;

}

.text-sep{

  margin: 0 7px;

}

#footer #credit{

  text-align: right;

}

#footer ul.menu li {

  float: left;

  display: block;

  padding-left: 15px;

  margin-left: 15px;

  margin-bottom: 4px;

  margin-top: 4px;

  border-left: 1px solid #b6d72a;

  line-height: 1;

}

#footer ul.menu li:first-child{

  padding-left: 0;

  margin-left: 0;

  border-left: 0;

}

#footer ul.menu li ul.sub-menu{

  display: none;

}

#footer ul.menu li a{

  border: 0;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

#footer ul.menu li:hover a{

  color: #b6d72a;

}

#footer #credit small{

  color: #979797;

}





/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

/* Homepage styles */

.home .main-content-wrapper{

  background-color: #f5f4f4;

}

#home-row-banner .hr-banner-left{

  float: left;

  z-index: 2;

  width: 37%;

}

#home-row-banner .hr-banner-right{

  float: right;

  width: 63%;

}

.home-page-heading{

  margin-top: 105px;

}

.home-page-heading h1, .home-page-heading h2 {

  font-size: 60px;

  white-space: nowrap;

  background: #b6d72a;

  line-height: 1;

  padding: 0px 15px;

  margin-bottom: 0;

  display: inline-block;

  color: #4d4d4d;

}

.home-page-heading h2{

  margin-top: -7px;

}

.home-page-heading h1:last-child{

  padding-top: 0;

}

.entry .page-blurb p{

  font-size: 22px;

}

#content .entry #home-row-banner .custom-button {

  margin-bottom: 40px;

}

#home-row-services .hr-services-left{

  float: left;

  margin-top: -65px;

}

.hr-services-hex-img{

  background: url(images/services-hex-grey.png) no-repeat;

}

#home-row-services .services-hex {

  position: absolute;

  margin: 0;

  top: 0;

  left: 15px;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s ease-in;

  -webkit-transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

}

#home-row-services .services-hex.show-hex{

  opacity: 1;

  visibility: visible;

}

#home-row-services .hr-services-right{

  float: right;

}

#content .entry .hr-services-text p{

  line-height: 1.3em;

}

.entry h2{

  margin-bottom: 12px;

}

.entry .list-arrow-large ul{

  padding: 0;

  margin: 0;

}

.entry .list-arrow-large ul li{

  padding-left: 36px;

  padding-bottom: 18px;

  position: relative;

  font-size: 24px;

  list-style: none;

  line-height: 30px;

  color: #b6d72a;

  font-family: 'Muli Bold';

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.entry .list-arrow-large ul li:before{

  content: '';

  background-image: url(images/list-arrow-large.png);

  background-position: center;

  background-repeat: no-repeat;

  width: 29px;

  height: 29px;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.entry .list-arrow-large ul li:hover{

  color: #4d4d4d;

}

.entry .list-arrow-large ul li:hover:before{

  background-image: url(images/list-arrow-large-hover.png);

}

.entry .list-arrow-large ul li a{

  color: inherit;

  text-decoration: none;

}

.entry .list-arrow-large p{

  margin-bottom: 30px;

}

.entry .hr-mission-text p{

  font-size: 22px;

  font-weight: 300;

}

.ojm-img{

  margin-top: -88px;

}

#content .entry #home-row-ojm .custom-button a{

  min-width: 140px;

}

#content .entry #home-row-ojm .hr-ojm-button{

  margin-bottom: 20px;

}





/* Latest News/post styles */

.latest-news-item-wrapper{

  margin-left: -10px;

  margin-right: -10px;

}

.news-item {

  float: left;

  width: 33.33%;

  margin-bottom: 20px;

}

.news-item-inner {

  margin: 0 10px;

  background: #FFFFFF;

  border-radius: 20px;

  overflow: hidden;

}

#content .news-item img {

  border-bottom: 4px solid #b6d72a;

  width: 100%;

  height: auto;

}

.news-meta {

  padding: 25px;

}

h4.news-title {

  margin-bottom: 8px;

  line-height: 1.3em;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

h4.news-title:hover{

  color: #4d4d4d;

}

.news-item .news-title a {

  color: inherit;

  text-decoration: none;

}

.news-excerpt {

  line-height: 1.3em;

}

.news-button {

  margin-top: 15px;

}

#wrapper .entry .news-button .button {

  padding-left: 15px;

  padding-right: 15px;

  min-width: 130px;

}





/* Page Banner styles */

#page-banner{

  padding-top: 40px;

  overflow: visible;

  background-image: url(images/page-banner.png);

  background-repeat: no-repeat;

  background-position: center top;

  margin-bottom: 122px;

}

.entry .page-banner-left{

  float: left;

}

.entry .page-banner-right{

  float: right;

}

.entry .banner-heading{

  margin-bottom: 28px;

}

#content .entry .banner-heading h1{

  margin-bottom: 0;

  display: inline-block;

  background: #b6d72a;

  padding: 5px 14px;

  line-height: 1;

  font-size: 44px;

}

#content .entry .banner-heading h2{

  margin-bottom: 0;

  display: inline-block;

  background: #b6d72a;

  padding: 5px 14px;

  line-height: 1;

  color: #4d4d4d;

  font-size: 44px;

}

.entry .banner-text{

  margin-bottom: 20px;

}

.entry .banner-text p{

  font-size: 22px;

  font-family: 'Muli Semibold';

}

.page-banner-right .banner-img{

  margin-top: -108px;

  margin-bottom: -155px;

  margin-right: -25px;

}





/* Services pages */

#content .entry .services-banner p {

  line-height: 1.25em;

}

#content .entry .banner-heading.industrial-banner-heading h1{

  padding-right: 18px;

}

.entry .service-row{

  margin-bottom: 100px;

}

.service-box > .vc_column-inner {

  border: 1px solid #dcdcdc;

  margin: 0 15px;

  width: auto;

  padding: 0 10px 15px;

  background: #FFFFFF;

}

.service-box .service-box-icon{

  margin-top: -55px;

  margin-bottom: 27px;

}

.entry .service-box-text{

  margin-bottom: 12px;

}

.service-box-text h4 {

  line-height: 1.22em;

  min-height: 2.44em;

  margin-bottom: 12px;

}

#content .entry .service-box-text p {

  font-size: 14px;

  margin-bottom: 0;

  line-height: 16px;

  min-height: 48px;

}

#content .service-box-button{

  margin-bottom: 5px;

}

#content .service-box-button a {

  background: none;

  border: 0;

  padding: 0;

  font-size: inherit;

  font-family: 'Muli Bold';

  color: #b6d72a;

  margin: 0;

  line-height: 1;

}

#content .service-box-button a:hover {

  color: #4d4d4d;

}

.service-box-button a:after {

  content: '';

  width: 19px;

  height: 19px;

  display: inline-block;

  vertical-align: top;

  font-size: 0;

  margin-left: 6px;

  margin-top: -1px;

  background-image: url(images/arrow-right-circle.png);

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.service-box-button a:hover:after{

  background-image: url(images/arrow-right-circle-hover.png);

}

.entry .testimonial-row {

  margin-top: 110px;

}





/* Inner services page */

#content .entry .inner-services-banner .banner-heading h2 {

  padding-bottom: 10px;

  padding-top: 0;

}

.entry .inner-services-banner .banner-text {

  margin-bottom: 40px;

}

#content .entry .inner-services-banner .banner-text p {

  font-size: inherit;

  line-height: 1.35;

}

.inner-services-banner .page-banner-right .banner-img {

  margin-right: -38px;

}

.entry .inner-services-left{

  float: left;

}

.entry .inner-services-right{

  float: right;

}

.entry .check-list-large h4 {

  margin-bottom: 8px;

  line-height: 28px;

}

.entry .inner-services-qline-row-left{

  padding-right: 15px;

}

.entry .inner-services-qline {

  display: inline-block;

  vertical-align: middle;

  margin-bottom: 0;

  margin-right: 18px;

}

.entry .inner-services-qline h4 {

  color: #4d4d4d;

}

#content .entry .inner-services-qline-row .button-inline {

  display: inline-block;

  vertical-align: middle;

  margin-bottom: 0;

}

.entry .other-services-row h2 {

  color: #2d2c2c;

}

.entry .other-services-row .double-arrow-list ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.entry .other-services-row .double-arrow-list li {

  color: #2d2c2c;

  list-style: none;

  margin-bottom: 10px;

  background-image: url(images/arrow-list-double.png);

  background-position: 0 2px;

  background-repeat: no-repeat;

  line-height: 18px;

  padding-left: 17px;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.entry .other-services-row .double-arrow-list li:hover{

  color: #FFFFFF;

}

.entry .other-services-row .double-arrow-list li a {

  color: inherit;

  text-decoration: none;

}

.entry .sub-ul-circle li ul {

  list-style: circle;

  margin: 12px 0 0 20px;

}

.entry .sub-ul-circle li ul li {

  background: none;

  padding: 0;

}





/* Commercial Inner */

#content .entry .short-top-banner .banner-heading h1{

  padding-bottom: 0;

}

#content .entry .inner-services-banner.short-top-banner .banner-heading h2{

  padding-top: 5px;

}



/* Testimonial Rotator styles */

.testimonial-item-wrapper {

  text-align: center;

  padding: 0 30px;

}

.testimonial-item-wrapper ul.slides {

  padding: 0;

  margin: 0;

  list-style: none;

}

.testimonial-item-wrapper ul.slides li{

  display: none;

  float: left;

}

.testimonial-text {

  font-size: 22px;

  font-weight: 300;

  line-height: 1.45em;

  margin-bottom: 15px;

}

.testimonial-author {

  color: #b6d72a;

}

.testimonial-meta{

  line-height: 1.4em;

}

.testimonial-meta span {

  display: block;

}

span.testimonial-website {

  margin-top: 15px;

  text-overflow: ellipsis;

  overflow: hidden;

  color: #b6d72a;

}

.testimonial-website a {

  white-space: nowrap;

  font-weight: 300;

}

.testimonial-item-wrapper ol.flex-control-nav{

  list-style: none;

  margin: 0;

  padding: 30px 0 0 0;

  display: block;

  text-align: center;

}

.testimonial-item-wrapper ol.flex-control-nav li {

  display: inline-block;

  margin: 0 5px;

}

.testimonial-item-wrapper ol.flex-control-nav li a {

  display: block;

  font-size: 0;

  width: 11px;

  height: 11px;

  border: 2px solid #b6d72a;

  border-radius: 100%;

  background: #FFFFFF;

  cursor: pointer;

}

.testimonial-item-wrapper ol.flex-control-nav li a.flex-active {

  background: #b6d72a;

  cursor: default;

}





/* Testimonials page */

.testimonials-list-wrapper .testimonial-item {

  border-bottom: 1px solid #b6d72a;

  padding-bottom: 50px;

  margin-bottom: 50px;

}

.testimonials-list-wrapper .testimonial-text {

  font-size: 22px;

  font-weight: normal;

  line-height: 1.45em;

  margin-bottom: 15px;

  font-family: 'Muli Semibold';

  color: #b6d72a;

}

.testimonial-fullcontent {

  margin-bottom: 15px;

}

.testimonial-item .testimonial-fullcontent p {

  font-family: 'Muli Semibold';

  margin-bottom: 15px;

}

.testimonial-item-bottom.testimonial-has-thumb {

  display: flex;

}

.testimonial-has-thumb .testimonial-item-left {

  display: flex;

  width: 70%;

}

.testimonials-list-wrapper .testimonial-meta {

  font-family: 'Muli Semibold';

}

.testimonial-has-thumb .testimonial-item-right {

  display: flex;

  width: 30%;

  vertical-align: bottom;

  align-items: flex-end;

  text-align: right;

}

.testimonial-item-right img{

  width: auto;

}





/* News page */

#content .entry .news-filters-wrapper {

  margin-bottom: 100px;

  position: relative;

}

.news-loading.news-filters-wrapper{

  height: 200px;

  overflow: hidden;

}

.news-preloader{

  position: absolute;

  top: 50%;

  left: 50%;

  width: 50px;

  height: 50px;

  margin-top: -25px;

  margin-left:-25px;

  background-color: #b6d72a;

  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  border-radius: 100%;

  -webkit-animation: scaleOut 1.0s infinite ease-in-out;

  animation: scaleOut 1.0s infinite ease-in-out;

  opacity: 0;

  visibility: hidden;

  z-index: -1;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.news-loading .news-preloader{

  opacity: 1;

  visibility: visible;

  z-index: 999;

}

.news-loading .news-filter-wrapper, .news-loading .news-item-wrapper, .news-loading .no-news-notice{

  opacity: 0;

  visibility: hidden;

}

#news-banner{

  padding-top: 40px;

  overflow: visible;

  background-image: url(images/post-banner.png);

  background-repeat: repeat-y;

  background-position: center top;

}

.news-filter-wrapper {

  margin-bottom: 5px;

}

ul.news-filter-list {

  padding: 0;

  list-style: none;

  margin: 0;

}

ul.news-filter-list li {

  font-family: 'Muli Semibold';

  color: #BBBBBB;

  display: inline-block;

  border: 1px solid #b1b1b1;

  padding: 10px 12px;

  line-height: 18px;

  cursor: pointer;

  margin: 0 12px 20px 0;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

ul.news-filter-list li.news-filter-item-selected, ul.news-filter-list li:hover{

  border: 1px solid #b6d72a;

  color: #FFFFFF;

  background: #b6d72a;

}

.news-item-wrapper{

  margin-left: -10px;

  margin-right: -10px;

}

.no-news-notice {

  display: inline-block;

  background: #f5f4f4;

  padding: 12px 15px;

  border-left: 4px solid #b6d72a;

}

.no-news-notice.no-news-notice-hide{

  display: none;

}

.news-item-wrapper .news-meta{

  border: 1px solid #bbbbbb;

  border-radius: 20px;

}

.news-item-wrapper .news-has-thumb .news-meta{

  border-top: 0;

  border-radius: 0 0 20px 20px;

}





/* Contact page */

#content .entry .contact-page-banner .banner-text p {

  line-height: 1.25em;

}

.contact-page-banner .page-banner-right .banner-img {

  margin-bottom: -168px;

  margin-right: -38px;

}

.entry .contact-page-left {

  float: left;

}

.entry .contact-page-right{

  margin-top: 130px;

  float: right;

}

.entry .contact-page-right h4 {

  margin-bottom: 8px;

}

.entry .contact-page-text a{

  color: #4d4d4d;

}

#wrapper .gform_wrapper ul li.gfield.reply-pref{

  margin-top: -15px;

  font-size: 17px;

}





/* Client Login */

.client-login-page .page-banner-right .banner-img {

  margin-bottom: -168px;

  margin-right: -28px;

}

#content .entry .client-login-heading h2 {

  margin-bottom: 0;

  display: inline-block;

  background: #b6d72a;

  padding: 10px;

  line-height: 1;

  color: #4d4d4d;

}

#content .entry .login-buttons .custom-button.login-now, #content .entry .login-buttons .custom-button.login-request{

  margin-bottom: 20px;

}

#content .entry .custom-button.login-now a {

  font-size: 22px;

  padding: 8px 18px;

}

.login-now a:after {

  content: '';

  width: 19px;

  height: 19px;

  display: inline-block;

  vertical-align: middle;

  font-size: 0;

  margin-left: 10px;

  margin-top: -3px;

  background-image: url(images/login-now-arrow.png);

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.login-now a:hover:after{

  background-image: url(images/login-now-arrow-hover.png);

}

#content .entry .custom-button.login-request a {

  font-size: 22px;

  padding: 8px 18px;

  color: #AAAAAA;

}

#content .entry .custom-button.login-request a:hover{

  color: #FFFFFF;

}

.login-request a:after {

  content: '';

  width: 19px;

  height: 19px;

  display: inline-block;

  vertical-align: middle;

  font-size: 0;

  margin-left: 10px;

  margin-top: -3px;

  background-image: url(images/login-request-arrow.png);

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

}

.login-request a:hover:after{

  background-image: url(images/login-request-arrow-hover.png);

}

#login-request-row h2 {

  color: #b6d72a;

}

#login-request-row a {

  color: #b6d72a;

}

#login-request-row .gform_wrapper{

  margin-top: 42px;

}

#wrapper #login-request-row .gform_wrapper ul li.gfield input[type="text"], #wrapper #login-request-row .gform_wrapper ul li.gfield input[type="email"]{

  border: 0;

  padding: 12px;

  line-height: 26px;

  margin-bottom: 18px !important;

}

#wrapper #login-request-row .gform_wrapper .validation_error {

  background: #ffffff;

}

#wrapper #login-request-row .gform_wrapper ul li.gfield.gfield_error input[type="text"], #wrapper #login-request-row .gform_wrapper ul li.gfield.gfield_error input[type="email"]{

  border-left: 3px solid #b6d72a !important;

}

#login-request-row .gform_footer {

  float: right;

  width: 49%;

  margin: 0;

}





/* Client Testimonials */

.entry .client-testimonials-page-banner{

  background-color: #f5f4f4;

}

.entry .client-testimonials-page-banner .banner-heading h2{

  margin-top: -7px;

}

#content .entry .client-testimonials-page-banner .banner-text p {

  line-height: 1.25em;

}

.entry .client-testimonials-page-banner .page-banner-right .banner-img{

  margin-right: -38px;

}

.entry .client-testimonials-text {

  display: inline-block;

  vertical-align: middle;

  margin-bottom: 0;

  margin-right: 18px;

}

.entry .client-testimonials-text h4{

  color: #4d4d4d;

}

#content .entry .client-testimonials-text-row .custom-button.button-inline {

  display: inline-block;

  vertical-align: middle;

  margin-bottom: 0;

}





/* Thermal Imaging Landing page */

#page-banner.thermal-imaging-page-banner{

  background-image: url(images/thermal-imaging-page-banner.png);

}

#content .entry .banner-heading.bh-top h1 {

  padding-bottom: 3px;

}

#content .entry .banner-heading.bh-middle h2 {

  padding-right: 17px;

}

#content .entry .banner-heading.bh-bottom h2 {

  margin-top: -6px;

}

#content .entry .thermal-imaging-page-banner .button-inline {

  display: inline-block;

  margin-right: 15px;

}

.entry .banner-text-inline {

  display: inline-block;

  vertical-align: middle;

  margin: 0;

}

.entry .benefits-icon-img {

  margin-bottom: 25px;

}

.entry .benefits-icon-text {

  margin-bottom: 0;

}

.entry .benefits-icon-text h4 {

  line-height: 1.3em;

}

.entry .box-form-heading p {

  color: #FFFFFF;

}

.entry .box-form .gform_wrapper form {

  color: #FFFFFF;

}

#wrapper .box-form .gform_wrapper ul li.gfield input[type="text"], #wrapper .box-form .gform_wrapper ul li.gfield input[type="email"], #wrapper .box-form .gform_wrapper ul li.gfield select, #wrapper .box-form .gform_wrapper ul li.gfield textarea{

  border: 0;

}

#wrapper .box-form .gform_wrapper ul li.gfield textarea{

  height: 116px;

}

.entry .areas-serviced-heading h4{

  margin-bottom: 10px;

}

#testimonials-footer .testimonial-item-wrapper {

  color: #4c4c4c;

  padding: 40px 150px 0 150px;

  font-family: 'Avenir Roman';

  background-image: url(images/testimonial-quote-icon.png);

  background-repeat: no-repeat;

  background-position: 97.5% 25px;

}

#testimonials-footer .testimonial-text {

  font-size: 24px;

  line-height: 1.35em;

  margin-bottom: 15px;

}

#testimonials-footer .testimonial-author {

  color: #ffffff;

  margin-bottom: 2px;

}

#testimonials-footer .testimonial-meta {

  line-height: 1.5em;

  font-style: italic;

  font-size: 14px;

  font-family: 'Avenir Roman';

}

#testimonials-footer .testimonial-meta span {

  display: inline;

}

#testimonials-footer span.testimonial-website {

  display: block;

  margin-top: 2px;

  color: #4c4c4c;

}

#testimonials-footer .testimonial-website a {

  color: inherit;

}

#testimonials-footer .testimonial-item-wrapper ol.flex-control-nav {

  padding-top: 18px;

}

#testimonials-footer .testimonial-item-wrapper ol.flex-control-nav li {

  margin: 0 4px;

}

#testimonials-footer .testimonial-item-wrapper ol.flex-control-nav li a {

  width: 5px;

  height: 5px;

  border: 3px solid #ecebeb;

  background: #b6d72a;

}

#testimonials-footer .testimonial-item-wrapper ol.flex-control-nav li a.flex-active {

  background: #FFFFFF;

  border: 3px solid #FFFFFF;

}





/* Responsive styles goes here */

@media only screen and (max-width:1250px) {

  #wrapper{

    overflow-x: hidden;

  }

  #header #logo {

    margin-top: 0;

  }

  .custom-header-widget{

    margin-top: 24px;

  }

  #wrapper #nav-container{

    float: none;

    clear: both;

    text-align: center;

  }

  #navigation ul.nav {

    margin: 0;

    float: none;

  }

  #navigation ul.nav > li {

    margin: 0 15px;

    float: none;

    display: inline-block;

    vertical-align: top;

  }

  #navigation ul.nav li ul.sub-menu{

    text-align: left;

  }

  #wrapper #content{

    padding-left: 20px;

    padding-right: 20px;

  }

  #content .banner-img{

    margin-right: 0;

  }

  #content .img-hanging-left, #content .img-hanging-right {

    margin-left: 0 !important;

    margin-right: 0 !important;

    padding: 0px !important;

    text-align: left;

  }

  .post-has-thumb .single-post-right{

    margin-right: 0;

    margin-top: -70px;

  }

}



@media only screen and (max-width: 1100px) {

  #footer #copyright {

    float: none;

    text-align: left;

    width: auto;

    padding-bottom: 30px;

  }

  #footer #credit{

    float: none;

    text-align: left;

    width: auto;

  }

  #wrapper #footer ul.menu li {

    float: none;

    border: 0;

    display: inline-block;

    vertical-align: top;

    margin-left: 0;

    margin-right: 15px;

    margin-bottom: 8px;

    padding: 0;

  }

  #home-row-services {

    padding-left: 0 !important;

    padding-right: 0 !important;

    margin-bottom: 0 !important;

  }

  .entry .hr-services-hex-img {

    background-size: contain;

  }

  #home-row-services .services-hex {

    display: none;

  }

  #home-row-ojm {

    padding-left: 0px !important;

    padding-right: 0px !important;

    padding-top: 10px !important;

  }

  #home-row-news {

    margin-bottom: 0 !important;

    padding-top: 10px !important;

    padding-bottom: 10px !important;

  }

  .entry .benefits-icon-row {

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

  .entry .benefits-icon-text h4 {

    font-size: 20px;

  }

}



@media only screen and (max-width: 1100px) and (min-width: 768px) {

  .service-box-text h4 {

    font-size: 18px;

  }

  #content .service-box-button {

    font-size: 16px;

  }

}

 

@media only screen and (max-width: 1024px) {

  #logo img{

    width: 200px;

    height: auto;

  }

  .custom-header-widget{

    margin-top: 12px;

  }

  #navigation ul.nav > li {

    margin: 0 10px;

  }

  #navigation ul.nav > li > a {

    line-height: 50px;

  }

  #navigation ul.nav li a {

    font-size: 16px;

  }

  .custom-header-widget a.phone-top{

    font-size: 20px;

  }

  .home-page-heading h1, .home-page-heading h2 {

    font-size: 36px;

  }

  .thermal-imaging-right .vc_column-inner {

    padding-left: 15px !important;

    padding-right: 15px !important;

  }

  .inner-services-left .vc_column-inner, .inner-services-right .vc_column-inner {

    padding-left: 15px !important;

    padding-right: 15px !important;

  }

  .inner-services-left .wpb_text_column, .inner-services-right .wpb_text_column {

    padding-left: 0px !important;

    padding-right: 0px !important;

  }

  #testimonials-footer .testimonial-item-wrapper{

    padding: 35px 0 0 0;

    background-size: 100px auto;

  }

  .entry .til-text{

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

  .entry .why-choose-us-img{

    margin-right: 0 !important;

  }
#footer-widgets div.ginput_container_name span {
    margin-right: 0px!important;
    width: 100%!important;
}
#footer-widgets .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
#footer-widgets .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
#footer-widgets  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle    {
    padding-top: 0!important;
}
#footer-widgets  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
    display: block;
}

.contact-page-left div.ginput_container_name span {
    margin-right: 0px!important;
    width: 100%!important;
}
.contact-page-left .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
    display: block;
}
}



@media only screen and (max-width: 900px) {

  #wrapper #footer-widgets .footer-widget-1, #wrapper #footer-widgets .footer-widget-2 {

    float: none;

    width: auto;

  }

  #login-request-row .gform_footer {

    float: none;

    width: auto;

  }

}



@media only screen and (max-width: 900px) and (min-width: 768px) {

  #content .banner-img{

    margin-bottom: 0;

  }

  .entry .services-page-left {

    float: none;

    width: auto;

  }

  .entry .services-page-right {

    float: none;

    width: auto;

    margin-bottom: 50px;

  }

  .entry .testimonial-row{

    margin-top: 0;

  }

  #wrapper #login-request-row .gform_wrapper ul li.gfield {

    float: none;

    width: auto;

  }

}



@media only screen and (max-width: 767px) {

  body {

    border: 0 !important;

  }

  body, #wrapper, body .entry, body .entry p, body .widget p, body .widget .textwidget {

    font-size: 16px;

  }

  #wrapper h1{

    font-size: 28px;

  }

  .entry .h2{

    font-size: 32px;

  }

  #mobile-nav{

    display: block;

    position: absolute;

    top: 0;

    right: 0;

    z-index: 9999;

    width: 63px;

    height: 60px;

    background-image: url(images/navicon.png);

    background-repeat: no-repeat;

    background-position: center;

    cursor: pointer;

  }

  #wrapper #header-container {

    padding-top: 0px !important

  }

  #wrapper #header {

    position: static;

    padding: 10px 20px;

  }

  #header #logo {

    float: left;

    margin: 0;

  }

  #logo img{

    width: auto;

    height: 40px;

  }

  .custom-header-widget, #wrapper .nav-toggle, #wrapper .nav-toggle a {

    display: none;

  }

  .header-widget .header-right-details {

    background: none;

    width: 0;

    height: 0;

    margin: 0;

  }

  .header-widget .widget p, .header-widget .widget .textwidget {

    font-size: 0 !important;

  }

  body.show-nav #inner-wrapper {

    left: 0;

  }

  html body #wrapper #inner-wrapper #navigation {

    width: 100%;

    left: -100%;

    top: 60px;

    padding: 15px 0 45px 0;

    z-index: 99999;

    display: block;

    background: #333232 !important;

    transform: none !important;

    -webkit-transform: none !important;

    -moz-transform: none !important;

    transition: left 0.3s;

    -webkit-transition: left 0.3s;

    -moz-transition: left 0.3s;

  }

  html body.show-nav #wrapper #inner-wrapper #navigation {

    left: 0;

  }

  #navigation .menus h3, #navigation .nav-home, #navigation .nav-close {

    display: none !important;

  }

  #navigation .nav-home:before, #navigation .nav-close:before {

    line-height: 30px;

  }

  #navigation .nav-home {

    left: auto;

    right: 12px;

  }

  #wrapper #nav-container{

    text-align: left;

  }

  #wrapper #navigation ul.nav > li{

    margin: 0;

  }

  #wrapper #navigation ul.nav li {

    padding: 0;

    display: block;

    background: none !important;

    font-size: 18px;

  }

  #wrapper #navigation ul.nav li a {

    font-size: 18px;

    padding: 15px 20px !important;

    margin: 0;

    color: #FFFFFF !important;

    text-decoration: none;

    background: none !important;

    border: 0 !important;

  }

  #wrapper #navigation ul.nav li a:hover{

    color: #b6d72a !important;

  }

  #navigation ul.nav > li > a{

    line-height: 20px;

  }

  #wrapper #navigation ul.nav li.current_page_item > a, #wrapper #navigation ul.nav li.current_page_parent > a, 

  #wrapper #navigation ul.nav li.current-menu-ancestor > a, #wrapper #navigation ul.nav li.current-cat > a, 

  #wrapper #navigation ul.nav li.current-menu-item > a{

    color: #b6d72a !important;

  }

  #navigation ul.nav li ul.sub-menu {

    visibility: visible;

    left: auto !important;

    position: relative;

    padding: 5px 0;

    margin: 0;

    background: #4d4d4d !important;

    width: auto;

    opacity: 1;

    display: none;

  }

  #navigation ul.nav li.current-menu-item ul.sub-menu, #navigation ul.nav li.current-menu-parent ul.sub-menu,

  #navigation ul.nav li.current-page-parent ul.sub-menu, #navigation ul.nav li.current-page-ancestor ul.sub-menu {

    display: block;

  }

  #navigation ul.nav li ul.sub-menu li {

    border: 0 !important;

  }

  #wrapper #navigation .menus ul.nav li ul li a {

    font-size: 16px;

  }

  #navigation .custom-header-widget {

    display: block;

    float: none;

  }

  .custom-header-widget .custom_social_widget {

    float: none;

  }

  .custom-header-widget .custom_social_widget a{

    margin: 0 10px 0 0;

  }

  .custom-header-widget a.email-top {

    display: none;

  }

  .custom-header-widget a.phone-top {

    float: none;

    margin: 10px 0 20px 20px;

    background-size: 18px auto;

  }

  #wrapper #footer-widgets {

    padding: 35px 20px 45px 20px;

  }

  #footer-widgets .widget h3{

    font-size: 32px;

  }

  .gform_wrapper ul li.gfield.gf-half {

    width: 100%;

  }

  .gform_wrapper ul li.gfield.gf-left {

    float: none;

  }

  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {

    width: auto !important;

  }

  #footer-widgets .gform_wrapper .gform_footer {

    margin-top: 20px;

  }

  #wrapper #footer {

    padding-left: 20px;

    padding-right: 20px;

  }

  #footer ul.menu, #footer .text-sep, #footer #copyright br{

    display: none;

  }

  #footer small{

    display: block;

    margin-top: 2px;

  }

  .main-content-wrapper, .single-post .main-content-wrapper{

    background-image: none;

  }

  #home-row-banner .hr-banner-left, #home-row-banner .hr-banner-right {

    float: none;

    width: auto;

  }

  #home-row-banner .hr-banner-right{

    margin-bottom: -90px;

  }

  .entry .home-page-heading {

    margin-top: 0;

    margin-bottom: 15px;

  }

  .home-page-heading h1, .home-page-heading h2 {

    font-size: 28px;

    white-space: normal;

    line-height: 1.5em;

  }

  .home-page-heading h2{

    margin-top: 0;

  }

  #home-row-banner .page-blurb{

    margin-bottom: 20px !important;

  }

  .entry #home-row-banner .page-blurb p {

    font-size: 18px;

  }

  #home-row-services .hr-services-left {

    margin-top: -20px !important;

  }

  .entry .list-arrow-large ul li{

    font-size: 20px;

  }

  #home-row-mission {

    margin-bottom: 10px !important;

  }

  .ojm-img {

    margin-top: 0 !important;

    text-align: center !important;

    margin-bottom: 0px !important;

  }

  .news-item {

    float: none;

    width: auto;

  }

  .entry .service-row{

    margin-bottom: 0 !important;

  }

  .service-box {

    margin-bottom: 80px;

  }

  #page-banner{

    margin-bottom: 40px !important;

    background-image: none;

    background-color: #f5f4f4;

  }

  #page-banner.services-banner{

    margin-bottom: 100px !important;

  }

  #content .banner-img {

    margin-bottom: -50px;

    text-align: center;

  }

  .entry .banner-text p{

    font-size: 18px;

  }

  .entry .banner-text {

    margin-bottom: 40px;

  }

  .entry .inner-services-banner .banner-text {

    margin-bottom: 30px !important;

  }

  .service-box-text h4{

    min-height: 0;

  }

  #content .entry .service-box-text p{

    min-height: 0;

  }

  .entry .testimonial-row {

    margin-top: 0;

    margin-bottom: 50px;

  }

  .testimonial-item-wrapper {

    padding: 0;

  }

  #content .entry .banner-heading h1, #content .entry .banner-heading h2 {

    font-size: 36px;

  }

  .news-filter-wrapper {

    display: none;

  }

  .post-has-thumb .single-post-right {

    float: none;

    width: auto;

    margin-top: 0;

    margin-left: 0;

  }

  .custom-banner {

    padding-top: 25px;

    padding-bottom: 35px;

    margin-bottom: 35px;

  }

  #wrapper .custom-banner h1 {

    max-width: 80%;

    font-size: 36px;

  }

  #content .entry .inner-services-qline {

    display: block;

    margin: 0 0 15px 0;

  }

  .dal-first{

    margin-bottom: 10px;

  }

  .entry .inner-services-bottom-elem{

    margin-bottom: 40px !important;

  }

  #content .is-page-first-image{

    margin-top: 40px !important;

  }

  #content .entry .custom-button.login-now {

    margin-bottom: 22px;

    display: block;

  }

  #content .entry .client-login-heading h2{

    font-size: 30px;

  }

  #login-request-row .gform_wrapper {

    margin-top: -30px;

  }

  .entry .testimonials-list-section .vc_column-inner{

    padding-right: 15px !important;

  }

  .testimonial-item-bottom.testimonial-has-thumb {

    display: block;

  }

  .testimonial-has-thumb .testimonial-item-left {

    display: block;

    width: auto;

    margin-bottom: 30px;

  }

  .testimonial-has-thumb .testimonial-item-right {

    display: block;

    width: auto;

    text-align: left;

  }

  .entry .client-testimonials-text {

    display: block;

    margin: 0 0 15px 0;

  }

  .contact-page-banner .banner-heading {

    margin-bottom: 40px !important;

  }

  .entry .contact-page-left{

    float: none;

  }

  .entry .contact-page-right {

    margin-top: 0;

    float: none;

    margin-bottom: 50px;

  }

  .contact-page-left .vc_column-inner{

    padding-right: 15px !important;

  }

  .contact-page-right .vc_column-inner{

    padding-left: 15px !important;

  }

  #page-banner.thermal-imaging-page-banner{

    background-image: none;

  }

  .entry .benefits-icon-row > .wpb_column {

    margin-bottom: 30px;

  }

  .entry .box-form {

    padding: 25px !important;

  }

}



@media only screen and (min-width: 1310px) {

div.ginput_container_name span {
    margin-right: 0px !important;
    width: 50% !important;
    display: block !important;
    float: left;
}

}



@media only screen and (min-width: 1306px) {



div.ginput_container_name span {

    margin-right: 0px !important;

    width: 50% !important;

}



}



@media only screen and (min-width: 999px) and (max-width: 1305px) {



div.ginput_container_name span {

    margin-right: 0px !important;

    width: 50% !important;

}

}


.custom-header-widget .custom_social_widget a.googleplus {
    background-position: -33px -33px;
}
.custom-header-widget .custom_social_widget a.instagram {
    background-position: -99px -33px;
}
.custom_social_widget a.instagram {
    background-position: -99px 0;
}
.custom_social_widget a.googleplus {
    background-position: -33px 0;
}
.ginput_recaptcha {
    margin: 20px 0px !important;
}