/*
Theme Name: Dormic Plumbing WP Theme
Theme URI: http//dobble.com.au
Description: Dormic Plumbing
Author: Dobble Pty Ltd
Author URI: http://dobble.com.au
Version:2.0
*/
@font-face {
	font-family:'Patua One';
	src:local('Patua One'), url(fonts/PatuaOne-Regular.woff2) format("woff2");
	font-weight:400;
	font-style:normal;
	font-display:swap;
}
@font-face {
    font-family: 'Jura';
    src: local('Jura Light'), local('Jura-Light'),
        url(fonts/Jura-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'Jura';
    src: local('Jura Regular'), local('Jura-Regular'),
        url(fonts/Jura-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'Jura';
    src: local('Jura SemiBold'), local('Jura-SemiBold'),
        url(fonts/Jura-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'Jura';
    src: local('Jura Bold'), local('Jura-Bold'),
        url(fonts/Jura-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display:swap;
}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
html,
body {
	margin:0;
	padding:0;
	color:#012345;
}
body {
	font-family:"Jura", sans-serif;
	font-weight:300;
	font-size:23px;
	line-height:185%;
	letter-spacing:-.5px;
}
p {
	text-align:center;
}
form p {
	text-align:left;
}
.content-area {
	width:100%;
	max-width:1200px;
	padding:30px;
	position:relative;
	margin:0 auto;
}
a {
	text-decoration:none;
	color:inherit;
	
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
}
a:hover {
	color:rgb(68,200,245);
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#site-details {
	background-color:#000;
	color:#fff;
	font-size:15px;
	text-align:center;
}
#legal-links ul li {
	display:inline-block;
	border-right:1px solid #fff;
	padding:0px 10px;
	height:20px;
	vertical-align:middle;
	line-height:20px;
}
#legal-links ul li:nth-child(2) {
	border-right:none;
}
#site-author a {
	font-family:"Patua One", cursive;
	font-size:16px;
}
#site-author a:hover {
	color:#6abc9f;
}
h1 {
	font-size:42px;
	text-align:center;
	line-height:120%;
	margin:5px 0 10px;
}
#company-logo {
	width:100%;
	max-width:200px;
}
#company-logo img {
	max-width:200px;
}
#primary-nav {
	position:absolute;
	right:30px;
	top:75px;
}
#primary-nav ul,
#primary-nav ul li {
	height:30px;
	line-height:30px;
	overflow:hidden;
}
#primary-nav ul li {
	display:inline-block;
	font-size:18px;
	font-weight:700;
}
#primary-nav ul li a {
	padding:0px 15px;
	width:100%;
	height:100%;
	display:block;
	color:#111;
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
}
#primary-nav ul li a:hover {
	color:#44c8f5;
}
#primary-nav ul li:nth-last-child(1) a {
	padding-right:0;
}
#quick-contact {
	display:inline-block;
	position:absolute;
	top:25px;
	right:30px;
}
.socialmedia-header {
	width:32px;
	height:32px;
	display:block;	
	vertical-align:-4px;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
}
.socialmedia-header-list {
	height:35px;
	vertical-align:middle;
	display:inline-block;
}
.socialmedia-header-list li {
	display:inline-block;
	margin-right:2px;
}
.socialmedia-header-list li:nth-child(last) {
	margin-right:0px;
}
.mobile {
	background-image:url(images/phone-icon.png);
}
.facebook {
	background-image:url(images/social-media-facebook.png);
}
.instagram {
	background-image:url(images/social-media-instagram.png);
}
.mail {
	background-image:url(images/social-media-mail.png);
}
.divider {
	border:1px solid #ccc;
	height:35px;
	width:1px;
	margin: 0 20px;
	vertical-align:middle;
}
video {
	background-color:transparent;
	background-image:url(images/video-bg.jpg);
	background-size:100%;
	background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
#myVideo { 
    position: absolute;
    bottom: -55%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
	background-size: cover;
	background-position:center center;
}
@media all and (max-width:600px) {
	#myVideo { 
		top: 0;
	}
}
.banner {
	width:100%;
	padding:50px 0;
	display:block;
	overflow:hidden;
	position:relative;
	background-color:rgba(0,0,0,.1);
	text-align:center;
}
.button {
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    background-color: #333;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
	display:inline-block;
	width:100%;
	max-width:200px;
	margin:4px;
}
.button:hover {
	background-color:#0062f5;
	color:#fff;
}
.need-a-plumber {
	background-image:url('images/video-bg.jpg');
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.banner .button {
	display:inline-block;
	margin:40px auto 20px;
}
.banner .button a {
	padding:20px 30px;
	background-color:rgba(0,0,0,.5);
	color:#fff;
	font-weight:700;
	
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.banner .button a:hover {
	background-color:#012345;
	color:#fff;
}
h2 {
	font-size:38px;
	text-align:center;
	color:#44c8f5;
}
#work-types {
	width:100%;
	text-align:center;
	padding:20px;
}
.type-icon {
	width:150px;
	height:150px;
	display:block;
	margin:0 auto;
	
	background-image:url(images/dom-com-real.png);
	background-size:450px 150px;
	background-repeat:no-repeat;
}
.domestic {
	background-position: 0 0;
}
.commercial {
	background-position: -150px 0px;
}
.real-estate {
	background-position: -300px 0;
}
.type {
	width:100%;
	max-width:360px;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
}
.type h4 {
	margin:10px auto;
	padding:0;
	font-size:30px;
	color:#0062f5;
	transition:color .2s ease;
	-moz-transition:color .2s ease;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
}
.type p {
	margin:0;
	font-size:20px;
	line-height:175%;
}
.type a {
	width:100%;
	height:100%;
	display:block;
	padding:20px;
}
.type a:hover {
	background-color:#eee;
	color:#000;
}

#footer-sidebar-area {
	background-color:#012345;
	padding:30px 0;
	color:#fff;
	text-align:center;
	font-size:20px;	
	line-height:175%;
	background-image:url('images/footer-bg.jpg');
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-bottom:-1px;
	margin-top:-5px;
}
#footer-sidebar-area h5 {
	margin:0 auto;
	font-size:26px;
}
.footer-item {
	width:100%;
	max-width:360px;
	margin:0 auto;
	display:inline-block;
	color:#fff;
	text-align:left;
	vertical-align:top;
	padding:0 20px;
}
.contact-info span {
	display:block;
}
.site-navigation ul li {
	width:100%;
	max-width:170px;
}
.site-navigation ul li a {
	width:100%;
	height:100%;
	display:block;
	padding:0 10px;
}
.site-navigation ul li a:hover {
	background-color:#fff;
}

