/*
Theme Name: Betta Inspect It Child
Theme URI: http://www.bettainspectit.co.nz/
Description: A child theme of Betta Inspect It Theme
Author: Band
Author URI: http://band.net.nz/
Version: 1.0.0
Template: bettainspectit
*/
@import url("../bettainspectit/style.css");
@import url("./videos-wrapper.css");

.click-building-inspections-2,
.click-meth-testing-2, 
.click-asbestos-testing-2 {
	cursor: pointer;
	position: relative;
}

.click-building-inspections-2:hover .bg-colour,
.click-meth-testing-2:hover .bg-colour, 
.click-asbestos-testing-2:hover .bg-colour {
	position: relative;
}

/*.click-building-inspections-2:hover .bg-colour:after,
.click-meth-testing-2:hover .bg-colour:after, 
.click-asbestos-testing-2:hover .bg-colour:after {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	content: ' ';
    display: block;
}*/

@media all and (max-width: 1000px) {
	.clearRow {
		clear: both;
	}
}

/* STYLES */

/* DESKTOP STYLES */

.headH2 {
	margin-bottom: 20px;
}

/* FULL WIDTH STYLES */

header .container_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
}

header.sticky .container_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
}

header.sticky {
	opacity: 0;
}

header.sticky.sticky_animate {
    opacity: 1;
    transition: all ease-in 800ms !important;
    background-color: #fff;
}

header.sticky.sticky_animate header {
    opacity: 0;
    transition: all ease-in 800ms !important;
}

header.sticky .header_top_bottom_holder {
    padding: 0 22px;
}

header.sticky nav.main_menu > ul > li > a, .light.sticky nav.main_menu > ul > li > a, .light.sticky nav.main_menu > ul > li > a:hover, .light.sticky nav.main_menu > ul > li.active > a, .dark.sticky nav.main_menu > ul > li > a, .dark.sticky nav.main_menu > ul > li > a:hover, .dark.sticky nav.main_menu > ul > li.active > a {
	line-height: 0 !important;
}

header.sticky .header_bottom {
    background-color: #fff!important;
    box-shadow: 0 2px 1px -2px rgba(0,0,0,0.0);
    width: 100%;
}

.title {
    display: block !important;
    max-width: 1680px !important;
    margin: 0 auto !important;
}

.full_width {
    position: relative !important;
    max-width: 1680px !important;
    display: block !important;
    margin: 80px auto 0 !important;
}

.page-id-986 .full_width /* TERMS PAGE */ {
    position: relative !important;
    max-width: 1680px !important;
    display: block !important;
    margin: 80px auto 80px !important;
}

.page-id-1001 .full_width /* POLICY AND TERMS PAGE */ {
    position: relative !important;
    max-width: 1680px !important;
    display: block !important;
    margin: 80px auto 80px !important;
}

.footer_top_holder {
    display: block !important;
    max-width: 1680px !important;
    margin: 0 auto !important;
}

footer {
    background-color: #f4f4f4 !important;
    max-width: 1680px !important;
    margin: 0 auto 25px !important;
    position: relative;
    z-index: 1 !important;
}

.home footer {
    margin: 0px auto 25px !important;
}

.footer_bottom_holder {
    background-color: #f4f4f4 !important;
    max-width: 1680px !important;
    margin: 0 auto 0 !important;
    position: relative;
}

.hide-row {
    display: none !important;
}

/* FULL WIDTH STYLES END */

/* NAVIGATION STYLES */

@media (max-width: 1150px) {
	.q_logo {
	top: 12% !important;
    }
}

@media (max-width: 415px) {
	.q_logo {
	top: 0% !important;
    }
}

.q_logo img {
    display: block;
    opacity: 0;
    position: absolute;
    top: -30%;
    width: 220px !important;
    max-width: none;
    height: auto !important;
}

.q_logo img.sticky {
	opacity: 1 !important;
}

nav.main_menu.right {
    padding-top: 28px;
}

nav.main_menu>ul>li>a {
    padding: 0px 14px;
}

.book-button {
    padding: 12px 6px !important;
    background-color: #211e70;
    border-radius: 50px;
    top: -12px !important;
    color: #fff !important;
    margin-left: 5px !important;
}

.book-button a {
	color: #fff !important;
}

.book-button .plus {
	display: none !important;
}

.book-button:hover {
	opacity: 0.8 !important;
}

.menu-number span {
    font-size: 20px !important;
    line-height: 23px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

.fa-phone:before {
    margin: 0px 6px 0px 0px;
    font-size: 17px !important;
    line-height: 23px !important;
    color: #3f8fcd !important;
    font-weight: 700;
}

.side_menu_button>a {
    font-size: 18px;
    position: relative;
    display: inline;
    width: 20px;
    height: 20px;
    padding: 0 0 0 20px;
    color: #211e70 !important;
}

.nav.main_menu > ul > li > a {
	font-size: 18px !important;
	line-height: 27px !important;
	letter-spacing: 2px !important;
}

.drop_down .second {
    margin: 23px 0 0 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    border-top: 4px solid #3f8fcd;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -ms-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    position: relative;
    background-color: #fff;
}

.header_inner_left {
	left: 0 !important;
}

.header_bottom {
	padding: 0 !important;
}

.current_page_item a::after {
    border-bottom: 2px solid #3f8fcd;
    content: " ";
    display: block;
    margin-top: 5px;
    width: 98% !important;
}

.current_page_item a:hover::after {
    border-bottom: 2px solid #211e70 !important;
}

.second .current_page_item a::after {
    border-bottom: 2px solid #3f8fcd;
    content: " ";
    display: block;
    margin-top: 5px;
    width: 95% !important;
}

.current-page-ancestor a {
	color: #3f8fcd !important;
}

.current-page-ancestor a:hover {
	color: #211e70 !important;
}

.current-page-ancestor:hover::after {
    border-bottom: 2px solid #211e70 !important;
}

.current-page-ancestor::after {
    border-bottom: 2px solid #3f8fcd !important;
    content: " ";
    display: block;
    width: 65% !important;
    margin: 5px auto 0 !important;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h4 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.drop_down .second .inner ul li a:hover, .drop_down .second .inner ul li h4:hover {
	color: #211e70 !important;
}

.qode_search_form i, .fa-remove:before, .fa-close:before, .fa-times:before {
	color: #3f8fcd !important;
	font-size: 17px !important;
}

.drop_down .second .inner .widget {
	padding: 0 !important;
}

.drop_down .narrow .second .inner ul li {
    width: 250px !important;
    padding: 8px 0;
}

li.narrow .second .inner ul {
    padding: 30px 20px;
}

header.sticky.sticky_animate .current_page_item a::after {
    margin-top: 16px;
}

header.sticky .drop_down .second {
    top: 48px;
}

.qode_search_form .qode_search_close {
	padding-right: 20px;
}

.qode_search_form .container i {
    padding-left: 20px;
}

/* DESKTOP MOBILE MENU VIEWPORT STYLES */

@media only screen and (max-width:1150px){
	
	header, .header_inner_left, footer.uncover {
		position: relative !important;
		left: 0 !important;
		margin-bottom: 0;
	}
	
	header { 
		top: 0 !important;
		margin-top: 0 !important;
		display: block;
	}
	
	.header_top {
		height: auto;
		line-height: normal;
		display: block !important;
	}
	
	.header_top .left, .header_top .right {
		text-align: center;
		float: none;
	}
	
	.header_top .inner {
		display: inline-block;
		vertical-align: middle;
	}
	
	.header_bottom {
		background-color: #fff;
	}
	
	.header_bottom .container_inner {
		width: auto;
	}
	
	header .q_logo img.normal {
		display: block !important;
		opacity: 1 !important;
		position: relative;
		margin: 0 auto;
	}
	
	header .q_logo img.light,header .q_logo img.dark,header .q_logo img.sticky {
		display: none !important;
	}
	
	header .q_logo.animate_logo div.normal {
		opacity:1!important;
		display:block;
	}
	
	header .q_logo.animate_logo div.dark,header .q_logo.animate_logo div.sticky {
		display:none;
	}
	
	.header-left-from-logo-widget,.header-right-from-logo-widget {
		display:none;
	}
	
	.q_logo_hidden {
		display:none;
	}
	
	.main_menu {
		display:none!important;
	}
	
	nav.mobile_menu {
	    display: block;
	    margin: -20px 0 20px 0;
	}
	
	.mobile_menu_button {
		display: table;
	}
	
	nav.mobile_menu>ul {
		margin:0 auto;
	}
	
	.logo_wrapper {
		display:table;
		height:100px;
		left:50%;
		position:absolute;
	}
	
	.q_logo {
		display:table-cell;
		position:relative;
		top:auto;
		vertical-align:middle;
	}
	
	.q_logo a {
	    left: -50%;
	    width: auto !important;
	    height: auto !important;
	}
	
	.q_logo img {top:0;
		left:0;
	}
	
	header .header_fixed_right_area {
		line-height:100%!important;
		top:80px!important;
		width:100%;
		display:block;
		text-align:center;
		margin:0;
		position:absolute;
	}
	
	.header_menu_bottom {
		border-top:0;
	}
	
	.side_menu_button {
	    height: 100px;
	}
	
	.mobile_menu_button span {
	    color: #211e70 !important;
	    width: 19px;
	    height: auto;
	    font-size: 18px;
	    z-index: 50;
	    display: table-cell;
	    position: relative;
	    cursor: pointer;
	    vertical-align: middle;
	}
	
	nav.mobile_menu ul li {
	    margin: 0;
	    padding: 15px 0 14px 20px;
	    position: relative;
	    border-bottom: none !important;
	    display: block;
	}
		
	nav.mobile_menu ul .book-button {
	    padding: 5px 30px !important;
	    background-color: #211e70;
	    border-radius: 50px;
	    top: 0;
	    color: #fff !important;
	    margin-left: 5px !important;
	    display: inline-block;
	}
	
	nav.mobile_menu>ul {
	    margin-bottom: 20px !important;
	}
	
	nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
	    font-size: 16px;
	    color: #8d8d8d;
	    padding: 9px 0;
	    display: inline-block;
	    position: relative;
	    text-transform: none;
	    line-height: 1px;
	    letter-spacing: 0;
	}
	
	.current_page_item a::after {
		display: none !important;
	}
	
	nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
	    cursor: pointer;
	    display: inline-block;
	    float: none;
	    height: 35px;
	    line-height: 35px;
	    margin: 0;
	    padding: 5px 0 0 20px;
	    position: relative;
	    top: 0;
	    right: 0;
	    text-align: left;
	    width: 50px;
	    color: #8d8d8d;
	    z-index: 0;
	    -webkit-tap-highlight-color: transparent;
	    left: 0;
	    font-size: 19px;
	}
	
	nav.mobile_menu ul li.active>a {
	    color: #211e70;
	    font-weight: 800;
	}
	
	nav.mobile_menu ul li a:hover {
		color: #211e70;
		text-decoration: underline;
	}
	
	.book-button nav.mobile_menu ul li a:hover {
		text-decoration: none !important;
	}

}

