/**
 * Theme Name:  Drip Drop Plumbing
 * Theme URI:   http://aussiewebsolutions.com.au/
 * Description: Another custom designed theme by the team at Aussie Web Solutions. For changes to this theme please contact our Sales Team on 1800 210 310 or open a new Support Ticket via our website.
 * Version:     1.0.0
 * Author:      Aussie Web Solutions
 * Author URI:  http://aussiewebsolutions.com.au/
 * Text Domain: drip-drop-plumbing
 * License:     Copyright Aussie Web Solutions
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/**
 * Fonts - Declare @font-face here.
 * --------------------------------------------------------------------------- */

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

/* === HTML === */

html {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* === Body === */

body,
.choice-website {
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
}

/* === Links === */

a {
	color: #25408f;
}

a:hover {
	color: #000;
}

/* === Headers === */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	color: #000;
	font-weight: bold;
	font-family: 'Arial Black', 'Oswald', arial, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}


/**
 * Images
 * --------------------------------------------------------------------------- */

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


/**
 * Layout
 * --------------------------------------------------------------------------- */

.container,
#main-inner {
	width: 960px;
	padding: 0 13px;
	margin: 0 auto;
}

/**
 * Header
 * --------------------------------------------------------------------------- */

#container {
	padding-top: 51px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #d2232a;
}

.logged-in #header {
	margin-top: 31px;
}

#site-description,
#contact-information {
	color: #FFF;
	font-family: 'Oswald', Arial, sans-serif;
}

#site-description {
	margin-top: 12px;
	float: left;
	font-size: 1.429em;
	font-weight: normal;
}

#contact-information {
	float: right;
	font-size: 2.429em;
	font-weight: normal;
}

#hero-wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#hero-wrap #contact-form {
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 212px;
	height: 92%;
	padding: 0 18px 14px;
	margin-top: 10px;
	background: url(images/contact-form-img.png) no-repeat left bottom;
	background-color: #fff;
}

#hero-wrap #contact-form .contact-title {
	margin: 0 -18px;
	padding: 10px 5px;
	background: #d2232a;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#hero-wrap #contact-form p {
	clear: both;
	margin: 0;
	margin-bottom: 0;
}

#hero-wrap #contact-form .contact-description {
	margin: 8px 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: .83em;
	line-height: 1.3em;
}

#hero-wrap #contact-form .label {
	display: inline-block;
	color: #000;
	font-family: 'Arial Black', 'Oswald', arial, sans-serif;
	font-weight: bold;
	font-size: 0.857em;
}

#hero-wrap #contact-form input,
#hero-wrap #contact-form button {
	float: right;
}

#hero-wrap #contact-form input[type="text"],
#hero-wrap #contact-form input[type="tel"] {
	width: 100%;
	margin: 3px 0;
	padding: 6px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #108ccc;
}

#hero-wrap #contact-form p input {
	margin: 0;
}

#hero-wrap #contact-form input[type="submit"],
#hero-wrap #contact-form button {
	float: right;
	margin-top: 15px;
	padding: 6px 25px;
	border: none;
	background: #2fb250;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.143em;
	text-transform: uppercase;
	transition: background .20s ease-in-out;
	-moz-transition: background .20s ease-in-out;
	-webkit-transition: background .20s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	
}

#hero-wrap #contact-form input[type="submit"]:hover {
	background: #50C26C;
}

#hero-wrap #contact-form .wpcf7-not-valid-tip,
#hero-wrap #contact-form .wpcf7-validation-errors,
#hero-wrap #contact-form .wpcf7-mail-sent-ok {
	font-size: 0.786em;
}

#hero-wrap #contact-form .wpcf7-not-valid-tip {
	position: absolute;
	margin-top: 10px;
	right: 8px;
	pointer-events: none;
}

#hero-wrap #contact-form .wpcf7-validation-errors,
#hero-wrap #contact-form .wpcf7-mail-sent-ok {
	position: absolute;
	bottom: 8px;
	right: 3px;
	width: 100%;
	margin: 0;
	border: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hero-wrap #contact-form .wpcf7-mail-sent-ok {
	bottom: 4px;
	line-height: 1.2em;
}

