/*
Theme Name: FMB Stove Repair Services
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	font-weight:300;
	margin:0 0 20px 0;
	line-height:42px;
	text-transform:uppercase;
}
h2 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	margin:0 0 20px 0;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 15px 0;
	line-height:26px;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
li {
	font-weight:400;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:900;
	height:80px;
	background:rgba(7,3,138,0.8);
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	position:relative;
	margin:15px 0 0 0;
}
.header-right {
	float:right;
	margin:30px 0 0 0;
}
.header-right a {
	color:#fff;
	font-size:20px;
}
.header-right a.btn {
	color:#fff;
	background:#000;
	padding:10px 30px;
	text-transform:uppercase;
	border:1px solid #fff;
	margin:0 0 0 30px;
	font-size:16px;
}
#menu {
	width:100%;
	position:relative;
	z-index:700;
	background:rgba(0,0,0,0.8);
	height:60px;
}
.phone {
	width:350px !important;
	float:left !important;
	margin:14px 0 0 0 !important;
}
.phone a {
	color:#fff;
	font-size:20px;
}
#menu .menu {
	list-style-type:none;
	margin:0 0 0 0;
	position:relative;
	float:right;
	height:60px;
	line-height:60px;
}
#menu .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	height:60px;
	line-height:60px;
}
#menu .menu li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	height:60px;
	line-height:60px;
	position:relative;
	top:-1px;
	padding:0 12px;
}
#menu .menu li.current-menu-item a, #menu li.current-page-ancestor a {
	background:rgba(7,3,138,0.8);
}
#menu .menu li ul {
	display:none;
	width:200px;
	position:absolute;
	top:58px;
	left:0;
	margin:0 0 0 0 !important;
}
#menu .menu li ul li {
	display:block;
	margin:0 0 0 0 !important;
	height:40px;
	line-height:40px;
	width:100%;	
}
#menu .menu li ul li a {
	display:inline-block;
	width:90%;
	padding:0 5%;
	height:40px;
	line-height:40px;
	background:#000;
	box-shadow:0 0 1px #fff !important;
	float:left;
	clear:both;
}
#menu .menu li:hover ul {
	display:block;
}
#menu .menu li ul li a:hover {
	background:#111;
}
#menu .menu li ul li.current-menu-item a,
#menu .menu li ul li.current-menu-item a:hover {
	background:#07038a;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	top:-140px;
	margin:0 0 -140px 0;
}
.banner {
	position:absolute;
	top:45%;
	left:0;
	width:100%;
	margin:0;
	z-index:500;
	text-align:center;
}
.banner h2 {
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	color:#fff;
	display:inline-block;
	font-weight:700;
	font-size:46px;
	line-height:56px;
	text-transform:uppercase;
}
#slider .cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
#slider .cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide1.webp) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.webp) no-repeat bottom center fixed;
	background-size:cover;
}
#welcome {
	width:100%;
	position:relative;
	padding:75px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#welcome p {
	max-width:900px;
	margin:0 auto 15px auto;
	display:block;
}
#services {
	padding:75px 0;
	background:#eee;
}
#services h2 {
	text-align:center;
	font-size:32px;
	font-weight:300;
	margin:0 0 20px 0;
	line-height:42px;
	text-transform:uppercase;
}
#services h4 {
	text-align:center;
	margin:0 auto 50px auto;
	width:800px;
	max-width:100%;
	font-size:16px;
	font-weight:400;
	display:block;
}
.serv {
	position:relative;
	width:29.33%;
	float:left;
	margin:0 2% 0 2%;
	text-align:center;
	box-shadow:0 0 1px rgba(0,0,0,0.65);
}
.serv-inner {
	padding:40px;
	background:#fff;
}
.serv img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	display:block;
}
.serv h3 {
	font-size:22px;
}
.serv p {
	font-size:16px;
	line-height:24px;
}
.serv a.sbtn {
	color:#07038a;
	display:inline-block;
	width:215px;
	padding:20px 0;
	border:1px solid #07038a;
	margin:20px 0 0 0;
	transition:all .5s;
}
.serv a.sbtn:hover {
	color:#fff;
	background:#07038a;
	border:1px solid #fff;
}
#contact {
	width:100%;
	padding:100px 0;
	position:relative;
	background:url(images/contact.webp) no-repeat bottom center fixed;
	background-size:cover;
	color:#fff;
}
#contact {
	padding:100px 0;
}
#contact h2 {
	text-align:center;
	font-size:32px;
	margin:0 0 20px 0;
	line-height:42px;
}
#contact p.narrow {
	text-align:center;
	padding:0 150px;
}
#contact #form-wrap {
	max-width:100%;
	width:800px;
	margin:0 auto;
}
#logos {
	padding:50px 0;
	text-align:center;
}
#logos img {
	margin:0 25px;
}
#logos h3 {
	font-size:32px;
	margin:20px 0 20px 0;
	font-weight:300;
}
#inner {
	width:100%;
	height:100px;
	padding:250px 0 0 0;
	position:relative;
	z-index:0;
	background:url(images/inner.jpg) no-repeat center center;
	background-size:cover;
	top:-160px;
	margin:0 0 -160px 0;
}
#inner h1 {
	color:#fff;
	text-align:center;
	font-size:46px;
	font-weight:700;
}
#content {
	padding:75px 0;
}
#secondary {
	padding:75px 0;
	background:#f3f3f3;
	border-top:1px solid #ccc;
}
a.bbtn {
	display:inline-block;
	color:#fff;
	background:#07038a;
	padding:20px 40px;
	text-transform:uppercase;
	border:1px solid #fff;
	margin:20px 0 0 0;
	font-size:16px;
}
.wp-post-image, .alignright {
	float:right;
	margin:0 0 0 75px;
}
.alignleft {
	float:left;
	margin:0 75px 0 0;
}
.service_area {
	list-style-type:none;
	margin:0 0 20px 0;
}
.service_area li {
	width:29.33%;
	float:left;
	margin:0 2% 20px 2%;
	text-align:center;
}
.serv2 {
	position:relative;
	width:46%;
	float:left;
	margin:0 2% 50px 2%;
	text-align:center;
	box-shadow:0 0 1px rgba(0,0,0,0.65);
}
.serv2 img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	display:block;
}
.serv2 h3 {
	font-size:32px;
	line-height:1em;
	background:rgba(7,3,138,0.8);
	position:absolute;
	bottom:30px;
	left:30px;
	color:#fff;
	padding:20px 40px;
}
.install {
	position:relative;
	width:21%;
	float:left;
	margin:0 2% 30px 0;
	text-align:center;
	padding:20px 1% 35px 1%;
	box-shadow:0 0 25px rgba(0,0,0,0.15);
}
.install h3 {
	display:block;
	min-height:60px;
}
.install img {
	width:100%;
	height:auto;
}
.install p {
	display:block;
	min-height:100px;
}
.install a {
	color: #07038a;
	display:block;
	width:90%;
	padding:15px 5%;
	text-align:center;
	border:1px solid #07038a;
}
.small-img {
	width:120px !important;
	height:auto !important;
}
.short {
	min-height:30px !important;
}
.standout {
	font-size:32px;
	line-height:42px;
	margin:0 0 30px 0;
	color:#07038a;
}
h2.center {
	text-align:center;
	margin:0 0 50px 0;
	color:rgba(7,3,138,1);
}
#top-footer {
	padding:75px 0;
	background:#000;
}
#top-footer h3 {
	font-size:32px;
	text-transform:none;
	margin:0 0 30px 0;
}
#top-footer h4 {
	font-size:20px;
	font-weight:400;
	text-transform:none;
	margin:0 0 20px 0;
}
.fcol {
	width:29.33%;
	float:left;
	margin:0 2%;
	text-align:center;
	color:#fff;
}
.fcol p, .fcol li {
	font-size:16px;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	width:100%;
	margin:0 0 2px 0;
	text-align:center;
}
.fcol ul li a {
	color:#fff;
}
.fcol img {
	margin:40px 0 0 0;
}
#footer {
	padding:25px 0;
	background:#111;
	color:#999;
}
#footer p {
	font-size:12px;
	text-align:center;
	margin:0 0 0 0;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
#form {
	width:47%;
	float:left;
}
#details {
	width:47%;
	float:right;
	margin:40px 0 30px 0;
}
#details i {
	display:inline-block;
	width:25px;
}
.map {
	width:100% !important;
	height:400px;
	margin:0 0 0 0;
}
.form-col {
	width:48%;
	float:left;
	margin:0 2% 0 0;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
	font-family: 'Lato', sans-serif !important;
}
.wpcf7 textarea {
	background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 16px;
	width:94%;
	padding:15px 2%;
    height: 100px;
	margin:0 0 20px 0;
	font-family: 'Lato', sans-serif !important;
}
.wpcf7 p, .wpcf7 label {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
	font-family: 'Lato', sans-serif !important;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 60px;
    padding: 0;
    width: 98%;
    position: relative;
	text-align:center;
    left: 0;
	transition:all .5s;
	border: 1px solid #000;
	text-decoration:none;
	color:#fff;
	background:#07038a;
	font-size:16px;
	display:block;
}
#contact .wpcf7 input[type="submit"] {
	background:#000;
}
.wpcf7 input[type="submit"]:hover {
	
}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1024px) {
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		height:170px;
		text-align:center;
		margin:50px 0 0 0;
		background:#07038a;
	}	
	.logo {
		position:relative;
		margin:15px 0 15px 0;
		float:none;
		display:inline-block;
	}
	.header-right {
		float:none;
		margin:0 0 0 0;
	}
	.header-right a {
		color:#fff;
		font-size:16px;
		display:block;
	}
	.header-right a.btn {
		color:#fff;
		background:#000;
		width:90%;
		padding:5px 5%;
		text-transform:uppercase;
		border:1px solid #fff;
		margin:10px 0;
		font-size:16px;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
		width:100%;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.wp-post-image, .alignleft, .alignright {
		float:none;
		max-width:100%;
		height:auto;
		margin:0 0 50px 0;
	}
	#welcome {
		background-image:none;
		text-align:center;
		padding:50px 0;
	}
	#slider {
		width:100%;
		height:600px;
		position:relative;
		z-index:0;
		top:-170px;
		margin:0 0 -170px 0;		
	}
	#slider .cycle-slideshow #slide1 {
		background:url(images/slide1.webp) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide2 {
		background:url(images/slide2.webp) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#inner h1 {
		font-size:30px;
	}
	#content, #secondary {
		text-align:center;
	}
	p, li {
		font-size:16px;
		line-height:24px;
	}
	#welcome p {
		padding:0;
	}
	.banner h2 {
		font-size:32px;
		line-height:42px;
	}
	.form-col {
		width:100%;
		float:left;
		margin:0 0 0 0;
		text-align:left !important;
	}
	#form, #form p, #form label {
		text-align:left !important;
	}
	#contact {
		padding:50px 0;
	}
	#contact p.narrow {
		padding:0 20px;
	}
	
}
@media only screen and (max-width: 800px) {
	.fcol {
		width:96%;
		margin:0 0 40px 0;
	}
	.fcol ul li {
		width:98%;
		clear:both;
		margin:0 0 5px 0;
		padding:0;
		text-align:center;
	}
	.serv {
		position:relative;
		width:90%;
		float:none;
		margin:0 5% 25px 5%;
	}
	.service_area li {
		width:96%;
		float:left;
		margin:0 2% 20px 2%;
		text-align:center;
	}
	.serv2 {
		width:96%;
		float:left;
		margin:0 2% 30px 2%;
	}
	.install {
		width:40%;
		margin:0 2% 30px 2%;
		padding:20px 3% 35px 3%;
	}
}
@media only screen and (max-width: 520px) {
	.install {
		width:90%;
	}
}
/*Logo carousel*/
#clients {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap {
	display: block;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	height:133px;
}

#clients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 250px;
  height: 133px;
  line-height: 133px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}
#clients-list a {
    pointer-events: none;
}
.main {
	width:65%;
	float:left;
}
.main h1 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	margin:0 0 20px 0;
	text-transform:none;
}
.sidebar {
	width:25%;
	padding:30px 2.5%;
	background:#eee;
	float:right;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.post {
	margin:0 0 30px 0;
	background:#fff;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background: #07038a;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 800px) {
	.main {
		width:100%;
		float:none;
		margin:0 0 40px 0;
		text-align:left;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		text-align:left;
	}
}

/* --- Facebook Icon --- */
#facebook-icon {
    margin: 0px !important;
    position: relative;
    left: 197px;
}