/**
	Theme Name: Geraldton House Inspection
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.0
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/**
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300); */

/**
 * 2.0 Base
 *
 * This is the Default/Standard CSS
 * 
 * -----------------------------------------------------------------------------
 */

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.single-post .post-date,
.blog-container .post-date,
.search-form input[type="submit"] {
	background-color: #86c0eb;
	color: #fff;
}

/*
*	Main theme color - 2
*/
.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
	background-color: #7DB7E1;
}


/*
*	General style
*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
	color: #444;
}

h1, .h1 {
	font-size: 39px;
}

h2, .h2 {
	font-size: 31px;
}

h3, .h3 {
	font-size: 27px ;
}

h4, .h4 {
	font-size: 22px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

a,
a:visited {
	color: #00b8d4;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none;
	outline: none;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: none;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ol li{
	list-style: decimal;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hide {
    display: none;
}

.small-text {
	font-size: 11px;
}

.hide-widget-title .widgettitle {
	display: none;
}

.nmb {
	margin-bottom: 0;
}

.btn, .button,
input[type="submit"],
input[type="button"] {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.post-edit-link {
	display: none;
}

img.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
	.wrapper, .wrap,
	.content-sidebar-wrap {
		width: 960px;
		max-width:96%;
		margin: 0 auto;
	}

    .wrapper-1200{
        width: 1200px;
        max-width:98%;
		margin: 0 auto;
    }
	
	.wrap:after,
	.wrapper:after {
		content: '';
		display: block;
		clear: both;
	}

	.cols-wrapper {
		display: inline-block;
		width: 100%;
	}
	
	/* .site-inner {
		line-height: 0;
	} */

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn,
.button{
	background: #86c0eb;
	padding: 12px 30px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.button{
	border: none;
	border-radius: 5px;
}

.btn:visited,
a.btn:visited,
.button:visited,
a.button:visited{
	color: #fff;
}

.round {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.btn:hover,
.button:hover{
	background: #7db7e1;
	color: #fff;
}

.inspection-btn {
	position: relative;
	padding: 12px 60px 12px 30px;
}

.inspection-btn:after {
	content: '';
	display: inline-block;
	background-image: url(images/header-sprites.png);
	background-position: -0px -462px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -16px;
}

.btn.medium {
	padding: 12px 60px;
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/



	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	/*
	* Header 1
	*/
	.header-1 .site-header {
		position: relative;
		padding: 5px 0 5px;
		z-index: 10;
		background: #ffffff;
	}

	.header-1 .site-header .wrap {
		width: 1200px;
	}
	
	.header-1 .nav-primary .wrap {
		width: 1235px;
	}

	.header-1 .nav-primary {
		background: #fff;
		position: relative;
		z-index: 20;
	}

	.header-1 .home-slider {
		z-index: 1;
	}

	.header-1 .title-area {
		float: left;
	}

	.header-1 .header-widget-area {
		float: right;
		margin-top: 25px;
	}

	.header-1 .header-widget-area .social-icons {
		display: inline-block;
		margin-right: 10px;
		line-height: 1;
		vertical-align: top;
		margin-top: 4px;
	}
	
	.header-1 .header-widget-area .phone-num-container {
		display: inline-block;
		padding: 0;
		line-height: 1;
		position: relative;
		top: 6px;
	}
	
	.header-1 .header-widget-area .inspection-btn {
		margin-left: 10px;
		font-size: 13px;
	}
	
	.phone-num-container .phone-num {
		color: #5492c0;
		font-size: 22px;
		position: relative;
		padding-left: 38px;
	}
	
	.phone-num-container .phone-num:before {
		content: '';
		display: inline-block;
		background-image: url(images/header-sprites.png);
		background-position: -0px -0px;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		margin-top: -16px;
		left: 0;
	}

	.social-icons a {
		text-indent: -9999px;
		display: inline-block;
		background-image: url(images/header-sprites.png);
		width: 40px;
		height: 40px;
		border: 2px solid #5492c0;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		margin-right: 2px;
	}
	
	.social-icons a:hover {
		border-color: #7db7e1;
	}
	
	.social-icons a:last-child {
		margin-right: 0;
	}

	.social-icons .facebook {
		background-position: 3px -39px;
	}
	
	.social-icons .facebook:hover {
		background-position: 3px -249px;
	}
	
	.social-icons .twitter {
		background-position: 3px -81px;
	}
	
	.social-icons .twitter:hover {
		background-position: 3px -291px;
	}

	.social-icons .gplus {
		background-position: 3px -123px;
	}
	
	.social-icons .gplus:hover {
		background-position: 3px -333px;
	}

	.social-icons .linkedin {
		background-position: 3px -167px;
	}
	
	.social-icons .linkedin:hover {
		background-position: 3px -377px;
	}

	.social-icons .youtube {
		background-position: 3px -207px;
	}
	
	.social-icons .youtube:hover {
		background-position: 3px -417px;
	}
	
	.header-1 .genesis-nav-menu {
		/* display: table; */
		width: 100%;
		padding: 5px 0;
        text-align: center;
	}

	.header-1 .genesis-nav-menu li {
		position: relative;
		display: inline-block;
	}
	
	.header-1 .genesis-nav-menu > li {
		/* margin-right: 113px; */
		/* margin-right: 88px; */
		margin-right: 56px;
	}
	
	.header-1 .genesis-nav-menu > li:last-child {
		margin-right: 0;
		position: relative;
		right: -10px;
	}
	
	.header-1 .genesis-nav-menu > li:nth-child(1) {
		/* margin-left: -8px; */
	}

	.header-1 .genesis-nav-menu > li > a:hover:after,
	.header-1 .genesis-nav-menu > li:hover > a:after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		display: block;
		width: 100%;
		height: 5px;
		background: #86c0eb;	
	}
	
	.header-1 .genesis-nav-menu > li.current-menu-item > a {
		font-weight: 700;
	}

	.header-1 .genesis-nav-menu a {
		display: block;
		position: relative;
		padding: 10px 25px;
		text-align: center;
		font-size: 14px;
		color: #4a4f57;
		line-height: 1;
	}

	.header-1 .genesis-nav-menu a:hover {
		text-decoration: none;
	}

	/* Sub Menu */
	.header-1 .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 100%;
		opacity: 0;
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out;
		z-index: 999;
		clear: both;
	}

	.header-1 .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.header-1 .sub-menu li {
		display: inline-block;
		width: 100%;
	}

	.header-1 .genesis-nav-menu .sub-menu a {
		position: relative;
		padding: 10px 20px;
		/* max-width: 100%; */
		width: 180px;
		border-top: none;
		background-color: rgba(134, 192, 235, 1);
		color: #ffffff;
		text-align: left;
	}

	.header-1 .genesis-nav-menu .sub-menu a:hover {
		background-color: #fff;
		color: #666;
	}

	/* Slider */
	.header-1 .ls-fullwidth .ls-playvideo,
	.header-1 .ls-fullwidth .ls-nav-sides,
	.header-1 .ls-fullwidth .ls-nav-prev,
	.header-1 .ls-fullwidth .ls-nav-next,
	.header-1 .ls-fullwidth .ls-nav-start,
	.header-1 .ls-fullwidth .ls-nav-stop,
	.header-1 .ls-fullwidth .ls-fullscreen,
	.header-1 .ls-fullwidth .ls-loading-container {
		background-image: url(images/slider-skin-1.png);
	}
	
	.home-slider .center-layer {
		display: block!important;
		width: 100%!important;
		left: 0!important;
		text-align: center;
	}
	
	.home-slider .btn {
		font-size: 15px;
		padding: 10px 40px;
	}
	
	.home-slider .ls-layer img.ls-bg {
		
	}
	
	.home-slider .ls-layer.ls-active {
	}
	/* End Header 1 */
	
	/* Home */
	/* Content Two Sections */	
	.content-2-sections {
		display: inline-block;
		width: 100%;
		height: 550px;
		position: relative;
	}

	.content-2-sections .wrapper {
		width: 1100px;
		height: 550px;
	}

	.content-2-sections .bg-left,
	.content-2-sections .bg-right {
		position: absolute;
		height: 100%;
		width: 50%;
	}

	.content-2-sections .bg-left {
		background: #252627 url(images/content-left-bg.jpg) no-repeat;
		background-size: cover;
		/*background-position-x: -92px;*/
		left: 0;
	}

	.content-2-sections .bg-right {
		background: #ffffff;
		right: 0;
	}

	.content-2-sections .content-left,
	.content-2-sections .content-right {
		float: left;
		padding-top: 65px;
		height: 100%;
		width: 50%;
		position: relative;
	}

	.content-2-sections .content-left {
		width: 50%;
		background: transparent !important;
		color: #fff;
	}
	
	.content-2-sections .gform_wrapper .top_label input.large,
	.content-2-sections .gform_wrapper .top_label select.large,
	.content-2-sections .gform_wrapper .top_label textarea.textarea,
	.content-2-sections .mc-field-group input[type=text],
	.content-2-sections .mc-field-group input[type=email]{
		width: 100%;
	}

	.content-2-sections .content-right {
		background: #fff;
		color: #4a4f57;
		width: 50%;
		position: relative;
	}
	
	.content-two-sections-1 .content-right:before{
		content: '';
		display: inline-block;
		width: 10px;
		height: 22px;
		position: absolute;
		top: 50%;
		left: -10px;
		margin-top: -11px;
		background: url(images/div-left-tip.png);
	}

	.content-2-sections .content-right .widget-title {
		font-size: 27px;
		margin-bottom: 78px;
	}

	.content-2-sections .content-left .inner {
		width: 440px;
		max-width: 100%;
	}

	.content-2-sections .content-left .inner {
		float: right;
	}

	.content-2-sections .content-right .inner {
		float: left;
		width: 460px;
		max-width: 100%;
		margin-left: 52px;
	}

	.content-2-sections .content-left .inner-wrapper {
		width: 388px;
		max-width: 100%;
		text-align: center;
	}
	
	.content-2-sections .content-left .widget-title {
		font-size: 27px;
		width: 320px;
		max-width: 100%;
		margin: 0 auto 30px;
		color: #fff;
		line-height: 1.3;
	}

	.content-2-sections .content-right p {
		margin-bottom: 18px;
	}
		
	.content-two-sections-1 .content-left {
		
	}
	
	.content-2-sections .gform_wrapper input[type=text],
	.content-2-sections .gform_wrapper input[type=email],
	.content-2-sections .mc-field-group input[type=text],
	.content-2-sections .mc-field-group input[type=email] {
		background: none;
		border: 2px solid #fff;
		margin-bottom: 30px;
		padding: 13px;
		border-radius: 3px;
		font-size: 14px;
        width: 100%;
	}

	.content-2-sections .mc-field-group input[type=text]:focus,
	.content-2-sections .mc-field-group input[type=email]:focus{
		outline: none;
	}
	
	.content-2-sections .gform_wrapper .gform_footer input.button,
	.content-2-sections .gform_wrapper .gform_footer input[type=submit],
	#mc_embed_signup_scroll input[type=submit]{
		display: block;
		width: 100%;
		background: #fff;
		border: none;
		font-size: 14px;
		color: #5492c0;
		font-weight: 700;
		padding: 13px;
		border-radius: 4px;
	}

    .content-2-sections .gform_wrapper .gfield_captcha{
        opacity: 0.8;
    }

    .content-2-sections .gfield_captcha_container{
        margin-top: 25px;
    }

    .content-2-sections .gform_wrapper .gfield_captcha_input_container {
        padding-top: 3px;
        width: 220px;
        max-width: 100%;
        float: right;
    }
	
	.content-2-sections .gform_wrapper .gform_footer input.button:hover,
	.content-2-sections .gform_wrapper .gform_footer input[type=submit]:hover,
	#mc_embed_signup_scroll input[type=submit]:hover {
		background: #5492c1;
		color: #fff;
	}

	#mc_embed_signup_scroll input[type=submit]:focus {
		outline: none;
	}
	
	.content-2-sections .gform_wrapper .gform_footer {
		margin-top: 0;
		padding-top: 0;
	}
	
	/* Home CTA */
	.call-to-action-1 .title-container h3 {
		font-family: 'Oswald', sans-serif;
		font-size: 44px;
		font-weight: 400;
	}

	.call-to-action-1 .title-container .gold {
		color: #f5b433;
	}

	.call-to-action-1 .wrapper {
		position: relative;
		text-align: center;
	}

	.call-to-action-1 .lower-title {
		font-size: 22px;
	}

	.call-to-action-1 .title-container,
	.call-to-action-1 .lower-title {
		text-transform: uppercase;
	}

	.call-to-action-1 {
		position: relative;
		padding: 100px 0px 80px;
		margin-top: -5px;
	}
	
	.call-to-action-1 .title-container h4 {
		font-size: 44px;
		color: #416179;
	}

	.call-to-action-1 .button-container {
		display: inline-block;
		width: 100%;
		position: relative;
		margin: 35px 0px;
	}

	.call-to-action-1 .BG-overlap {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-image: url('images/cta-bg.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.call-to-action-1 .lower-title h4 {
		font-size: 19px;
		font-weight: normal;
		text-transform: none;
		color: #416179;
	}

	.call-to-action-1 .button {
		padding: 8px 40px;
		font-weight: 600;
		padding: 10px 44px;
		font-weight: 700;
		border-radius: 3px;
		border: 2px solid #416179;
		font-size: 16px;
		color: #416179 !important;
		text-decoration: none; 
        background: transparent;
	}
	
	.call-to-action-1 .button:hover {
		background: #416179;
		color: #fff !important;
    }
	
	/* Home CTA 2 */
	.home-cta-2 .textwidget:after {
		content: '';
		display: block;
		clear: both;
	}

	.home-cta-2 a {
		color: #fff;
	}

	.home-cta-2 .left-side {
		background: #416179;
		width: 50%;
		float:left;
	}

	.home-cta-2 .right-side {
		background: #37546a;
		width: 50%;
		float: right;
	}
	
	.home-cta-2 .header-title {
		display: block;
		color: #ddf0fe;
		font-size: 19px;
		font-weight: 400;
	}
	
	.home-cta-2 .inner {
		margin-top: 42px;
		min-height: 100px;
		position: relative;
		padding-left: 90px;
	}
	
	.home-cta-2 .inner:before {
		content: '';
		display: inline-block;
		background: url(images/cta-2-sprites.png);
		position: absolute;
		left: 0;
		top: 10px;
	}
	
	.home-cta-2 .left-side .inner {
		float: right;
		width: 420px;
		max-width: 100%;
		margin-right: 50px;
		
	}
	
	.home-cta-2 .left-side .inner:before {
		background-position: -0px -0px;
		width: 63px;
		height: 32px;
	}
	
	.home-cta-2 .right-side .inner {
		float: left;
		width: 420px;
		max-width: 100%;
		margin-left: 90px;
	}
	
	.home-cta-2 .right-side .inner:before {
		background-position: -0px -42px;
		width: 48px;
		height: 32px;
	}
	
	.home-cta-2 .email,
	.home-cta-2 .phone {
		font-size: 16px;
	}
	
	.home-cta-2 .phone {
		font-size: 22px;
	}
	
	/* News 2 Styling */
	.news-2 {
		display: inline-block;
		width: 100%;
		padding: 70px 0px 70px;
	}
	.news-2 .block-title-container {
		display: inline-block;
		width: 100%;
	}
	.news-2 .block-title-container h3 {
		margin-bottom: 70px;
		font-size: 31px;
	}

	.news-2 .block-title-container {
		width: 100%;
		text-align: center;
	}
	.news-2 .slider {
		max-width: 950px;
	}
	.news-2  .blurb {	
		margin: 0 10px;
		text-align: center;
		position: relative;
	}
	
	.news-2  .image-thumb a {
		display: inline-block;
		position: relative;
	}
	
	.news-2  .image-thumb a:after {
		content: '';
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		transition: all .2s ease;
	}
	
	.news-2  .image-thumb a:hover:after {
		opacity: 1;
	}
	
	.news-2 .blurb-bg {
		width: auto;
		height: auto;
		max-width: 100%;
		display: inline-block;
		color: #FFF;
		text-decoration: none;
	}
	.news-2 .slider{
		margin-left: auto;
		margin-right: auto;
	}
	.news-2 .post-date {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 92px;
		text-align: center;
		color: #000;
		font-size: 11px;
		font-weight: 700;
		background-color: #fff;
		padding: 8px 10px;
		z-index: 10;
	}

	.news-2 .post-title:before {
		content: "";
		margin-right: 10px;
		border-left: 6px solid #75b3e1;
	}

	.news-2 .post-title {
		position: relative;
		font-family: 'Raleway-Bold', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		color: #2c302b;
		margin: 20px 0px 30px 0px;
		clear: both;
		width: 100%;
	}

	.news-2 .post-news-content{
		font-family: 'Open Sans', sans-serif;
		color: #2c302b;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin-bottom: 20px;
	}

	.news-2 .post-news-readmore{
		text-align: left;
	}

	.news-2 .post-news-readmore a {
		color: #75b3e1;
		font-size: 14px;
		font-weight: 700;
	}

	.news-2 .post-news-readmore a:hover{
		color: #7db7e1;
		text-decoration: none;
	}

	.news-2 .slick-prev:before {
		content: url(images/left-arrow.png);
	}
	.news-2 .slick-next:before {
		content: url(images/right-arrow.png);
	}

	.news-2 .slick-prev, .news-2 .slick-next {
		margin-top: -30px;
		width: 29px;
		height: 64px;
	}
	.news-2 .slick-prev {
		margin-left: -40px;
		width: 29px;
		height: 64px;
	}
	.news-2 .slick-next {
		margin-right: -40px;
		width: 29px;
		height: 64px;
	}
	
	.home-news-section {
		line-height: 1.4;
	}
	/* End News 2 Styling */
	
/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 70px;
	}
	
	.full-width-content .content .header-banner-image {
		margin-top: -70px;
	}

	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}

	.content-sidebar .content {
		display: inline-block;
		/* width: 710px; */
		width: 650px;
		max-width: 100%;
		/* padding-right: 65px; */
		vertical-align: top;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 250px;
		max-width: 100%;
		vertical-align: top;
		float: right;
	}
	
	.internal-header {
		background: #00b8d6;
		background-position: center center;
		background-size: cover;
		padding: 40px 0 35px;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 39px;
		font-weight: 800;
		margin: 0;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	/* .internal-header h1 span:after {
		content: '';
		display: block;
		margin: 12px auto 0;
		width: 50px;
		height: 4px;
		background: #90bf42;
	} */
	
	/* 404 Page */
	.error404 .site-inner {
		background: #fff;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
		min-height: 500px;
	}
	
	.error404 .content-404 * {
		color: #000;
		font-family: 'Oswald';
		text-transform: uppercase;
	}
	
	.error404 .content-404 h2 {
		background: #000;
		color: #fff;
		display: inline-block;
		padding: 8px 30px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 36px;
	}
	
	.content-404 h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	.content-404 h4 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.6;
	}

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.home .content-sidebar-wrap {
		padding-bottom: 0;
	}
	

	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.blog-container .post-date {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
	    margin-bottom: 20px;
	    font-style: italic;
	}
	
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #05b7d4;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover,
	.page-navi-container .wp-pagenavi span.current {
		background: #fff;
		color: #05b7d4;
	}
	
	
	.sidebar > .widget {
		margin-bottom: 35px;
	}
	
	.sidebar .widget-title {
		margin: 0 0 20px;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 210px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		background: #eee;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background-image: url(images/search-btn.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		font-size: 0;
	}

	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
		text-align: left;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .post-title {
		color: #fff;
	}
	
	.header-banner-image {
		margin-bottom: 50px;
	}
	
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .ff-social-share {
		margin-bottom: 10px;
		float: left;
	}

	.single-post .post-date {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}

	.single-post .post-tags {
		font-style: italic;
	    font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgb(237, 237, 237);
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}


	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.contact-page .site-inner {
		overflow: hidden;
	}

	.contact-bottom-wrapper {
		width: 100%;
		display: inline-block;
	}

	.contact-map{
		width: 100%;
	}

	.contact-page .contact-form .ginput_container input,
	.contact-page .contact-form .ginput_container textarea,
    .contact-page .contact-form .simple_captcha_medium input{
		background-color: transparent;
		padding: 12px 20px;
		color: #171e28;
		font-weight: 600;
		width: 100% !important;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #7db7e1;
	}

    .contact-page .contact-form .gfield_captcha_container{
        margin: 0px;
	}

	.contact-page .contact-form .gfield_captcha_input_container {
		padding-top: 3px;
		width: 305px;
		max-width: 100%;
		float: right;
		margin-top: 0px;
	}
	
	.contact-page .contact-form .ginput_container textarea{
		max-height: 100px;
		overflow: auto;
	}
	
	.contact-form ::-webkit-input-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-moz-placeholder {
	   color: #171e28;
	   font-weight: 600; 
	}

	.contact-form ::-moz-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-ms-input-placeholder {  
	   color: #171e28;
	   font-weight: 600; 
	}
	
	.contact-page .contact-page-captcha img.gfield_captcha {
		display: inline-block;
		width: auto !important;
		height: 28px;
		height: 33px;
	}
	
	.contact-page .contact-page-captcha input {
		display: inline-block;
		width: 160px;
		height: 33px;
		color: #171e28;
		font-weight: 600;
		background: #ffffff;
		border: 1px solid #e1e4e5;
		border-left: 3px #a2d154 solid;
	}

	.contact-page .content-sidebar-wrap .left-side {
		width: 445px;
	}

	.contact-page .content-sidebar-wrap .right-side {
		width: 495px;
	}

	.contact-page .contact-page-captcha label.gfield_label {
		display: none;
	}
	
	.contact-page .gform_wrapper .top_label .gfield_label {
		color: #002520;
		font-size: 12px;
		margin: 12px 0 0;
	}
	
	.contact-page-captcha .gfield_captcha_container{
		float: left;
		margin: 10px 0px 0px 0px;
	}
	
	.contact-page-captcha input{
		padding: 20px 20px !important;
		border: none;
	}
	
	.contact-page .contact-page-captcha .gfield_captcha_input_container {
		display: inline-block;
		padding: 0px;
		margin-right: 0px;
		border: none;
	}
	
	.contact-page .validation_error {
		display: none;
	}

	.contact-page .validation_message{
		color: #ea9698 !important;
	}

	.contact-form li.gfield_error input[type=text]{
		border: 1px solid #ffa6a8 !important;
	}

	.contact-form #field_2_5 .gfield_description.validation_message{
		margin-top: 50px !important;
		float: left;
		width: 250px;
		position: absolute;
	}

	.contact-form li.gfield.gfield_error.gfield_contains_required{
		margin-left: 0;
	}

	.contact-page .gform_wrapper textarea.large{
		height: 60px;
	}
	
	.contact-page .gform_wrapper li.gfield.gfield_error {
		background-color: transparent;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-top: 0;
		border-bottom: 0;
		width: 100%;
	}
	
	.contact-page .gform_footer {
		text-align: right;
		width: 100%;
	}
	
	.contact-page .gform_footer .gform_footer  {
		text-align: center;
		width: 100%;
	}
	
	.contact-page .contact-form .gform_footer .gform_button.button {
		padding: 9px 15px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: #00b8d6 url(images/contact-mail.png) no-repeat;
		background-position: center center;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
		/*vertical-align: middle;*/
		cursor: pointer;
		white-space: nowrap;
		line-height: 1.42857143;
		border: none;
		width: 100%;
		/*max-width: 100%;*/
		text-indent: 9999px;
		margin-top: -11px;
		height: 75px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	.contact-page .contact-form .g-recaptcha {
		height: 25px;
	}

	.contact-page .contact-form .gform_footer .gform_button.button:hover{
		background-color: #8bb13a;
		color: #ffffff;
	}
	
	.contact-page .contact-form .ginput_container {
		margin: 5px auto;
	}
	
	.contact-page .gform_wrapper,
	.contact-page .first .ginput_container {
		margin-top: 0;
	}
	
	.contact-page .small-icon {
		position: relative;
		margin-left: 35px;
		padding: 5px 0px 0px 20px;
		color: #000;
	}

	.contact-page .small-icon:before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		left: -35px;
		background: url(images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
	}

	.contact-page .small-icon.address:before {
		background-position: 0px -3px;
		width: 33px;
		height: 33px;
		left: -56px;
	}

	.contact-page .small-icon.phone:before {
		background-position: 0px -41px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.fax:before {
		background-position: 0px -78px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.email:before {
		background-position: 0px -124px;
	}

	.contact-page .small-icon.email {
		padding-top: 0;
		margin-bottom: 50px;
	}

	.contact-page .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 0px;
		margin-left: 56px;
		width: 280px;
		max-width: 100%;
		line-height: 1;
	}

	.contact-page .contact-numbers,
	.contact-page .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #00b8d6;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	/* Team */
	.team-members-container .team-member {
		border-bottom: 4px solid #4a4f57;
		margin-bottom: 70px;
		padding-bottom: 65px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .name {
		font-size: 27px;
	}
	
	.team-member .image-container img {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid #f5f5f5;
	}
	
	.team-member .left-side {
		width: 172px;
		max-width: 100%;
		float: left;
	}
	
	.team-member .right-side {
		float: right;
		width: 448px;
		max-width: 100%;
	}
	
/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/


	/**
	* 7.0 Effects | Gravity Form
	*
	* This is the Effects, Animations,Forms Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	div.gform_wrapper {
		max-width: 100%;
	}

	::-webkit-input-placeholder { color:#FFF; }
	:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
	::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
	:-ms-input-placeholder { color:#FFF; } /* ie */
	input:-moz-placeholder { color:#FFF; }
	
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		background: #86c0eb;
		color: #fff;
		border: none;
		padding: 10px;
		font-weight: 600;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #7db7e1;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large {
		width: 100%;
	}
	
	div.gform_wrapper input[type=text],
	div.gform_wrapper input[type=url],
	div.gform_wrapper input[type=email],
	div.gform_wrapper input[type=tel],
	div.gform_wrapper input[type=number],
	div.gform_wrapper input[type=password],
	div.gform_wrapper textarea {
		font-size: 13px;
		padding: 8px 5px;
	}
	
	div.gform_wrapper .top_label .gfield_error {
		width: 100%;
	}

	div.gform_wrapper li.gfield.gfield_error,
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		border-top: none;
		border-bottom: none;
		background: none;
		padding: 0;
	}
	
	/* Inspection Report Form */
	.content-2-sections .gform_wrapper li.gfield.gfield_error input[type=text],
	.content-2-sections .gform_wrapper li.gfield.gfield_error input[type=email] {
		margin-bottom: 0;
	}
	
	.content-2-sections .gform_wrapper div.validation_error {
		margin-bottom: 10px;
		display: none;
	}
	
	.content-2-sections .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		margin-top: 0;
	}
	
	.content-2-sections .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
	.content-2-sections .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.content-2-sections .g-recaptcha {
		margin-bottom: 20px;
	}
	
	.content-2-sections .gform_wrapper .last-field input[type=text] {
		margin-bottom: 0;
	}
	
	.content-2-sections .gform_wrapper .ginput_container + .gfield_description.validation_message {
		margin-top: 0;
	}
	
	.content-2-sections .gform_wrapper li.gfield.gfield_error,
	.content-2-sections .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		padding: 0!important;
	}

	.content-2-sections .gform_wrapper .ginput_container + .gfield_description.validation_message {
		display: none;
	}

	/**
	* 7.1 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}

	#gradeus-review-button{

	}

	.site-footer .footer-row-top .center iframe{
	    display: inline-block;
	}

	.scroll{
		width: 100%;
	    height: 153px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    margin: 0 auto 20px auto;
	}

	.give-back{
		font-size: 13px;
	}

	.give-back .left{
		position: relative;
	}

	.give-back .left:after{
/*	    content: "";
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    width: 2px;
	    height: 130px;
	    background-color: #596C7C;*/
	}

	.give-back .col-sm-6{
		padding: 0;
	}

	.give-back .right{
		text-align: center;
	}

	
	
body .gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 10px;
}

.internal .content .entry-content .gfield_radio{
	overflow: hidden;
}