/** CBH Custom Theme Styling
===================================================================================================== */
/* ### Content */

.sidebar-primary {
padding-right: 20px;
}

/* Header
=========================================== */


.site-header .wrap {
  max-width: 98%;
}


.title-area {
	width: 35%;
	padding: 0 0;
}

/* CBH logo */
.header-image .site-header .wrap {
	background: url(/web2/wp-content/themes/cbh/images/cbh_logo.png) no-repeat left center;
	background-size: contain;
	height: 100px;
}


.header-image .site-title a {
	min-height: 95px;
	width: 320px;
}


.site-header {
	background-color: #fff;
	margin-top: -5px;
}


.header-image .site-header .widget-area {
    padding: 20px 0;
}

/* Color
=========================================== */


#genesis-nav-primary.nav-primary {
background-color: #0a2b3c33;	
}


body {
background-color: #e4e4e4;
color: #444;
}


.site-inner {
	background-color: #fff;
}




    





    




    










 








/* Slider
=========================================== */


.home-top-slider {
	top: 0px;
	margin-bottom: 0px;
}


.home-top .widget,
html > body div.slide-excerpt-border {
	width: 100%;
}

div.slide-excerpt-border h2 {
	padding-left: 15px;
}

/* Widget Area
=========================================== */


.home-top-news {
    color: #959799;
}


.home-top-news {
    background-color: #fff;
}


.home-row2 > .wrap {
    padding-bottom: 34px;
    padding-top: 0px;
}


.home-row4 .widget-title {
	color: #0A2B3C;
}


.home-row4 {
	background-color: #0a2b3c33;
	color: #444;
}


.home-row4 .widget-title {
	margin-bottom: 40px;
}


/* Do it online Table
--------------------------------------------- */

.do-it-online-table {
	margin: 0 0px;
}

.do-it-online-column {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
}

.my-cbh-online-column {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
}


/****************************************
 Colour hover css 
 ***************************************/
.diy-column,
.diy-column-red,
.diy-column-yellow,
.diy-column-blue,
.diy-column-green {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
	border: 1px solid #0A2B3C;
}

.diy-column:hover,
.diy-column-red:hover,
.diy-column-yellow:hover,
.diy-column-blue:hover,
.diy-column-green:hover  {
	background-color: #0A2B3C;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
}

.diy-column h4,
.diy-column-red h4,
.diy-column-yellow h4,
.diy-column-blue h4,
.diy-column-green h4 {
	color: #0A2B3C;
	font-size: 26px;
	margin-bottom: 4px;
}

.diy-column-red h4 {
	color: #db3236;
}

.diy-column-yellow h4 {
	color: #ff8c57;	
}
.diy-column-blue h4{
	color: #0A2B3C;
	}
.diy-column-green h4 {
	color: #42a777;	
}


/* Services Table
--------------------------------------------- */

.services-table {
	margin: 0 30px;
}

.services-column {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 15px 20px; /* Changed 15px from 30px */
}

.services-column.featured {
	background-color: #0A2B3C;
	position: relative;
}

.services-column.featured:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
}

.services-column.featured:after {
	color: #0A2B3C;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 7px;
}

.services-column h4 {
	color: #0A2B3C;
	font-size: 36px;
	margin-bottom: 4px;
}

.services-column.featured h4 {
	color: #fff;
}

.services-column p {
	color: #34393e;
	/*font-size: 16px;*/
	margin-bottom: 12px;
}

.services-column .button {
	background-color: #0A2B3C;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	/*width: 100%; removed */
}

.services-column .button {
	color: #fff;
}

.services-column.featured .button {
	background-color: #fff;
	color: #0A2B3C;
}

.services-column .button:hover,
.services-column.featured .button:hover {
	background-color: #cfd4d8;
}

.services-column p.service {
	font-size: 48px;
}

.services-column.featured p.service {
	color: #fff;
}

.services-column sup {
	font-size: 24px;
}

.services-column ul li {
	color: #bdbdbd;
	font-size: 16px;
	list-style-type: none;
}

.services-column.featured ul li {
	color: #fff;
}

.services-content {
	padding: 0 12px;
}

.services-column:nth-child(n+2) {
		margin-top: 20px;
	}


/**** Services section *****/
.diy-column-services {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
	border: 1px solid #0A2B3C;
	
}