/* DESKTOP MOBILE MENU VIEWPORT STYLES END */

/* NAVIGATION STYLES END */

/* HEADER STYLES */

.page-id-155 .intro-left /* INSPECTORS */ {
    max-width: 700px;
    transform: translate(12%,33%) !important;
}

.page-id-536 .intro-left-2 /* ASBESTOS SAMPLING */ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-385 .intro-left-2 /* BUILDING INSPECTIONS */ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-534 .intro-left-2 /* METH TESTING */ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-ASBESTOS */ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-BUILDING */ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-METH*/ {
    max-width: 700px;
    transform: translate(8%,0%) !important;
}

.page-id-1919 .intro-left /* LANDING-METH*/ {
    max-width: 60%;
    transform: translate(12%,20%) !important;
}


.page-id-658 .intro-left /* NEWS */ {
    max-width: 700px;
    transform: translate(8%,70%) !important;
}

.page-id-295 .intro-left /* CONTACT */ {
    max-width: 700px;
    transform: translate(8%,70%) !important;
}

.page-id-986 .intro-left /* TERMS OF TRADE */ {
    max-width: 700px;
    transform: translate(10%,70%) !important;
}

.page-id-1001 .intro-left /* POLICY AND TERMS */ {
    max-width: 840px;
    transform: translate(8%,70%) !important;
}

.page-id-1001 .intro-left P /* POLICY AND TERMS */ {
    max-width: 700px;
}

.header-height {
	max-height: 439px !important;
	min-height: 439px !important;
	margin-bottom: 80px !important;
}

.page-id-385 .header-height {
    max-height: 439px !important;
    min-height: 439px !important;
    margin-bottom: 80px !important;
    background-position: right !important;
}

.page-id-295 .header-height,
.page-id-1880 .header-height,
.page-id-1882 .header-height,
.page-id-1888 .header-height {
    max-height: 439px !important;
    min-height: 439px !important;
    margin-bottom: 40px !important;
    background-position: right !important;
    
}

.bg-colour {
    background: rgba(3,115,174,0.8) !important;
    height: 439px;
}

.intro-left {
    max-width: 700px;
    transform: translate(10%,75%) !important;
}

.intro-left h1 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: none;
    padding: 10px 0;
}

.intro-left h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f8fcd !important;
}

.intro-left-2 {
    max-width: 700px;
    transform: translate(0%,0%) !important;
    padding: 5%;
}

.intro-left-2 h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: none;
    padding: 10px 0;
}

.intro-left-2 h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}

.intro-left-2 p {
	color: #fff !important;
}

.intro-left a:hover {
	text-decoration: underline;
}

.page-title {
	padding-top: 350px;
}

.page-title-content {
    background-color: #3f8fcd;
    float: right;
    width: 50%;
    right: 0;
    bottom: 0;
    margin-right: 0 !important;
    position: absolute;
}

.breadcrumb a, .breadcrumb span {
    color: #5a5a5a;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.team-map {
	transform: translate(0%,10%);
}

.error404 .title.with_background_color {
	display: none !important;
}

/* HEADER STYLES END */

/* HOME SERVICES HEADER STYLES */

.header-background {
	max-height: 480px;
}

.services-block-overlay {
	position: relative;
	max-width: 560px !important;
}

#services-block-1 {
	min-height: 480px;
    bottom: 0;
    max-width: 559.98px !important;
}

#services-block-2 {
	min-height: 480px;
    bottom: 0;
    max-width: 559.98px !important;
}

#services-block-3 {
	min-height: 480px;
    bottom: 0;
    max-width: 559.98px !important;
}

#services-block-1, #services-block-3, #services-block-3  {
	height: 480px !important;
}

.services-block-text {
	max-height: 480px !important;
	max-width: 559.98px !important;
}

#services-block-1 .services-block-text {
    visibility: hidden;
    display: block;
    height: 100%;
    opacity: 0;
    position: relative;
    table-layout: fixed;
    top: 40px;
    transition: opacity 0.5s ease-out 0.5s, ease-out 0.5s;
    z-index: 100;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	overflow: hidden !important;
	top: 0px;
}
.services-width {
	max-width: 1680px !important;
	margin: 0 auto !important;
}

.service-title {
    background-color: rgba(3,115,174,1) !important;
    padding: 20px;
}

.service-title-2 {
    background-color: rgba(3,115,174,1) !important;
    padding: 20px;
}

.service-title-3 {
    background-color: rgba(3,115,174,1) !important;
    padding: 20px;
}

.service-title:hover, .service-title-2:hover, .service-title-3:hover {
	background-color: rgba(3,115,174,1) !important;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-family: "Open Sans", sans-serif;
    color: #fff !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    margin-top: 0px;
}

.service-title:before, .service-title-2:before, .service-title-3:before {
    content: " ";
    display: block;
    background: url('/wp-content/uploads/2019/07/bii-tick-blue.png') no-repeat;
    width: 22px;
    height: 19px;
    float: left;
    margin: 2px 10px 0 20px;
}

.service-h2 {
    font-family: "Open Sans", sans-serif;
    color: #211e70 !important;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    text-decoration: none;
}

services-content h2 a {
    color: #211e70 !important;
}

.services-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 5px 0 0;
    max-width: 400px;
}

.services-content a:hover {
	text-decoration: underline;
}

.services-content a {
	color: #fff;
}

.learn-more {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.learn-more:before {
    content: " ";
    display: block;
    background: url('/wp-content/uploads/2019/07/learn-more-arrow-blue.png') no-repeat;
    width: 17px;
    height: 18px;
    float: left;
    margin: 5px 8px 0 0px;
}

.learn-more:hover {
	text-decoration: underline;
}

.services-line {
    border-top: 1px solid #82c1ff;
    margin: 30px 0;
}

.services-content .services-book {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px !important;
    display: inline-block;
}
.services-book {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.services-book:hover {
	opacity: 0.9;
	text-decoration: none !important;
}

.banner-bg {
    position: absolute!important;
    top: 0!important;
    height: 480px!important;
    width: 100%!important;
    transition: all 10000ms ease !important;
    -webkit-transition: all 10000ms ease !important;
    -moz-transition: all 10000ms ease !important;
    -ms-transition: all 10000ms ease !important;
    -o-transition: all 10000ms ease !important;
    transition-timing-function: ease-in;
}

.home .banner-bg {
    background-position: right;
}

.active-service .services-block-text {
	background: rgba(3,115,174,0.89) !important;
}

/* HOME SERVICES HEADER STYLES END */

/* HEADING STYLES */

.hidden-title {
	display: none;
}

h1 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    line-height: 65px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
}

.home-section h3 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 45px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
	max-width: 910px;
	margin: 0 auto;
}

.region h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    color: #5a5a5a !important;
}

.q_accordion_holder.accordion.boxed h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}

.inspector-text h3 {
    font-size: 20px !important;
    line-height: 30px;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #3f8fcd !important;
    letter-spacing: 1px !important;
}

.inspector-h3 {
    font-size: 24px !important;
    line-height: 34px;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #3f8fcd !important;
    letter-spacing: 1px !important;
}