#hero-wrap #contact-form .wpcf7-validation-errors {
	color: #f00;
}

#hero-wrap #contact-form  .wpcf7-mail-sent-ok {
	color: #2fb250;
}

#hero-wrap #contact-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.form-captcha {
	float: right;
	width: 58%;
}

.form-captcha img { 
	margin: 0; 
}

.form-captcha .enquire-captcha {
	width: 60px;
	margin: 5px 0 0 0;
}

.form-captcha .wpcf7-captchac {
	float: left;
}

.form-captcha .wpcf7-form-control-wrap {
	position: relative;
	float: right;
	width: 62px;
	height: 25px;
}

.ajax-loader {
	display: none;
}

/**
 * Menus
 * --------------------------------------------------------------------------- */

.mobile-toggle {
	overflow: hidden;
	display: none;
	margin-bottom: 15px;
	font-size: 17px;
	text-transform: uppercase;
}

.mobile-toggle a {
	color: #fff;
}

.primary-menu-toggle .dashicons {
	float: right;
	width: 55px;
	height: 51px;
	font-size: 50px;
}

/* ====== Primary Menu ====== */

#menu-primary {
	background-color: #636565;
	margin-bottom: 37px;
}

#menu-primary .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 13px;
}

#menu-primary ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

#menu-primary ul li {
	display: inline-block;
}

#menu-primary li {
	padding: 19px 0;
}

#menu-primary li a {
	padding: 25px 25px 22px;
	color: #fff;
	font-family: 'Arial Black', 'Oswald', arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .20s ease-in-out;
	-moz-transition: background .20s ease-in-out;
	-webkit-transition: background .20s ease-in-out;
}

#menu-primary li a:hover {
   background: #fff;
   color: #000;
}

#menu-primary .current-menu-item a,
#menu-primary .current-page-ancestor a {
	background-color: #fff;
	color: #000;
}

/* ====== Secondary Menu ====== */

#sidebar-secondary {
	float: right;
	width: 245px;
}

#sidebar-secondary ul {
	margin: 0;
	list-style: none;
}

#sidebar-secondary li {
	background: #d2232a;
	margin-bottom: 14px;
}

#sidebar-secondary li a {
	display: block;
	padding: 20px 10px 20px 30px;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.714em;
	font-weight: normal;
	transition: background .20s ease-in-out;
	-moz-transition: background .20s ease-in-out;
	-webkit-transition: background .20s ease-in-out;
}

#sidebar-secondary li a:hover {
	background-color: #25408f;
}

#sidebar-secondary img {
	display: block;
	margin: 0 auto;
}

/* ====== Subsidiary Menu ====== */

#sidebar-subsidiary {
	float: left;
	margin-right: 30px;
}

#sidebar-subsidiary ul {
	margin: 0;
	list-style: none;
}

#sidebar-subsidiary ul li {
	margin-bottom: 5px;
}

#sidebar-subsidiary li a {
	color: #757575;
}

#sidebar-subsidiary li a:hover,
#sidebar-subsidiary .current-menu-item a,
#sidebar-subsidiary #menu-subsidiary .current-menu-ancestor a,
#sidebar-subsidiary #menu-subsidiary .sub-menu a:hover,
#sidebar-subsidiary #menu-subsidiary .sub-menu .current-menu-item a  {
	color: #213880;
}

#sidebar-subsidiary #menu-subsidiary .sub-menu {
	margin: 5px 0 0 11px;
}

#sidebar-subsidiary #menu-subsidiary .sub-menu a {
	color: #757575;
}


/**
 * Footer
 * --------------------------------------------------------------------------- */

#footer {
	padding: 40px 0 40px;
	margin-top: 37px;
	background-color: #25408f;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer a {
	color: #fff;
}

.footer-credit {
	clear: right;
	float: right;
	width: 250px;
	margin-top: 66px;
	margin-right: 50px;
	margin-bottom: 0;
	font-size: 0.714em;
}

#footer-inner {
	padding: 0 30px;
}

.footer-col {
	float: left;
	color: #FFF;
}