.diy-column-services:hover  {
	background-color: #0a2b3c33;
	border-radius: 3px;
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
}

.diy-column-services h4 {
	color: #0A2B3C;
	font-size: 26px;
	margin-bottom: 4px;
}

.diy-column-services h4,h6{
	color: #0A2B3C;
	}

.services-landing {
    background: url(/web2/wp-content/themes/cbh/images/bg-services.jpg);
	color: #fff;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.contact-us-landing  {
    background-color: rgba(10,0,0, 0.55);
	background: url(/web2/wp-content/themes/cbh/images/bg-contact-us-1920.jpg);
	color: #fff;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.about-us-landing  {
    
	background: linear-gradient(rgba(10, 0, 0, 0.55), rgba(10, 0, 0, 0.55)),
                rgba(10,0,0,0.55) url(/web2/wp-content/themes/cbh/images/about-us.jpg);
	color: #fff;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

.diy-column:hover .fa-home:before,
.diy-column-red:hover .fa-home:before,
.diy-column-yellow:hover .fa-home:before,
.diy-column-blue:hover .fa-home:before,
.diy-column-green :hover .fa-home:before {
  content:&quot;f05d&quot;;
  color:#fff;
  opacity:1.0;
}

.diy-column:hover h4,
.diy-column-red:hover h4,
.diy-column-yellow:hover h4,
.diy-column-blue:hover h4,
.diy-column-green:hover h4  {
	color: #fff;
	font-size: 26px;
	margin-bottom: 4px;
}

.diy-column.featured {
	background-color: #0A2B3C;
	position: relative;
}

.diy-column.featured:hover {
	background-color: #fff;
	opacity:1.0;
}

.diy-column.featured h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 4px;
}

.diy-column.featured:hover h4 {
	color: #0A2B3C;
	font-size: 26px;
	margin-bottom: 4px;
}

.diy-column.featured:hover .fa-wrench:before {
  content:&quot;f05d&quot;;
  color:#0A2B3C;
  opacity:1.0;
}

.diy-column.featured:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
}

.diy-column.featured:after {
	color: #0A2B3C;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 7px;
}


.my-cbh-online-content,
.do-it-online-content {
	padding: 0 19px;
}

.diy-column-blue.featured,
.my-cbh-online-column.featured,
.do-it-online-column.featured {
/*	background-color: #fff;*/
	position: relative;
}

.diy-column-blue.featured:before,
.my-cbh-online-column.featured:before,
.do-it-online-column.featured:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #0A2B3C transparent transparent;
}

.diy-column-blue.featured:after,
.my-cbh-online-column.featured:after,
.do-it-online-column.featured:after {
	color: #fff;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 7px;
}


.my-cbh-online-column h4,
.do-it-online-column h4 {
	color: #0A2B3C;
	font-size: 26px;
	margin-bottom: 4px;
}

.my-cbh-online-column.featured h4,
.do-it-online-column.featured h4 {
	color: #fff;
}

.diy-column-red p,
.diy-column-yellow p,
.diy-column-blue p,
.diy-column-green p,
.my-cbh-online-column p,
.do-it-online-column p {
	color: #34393e;
	font-size: 16px;
	margin-bottom: 12px;
}