.inspector-h3:hover {
	color: #211e70 !important;
	text-decoration: none !important;
}

.page-title h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    padding: 15px 0 15px 50px;
}

.profile-block h3 {
    font-size: 22px !important;
    line-height: 32px;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #3f8fcd !important;
    letter-spacing: 1px !important;
}

.contact h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    color: #3f8fcd !important;
    padding-bottom: 15px;
}

.address h4 {
    color: #5a5a5a !important;
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-content-center h1 {
    color: #3f8fcd !important;
    text-align: center !important;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.page-content h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #3f8fcd !important;
    letter-spacing: 1px !important;
}

.page-content-left h2 {
	color: #3f8fcd !important;
    font-size: 35px !important;
    padding-bottom: 15px !important;
    line-height: 45px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

.page-content-right h2 {
	color: #3f8fcd !important;
    font-size: 35px !important;
    padding-bottom: 15px !important;
    line-height: 45px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    /*width: 500px;*/
}

.search-results h2 a {
	color: #3f8fcd !important;
}

.search-results h2 a:hover {
	color: #211e70 !important;
}

.profile-block h2 {  
	color: #3f8fcd !important;
    font-size: 35px !important;
    line-height: 45px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    width: 500px;
}

.terms h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    color: #3f8fcd !important;
    padding-bottom: 15px;
}

.the-house h1 {
    max-width: 910px;
    margin: 0 auto;
    font-size: 35px;
    line-height: 45px;
}

.on-the-house h1 {
    max-width: 910px;
    font-size: 35px;
    line-height: 45px;
}

.page_not_found h2 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: none;
}

.page_not_found h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #5a5a5a;
}

/* HEADING STYLES STYLES END */

/* BODY STYLES */

/* HOMEPAGE STYLES */

#serviceRow {
	padding: 30px 0;
    margin: 0 -15px !important;
}

.homeService h1 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
}

.homeService .serviceInner {
    padding: 50px 50px 60px;
}

.homeService .serviceInner .green-button {
	margin-top: 20px;
}

.homeService .serviceInner p {
	max-width: 550px;
}

.homeService .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#regionsRow {
	padding: 80px 0;
	background: #f1f1f1;
}

/*
.homeRegions {
	text-align: center;
}
*/

.homeRegionsInner {
	padding: 0 30px;
}

.homeRegionsInner h1 {
	padding-bottom: 20px;
}


.homeRegions p {
	max-width: 90%;
}

.homeRegions .green-button {
	margin-top: 20px;
}

.homeRegions h1 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
}

.homeInspectorCol strong {
	font-size: 16px;
	color: #211e70;
}

.homeInspectors {
    margin-bottom: 10px !important;
    display: inline-block;
}

.homeInspectors:hover {
	text-decoration: underline;
    color: #211e70;
}

/* HOMEPAGE STYLES END */

/* SERVICES OVERVIEW STYLES */

.overviewBlock .intro-left-2 {
    max-width: 70% !important;
    transform: translate(0%,0%) !important;
    padding: 75px !important;
}

.overviewBlock .intro-left-2 p {
	max-width: 700px;
}

.overviewBlock .bg-colour {
	min-height: 450px;
	height: 100%;
}

.overviewHead {
    max-height: 100% !important;
    min-height: 450px !important;
    margin-bottom: 80px !important;
}

.overviewHead .bg-colour {
    height: 100%;
    min-height: 450px;
}

.overviewHead .green-button {
	margin-top: 20px;
}

/* SERVICES OVERVIEW STYLES END */

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #5a5a5a;
    margin: 10px 0 10px;
}