.footer-col-1 {
	width: 150px;
}

.footer-col-2 {
	width: 270px;
	margin-right: 30px;
}

.footer-col-3 {
	width: 145px;
}

.footer-col-4 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

.footer-col-5 {
	margin-top: 35px;
	margin-left: 152px;
}

.footer-col-5 img {
	display: block;
}

.footer-col-1 .widget-title,
.footer-col-2 .widget-title,
.footer-col-3 .widget-title,
.footer-col-4 .widget-title,
.footer-col-5 .widget-title {
	color: #fff;
}

.footer-col-2 .widget-title {
	font-family: 'Arial Black', 'Oswald', arial, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	text-transform: uppercase;
}

.footer-col-2 .widget-title,
.footer-col-2 p {
	margin-bottom: 7px;
}

.footer-col-2 p,
.footer-col-2 h4 {
	font-style: italic;
}

.footer-col-2 p {
	line-height: 17px;
}

.footer-col-2 h4 {
	font-size: 1em;
	font-weight: bold;
}

.footer-col-3 #menu-socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col-3 #menu-socials li {
	float: left;
	margin-right: 5px;
}

.footer-col-3 #menu-socials a {
	display: inline-block;
	padding: 9px 20px;
	text-decoration: none;
	text-indent: -9999px;
}

.footer-col-3 #menu-socials #menu-item-61 a {
	background: url(images/facebook-icon.png) no-repeat;
}

.footer-col-3 #menu-socials #menu-item-62 a {
	background: url(images/google-icon.png) no-repeat;
}

.footer-col-3 #menu-socials #menu-item-63 a {
	background: url(images/linked-icon.png) no-repeat;
}

.footer-col-4 .widget-title {
	margin-top: -10px;
	margin-bottom: 15px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	font-size: 2.429em;
}

.footer-col-4 .footer-information {
	float: left;
}

.footer-col-4 .footer-information p {
	margin-bottom: 15px;
}

.footer-col-4 .footer-information p:last-child {
	font-size: 0.786em;
}

.footer-col-4 img {
	float: right;
}

.footer-col-5 .widget-title {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.cycle-container {
	height: auto;
	margin-bottom: 0;
}

.cycle-slideshow {
	overflow: hidden;
}

.cycle-slide {
	width: 100% !important;
}

.cycle-container p br {
	display: none;
}

/**
 * Pages
 * --------------------------------------------------------------------------- */

#content {
	float: left;
	width: 500px;
}

.entry-title {
	color: #25408f;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 2.643em;
	font-weight: normal;
	text-transform: uppercase;
}

#content .entry-content p {
	margin-bottom: 15px;
}

#content .entry-content ol li {
	margin-bottom: 5px;
}

#content .entry-content iframe {
	margin-bottom: 0;
}

#content .entry-content .adress-list {
	margin-bottom: 1em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/**
 * Reusable Classes
 * --------------------------------------------------------------------------- */

.boxed-layout {
	background-color: #f7f7f7;
	padding: 20px 20px 1px;
	margin: 0 0 21px;
}

.boxed-layout-description {
	background-color: #f7f7f7;
	padding: 20px 20px 10px;
}

#googleMap {
	width: 500px;
	height: 390px;
	max-width: 100%;
	margin-bottom: 1em;
}

#googleMap .gmnoprint > div:nth-child(2),
#googleMap .gmnoprint > div:nth-child(3),
#googleMap .gmnoprint > div:nth-child(4) {
	display: none;
}

/**
 * Media Queries
 * --------------------------------------------------------------------------- */