.my-cbh-online-column .button,
.do-it-online-column .button {
	background-color: #0A2B3C;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.my-cbh-online-column .button,
.do-it-online-column .button {
	color: #fff;
}

.my-cbh-online-column.featured .button,
.do-it-online-column.featured .button {
	background-color: #fff;
	color: #0A2B3C;
}

.my-cbh-online-column .button:hover,
.my-cbh-online-column.featured .button:hover,
.do-it-online-column .button:hover,
.do-it-online-column.featured .button:hover {
	background-color: #e4e4e4;
	color: #999;
}

.my-cbh-online-column p.dio,
.do-it-online-column p.dio {
	font-size: 48px;
}

.my-cbh-online-column.featured p.dio,
.do-it-online-column.featured p.dio {
	color: #fff;
}

.my-cbh-online-column sup,
.do-it-online-column sup {
	font-size: 24px;
}

.my-cbh-online-column ul li,
.do-it-online-column ul li {
	color: #bdbdbd;
	font-size: 16px;
	list-style-type: none;
}

.my-cbh-online-column.featured ul li,
.do-it-online-column.featured ul li {
	color: #fff;
}





















.my-cbh-online-column:hover,
.do-it-online-column:hover {
	background-color: #959799;
	color: #999;
}












/* Before Header
--------------------------------------------- 
 
.site-header .header-left {
float: left;
width: 30%;
overflow: hidden;
}
*/
.fa-facebook:hover {
	color:#46629e
} 

/*
.fa-twitter:hover { 
    color: #55acee; 
}
*/

.fa-youtube:hover {
    color: #bb0000;
}

/*.fa-phone:hover {
	color:#e60000;
} 

.fa-envelope:hover {
	color:#ffcc00;
} 
*/

/*
.fa-stack{
  font-size:5em;
  color:grey;
  cursor:pointer;
}
*/

/* FA circle background colour */
.icon-facebook-background {
    color: #46629e;
}

.icon-twitter-background {
    color: #46c0fb;
}

.icon-youtube-background {
    color: #bb0000;
}

.icon-phone-background {
    color: #489e3b;
}

.icon-email-background {
    color: #ffcc00;
}

.icon-background4 {
    color: #c0ffc0;;
}

.icon-background6 {
    color: #40c040;
}

.icon-circlebackground {
    color: #0A2B3C;
}










.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.fa-stack:hover .fa-circle:before{
  content:&quot;f05d&quot;;
  transition: all 0.2s ease-in-out;
  opacity:0.7;
}

/* Browsealoud icon positioning */
#browsealoud {
    display: inline;
 /*   float: right;*/
/*    margin-right: 75px;*/
    position: relative;
}


/* Search Box and button styling
--------------------------------------------- */

.widget_search input[type="search"] {
    max-width: 900px;
}


.search-form  input:hover[type="submit"]{
	background-color: #0A2B3C;
	opacity:0.8;
	color: #fff;
}

/* Home Top (News Row) styling
--------------------------------------------- */


.home-top-news .widget:before {
	content: none;
}

.home-top-news .widget {
	padding-left: 0px;
}








































































/* For post type POST */
article,.post type-post,.content img,.archive-pagination {
	padding-left: 25px;
}

article,.post type-post {
	padding-right: 15px;
}


.entry-content a {
    font-weight: bold;
}







/* Home Row Social styling */

.home-row-social .textwidget ul li {
	color: #fff;
	list-style-type: none;
	opacity: 0.5;
}

.home-row-social input,
.home-row-social select,
.home-row-social textarea {
	background-color: #fff;
}

.home-row-social-left {
margin-bottom: 40px;
}






.home-row-social {
	background-color: #0a2b3c33;
	color: #0A2B3C;
}

.home-row-social .button {
	background-color: #0A2B3C;
	color: #fff;
	text-transform: none;
	font-size: 17px;
}

.home-row-social .button:hover {
	background-color: #fff;
	color: #0A2B3C;
}






.home-row-social .widget-title {
	color: #0A2B3C;
}



#wptt_twittertweets-2 .widgettitle.widget-title:before,
#text-58 .widgettitle.widget-title:before {
content: "\f099";
font-family: "Font Awesome 5 Brands";
}

/* Wraps Twitter */
.tweet_data {word-break: keep-all;}


#home-row-social-left.home-row-social-left.widget-area.one-half.first div.wrap section#text-22.widget.widget_text div.widget-wrap h3.widgettitle.widget-title:before {
content: "\f082";
font-family: "Font Awesome 5 Brands";	
}


#cff .cff-item {
    padding: 8px 0;
	border-bottom: 2px solid #f7f7f7;
}







/* Rounded buttons */
.button {
    border-radius: 3px;
}

.home-row2 {
	background-color: #fff;
}
.home-row3 {
    background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), #0a2b3c),
    url('/web2/wp-content/uploads/2018/02/St-Pauls-Phase1-scaled.jpg');
	color: #fff;
	/*background-color: #0A2B3C;*/
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
	/* background-position: 50% 0; */
	background-position: center; 
	background-repeat: no-repeat;
}

.do-it-online-landing {
    background: url(/web2/wp-content/themes/cbh/images/bg-5-1920.jpg);
	color: #fff;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.home-row3-left .widget-title {
    color: #fff;
}

.home-row3-left a {
color: #fff;
text-decoration: underline;
}


.home-row3-right1  .button ,
.home-row3-right2 .button {
	background-color: #fff;
	color: #0A2B3C;
}