body {
	padding: 0 25px !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.terms {
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1200px;
}

.terms p {
    margin: 15px 0 15px;
}

.the-house p {
    text-align: center !important;
    max-width: 850px !important;
    margin: 15px auto 0;
    font-weight: 700;
}
 
.the-house {
    cursor: default !important;
}

.green-button {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
}

.green-button:hover {
	background-color: #3f8fcd;
	cursor: pointer;
}

.green-button-icon {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
}

.icon {
    margin: 0 10px 0 0;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover {
    background-color: #211e70;
    color: #fff !important;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
	background-color: #f4f4f4;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    padding: 0px 30px;
    color: #211e70;
}

.tab-title:after {
    content: " ";
    display: block;
    background: url('/wp-content/uploads/2019/07/arrow-down-blue.png') no-repeat;
    width: 19px;
    height: 10px;
    float: right;
    margin: 20px 0 0 0;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active .tab-title:after {
    content: " ";
    display: block;
    background: url('img/arrow-up.png') no-repeat;
    width: 19px;
    height: 10px;
    float: right;
    margin: 20px 0 0 0;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover .tab-title:after {
    content: " ";
    display: block;
    background: url('img/arrow-down-white.png') no-repeat;
    width: 19px;
    height: 10px;
    float: right;
    margin: 20px 0 0 0;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active:hover .tab-title:after {
    content: " ";
    display: block;
    background: url('img/arrow-down-white.png') no-repeat;
    width: 19px;
    height: 10px;
    float: right;
    margin: 20px 0 0 0;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.q_accordion_holder.accordion.boxed div.accordion_content_inner {
    padding: 30px 0;
}

.region-north h3:after {
    content: " ";
    display: block;
    background: url('img/north-island.png') no-repeat;
    width: 42px;
    height: 60px;
    float: right;
    margin: -15px 0 0 20px;
}

.region-south h3:after {
    content: " ";
    display: block;
    background: url('img/south-island.png') no-repeat;
    width: 42px;
    height: 60px;
    float: right;
    margin: -15px 0 0 20px;
}

.region {
    max-width: 200px;
    padding-bottom: 20px;
}

.inspector-block {
	min-width: 331px !important;
}

.inspector-image .vc_single_image-img {
	min-width: 371px !important;
}

.page-id-155 .inspector-image .vc_single_image-img:hover {
	opacity: 0.7;
}

.page-id-155 .inspector-text {
	min-height: 430px;
    min-width: 289px !important;
    border-left: 1px solid #211e70;
    border-right: 1px solid #211e70;
    border-bottom: 1px solid #211e70;
}

.inspector-text {
    min-width: 289px !important;
    padding: 15px 20px;
    border-left: 1px solid #211e70;
    border-right: 1px solid #211e70;
    border-bottom: 1px solid #211e70;
}

.inspector-text ul {
	margin-left: 34px;
}

.inspector-text p {
	margin: 12px 0 12px !important;
}

.inspector-text a:hover {
	text-decoration: underline;
}

.inspector-areas li {
	font-size: 14px !important;
	line-height: 22px !important;
	text-indent: -34px;
}

.inspector-text .green-button {
    bottom: 50px;
    position: absolute;
}

.inspector-text .green-button:hover {
	text-decoration: none !important;
	opacity: 0.9;
}

.view-profile {
	margin-top: 15px !important;
}

.profile-button {
	width: 90.5%;
	min-width: 331px;
}

.profile-block p {
	max-width: 850px;
}

.page-content a:hover {
	text-decoration: underline;
}

.page-content-left p {
    text-align: left !important;
    max-width: 680px;
}

.page-id-295 .page-content-left p {
    text-align: left !important;
    max-width: 100% !important;
}

.page-content-right p {
    text-align: left !important;
    max-width: 680px;
}

.page-content-left a:hover, .page-content-right a:hover {
	text-decoration: underline;
}

.page-content-center p {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.service-image img {
    height: 550px !important;
    max-width: 750px !important;
    object-fit: cover !important;
}

.service-image {
    max-height: 550px !important;
    max-width: 750px !important;
    min-height: 550px !important;
    overflow: hidden;
}

.house-cta {
	padding-top: 100px;
	padding-bottom: 100px;
}

.services-list {
    list-style-position: outside;
    list-style-type: square;
    display: inline-block;
    margin-left: 15px;
    
}

.services-list li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 5px 0;
    color: #5a5a5a !important;
    font-family: 'Open Sans';
    max-width: 630px;
    margin-left: 8px !important;
    padding-left: 15px !important;
}
.guide-list {
    list-style-position: outside;
    list-style-type: square;
    display: inline-block;
    margin-left: 15px;
}

.guide-list li {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 3px 0px;
    color: #5a5a5a !important;
    font-family: 'Open Sans';
    max-width: 630px;
    margin-left: 0;
}

.deal {
	display: block;
    margin: 40px auto !important;
}

.play {
    background-image: url("img/play-icon.png") !important;
    height: 100px;
    width: 100px;
    display: block !important;
    content: " ";
    margin: 0 auto;
    color: rgba(0,0,0,0) !important;
    text-shadow: none !important;
}

.play:hover {
	background-image: url("img/play-icon.png") !important;
	opacity: 0.9;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-p p {
    color: #3f8fcd;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
}

ul {
    list-style-position: inside;
    font-size: 16px;
    line-height: 26px;
    color: #5a5a5a;
    list-style-type: square;
    font-family: 'Open Sans', sans-serif;
}

.page-id-658 .post_excerpt {
	display: none !important;
}

.wsp-pages-list .current_page_item a::after {
    content: " ";
    display: none !important;
}

.wsp-pages-list li {
    margin: 15px 0 !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.wsp-pages-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    color: #3f8fcd !important;
    padding-bottom: 15px;
}

.contact-terms {
    max-width: 700px;
    margin: 0;
}

.contact-terms a:hover {
	text-decoration: underline;
}

.licensees ul {
	list-style-type: none;
}

.licensees li {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    max-width: 550px;
}

.li-first {
	border-top: 1px solid #f1f1f1;
}

.page_not_found {
    margin: 150px 0;
}

.page_not_found .qbutton {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    border: none;
    font-size: 16px;
    line-height: 26px;
}

.page_not_found .qbutton:hover {
	opacity: 0.7;	
}

.trading {
    font-size: 14px !important;
    font-weight: bold;
}

.trading em {
	color: #999 !important;
	font-weight: 400;
}

/* NEWSLETTER POPUP STYLES */

.lightboxcontainer {
  width: 100%;
  text-align:left;
}

.signup {
    width: 350px;
    float: none;
    margin: 0 auto;
    background-color: #3F8FD0;
    padding: 25px 50px 20px;
    border-radius: 18px;
}

.download_block {
    width: 350px;
    float: none;
    margin: 0 auto;
    background-color: #3F8FD0;
    padding: 25px;
    border-radius: 18px;
}

#html5-close {
    top: 0px !important;
    right: 0px !important;
    margin-top: -5px !important;
    margin-right: -6px !important;
}

.form-wrapper .gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
	width: 220px !important;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 26px;
}

.form-wrapper {
  margin: 36px;
}

.form-wrapper p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.form-wrapper .gform_wrapper ul {
	text-align: center !important;
}

.form-wrapper .gform_wrapper .top_label .gfield_label {
	color: #fff !important;
    margin: 6px 0 !important;
    font-size: 14px !important;
    line-height: 15px !important;
}

.form-wrapper .gform_wrapper .gfield_required {
    color: #211e70;
    margin-left: 4px;
}

.form-wrapper .gform_wrapper .gform_footer {
    text-align: center !important;
}

.form-wrapper .gform_wrapper .gform_footer {
    padding: 16px 0;
    margin: 0;
    clear: both;
}

.form-wrapper .gform_wrapper input[type=text] {
	border-radius: 30px !important;
}

.gform_wrapper {
	margin: 0px !important;
}

ul#input_8_4.gfield_radio {
	color: #211e70;
}

/* NEWSLETTER POPUP STYLES END */

/* BLOG STYLES */

.search-results .blog_holder article .post_content_holder {
    border-bottom: 1px solid #f4f4f4;
}

.search-results .blog_holder article .post_text .post_text_inner:hover {
	background-color: #f4f4f4 !important;
}

.search-results .blog_holder article {
	margin: 0px !important;
}

.search-results .blog_holder.blog_large_image {
	margin: 80px 0 !important;
}

.search-results .post_info {
	display: none !important;
}

.search-results .blog_holder article .post_text .post_text_inner {
	padding: 78px 50px 45px;
}

.search-no-results .entry p {
    color: #3f8fcd;
    font-size: 22px;
    font-weight: 700;
    padding: 50px 0 90px;
    text-align: center;
}

.single-post .blog_holder.blog_single article .post_text .post_text_inner {
    padding: 30px 0;
}

.single-post .blog_holder article .post_info {
    display: inline-block;
    color: #3f8fcd;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
}

.single-post .blog_holder article h2 span,
.single-post .blog_holder article h1 span {
    color: #3f8fcd !important;
    font-size: 40px !important;
    line-height: 50px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

.blog_holder article .post_image a .post_overlay {
	background-color: transparent !important;
}

.blog_holder article .post_image a .icon_plus {
	display: none !important;
}

.blog_holder.masonry_full_width article .post_text .post_text_inner {
    padding: 35px;
    border: 1px solid #f4f4f4;
    min-height: 100px;
    max-height: 100px;
}

.blog_holder.masonry article h4 a, .blog_holder.masonry_full_width article h4 a {
    color: #211e70;
}

.blog_holder.masonry article h4 a:hover, .blog_holder.masonry_full_width article h4 a:hover {
    color: #211e70;
    opacity: 0.8;
}

.blog_holder article .post_info {
	display: none !important;
}

.page-template-blog-masonry-full-width .blog_holder.masonry article h4, .page-template-blog-masonry-full-width .blog_holder.masonry_full_width article h4 {
    font-size: 15px;
    margin: 8% auto 0;
    text-align: center;
    max-width: 210px;
}

.recent_posts_with_excerpts .date {
	display: none !important;
}

/* Removed from website
.blog_holder article .post_info {
    display: inline-block;
    color: #3f8fcd;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 16px;
}*/

aside.sidebar .widget h4 {
    margin-bottom: 18px;
    padding: 15px 25px;
    background-color: #3f8fcd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}

aside.sidebar .widget a {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 1px;
}

aside.sidebar .widget h3 {
    color: #3f8fcd;
    font-size: 14px;
    line-height: 36px;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: none !important;
}

aside.sidebar .widget a:hover {
    color: #211e70;
    text-decoration: underline;
}

aside.sidebar .widget ul, .side_menu .widget ul {
    padding-left: 8px;
}

aside.sidebar .widget:not(.woocommerce) li {
    color: #3f8fcd;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
	padding: 0 0 10px 25px;
}

aside.sidebar .widget:not(.woocommerce) li:hover {
    background-color: #f2f2f2;
}


body.page-template-blog-masonry-full-width-php .content .full_width {
    padding: 0 !important;
}

.search-results .blog_holder article .post_image {
	display: none !important;
}

.single-post .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 140px;
    padding-bottom: 80px;
}

.blog_holder.masonry_full_width {
    margin-bottom: 60px;
}

/* BLOG STYLES END */

/* CONTACT PAGE STYLES */

.contact p {
	max-width: 1100px;
}

.google_map_holder {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
}

#bodyContent p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center !important;
    color: #3f8fcd;
    max-width: 360px;
    margin: 10px auto;
}

/* CONTACT PAGE STYLES END */

/* ADDRESS BLOCK STYLES */

.address-block {
    margin: 20px auto !important;
    padding: 7px 30px 46px 40px;
}

.address p {
	color: #5a5a5a !important;
}

.address a {
	color: #211e70 !important;
}

.address a:hover {
	color: #211e70 !important;
	text-decoration: underline;
}

/* ADDRESS BLOCK STYLES END */

/* NEXT PAGE BLOCKS STYLES */

.next-page-block {
	max-width: 1680px !important;
	margin-bottom: 20px !important;
}

.next-page-left, .next-page-right {
	display: block;
	margin: 0;
	padding: 0;
}

.next-page-left {
	background-color: transparent;
	float: left;
	width: 49.5%;
}

.next-page-right {
	background-color: transparent;
	float: right;
	width: 49.5%;
}

.next-page-left:hover, .next-page-right:hover {
	background-color: transparent !important;
	opacity: 0.8;
}

.next-page-left-inner {
    display: block;
    margin: 0 auto;
    padding: 30px  0 30px 50px;
}

.next-page-right-inner {
    display: block;
    margin: 0 auto;
    padding: 30px  50px 30px 0px;
}

.next-page-left-inner p, .next-page-right-inner p {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
}

.next-page-left-inner {
	text-align: left;
}

.next-page-right-inner {
	text-align: right;
}

.next-page-left-inner a:before {
    content: url("/wp-content/uploads/2019/07/next-page-left-arrow-blue.png");
    display: block;
    padding-right: 10px;
    float: left;
    margin-top: 5px;
}

.next-page-right-inner a:before {
    content: url("/wp-content/uploads/2019/07/next-page-right-arrow-blue.png");
    display: block;
    padding-left: 10px;
    float: right;
    margin-top: 5px;
}

/* NEXT PAGE BLOCKS STYLES END */

/* SERVICES CONTACT BLOCK STYLES */

.services-contact {
    display: inline-block;
    padding: 10px 10px 0 0;
}

.services-contact-2 {
    display: inline-block;
    padding: 30px 20px 0 0;
}

.services-contact-width {
	display: block;
}

.services-contact-inner {
	display: block;
}

.green-button-line {
    padding: 12px 25px !important;
    background-color: rgba(122,185,41,0);
    border-radius: 50px;
    border: 1px solid #211e70;
    color: #211e70 !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
}

.green-button-line:hover {
	background-color: #211e70;
	color: #fff !important;
}

/* SERVICES CONTACT BLOCK STYLES */


.oth-col p {
	max-width: 660px;
}

/* BODY STYLES END */

/* GRAVITY FORM STYLES */

.gform_wrapper select {
	font-size: 14px !important;
    background-color: #fff !important;
    height: 50px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	height: 50px;
}

.gform_wrapper .top_label .gfield_label {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px !important;
    letter-spacing: 1px;
    font-weight: 700!important;
    text-transform: none;
}

.gform_wrapper .gfield_required {
    color: #3f8fcd;
}

.gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 100% !important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 100% !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
	font-size: 16px !important;
	line-height: 26px !important;
}

#gform_fields_1 .gform_wrapper input[type="text"]:focus, #gform_fields_1 .gform_wrapper input[type="url"]:focus, #gform_fields_1 .gform_wrapper input[type="email"]:focus, #gform_fields_1 .gform_wrapper input[type="tel"]:focus, #gform_fields_1 .gform_wrapper input[type="number"]:focus, #gform_fields_1 .gform_wrapper input[type="password"]:focus, #gform_fields_1 .gform_wrapper textarea:focus {
	border-color: 1px solid #3f8fcd !important;
}


.gform_wrapper .gform_footer {
	text-align: left !important;	
}

.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    border: 0px solid #211e70;
    font-size: 18px !important;
    padding: 10px 25px;
    height: auto !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center !important;
    width: auto !important;
    margin-top: 20px !important;
}

.gform_wrapper input[type=button]:hover, .gform_wrapper input[type=submit]:hover {
    background-color: #211e70;
    border-radius: 50px;
    color: #fff !important;
    border: 0px solid #211e70;
    opacity: 0.8;
}

.download_block .gform_description {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center !important;
    display: block;
    font-weight: 600 !important;
}

.download_block .gform_wrapper input[type=text] {
	text-align: center !important;
}

.download_block #gforms_confirmation_message {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center !important;
    display: block;
}