@media all and (max-width: 1010px) {

	.container,
	#main-inner,
	#hero-wrap,
	#menu-primary .wrap {
		width: 100%;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#hero-wrap #contact-form {
		right: 23px;
	}

	#content {
		width: 49%;
	}

	#sidebar-secondary {
		width: 27%;
	}

	#footer {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.footer-col-3 {
		width: 95px;
	}

	.footer-col-3 #menu-socials li {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 980px) {

	#header {
		margin-bottom: 51px;
	}

	#site-description,
	#contact-information {
		display: none;
	}

	#hero-wrap #contact-form {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 30px 0;
		padding-bottom: 23px;
		background: #f7f7f7;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#hero-wrap #contact-form .contact-description {
		margin: 15px 0;
		font-size: 1em;
	}

	#hero-wrap #contact-form input[type="text"],
	#hero-wrap #contact-form input[type="tel"] {
		margin: 10px 0;
	}

	#hero-wrap #contact-form p {
		clear: none;
	}

	.form-captcha {
		float: left;
		width: 135px;
	}

	#hero-wrap #contact-form .form-captcha .label {
		margin-bottom: 12px;
	}

	#hero-wrap #contact-form .form-captcha .captcha-443 .wpcf7-captchar {
		margin: 0;
	}

	.form-captcha .wpcf7-form-control-wrap {
		width: 50%;
		height: auto;
	}

	.form-captcha .enquire-captcha {
		width: 50%;
		height: 29px;
		margin: 0;
	}

	#hero-wrap #contact-form .wpcf7-validation-errors, 
	#hero-wrap #contact-form .wpcf7-mail-sent-ok,
	#hero-wrap #contact-form .wpcf7-not-valid-tip {
		margin-top: 11px;
		font-size: .87em;
	}

	#hero-wrap #contact-form .form-captcha .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		margin-top: 7px;
	}

	#hero-wrap #contact-form .wpcf7-validation-errors, 
	#hero-wrap #contact-form .wpcf7-mail-sent-ok {
		bottom: 4px;
		right: 6px;
		width: auto;
	}
	
	#sidebar-subsidiary li a:hover,
	#sidebar-subsidiary .current-menu-item > a,
	#sidebar-subsidiary .current-menu-item > a:hover,
	#sidebar-subsidiary #menu-subsidiary .sub-menu .current-menu-item a,
	#sidebar-subsidiary #menu-subsidiary .sub-menu a:hover {
		padding-bottom: 2px;
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	#sidebar-subsidiary #menu-subsidiary .current-menu-ancestor a {
		color: #fff;
	}

	#menu-primary,
	#sidebar-subsidiary {
		display: none;
	}

	#content {
		margin-top: -10px;
		width: 65%;
	}

	#sidebar-subsidiary {
		z-index: 9999;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		margin: 0;
		background: #C52329;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#sidebar-subsidiary .widget {
		height: 100%;
		overflow-y: scroll;
	}

	#sidebar-subsidiary ul {
		margin: 12px 25px 0;
	}

	.menu-subsidiary-container > ul {
		padding-bottom: 25px;
	}

	#sidebar-subsidiary li a {
		font-size: 1.286em;
	}

	#sidebar-subsidiary #menu-subsidiary .sub-menu li a {
		font-size: 1.143em;
	}

	#sidebar-subsidiary li a,
	#sidebar-subsidiary #menu-subsidiary .sub-menu li a {
		color: #fff;
	}

	#main .mobile-toggle {
		padding: 0 25px;
		background: #d2232a;
		color: #fff;
		font-family: 'Oswald', Arial, sans-serif;
		font-size: 2.429em;
		font-weight: normal;
	}

	.mobile-toggle {
		display: block;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.mobile-toggle.hide {
		left: -10em;
		margin-left: 43px;
	}

	#sidebar-subsidiary.expand,
	#sidebar-subsidiary li {
		display: block;
	}

	#sidebar-subsidiary li ul.sub-menu {
		display: block;
		margin: 5px 0;
		border-bottom: none;
	}

	#sidebar-subsidiary ul.sub-menu a {
		margin-left: 20px;
		font-size: 0.846em;
	}

	.footer-credit {
		margin-top: 21px;
	}

	#footer-inner {
		padding: 0;
	}

	.footer-col-3 {
		margin-bottom: 25px;
	}

	.footer-col-5 {
		top: -85px;
	}
}

@media all and (max-width: 922px) {
	
	.footer-col-3 {
		width: 175px;
	}
}