.home-row3-right1 .button:hover,
.home-row3-right2 .button:hover {
	background-color: #cfd4d8;
	color: #0A2B3C;
}



a.more-link:hover,
.entry-content a.more-link:hover,
.blog-top .entry-content a.more-link:hover {
	color: #0A2B3C;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply:hover,
.entry-content .button:hover {
	color: #0A2B3C;
}


.footer-widgets {
    background-color: #0A2B3C;
    color: #ffffff;
}
.footer-widgets .widget-title {
	color: #ffffff;
}

.footer-widgets a {
	color: #ffffff;
}

.footer-widgets a:hover {
	color: #ffffff;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */





/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 82.5%; /* 10px browser default - changed from 62.5% */
}

/* Chrome fix */
/* body > div {
    font-size: 20px;
    font-size: 2.0rem;
}
*/

/* ## Headings
--------------------------------------------- */
/*
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}
*/

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 3.4rem;
}

.image-section h2,
.solid-section h2 {
	font-size: 54px;
}

h3 {
	font-size: 30px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.image-section h4,
.solid-section h4 {
	font-size: 54px;
	font-size: 3.4rem;
	margin-bottom: 40px;
}


/* Buttons and Colors */

a.button.medium {
	font-size: 16px;
	font-weight: 300;
	padding: 12px 60px;
}

a.button.large {
	font-size: 18px;
	font-weight: 300;
	padding: 15px 40px;
}

a.button.clear-button {
	background: none;
	border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #fa5738;
}

a.button.black {
	background: #000;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */
.front-page .site-container .site-inner {
	margin-top: 0;
	/*max-width: 100%;*/
	overflow: hidden;
	padding-top: 20px;
}

.fp-left {
	float: left;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-right {
	display: inline-block;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right img {
	max-width: none;
}

.fp-left2 {
	display: inline-block;
  margin: 0;
  max-width: none;
  min-height: 700px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right2 {
	float: right;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-left2 img {
	max-width: none;
	position: absolute;
	right: 0;
}

.fp-left ul,
.fp-right2 ul {
	margin-bottom: 40px;
} 

.fp-left li,
.fp-right2 li {
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 5px;
}

/********** Mobile Display **************/
@media only screen and (max-width: 1280px) {
	
	/* */
	#genesis-responsive-slider div.flexslider ul.slides li div.slide-image {
	padding-top: 0px;
	}
	
	.do-it-online-landing,
	.contact-us-landing,
	.services-landing {
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         cover;
	}
	
	
	.home-top .widget, html > body div.slide-excerpt-border {
    opacity:0.9;
	}
}

@media only screen and (max-width: 1023px) {
	
	.widget_search input[type="search"] {
    max-width: 759px;
}

	html > body div.slide-excerpt-border {
    bottom: 2px;
	}
	
	.slide-excerpt-border h2 {
	font-size: 38px;
}
	
	#genesis-responsive-slider div.flexslider ul.slides li div.slide-image {
	padding-top: 116px;
	}

	
	.home-top .widget, html > body div.slide-excerpt-border {
    opacity:0.9;
	width: 85%;
	}

	html > body div.slide-excerpt-border p {
		margin-bottom: 0;
		padding: 0px 50px 20px 20px;
	}
	
	
	#genesis-sidebar-primary.sidebar.sidebar-primary.widget-area{
    border-top: 7px solid #0A2B3C;
    margin-top: 18px;
	}

	#recent-posts-2.widget {
	margin-top:20px;
	}

	.home-row3{
		/*background-attachment: scroll;*/
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	
	.do-it-online-landing{
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         cover;
	}
	

	
	
	
	
	.before-content{
		margin-bottom: 0px;
		top: 0px;
	}
	
	.header-image .before-content{
		margin-bottom: 0px;
		top: 0px;
	}
}










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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
/*	
	.site-header .wrap {
		padding: 0 5%;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
*/	


	
	.fp-left,
	.fp-right,
	.fp-left2,
	.fp-right2 {
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	.fp-left,
	.fp-right2 {
		margin: 40px 0 0;
		min-height: auto;
	}
	
	.fp-left2 {
		min-height: 300px;
	}
	
	.fp-right {
	  margin-top: 40px;
		min-height: auto;
	}
	
	.fp-left2 img,
	.fp-right img {
		position: relative;
		max-width: 100%;
	}

	.slide-excerpt-border h2 {
	font-size: 36px;
	}

	
	#genesis-responsive-slider div.flexslider ul.slides li div.slide-image {
	padding-top: 0px;
	}
	
	
	.home-top .widget, html > body div.slide-excerpt-border {
    opacity:0.9;
	width: 85%;
	}

	.widget_search input[type="search"] {
    max-width: 587px;
}

	
	#genesis-sidebar-primary.sidebar.sidebar-primary.widget-area{
    border-top: 7px solid #0A2B3C;
    margin-top: 18px;
	}

	#recent-posts-2.widget {
	margin-top:20px;
	}
	
	.home-row3,
	.do-it-online-landing,
	.contact-us-landing,
	.services-landing{
		/*background-attachment: scroll;*/
		background-size: cover;
	}

	
	.columns-2 .quote,
	.columns-3 .quote,
	.columns-4 .quote,
	.home-row4 .post,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-right: 1.5641%;
		width: 48%;
	}

	
	.one-third 	{
		/*margin-right: 1.5641%;*/
		width: 31.6239%;
	}
	
	
	.accordion-content .one-fourth {
		width: 100%;
	}
	

	
}