#gforms_confirmation_message .green-button {
    font-size: 16px !important;
    margin-bottom: 5px;
}
.download_block #gforms_confirmation_message a {
    color: #fff;
}

#gforms_confirmation_message h5 {
    color: #fff;
    margin-bottom: -10px;
}

.download_block .form-wrapper {
    margin: 0 auto !important;
    width: 95%;
}

.contact-confirmation h3 {
    color: #3f8fcd;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: none;
    padding: 10px 0;
    text-align: left;
}

.contact-confirmation p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    max-width: 750px;
}

/* GRAVITY FORM STYLES END */

/* FOOTER STYLES */

footer, .footer_bottom_holder {
	background-color: #e4eff7 !important;
}

footer .container_inner {
    position: relative;
    width: auto !important;
    max-width: 1680px !important;
}

.footer_top.footer_top_full {
    padding: 70px 50px 30px;
}

.footer-title {
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding-bottom: 5px;
}

.footer-text a {
	color: #211e70 !important;
}

.footer-text a:hover {
	text-decoration: underline;
}

.footer-badges {
	padding-top: 60px;
}

.footer-bottom-items {
	float: left !important;
}

.footer_bottom {
    display: inherit;
    text-align: left;
    line-height: 22px;
    height: 50px;
    width: 1%;
    vertical-align: middle;
    padding: 10px 0 0 50px;
}

.footer_bottom ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #5a5a5a;
    margin-right: 30px;
}

.footer_bottom ul li a:hover {
	color: #211e70;
	text-decoration: underline;
}

.social-icons {
    font-size: 35px !important;
    margin: 15px 20px 0 0;
    color: #3f8fcd !important;
}

/* FOOTER STYLES END */


/* DESKTOP BREAKPOINTS STYLES */

@media screen
and (min-width: 1025px)
and (max-width: 1279px) {

/* GLOBAL STYLES */
/* GLOBAL STYLES END */

/* GENERAL DESKTOP STYLES */

/* NAVIGATION STYLES */
/* NAVIGATION STYLES END */

/* HOME SERVICES HEADER */

.services-content {
    padding: 25px 35px;
}

.services-content p {
    font-size: 15px;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-family: "Open Sans", sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
    margin-top: 0px;
}

.service-title, .service-title-2, .service-title-3 {
	text-align: center;
}

/* HOME SERVICES HEADER END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADING STYLES */
/* HEADING STYLES STYLES END */

/* BODY STYLES */

.page-id-155 .map {
	width: 33.33333333% !important;
}

.page-id-155 .vc_col-sm-4 {
    width: 50%;
    max-width: 480px;
    min-width: 0px !important;
}

.page-id-155 .inspector-block {
	margin-bottom: 20px;
}

/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

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

/* FOOTER STYLES */

.footer_top_holder .vc_col-sm-6 {
    width: 100% !important;
    min-height: 200px;
}

.footer-title {
	margin-bottom: 0px !important;
}

.footer-text {
	margin-top: 0px !important;
}


/* FOOTER STYLES END */

}

@media screen
and (min-width: 1280px)
and (max-width: 1439px) {

/* GLOBAL STYLES */
/* GLOBAL STYLES END */

/* GENERAL DESKTOP STYLES */

/* NAVIGATION STYLES */
/* NAVIGATION STYLES END */

/* HOME SERVICES HEADER */

.services-content {
    padding: 35px 50px;
}

/* HOME SERVICES HEADER END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADING STYLES */
/* HEADING STYLES STYLES END */

/* BODY STYLES */
/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

@media screen 
and (min-width: 1440px)
and (max-width: 1679px) {

/* GLOBAL STYLES */
/* GLOBAL STYLES END */

/* GENERAL DESKTOP STYLES */

/* NAVIGATION STYLES */
/* NAVIGATION STYLES END */

/* HOME SERVICES HEADER */

.services-content {
    padding: 35px 50px;
}

/* HOME SERVICES HEADER END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADING STYLES */
/* HEADING STYLES STYLES END */

/* BODY STYLES */
/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

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

/* GLOBAL STYLES */
/* GLOBAL STYLES END */

/* GENERAL DESKTOP STYLES */

/* NAVIGATION STYLES */
/* NAVIGATION STYLES END */

/* HOME SERVICES HEADER */

.services-content {
    padding: 35px 50px;
}

/* HOME SERVICES HEADER END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADING STYLES */
/* HEADING STYLES STYLES END */

/* BODY STYLES */
/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

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

/* GLOBAL STYLES */
/* GLOBAL STYLES END */

/* GENERAL DESKTOP STYLES */

/* NAVIGATION STYLES */
/* NAVIGATION STYLES END */

/* HOME SERVICES HEADER */

.services-content {
    padding: 35px 50px;
}

/* HOME SERVICES HEADER END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADING STYLES */
/* HEADING STYLES STYLES END */

/* BODY STYLES */
/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

/* DESKTOP BREAKPOINTS STYLES END */

/* DESKTOP STYLES END */

/* STYLES FOR MOBILE */

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	
/* FULL WIDTH STYLES */

.full_width {
    display: block !important;
    margin: 0;
    max-width: 1024px;
    position: relative !important;
}

/* FULL WIDTH STYLES END */

/* NAV STYLES */

.q_logo img {
    display: block;
    opacity: 1;
    position: absolute;
    top: -20%;
    width: 180px !important;
    max-width: none;
    height: auto !important;
}

nav.main_menu > ul > li > a {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.main_menu>ul>li>a {
    padding: 0px 12px !important;
}

.menu-number span {
    font-size: 13px !important;
    line-height: 23px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

.fa-phone:before {
    margin: 0 3px 0 0;
    font-size: 12px;
    line-height: 23px !important;
    color: #3f8fcd !important;
    font-weight: 700;
}

header.sticky.sticky_animate {
    display: none !important;
}

.current-page-ancestor::after {
	display: none !important;
}

nav.mobile_menu ul li h4 {
	font-weight: 500 !important;
}

.current-page-ancestor {
    font-weight: 800 !important;
}

.current-page-ancestor a {
	color: #211e70 !important;
}

.menu-number span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

/* NAV STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADER STYLES */
/* HEADER STYLES END */

/* HOME SERVICES HEADER STYLES */

.services-block-overlay #services-block-1, .services-block-overlay #services-block-2, .services-block-overlay #services-block-3 {
    height: 565px!important;
}

.banner-bg:nth-of-type(3) {
    top: 565px!important;
}

.banner-bg:nth-of-type(4) {
    top: 1130px !important;
}

#building-inspections {
    background-position: right !important;
}

#meth-testing {
    background-position: right !important;
}

#asbestos-sampling {
    background-position: center !important;
}

.services-content p {
    max-width: 500px;
    margin: 20px auto;
}

.services-block-overlay .services-content {
    padding: 60px 20% 30px !important;
}

.services-content p {
    max-width: 420px !important;
}

.services-line {
    margin: 30px auto;
    max-width: 500px;
}

.services-content .learn-more {
    width: 126px !important;
}

.services-content {
    padding: 25px 30px !important;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-size: 16px !important;
    font-weight: 800;
    line-height: 22px !important;
    margin-top: 0px;
}

.service-title:before, .service-title-2:before, .service-title-3:before {
    margin: 2px 10px 0 10px !important;
}

.service-title, .service-title-2, .service-title-3 {
	text-align: center;
}

/* HOME SERVICES HEADER STYLES END */

/* HEADING STYLES */

.page-content-right h2 {
	width: auto !important;
}

/* HEADING STYLES END */

/* BODY STYLES */

html {
    -webkit-text-size-adjust: 100%;
}

p {
	font-size: 14px !important;
	line-height: 24px !important;
}

