/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
	background-color: #FFFFFF;
}
.builder-module-navigation .current-cat a {
	color: #D7C802;
}
.builder-module-navigation .current-menu-item a {
	color: #D7C802;
}
.builder-module-navigation .current_page_item a {
	color: #D7C802;
}
.builder-module-navigation li a {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.builder-module-navigation li a:hover {
	color: #D7C802;
}
.builder-module.builder-module-navigation {
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #2F2F2F;
}
html {
	font-size: 17px;
}


/* Style Manager custom css */
/*body {	
	background: url('http://abbottswater.com.au/wp-content/uploads/2017/09/Water-bg.jpg') no-repeat center center fixed;
	background-size: cover;
}*/

.builder-module-background-wrapper {
	border-bottom: none;
}
.builder-module {
	padding-top: 1em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 1em;
}
.builder-module-widget-bar .left .widget {
	margin-right: 2em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1em;
	margin-right: 1em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 2em;
}

/*NAVIGATION*/
.builder-module-navigation-background-wrapper {
	background: linear-gradient(#96cef1, #3488bd);
	border-top: solid 1px #f2f2f2;
	padding: 5px;
}
.builder-module-navigation {
	padding-top: 0 !important;
	background: transparent !important;
}
.builder-module-navigation li a {
	padding: 0;
	margin: .25em 1.75em 0 0;
	background: transparent;
}

/*TRANSPARENT OVERLAY
.purple-wb-background-wrapper {
	background: rgba(57,198,215,.85);
	color: #fff;
}*/

/*TESTIMONIALS*/
#builder-module-587f1f774ece9-background-wrapper {
	background: url('http://abbottswater.com.au/wp-content/uploads/2017/01/testimonial-bg.jpg');
	background-size: cover;
}

/*SERVICE
#builder-module-587f0fb0eba05-background-wrapper, #builder-module-587f27f4f1fa1-background-wrapper, #builder-module-58802316d2f0d-background-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}S*/


/*FOOTER*/
.dark-blue-wb-background-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #36bdcd;
	color: #fff;
}
.dark-blue-wb-background-wrapper.builder-module-before-footer-background-wrapper {
	padding: 0;
	background: #33b6c6;
	color: #fff;
}



/*TEXT SELECTION BACKGROUND COLOR*/
::selection {
       background-color: #1a85ff;
}


textarea {
	height: 10em;
}

/*Dropdown select*/
select {
	padding: .4em;
}

/* Send button */
input[type="submit"], input[type="button"] {
	background: #fff;
	color: #045686;
	border: solid 1px #c9c9c9;
	border-radius: 10px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #c9c9c9;
	color: #045686;
	border: solid 1px #c9c9c9;
}

/*Required asterisk color*/
.ccf-form-wrapper .field label.main-label .required {
	color: #c2d604;
}

label {
	font-weight: normal;
	color: #045686;
}
.form-control:focus, input[type="text"]:focus {
	border-color: #045686;
	box-shadow: none;
}

/*Contact form validation error style*/
.ccf-form-wrapper .error {
	color: #c2d604;
    	float: none;
    	font-size: 85%;
    	margin-top: 0;
}

.error {
	background: none;
    	border-color: none;
   	border: none;
    	margin-bottom: 0;
    	padding: 0;
}