@media only screen and (max-width: 800px) and (orientation : landscape){
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.4rem;
	}
	
	.widget_search input[type="search"] {
    max-width: 501px;
	}
	
	
	.services-column h4 {
    font-size: 32px;
	}
	
	.home-row .widget-title {
    font-size: 47px;
	}	
}

@media only screen and (max-width: 640px) and (orientation : landscape){
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.4rem;
	}
	
	.widget_search input[type="search"] {
    max-width: 475px;
	}
	
	.diy-column-blue h4,
	.diy-column-blue:hover h4{
	font-size: 25px;
	}
	
	
	.services-column h4 {
    font-size: 30px;
	}
	
	.home-row .widget-title {
    font-size: 45px;
	}	
}

@media only screen and (min-width : 600px) and (max-width : 603px) and (orientation: portrait) {
	body {
		background-color: #fff;
		font-size: 15px;
		font-size: 1.4rem;
	}
	
	.widget_search input[type="search"] {
    max-width: 475px;
	}
	
		
	
	.services-column h4 {
    font-size: 28px;
	}
	
	.home-row .widget-title {
    font-size: 42px;
	}	
}

/* Landscape Orientation for screen width between 320-568px */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {

	body {
		background-color: #fff;
		font-size: 14px;
		font-size: 1.2rem;
	}

	.diy-column-services  h6{
		font-size: 14px;
	}
	.widget_search input[type="search"] {
    max-width: 415px;
	}
	
  .diy-column-blue h4,
	.diy-column-blue:hover h4{
	font-size: 25px;
	}
	
	
	.services-column h4 {
    font-size: 26px;
	}
	
	.home-row .widget-title {
    font-size: 38px;
	}	
  
 
 
 
  
  /* Text padding */
.do-it-online-content {
	padding: 0 4px;
}
  
}




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

/* Hide excerpt */
html > body div.slide-excerpt-border p {
		display: none;
	}

	html > body div.slide-excerpt-border h2 {
		font-size: 24px;
	}

	html > body div.slide-excerpt-border {
    bottom: 10px;
	}

	
	body {
		font-size: 16px;
		font-size: 1.2rem;
	}
	
	
	.widget_search input[type="search"] {
    max-width: 238px;
	}

	
	.home-top .widget, html > body div.slide-excerpt-border {
    opacity:0.9;
	width: 80%;
	}
	
	
	#genesis-sidebar-primary.sidebar.sidebar-primary.widget-area{
    border-top: 7px solid #0A2B3C;
    margin-top: 18px;
	}

	#recent-posts-2.widget {
	margin-top:20px;
	}
	
	
	
	
	
	
	
	.jobman_job.type-jobman_job.entry header.entry-header {
	margin-left: -35px;
	}	

	.jobman_job.type-jobman_job div.entry-content {
	margin-left: -35px;	
	}
	
	
	table.job-table tbody {
	font-size: 14px;
	}

	/* column size back to full width */
	.columns-2 .quote,
	.columns-3 .quote,
	.columns-4 .quote,
	.home-row4 .post,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
	}
	
}