.services-list {
    display: inline-block;
    list-style-position: inside;
    list-style-type: square;
    margin-left: 18px;
}

.services-list li {
    color: #5a5a5a !important;
    font-family: "Open Sans";
    font-size: 14px !important;
    line-height: 24px !important;
    max-width: 630px;
    padding: 5px 0;
    text-indent: -18px;
}

.services-contact {
    display: block;
    padding: 0;
}

.page-id-155 .inspector-block {
    width: 50% !important;
    margin-bottom: 20px;
}

.profile-block {
	width: 55%;
}

.inspector-block {
	width: 45% !important;
}

.profile-button {
    width: 90.5%;
    min-width: 348px;
}

.ipad-hide {
	display: none;
}

.services-list {
	margin-left: 0px !important;
}

.services-list li {
	text-indent: -15px !important;
	margin-left: 20px !important;
}

.sidebar .recent_posts_with_excerpts h2 {
    font-size: 16px !important;
    line-height: 26px !important;
    display: inline;
}

aside.sidebar .widget h3 {
    color: #3f8fcd;
    display: inline;
    padding-left: 5px;
}

aside.sidebar .widget:not(.woocommerce) li {
	padding: 5px 15px;
}

.single-post .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page_not_found {
    margin: 60px 50px 100px;
}

/* BODY STYLES END */

/* FOOTER STYLES */
/* FOOTER STYLES END */

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

/* NAV STYLES */

.q_logo img {
    top: 25% !important;
}

.current-page-ancestor::after {
	display: none !important;
}

nav.mobile_menu ul li h4 {
	font-weight: 500 !important;
}

.current-page-ancestor {
    font-weight: 800 !important;
}

.current-page-ancestor a {
	color: #211e70 !important;
}

.menu-number span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

/* NAV STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADER STYLES */

.intro-left {
    max-width: 800px;
    transform: translate(15%,43%) !important;
}

.page-id-155 .intro-left /* MEET THE TEAM */ {
    max-width: 460px;
    transform: translate(15%,42%) !important;
}

.page-id-536 .intro-left-2 /* ASBESTOS SAMPLING */ {
    max-width: 700px;
    transform: translate(8%,45%) !important;
}

.page-id-385 .intro-left-2 /* BUILDING INSPECTIONS */ {
    max-width: 700px;
    transform: translate(10%,55%) !important;
}

.page-id-534 .intro-left-2 /* METH TESTING */ {
    max-width: 700px;
    transform: translate(8%,47%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-ASBESTOS*/ {
    max-width: 700px;
    transform: translate(8%,45%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-BUILDING*/ {
    max-width: 700px;
    transform: translate(10%,55%) !important;
}

.page-id-1566 .intro-left-2 /* LANDING-METH*/ {
    max-width: 700px;
    transform: translate(0%,0%) !important;
}

.page-id-658 .intro-left /* NEWS */ {
    max-width: 700px;
    transform: translate(9%,55%) !important;
}

.page-id-295 .intro-left /* CONTACT */ {
    max-width: 700px;
    transform: translate(12%,55%) !important;
}

.page-id-986 .intro-left /* TERMS OF TRADE */ {
    max-width: 700px;
    transform: translate(15%,35%) !important;
}

.page-id-1001 .intro-left /* POLICY AND TERMS */ {
    max-width: 840px;
    transform: translate(15%,35%) !important;
}

.team-map {
    transform: translate(5%,40%);
    width: 180px;
}

/* HEADER STYLES END */

/* HOME SERVICES HEADER STYLES */

.service-title, .service-title-2, .service-title-3 {
	text-align: center;
}

.services-block-overlay #services-block-1, .services-block-overlay #services-block-2, .services-block-overlay #services-block-3 {
    height: 565px!important;
}

.banner-bg:nth-of-type(3) {
    top: 565px!important;
}

.banner-bg:nth-of-type(4) {
    top: 1130px !important;
}

#building-inspections {
    background-position: right !important;
}

#meth-testing {
    background-position: right !important;
}

#asbestos-sampling {
    background-position: center !important;
}

.services-content p {
    max-width: 500px;
    margin: 20px auto;
}

.services-block-overlay .services-content {
    padding: 60px 20% 30px !important;
}

.services-content p {
    max-width: 420px !important;
}

.services-line {
    margin: 30px auto;
    max-width: 500px;
}

.services-content .learn-more {
    width: 126px !important;
}

.services-content {
    padding: 25px 30px !important;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-size: 16px !important;
    font-weight: 800;
    line-height: 22px !important;
    margin-top: 0px;
}

.service-title:before, .service-title-2:before, .service-title-3:before {
    margin: 2px 10px 0 10px !important;
}

.services-content .learn-more {
    margin: 0 auto !important;
    width: 130px !important;
    display: block !important;
}

/* HOME SERVICES HEADER STYLES END */

/* HEADING STYLES */

.intro-left-2 h1 {
    font-size: 45px;
    line-height: 55px;
}

/* HEADING STYLES END */

/* BODY STYLES */

html {
    -webkit-text-size-adjust: 100%;
}

.full_width {
    position: relative !important;
    max-width: 768px !important;
    display: block !important;
    margin: 0px auto !important;
}

.content .content_inner > .full_width > .full_width_inner {
	padding-top: 0 !important;
}

.profile-block {
	width: 50%;
}

.inspector-block {
	min-width: 0 !important;
    width: 50%;
}

.inspector-text {
    min-width: 0 !important;
}

.inspector-image .vc_single_image-img {
    min-width: 0 !important;
}

.profile-block .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 0px !important;
}

.profile-button {
    width: 100%;
    min-width: 230px;
}

.intro-left-2 p {
    color: #fff !important;
    display: block;
    max-width: 540px;
}

.page-id-1001 .content, .page-id-986 .content {
    margin-top: -80px !important;
}

#deals {
	margin-top: -80px !important
}

.two_columns_66_33>.column1 {
    width: 60%;
    float: left;
}

.two_columns_66_33>.column2 {
    width: 40%;
    float: left;
}

aside.sidebar .widget:not(.woocommerce) li {
    padding: 0 !important;
}

.content .full_width h2, .content .container_inner.default_template_holder h2 {
	font-size: 20px !important;
}

.mobile-hide {
	display: none !important;
}

.service-image img {
    height: 100% !important;
    max-width: 100% !important;
}

.service-image {
    max-height: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
}

.page-id-385 .vc_col-sm-6, .page-id-534 .vc_col-sm-6, .page-id-536 .vc_col-sm-6 {
	width: 100%;
}

.ipad-port_padding {
	padding: 0px !important;
}

.ipad-port_padding .vc_column-inner {
	padding-left: 0px !important;
}

.ipad-sep {
	margin: 60px 0px !important;
	padding: 0px !important;
}

.ipad-port_content {
	padding: 60px 0 !important;
}

.page-id-385 .page-content-left, .page-id-534 .page-content-left {
	padding-left: 20px !important;
}

.page-id-155 .inspector-text {
    min-width: 229px !important;
}

.page-id-155 .inspector-text .icon {
	display: none !important;
}

.page-id-155 .inspector-block {
	margin-bottom: 40px;
}

.page_not_found {
    margin: 0px 0 100px;
}

/* BODY STYLES END */

/* FOOTER STYLES */

.footer_top_holder .vc_col-sm-6 {
    width: 100% !important;
    min-height: 200px;
}

.footer-title {
	margin-bottom: 0px !important;
}

.footer-text {
	margin-top: 0px !important;
}

/* FOOTER STYLES END */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 381px)
and (max-width : 767px)
and (orientation : landscape) {
	
.overviewBlock .intro-left-2 {
    padding: 75px 50px !important;
}

	
.mb_mar {
	margin-top: 40px;
}

/* NAV STYLES */

nav.mobile_menu ul li {
    padding: 10px 0 10px 20px;
}

.q_logo img {
    top: 25% !important;
}

.current-page-ancestor::after {
	display: none !important;
}

nav.mobile_menu ul li h4 {
	font-weight: 500 !important;
}

.current-page-ancestor {
    font-weight: 800 !important;
}

.current-page-ancestor a {
	color: #211e70 !important;
}

.menu-number span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

.header_bottom {
    padding: 0 5px !important;
}

/* NAV STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADER STYLES */

.search .title.with_background_color {
	height: 200px !important;
}

.search .content .title .container_inner {
    padding: 30px !important;
    width: auto;
}

.page-id-534 .intro-left-2, .intro-left-2, .page-id-536 .intro-left-2, .page-id-385 .intro-left-2, .page-id-295 .intro-left, .page-id-1001 .intro-left, .page-id-986 .intro-left, .page-id-1527 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 30px 50px !important;
}

.page-id-658 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 0px 50px !important;
}

.page-id-155 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 30px 50px !important;
}

.page-id-385 .header-height, .page-id-295 .header-height {
    max-height: 100% !important;
    min-height: 0px !important;
    margin-bottom: 30px !important;
    background-position: right !important;
}

.team-map {
    display: none !important;
}

.header-height {
	background-image: none !important;
	margin-bottom: 30px !important;
}