#site-info {
	background-color:#000;
	padding:20px;
	font-size:18px;
	color:#fff;
	text-align:center;
	font-weight:600;
	line-height:175%;
}
a.site-author {
	font-family: "Patua One", cursive;
	font-weight:400;
	color:inherit;
}
a.site-author:hover {
	color:#6abc9f;
}
.responsive-menu {
	display:none;
	background-color:#ff6c00;
	text-align:left;
	width:100%;
	max-width:260px;
	height:100%;
	position:fixed;
	top:0;
	right:-260px;
	z-index:9999;
	
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.responsive-menu span {
	font-size:26px;
	color:rgba(0,0,0,.25);
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	display:block;
	background-color:#fff;
	padding:25px 10px 25px 30px;
}
.responsive-menu ul {
	margin-top:10px;
}
.responsive-menu ul li {
	margin:5px 0;
	padding:0;
	text-indent:20px;
}
.responsive-menu ul li a {
	width:100%;
	height:100%;
	display:block;
	padding:8px 15px;
	font-size:19px;
	color:#fff;
	font-weight:400;
}
.responsive-menu ul li a:hover {
	background-color:rgba(255,255,255,0.15);
}
.call-us-now-icon,
.menu-icon {
	width:46px;
	height:46px;
	display:none;
	background-color:#434343;	
	position:absolute;
	top:43px;
	right:30px;
	cursor:pointer;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:46px;
	vertical-align:middle;
	z-index:9999;
	
	
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;	
}
.call-us-now-icon {
	right:81px;
	background-color:#fff;
	background-image:url(images/phone-icon.png);
	background-position:center center;
	background-size:36px 36px;
	background-repeat:no-repeat;
	border:1px solid #dedede;
	font-weight:700;
	overflow:hidden;
	color:#44c8f5;
	text-indent:46px;
}
.call-us-now-icon a {
	width:100%;
	height:100%;
	display:block;
}
.call-us-now-icon:hover {
	background-color:#f5f5f5;
	width:240px;
	background-position:5px center;
}
.menu-icon .slash {
	width:25px;
	height:3px;
	display:block;
	background-color:#FFF;
	border:none;	
	margin:6px auto;
}
.menu-icon .first {
	margin-top:12px;
}
.menu-icon:hover {
	background-color:#44c8f5;
}
#menuToggle {
	display:none;
}
#menuToggle:checked ~ .responsive-menu {
	right:0;
}
#menuToggle:checked ~ .menu-icon {
	position:fixed;
	right:270px;
	top:10px;
}
@media all and (max-width:1050px) {
	#primary-nav,
	#quick-contact {
		display:none;
	}
	.menu-icon,
	.call-us-now-icon,
	.responsive-menu {
		display:block;
	}
}
@media all and (max-width:960px) {
	.footer-item {
		margin-bottom:30px;
		text-align:center;
	}
	.site-navigation ul li {
		margin:0 auto;
	}
	#work-types {
		padding:0;
	}
	.type {
		max-width:none;
	}
	.type p {
		width:100%;
		max-width:500px;
		margin:0 auto;
	}
}
@media all and (max-width:480px) {
	.banner .button {
		margin-bottom:0;
	}
}