@media only screen and (max-width: 320px) {
	
	
	.widget_search input[type="search"] {
    max-width: 200px;
	}

	
	#genesis-sidebar-primary.sidebar.sidebar-primary.widget-area{
    border-top: 7px solid #0A2B3C;
    margin-top: 18px;
	}

	#recent-posts-2.widget {
	margin-top:20px;
	}

	
	table.job-table tbody {
	font-size: 12px;
	}
	
	
	#home-row-social.home-row-social.home-row #home-row-social-left.home-row-social-left  h3.widgettitle.widget-title {
		font-size: 47px;
	}
	
}	

#recent-posts-2.widget {
 background-color: #0a2b3c33;
    border-radius: 3px;
    margin-bottom: 40px;
	padding: 10px 10px 10px 10px;
}

#recent-posts-2.widget  h3.widgettitle {
    border-bottom: 5px solid #0A2B3C;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.archive.category.category-news.full-width-content  #genesis-content.content {
	padding: 0px 20px 0px 25px;
}


.archive .entry,
.page-template-page_blog-php .entry {
	margin-bottom: 20px;
}


.category-news.entry header.entry-header p.entry-meta {
margin-top: 15px;	
}

#recent-posts-2.widget li {
border-bottom: 1px dotted #0A2B3C;
}

/**** Scroll to Top *****/

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(232,98,86,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 1000; /* To move button from under a layer like image to the top */
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:75px;
	}
}


	.js nav {
		display: inherit;
	}


div.slide-excerpt {
	z-index: 0;
}


#genesis-responsive-slider ul.flex-direction-nav li a.prev, ul.flex-direction-nav li a.next, ol.flex-control-nav {
	z-index:0;
}

#ubermenu-main-2-primary {
    background: #0a2b3c33 none repeat scroll 0 0;
}








.page-template-default .entry-title, .page-contact .entry-title, .page-pricing .entry-title {
    font-size: 38px;
    text-transform: none;
}


table.job-table {
	font-size: 16px;
	text-transform: none;
}

.btn-success{
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

a.btn.btn-lg.btn-success{
    background-color: #1d9d74;
    border-color: #198764;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 14px;
    text-align: center;
    vertical-align: middle;
   /* white-space: nowrap;*/
}

a.btn.btn-lg.btn-success:hover {
    background-color: #157254;
    border-color: #0f543e;
    color: #fff;
}

/**********************************************
Accordion CSS
**********************************************/
.cbh-accordion {
	background-color: #fff;
	
	padding: 30px 30px 20px;
	margin-top: 2.564102564102564%;
	border: 1px solid #0A2B3C;
	margin-bottom:0px;
	
}


 .accordion-title:after {
    font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f067";
    float: right;
}

.accordion-title.open:after {
    font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f068";
}

.accordion-title.open {
	background-color: #0A2B3C;
    color: #ffffff;
}


.accordion-title {
        text-align: center;
		color: #0A2B3C;
}


.accordion-content {
	border: 1px solid #0A2B3C;
	padding: 0 40px 15px 20px;
    margin-bottom: 10px;
	background-color: #ffffff;
}


.accordion-title:hover {
    cursor: pointer;
}


#area-offices:before{
    font-family: IcoFont;
    content: "\ea6d";
}

#head-office:before{
    font-family: "Font Awesome 5 Free";
	font-weight:400;
    content: "\f1ad";
}

#report-asb:before{
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    content: "\f071";
}

#report-tenancy-fraud:before{
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    content: "\f0e3";
}

/* GF Submit Button for Contact Us form */
body #gform_wrapper_5 .gform_footer input[type=submit] {width: 50%}






/* GF section break field border on top */
body .gform_wrapper .gform_body .gform_fields .gsection {
	border-top: 1px solid #ccc;
	padding-top: 20px; /* Spacing adding between border and title */
	padding-bottom: 0px; /* Spacing removed */
	border-bottom: none;
}
    


div.gform_wrapper .gform_footer input:hover[type="submit"] {
	background-color: #0A2B3C;
	color: #fff;
}	
	
/* Tables
--------------------------------------------- */

table {
	text-transform: none;
	font-size: 14px;
	}



.home-row4 .post:nth-child(odd) {
	margin-left: initial;
}

.home-row4 .post:nth-of-type(odd) {
	clear: left;
}

.home-row4 .post:nth-of-type(even) {
	margin-left: 18%;
}