.header-height {
    max-height: 100% !important;
    min-height: 0 !important;
}

.bg-colour {
    height: auto;
}

/* HEADER STYLES END */

/* HOME SERVICES HEADER STYLES */

.service-title, .service-title-2, .service-title-3 {
	text-align: center;
}

.services-block-overlay #services-block-1, .services-block-overlay #services-block-2, .services-block-overlay #services-block-3 {
    height: 555px!important;
}

.banner-bg:nth-of-type(3) {
    top: 555px!important;
}

.banner-bg:nth-of-type(4) {
    top: 1110px !important;
}

#building-inspections {
    background-position: right !important;
}

#meth-testing {
    background-position: right !important;
}

#asbestos-sampling {
    background-position: center !important;
}

.services-content p {
    max-width: 500px;
    margin: 20px auto;
}

.services-block-overlay .services-content {
    padding: 40px 5% 30px !important;
}

.services-content p {
    max-width: 420px !important;
}

.services-line {
    margin: 30px auto;
    max-width: 500px;
}

.services-content .learn-more {
    width: 126px !important;
}

.services-content {
    padding: 25px 30px !important;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-size: 16px !important;
    font-weight: 800;
    line-height: 22px !important;
    margin-top: 0px;
}

.service-title:before, .service-title-2:before, .service-title-3:before {
    margin: 2px 10px 0 10px !important;
}

.services-content .learn-more {
    margin: 0 auto !important;
    width: 130px !important;
    display: block !important;
}

/* HOME SERVICES HEADER STYLES END */

/* HEADING STYLES */

.intro-left h1 {
    font-size: 30px;
    line-height: 40px;
}

.intro-left-2 h1 {
    font-size: 30px;
    line-height: 40px;
}

.the-house h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
}

.single-post .blog_holder article h2 span {
    font-size: 30px !important;
    line-height: 40px !important;
}

/* HEADING STYLES END */

/* BODY STYLES */

html {
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0 10px !important;
}

.full_width {
    position: relative !important;
    max-width: 768px !important;
    display: block !important;
    margin: 0px auto !important;
}

p {
	font-size: 16px !important;
	line-height: 26px !important;
}

.content .content_inner > .full_width > .full_width_inner {
	padding-top: 0 !important;
}

.profile-block {
    width: 49%;
}

.profile-block p {
    max-width: 290px;
}

.inspector-block {
	min-width: 0 !important;
    width: 49%;
    margin-bottom: 40px;
}

.inspector-block .inspector-text {
    min-width: 0 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.inspector-image .vc_single_image-img {
    min-width: 0 !important;
}

.profile-block .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 0px !important;
}

.profile-button {
    width: 176px !important;
    min-width: 0;
}

.profile-button .icon {
	display: none !important;
}

.intro-left-2 p {
    color: #fff !important;
    display: block;
    max-width: 540px;
}

.page-id-1001 .content, .page-id-986 .content {
    margin-top: -80px !important;
}

aside.sidebar .widget:not(.woocommerce) li {
    padding: 0 !important;
}

.content .full_width h2, .content .container_inner.default_template_holder h2 {
	font-size: 20px !important;
}

.mobile-hide {
	display: none !important;
}

.service-image img {
    height: 100% !important;
    max-width: 100% !important;
}

.service-image {
    max-height: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
}

.page-id-385 .vc_col-sm-6, .page-id-534 .vc_col-sm-6, .page-id-536 .vc_col-sm-6 {
	width: 100%;
}

.ipad-port_padding {
	padding: 0px !important;
}

.ipad-port_padding .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ipad-sep {
	margin: 60px 0px !important;
	padding: 0px !important;
}

.ipad-port_content {
	padding: 60px 0 !important;
}

.page-id-385 .page-content-left, .page-id-534 .page-content-left {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.page-id-155 .inspector-text {
    min-width: 0 !important;
    padding: 30px 20px !important;
    min-height: 510px;
}

.page-id-155 .inspector-text .icon {
	display: none !important;
}

.page-id-155 .inspector-block {
	margin-bottom: 40px;
}

.page-id-155 .inspector-block .vc_column-inner {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.page-id-155 .inspector-block .green-button {
	padding: 12px 15px !important;
}

.deal img {
	max-width: 200px;
}

.partners-img {
	padding: 15px 0;
}

.green-button-line, .green-button {
	font-size: 14px !important;
}

.next-page-left-inner {
    display: block;
    margin: 0 auto;
    padding: 30px 0 30px 15px;
}

.next-page-right-inner {
    display: block;
    margin: 0 auto;
    padding: 30px 15px 30px 0px;
}

.next-page-left-inner p, .next-page-right-inner p {
	font-size: 22px !important;
	line-height: 22px !important;
}

.next-page-left, .next-page-right {
	width: 30% !important;
}

.download_block {
    width: 100%;
    float: none;
    margin: 0 auto;
    background-color: #3F8FD0;
    padding: 30px 0;
    border-radius: 18px;
}

.download_block .form-wrapper {
    margin: 0 auto !important;
    width: 90%;
}

.download_block #gforms_confirmation_message {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center !important;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.licensees ul {
    list-style: none !important;
}

.licensees li {
    max-width: 100%;
}

.blog_holder.masonry_full_width article h4 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}

.single-post .column1 {
	width: 100% !important;
}

.single-post .column2 {
	display: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 100% !important;
}

.terms {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.services-contact {
    padding: 0;
}

.services-list {
	text-indent: -20px;
}

.inspector-areas {
	text-indent: -20px;
}

.inspector-areas li {
	margin-left: -10px;
	text-indent: -20px;
}

.services-list li {
	margin-left: 20px;
}

.mobile-img .vc_column-inner {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.search-results .blog_holder.blog_large_image {
    margin: 20px 0 !important;
}

.search-results .blog_holder article .post_text .post_text_inner {
    padding: 30px;
}

.page_not_found {
    margin: -60px 0 60px;
}

/* BODY STYLES END */

/* FOOTER STYLES */

.footer_top_holder .vc_col-sm-6 {
    width: 100% !important;
    min-height: 170px;
}

.footer-title {
	margin-bottom: 0px !important;
}

.footer-text {
	margin-top: 0px !important;
}

.footer-badges {
	display: none !important;
}

.footer_bottom {
    display: inline-block;
    text-align: center !important;
    line-height: 22px;
    height: auto !important;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 30px !important;
}

.footer_bottom ul {
    text-align: left;
}

.footer_bottom ul li {
    margin-right: 0;
    text-align: left;
    padding: 0 0 0 0px;
    display: block;
}

.footer_top .two_columns_50_50 .column1, .footer_top .two_columns_50_50 .column2 {
    margin: 0 !important;
}

.footer_top .column_inner>div {
    margin: 0 !important;
}

.social-icons {
    margin: 0 20px 0 0;
}

/* FOOTER STYLES END */

}

/* Smartphone (portrait) ----------- */
@media only screen 
and (max-width : 415px)
and (orientation : portrait) {
	
.overviewBlock .intro-left-2 {
    padding: 75px 50px !important;
}	
	
.mb_mar {
	margin-top: 40px;
}	

/* NAV STYLES */

.q_logo img {
    top: 25% !important;
}

.current-page-ancestor::after {
	display: none !important;
}

nav.mobile_menu ul li h4 {
	font-weight: 500 !important;
}

.current-page-ancestor {
    font-weight: 800 !important;
}

.current-page-ancestor a {
	color: #211e70 !important;
}

.menu-number span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #3f8fcd !important;
}

.header_bottom {
    padding: 0 5px !important;
}

/* NAV STYLES END */

/* SLIDER STYLES */
/* SLIDER STYLES END */

/* HEADER STYLES */

.search .title.with_background_color {
	height: 200px !important;
}

.search .content .title .container_inner {
    padding: 30px !important;
    width: auto;
}

.page-id-534 .intro-left-2, .intro-left-2, .page-id-536 .intro-left-2, .page-id-385 .intro-left-2, .page-id-295 .intro-left, .page-id-1001 .intro-left, .page-id-986 .intro-left, .page-id-1527 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 30px 50px !important;
}

.page-id-658 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 0px 50px !important;
}

.page-id-155 .intro-left {
    max-width: 100% !important;
    transform: translate(0%,0%) !important;
    padding: 40px 30px 50px !important;
}


.page-id-385 .header-height, .page-id-295 .header-height {
    max-height: 100% !important;
    min-height: 0px !important;
    margin-bottom: 30px !important;
    background-position: right !important;
}

.team-map {
    display: none !important;
}

.header-height {
	background-image: none !important;
	margin-bottom: 30px !important;
}

.header-height {
    max-height: 100% !important;
    min-height: 0 !important;
}

.bg-colour {
    height: auto;
}

/* HEADER STYLES END */

/* HOME SERVICES HEADER STYLES */

.service-title, .service-title-2, .service-title-3 {
	text-align: center;
}

.services-block-overlay #services-block-1, .services-block-overlay #services-block-2, .services-block-overlay #services-block-3 {
    height: 555px!important;
}

.banner-bg:nth-of-type(3) {
    top: 555px!important;
}