/**************** Under Construction *********************/
form {
	margin:40px auto;
}
input,
textarea,
select {
	display:block;
	width:100%;
	padding:20px 55px 20px;
	margin: 8px auto;
	font-family:"Jura", sans-serif;
	font-size:17px;
	border:2px #eee solid;
	background-color:#fff;
	
	background-size:29px 29px;
	background-position: 12px 16px;
	background-repeat:no-repeat;
	
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.name_icon {
	background-image:url(images/name_icon.png);
}
.phone_icon {
	background-image:url(images/phone_icon.png);
}
.email_icon {
	background-image:url(images/email_icon.png);
}
.subject_icon {
	background-image:url(images/subject_icon.png);
}
.message_icon {
	background-image:url(images/message_icon.png);
	
}
textarea {
	height:150px;
	overflow:hidden;
	resize:none;
}
input[type="submit"] {
	background-color:#eee;
	color:#fff;
	font-weight:600;
	cursor:pointer;
	color:rgb(0,128,198);
	padding:20px;
}
input[type="submit"]:hover {
	background-color:rgb(68,200,245);
	border: 2px rgb(68,200,245) solid;
	color:#fff;
}

.greyforms input,
.greyforms textarea,
.greyforms select {
	border:3px solid #e7e7e7;
	padding:20px;
}
.greyforms input:hover,
.greyforms textarea:hover,
.greyforms select:hover,
.greyforms input:focus,
.greyforms textarea:focus,
.greyforms select:focus {
	border:3px solid rgb(68, 200, 245);
}
.greyforms input[type="submit"] {
	background-color:#012345;
	border:3px solid #012345;
	color:#fff;
}
.greyforms input[type="submit"]:hover {
	border:3px solid rgb(68, 200, 245);
	background-color:rgb(68, 200, 245);
	color:#fff;
}
fieldset {
	border:1px solid #eaeaea;
}
fieldset legend {
	padding: 7px 20px;
	background-color:#012345;
	color:rgb(68, 200, 245);
	margin:8px;
	font-weight:400;
}
.half-input {
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}
select {
	height:67px;
}
@media all and (max-width:640px) {
	.half-input {
		column-count:1;
		-moz-column-count:1;
		-webkit-column-count:1;
	}
}
#banner-text-backdrop {
	width:100%;
	max-width:960px;
	margin:0 auto;
	background-color:rgba(0,0,0,.5);
	padding:30px 20px 50px;
}
ul#services {
	text-align:center;
}
ul#services li {
	width:100%;
	max-width:270px;
	min-width:270px;
	display:inline-block;
	margin:10px 5px 60px;
	padding:20px;
	text-align:center;
	vertical-align:top;
}
@media all and (max-width:480px) {
	ul#services {
		overflow-x:scroll;
		display:flex;
		-webkit-overflow-scrolling: touch;
	}
	ul#services li {
		margin:10px 5px;
	}

}
ul#services li .service-icon {
	width:120px;
	height:120px;
	display:block;
	margin:0 auto 20px;
	background-repeat:no-repeat;
	background-size:960px 120px;
	background-image:url('images/service-icons.png');
}
.emergency-plumbing { background-position:0px 0px; }
.general-plumbing { background-position:-120px 0px; }
.split-system-aircon { background-position:-240px 0px; }
.hot-water-system { background-position:-360px 0px; }
.gas-fitting { background-position:-480px 0px; }
.roofing-guttering { background-position:-600px 0px; }
.new-homes { background-position:-720px 0px; }
.renovation-plumber { background-position:-840px 0px; }

ul#services li h4 {
	margin:0 auto;
	color:#0062f5;
	font-size:21px;
}
ul#services li p {
	margin:5px auto 25px;
	font-size:15px;
	font-weight:400;
	line-height:160%;
	color:#333;
}

ul#services li a.button {
	width:auto;
	display:inline;
	max-width:none;
	padding:15px 25px;
	color:#fff;
	margin:0;
}
dl.accordion {
   margin: 50px 0;
}
dl.accordion dt {
	background-color:#44c8f5;
	color:#fff;
	font-size:18px;
	
	color:#fff;
}
dl.accordion dt:nth-of-type(even) {
	background-color:#69d3f7;
}
dl.accordion dd {
	font-size: 18px;
	position: relative;
	top: 0px;
	background-color:#DDF8FF;
	padding:30px;
	width:100%;
	left:-40px;
}
dl.accordion a {
	display: block;
	font-weight: bold;
	text-decoration:none;
	padding:5px 15px;
}
dl.accordion a:hover {
	color:inherit;
	background-color:#ff6c00;
}
.accordion p {
	margin:0px auto 30px;
	text-align:left;
}