@media only screen and (max-width: 900px) {
    .home-row4 .post,
	.home-row4 .post:nth-child(odd),
    .home-row4 .post:nth-of-type(even) {
		margin: 0 auto 50px;
	}
}



/* # Search Toggle 
---------------------------------------------------------------------------------------------------- */
.menu-primary  .menu-item {
	float: left;
}

/* Header search */
.search-form-container {
	position: relative;
}

.search-toggle {
	float: left;
	padding: 10px 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 2;
	background:#0A2B3C;
}

.search-toggle:hover,
.search-toggle.active {
	background: #4d4d4d;
}




















@media screen and (max-width: 800px) {
 .search-toggle {
	position: absolute;
	top: -50px;
	right: 0;
	margin-right: -5%;
	background: #4c4c4c;
	padding: 17px 24px;
    }

}

@media screen and (max-width: 480px) {
 .search-toggle {
	position: absolute;
	top: -50px;
	right: 0;
	margin-right: -5%;
	background: #4c4c4c;
	padding: 17px 24px;
    }

}

@media screen and (max-width: 320px) {
 .search-toggle {
	position: absolute;
	top: -520px;
	right: 0;
	margin-right: -5%;
	background: #4c4c4c;
	padding: 17px 24px;
    }

}

.search-box-wrapper {
	z-index: 999;
	width: 100%;
	display: none;
}

.search-box {
	padding: 1em 3.7em 3.8em 1em;
	background: #4d4d4d;
}

.search-box input[type="search"]{
	max-width: 350px;
	float: right;
	padding: 10px 20px 10px 40px; 
	font-size: 20px;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
}

.search-box input[value="Search"]{ 
    display: none; 
}



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
	margin: 0px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 10px 23px 10px;
	text-decoration: none;
	top: 55px;
	width: 200px;
	z-index: 100000;
}


#search-container.search-box-wrapper.clear div.search-box.clear form.search-form input {
	float:right;
}

.about-us-landing,
.do-it-online-landing,
.contact-us-landing,
.services-landing{
	padding-top: 100px;
	padding-bottom: 100px;
	font-size:38px;
}

/* Landing page full image width without padding */
#genesis-content.content article.post-101, /* Services */
#genesis-content.content article.post-425, /* Do It Online */
#genesis-content.content article.post-287, /* Contact Us */
#genesis-content.content article.post-783, /* Contact Us Again */
#genesis-content.content article.post-887, /* About Us NEW */
#genesis-content.content article.post-708, /* Who we are, What We do */
#genesis-content.content article.post-759, /* Repairs FAQ */
#genesis-content.content article.post-919, /* Our Structure */
#genesis-content.content article.post-999, /* Our Board */
#genesis-content.content article.post-1047, /* TSIP */






.before-content  {
	margin-top: 0px;
	
}

.breadcrumb {
    padding: 10px 20px;
    background-color: #f4f4f4;
	margin-bottom: 5px;
}



.role-editor_comms .fl-builder-bar-title  {
display: none;	
}










.fl-builder-edit .role-editor_comms .fl-builder-content .no-edit {
pointer-events: none;
border: 1px solid red;
}

.fl-builder-edit .fl-builder-content .no-edit {
border: 1px solid red;
}
.fl-builder-edit .role-editor .fl-builder-content .no-edit:before {
content: "NOT EDITABLE";
color: #FFFFFF;
text-align: center;
background-color: red;
border: 1px solid red;
padding: 5px 10px;
font-size: 12px;
font-weight: 600;
z-index: 999999;
position: absolute;
white-space: nowrap;
}


body #gform_wrapper_6 {
    background-color: #0a2b3c33;
	border-radius: 3px;
	padding: 12px;
}

body #gform_wrapper_6  input[type=text], 
#gform_wrapper_6  input[type=email]{
  	background-color: #ffffff;
}


body #gform_wrapper_7,
	#gform_wrapper_8,
	#gform_wrapper_13 {
    background-color: #ffffff;
	border-radius: 3px;
	padding: 12px;
}


#input_6_5.medium,
#input_7_5.medium,
 #input_8_5.medium {
	width: calc(100% - 8px);
}





#input_3_5_1,
#input_3_5_2 {
	padding: 5px;
}


.gform_legacy_markup_wrapper .gfield_checkbox li input,.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    width: 5%;
}

.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select {
    width: 5%;
}