@media all and (max-width: 830px) {

	#main .mobile-toggle {
		height: 51px;
		padding: 5px 25px;
		font-size: 2.000em
	}

	.primary-menu-toggle .dashicons {
		height: 41px;
		font-size: 40px;
	}

	.mobile-toggle.hide {
		left: -12em;
	}

	#hero-wrap #contact-form {
		margin-top: 37px;
	}

	#content {
		width: 100%;
		margin-top: 0;
		margin-bottom: 22px;
	}

	#sidebar-secondary {
		width: 100%;
		margin-bottom: 37px;
	}

	#sidebar-secondary .widget br {
		display: none;
	}

	#sidebar-secondary li a {
		padding: 20px 22px 20px 22px;
		font-size: 1.357em;
	}

	.footer-credit {
		width: 100%;
		margin-right: 0;
	}

	.footer-col-1 {
		width: 25%;
		max-width: 147px;
		padding-right: 24px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.footer-col-2 {
		width: 75%;
		margin-right: 0;
	}

	.footer-col-3 {
		clear: left;
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.footer-col-4 {
		float: left;
		width: 45%;
		max-width: 246px;
		margin-right: 0;
	}
	
	.footer-col-5 {
		top: 0;
		width: 50%;
		margin-top: 78px;
		margin-left: 5%;
	}
}

@media all and (max-width: 768px) {

	.container,
	#main-inner,
	#hero-wrap,
	#menu-primary .wrap {
		padding: 0 18px;
	}
}

@media all and (max-width: 678px) {
	
	.footer-col-4 .widget-title {
		font-size: 2.000em;
	}
}

@media all and (max-width: 625px) {

	.footer-col-4 {
		width: 55%;
	}

	.footer-col-5 {
		float: left;
		width: 39%;
	}
}

@media all and (max-width: 540px) {

	#content .entry-content .adress-list {
		-webkit-column-count: 2;
				-moz-column-count: 2;
					column-count: 2;
	}

	.footer-col-1,
	.footer-col-2,
	.footer-col-3,
	.footer-col-4,
	.footer-col-5 {
		width: 100%
	}

	.footer-col-1 {
		margin-bottom: 20px;
	}

	.footer-col-3 {
		margin-top: 0;
	}

	.footer-col-5 {
		float: left;
		margin-top: 20px;
		margin-left: 0;
	}
}

@media all and (max-width: 460px) {

	#hero-wrap #contact-form .wpcf7-validation-errors,
	#hero-wrap #contact-form .wpcf7-mail-sent-ok {
		position: static;
		margin-top: 15px;
	}

	#hero-wrap #contact-form {
		padding-bottom: 17px;
	}
}

@media all and (max-width: 430px) {

	#contact-form {
		padding-bottom: 20px;
	}

	#main .mobile-toggle {
		font-size: 1.714em;
	}

	.mobile-toggle.hide {
		left: -95%;
		height: auto;
	}

	.primary-menu-toggle .dashicons {
		width: 26px;
		margin-top: 5px;
		font-size: 30px;
	}

	#sidebar-subsidiary {
		width: 100%;
		left: 15%;
	}

	#hero-wrap #contact-form input[type="text"],
	#hero-wrap #contact-form input[type="tel"] {
		margin: 5px 0;
	}

	#hero-wrap #contact-form input[type="submit"] {
		margin-top: 5px;
	}

	.form-captcha {
		width: 120px;
	}

	#content .entry-content .adress-list {
		-webkit-column-count: 1;
				-moz-column-count: 1;
					column-count: 1;
	}

	.footer-col-1 {
		padding: 0;
	}

	.footer-col-2 p {
		width: 100%;
	}

	.footer-col-4 .widget-title {
		font-size: 1.429em;
	}

	.footer-col-4 img, 
	.footer-col-4 .aussie-web {
		float: left;
	}
}

/**
 * Clearing Floats
 * --------------------------------------------------------------------------- */

.clearfix::after,
#header::after,
.container::after,
#footer-inner::after,
#main-inner:after,
#hero-wrap::after,
span.wpcf7-form-control-wrap::after,
#hero-wrap #contact-form p::after {
	content:    ".";
	display:    block;
	height:     0;
	clear:      both;
	visibility: hidden;
}