.banner-bg:nth-of-type(4) {
    top: 1110px !important;
}

#building-inspections {
    background-position: right !important;
}

#meth-testing {
    background-position: right !important;
}

#asbestos-sampling {
    background-position: center !important;
}

.services-content p {
    max-width: 500px;
    margin: 20px auto;
}

.services-block-overlay .services-content {
    padding: 40px 5% 30px !important;
}

.services-content p {
    max-width: 420px !important;
}

.services-line {
    margin: 30px auto;
    max-width: 500px;
}

.services-content .learn-more {
    width: 126px !important;
}

.services-content {
    padding: 25px 30px !important;
}

.service-title a, .service-title-2 a, .service-title-3 a {
    font-size: 16px !important;
    font-weight: 800;
    line-height: 22px !important;
    margin-top: 0px;
}

.service-title:before, .service-title-2:before, .service-title-3:before {
    margin: 2px 10px 0 10px !important;
}

.services-content .learn-more {
    margin: 0 auto !important;
    width: 130px !important;
    display: block !important;
}

/* HOME SERVICES HEADER STYLES END */

/* HEADING STYLES */

.intro-left h1 {
    font-size: 30px;
    line-height: 40px;
}

.intro-left-2 h1 {
    font-size: 30px;
    line-height: 40px;
}

.the-house h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
}

.single-post .blog_holder article h2 span {
    font-size: 30px !important;
    line-height: 40px !important;
}

.contact h3 {
	width: 93%;
}

.contact_form .vc_column-inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

/* HEADING STYLES END */

/* BODY STYLES */

.single-post .content .content_inner > .container > .container_inner.default_template_holder {
	padding-top: 10px !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0 10px !important;
}

.full_width {
    position: relative !important;
    max-width: 768px !important;
    display: block !important;
    margin: 0px auto !important;
}

.content .content_inner > .full_width > .full_width_inner {
	padding-top: 0 !important;
}

.profile-block {
    width: 100%;
}

.profile-block p {
    max-width: 290px;
}

.inspector-block {
	min-width: 0 !important;
    width: 100%;
    margin-bottom: 40px;
}

.inspector-text {
    min-width: 0 !important;
}

.inspector-image .vc_single_image-img {
    min-width: 0 !important;
}

.profile-block .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 0px !important;
}

.profile-button {
    width: 80%;
    min-width: 0;
}

.profile-button .icon {
	display: none !important;
}

.intro-left-2 p {
    color: #fff !important;
    display: block;
    max-width: 540px;
}

.page-id-1001 .content, .page-id-986 .content {
    margin-top: -80px !important;
}

aside.sidebar .widget:not(.woocommerce) li {
    padding: 0 !important;
}

.content .full_width h2, .content .container_inner.default_template_holder h2 {
	font-size: 20px !important;
	line-height: 30px !important;
}

.mobile-hide {
	display: none !important;
}

.service-image img {
    height: 100% !important;
    max-width: 100% !important;
}

.service-image {
    max-height: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
}

.page-id-385 .vc_col-sm-6, .page-id-534 .vc_col-sm-6, .page-id-536 .vc_col-sm-6 {
	width: 100%;
}

.ipad-port_padding {
	padding: 0px !important;
}

.ipad-port_padding .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ipad-sep {
	margin: 60px 0px !important;
	padding: 0px !important;
}

.ipad-port_content {
	padding: 60px 0 !important;
}

.page-id-385 .page-content-left, .page-id-534 .page-content-left {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.page-id-155 .inspector-text {
    padding: 26px !important;
    min-width: 0px !important;
}

.page-id-155 .inspector-text .green-button {
	padding: 10px 25px !important;
	font-size: 13px !important;
	bottom: 40px;
}

.page-id-155 .q_accordion_holder.accordion.boxed div.accordion_content_inner {
    padding: 30px 0 0;
}

.page-id-155 .inspector-text .icon {
	display: none !important;
}

.page-id-155 .inspector-block {
	margin-bottom: 40px;
}

.page-id-155 .inspector-block .vc_column-inner {
	padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.q_accordion_holder.accordion.boxed h3 {
    font-size: 14px;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
	padding: 0px 15px;
}

.deal img {
	max-width: 200px;
}

.partners-img {
	padding: 15px 0;
}

.green-button-line, .green-button {
	font-size: 14px !important;
}

.next-page-left-inner {
    display: block;
    margin: 0 auto;
    padding: 30px 0 30px 15px;
}

.next-page-right-inner {
    display: block;
    margin: 0 auto;
    padding: 30px 15px 30px 0px;
}

.next-page-left-inner p, .next-page-right-inner p {
	font-size: 18px !important;
	line-height: 20px !important;
}

.licensees ul {
    list-style: none !important;
}

.licensees li {
    max-width: 260px;
}

.blog_holder.masonry_full_width article h4 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}

.single-post .column1 {
	width: 100% !important;
}

.single-post .column2 {
	display: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 100% !important;
}

.terms {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.services-contact {
    padding: 0;
}

.services-list {
	text-indent: -20px;
}

.services-list li {
	margin-left: 20px;
}

.inspector-areas {
	text-indent: -20px;
	margin-left: 0px;
}

.inspector-areas li {
	margin-left: -10px;
	text-indent: -20px;
}

.mobile-img .vc_column-inner {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.terms .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.mobile-icon .icon {
	display: none !important;
}

.services-content .services-book {
	font-size: 14px !important;
}

.search-results .blog_holder article .post_text .post_text_inner {
    padding: 30px;
}

.search-results .blog_holder.blog_large_image {
    margin: 20px 0 !important;
}

.search .content .container .container_inner.default_template_holder {
    padding: 0px !important;
}

.search .content .title .container_inner {
    padding: 0 25px !important;
}

.page_not_found {
    margin: -40px 0 60px;
}

/* BODY STYLES END */

/* FOOTER STYLES */

.footer_top_holder .vc_col-sm-6 {
    width: 100% !important;
    min-height: 170px;
}

.footer-title {
	margin-bottom: 0px !important;
}

.footer-text {
	margin-top: 0px !important;
}

.footer-badges {
    display: none;
}

.footer_bottom {
    display: inline-block;
    text-align: center !important;
    line-height: 22px;
    height: auto !important;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 30px !important;
}

.footer_bottom ul {
    text-align: left;
}

.footer_bottom ul li {
    margin-right: 0;
    text-align: left;
    padding: 0 0 0 8px;
    display: block;
}

.footer_top .two_columns_50_50 .column1, .footer_top .two_columns_50_50 .column2 {
    margin: 0 !important;
}

.footer_top .column_inner>div {
    margin: 0 !important;
}

.footer_top.footer_top_full {
    padding: 70px 10px 30px;
}
}

/* FOOTER STYLES END */

/*STYLES FOR MOBILE ENDS*/

a.cat-button {
    padding: 12px 25px !important;
    background-color: #3f8fcd;
    border-radius: 50px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
}

a.cat-green-button {
    padding: 12px 25px !important;
    background-color: #211e70;
    border-radius: 50px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
}



a.cat-button:hover,
a.cat-green-button:hover {
    opacity: 0.8;
}

#cat-button-Row {
	padding:25px 0 30px 0;
    background: #e4eff7;
}

.gfield[class*="gfield_product"] {
	position: static;
	top: -100px;
	left: -100px;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden;
}

input#input_12_16_1,
input#input_1_9_1,
input#input_12_16_3,
input#input_12_16_5,
input#input_1_9_3,
input#input_1_9_5,
input#input_13_9_1,
input#input_13_9_3,
input#input_13_9_5 {
	 width: 100% !important;
}

sup {
	    vertical-align: super;
    font-size: smaller;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
	border: 1px solid #eeeeee;
}


.hidden {
	display: none !important;
}

@media (min-width: 1198px) {

	.home footer,
	footer {
		margin-bottom: 156px !important;
		border-bottom: 25px solid white;
	}
	
	.floating-footer {
		position: fixed;
		bottom: 0;
		border-bottom: 25px solid white;
		z-index: 10000;
		width: 100%;
		    width: calc(100% - 50px);
		background: #e4eff7 !important;
	}
	
	#livechat-compact-container {
		display: none !important;
	}
}

@media (min-width: 962px) and (max-width: 1198px) {

	.home footer,
	footer {
		margin-bottom: 212px !important;
		border-bottom: 25px solid white;
	}
	
	.floating-footer {
		position: fixed;
		bottom: 0;
		border-bottom: 25px solid white;
		z-index: 10000;
		width: 100%;
		    width: calc(100% - 50px);
		background: #e4eff7 !important;
	}
	
	#livechat-compact-container {
		display: none !important;
	}
}

@media (min-width: 1151px) {

	body.home,
	body.home .wrapper_inner {
		overflow: visible !important;
	}
	
	body.home header.stick {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1001;
		background: white;
		opacity: 1 !important;
	}
	
	body.home header.stick .header_top_bottom_holder {
    	padding: 0 0 !important;
    	
	}

	body.home .vc_row:not(#serviceRow) + #cat-button-Row {
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		z-index: 100;
	}
}