/*
Theme Name: Metcon Steel 2022
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=Libre+Franklin: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: 'Libre Franklin', 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;
	margin:0 0 20px 0;
	line-height:42px;
	font-weight: 700;
}
h2 {
	font-size:24px;
	line-height:30px;
	font-weight: 700;
	margin:0 0 20px 0;
	color:#012739;
}
h3 {
	font-size:24px;
	font-weight: 700;
	margin:0 0 15px 0;
	line-height:34px;
}
h4 {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:24px;
	font-weight: 700;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul {
	margin:0 0 20px 25px;
}
ol {
	margin:0 0 20px 25px;
}
ol li {
	padding:0 0 0 10px;
	margin:0 0 6px 0;
}
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;
	width:100%;
	z-index:997;
	padding:0;
	height:100px;
}
.logo {
	position:relative;
	margin:50px 0 0 0;
	float:left;
}
#header .menu {
	list-style-type:none;
	margin:65px 0 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 25px;
	float:left;
}
#header .menu li a {
	color:#fff;
	font-size:20px;
	font-weight:300;
	padding:0 5px 5px 5px;
	text-transform:uppercase;
}
#header .menu li.current-menu-item a {
	font-weight:700;
	border-bottom:2px solid #fff;
}
img {
	max-width:100%;
	height:auto;
}
#slider {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	top:-100px;
	margin:0 0 -100px 0;
	overflow:hidden;
}
#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.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
#slider .cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide3.jpg) no-repeat top center fixed;
	background-size:cover;
	overflow:hidden;
}
.banner {
	position:absolute;
	top:40%;
	left:50%;
	margin:0 0 0 -500px;
	width:1000px;
	z-index:700;
	color:#fff;
	text-align:center;
}
.banner h2 {
	font-size:70px;
	line-height:80px;
	color:#fff;
}
.banner p {
	font-weight:300;
	font-size:24px;
	line-height:34px;
}
.banner a {
	font-weight:300;
	font-size:18px;
	line-height:1em;
	color:#fff;
	background:#012739;
	padding:20px 30px;
	border:1px solid #fff;
	display:inline-block;
	margin:20px 0 0 0;
}
#inner {
	width:100%;
	height:150px;
	top:-100px;
	margin:0 0 -100px 0;
	position:relative;
	background:url(images/slide1.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	padding:200px 0 0 0;
}
#inner h1, #inner h3 {
	color:#fff;
	font-size:32px;
	text-align:center;
}
#content {
	position:relative;
	padding:75px 0;
	z-index:999;
}
#welcome {
	position:relative;
	width:100%;
	height:650px;
}
.welcome h1 {
	color:#012739;
}
.welcome {
	width:34%;
	float:left;
	padding:150px 8% 50px 8%;
}
.welcome-image {
	width:50%;
	height:100%;
	float:right;
	background:url(images/welcome.jpg) no-repeat center center;
	background-size:cover;
}
#secondary {
	position:relative;
	width:100%;
	height:650px;
	background:#0087c6;
	color:#fff;
}
.secondary {
	width:34%;
	float:right;
	padding:150px 8% 50px 8%;
}
.secondary h2 {
	color:#fff;
}
.secondary-image {
	width:50%;
	height:100%;
	float:left;
	background:url(images/secondary.jpg) no-repeat center center;
	background-size:cover;
}
#bottom {
	position:relative;
	width:100%;
	height:690px;
}
.bottom {
	width:34%;
	float:left;
	padding:100px 8%;
}
.bottom-image {
	width:50%;
	height:100%;
	float:right;
	background:url(images/bottom.jpg) no-repeat center center;
	background-size:cover;
}
.alignleft  {
	float:left;
	margin:0 100px 50px 0;
}
.alignright, .wp-post-image {
	float:right;
	margin:0 0 50px 100px;
}
.push {
	position:relative;
	left:25px;
}
.pushd {
	padding:50px 0 0 0;
}
#top-footer {
	padding:75px 0;
	color:#fff;
	background:#012739;
}
#top-footer h3 {
	color:#fff;
	font-size:32px;
	font-weight:400;
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
}
.fcol-1 {
	width:25%;
	float:left;
	margin:0 0 0 0;
}
.fcol-1 ul {
	margin:0;
	list-style-type:none;
}
.fcol-1 ul li {
	position:relative;
	width:47%;
	float:left;
	margin:0 3% 5px 0;
	display:block;
}
.fcol-1 ul li a {
	color:#fff;
}
.fcol-2 {
	width:50%;
	float:left;
	margin:0 0 0 0;
	text-align:center;
	padding:40px 0 0 0;
}
.fcol-3 {
	width:25%;
	float:right;
	margin:0 0 0 0;
	text-align:right;
}
.fcol-3 p {
	line-height:30px;
}
.fcol-2 img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
#footer {
	padding:25px 0;
	background:#001925;
	color:#999;
	position:relative;
}
#footer p {
	font-size:12px;
	margin:0 0 0 0;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
.copy {
	float:left;
}
.designer {
	float:right;
}
#form {
	width:50%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:45%;
	float:right;
	margin:50px 0 30px 0;
}
.map {
	width:100% !important;
	height:370px;
	margin:15px 0 0 0;
	border: 1px solid #ccc !important;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height: 190px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	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="password"]{
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#012739;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {

}
.main {
	width:65%;
	float:left;
}
.main .post h2 {
	font-size:26px;
	line-height:36px;
	margin:0 0 20px 0;
}
.sidebar {
	width:27%;
	padding:30px 1.5%;
	background:#f9f9f9;
	float:right;
	border: 1px solid #ddd;
}
.sidebar h3 {
	font-size:24px;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.main .post {
	margin:0 0 50px 0;
	border-bottom:1px dashed #ccc;
}
.main .post a {
	color:#333;
}
.main .post a h2 {
	color:#333;
	margin:0;
}
.share {
	display:inline-block;
	margin:15px auto;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#012739;
	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: 1200px) {
	.logo {
		width:300px;
	}
	#header .menu li {
		margin:0 0 0 15px;
	}
	#header .menu li a {
		font-size:18px;
	}
}
@media only screen and (max-width: 1024px) {
	#header .menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		height:auto;
		background:transparent;
	}	
	.logo {
		width:275px;
		float:none;
		margin:25px 0 15px 0;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
		width:100%;
	}
	.copy, .designer {
		float:none;
		text-align:center;
	}
	.alignright, .alignleft, .wp-post-image {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}	
	#content {
		padding:50px 0;
		text-align:center;
	}
	.fcol-1, .fcol-2, .fcol-3 {
		width:100%;
		float:none;
		margin:0 0 40px 0;
		text-align:center;
		padding:0;
	}
	#welcome {
		text-align:center;
	}
	.fcol-1 ul li {
		width:100%;
		float:none;
		margin:0 0 5px 0;
		text-align:center;
	}
	#inner {
		height:100px;
		text-align:center;
		padding:150px 0 0 0;
	}
	#inner h1 {
		padding:25px 0 0 0;
		border-top:1px solid #fff;
	}
	.banner {
		top:40%;
		left:3%;
		margin:0;
		width:94%;
	}
	.banner h2 {
		font-size:28px;
		line-height:38px;
	}
	.banner p {
		font-size:16px;
		line-height:24px;
	}
	.banner a {
		font-size:16px;
		padding:10px 20px;
		margin:15px 0 0 0;
	}

}
@media only screen and (max-width: 800px) {
	#slider {
		height:600px;
	}
	#slider .cycle-slideshow {
		height:600px;
	}
	#slider .cycle-slideshow #slide1 {
		height:600px;
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide2 {
		height:600px;
		background:url(images/slide2.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	#slider .cycle-slideshow #slide3 {
		height:600px;
		background:url(images/slide3.jpg) no-repeat center center scroll;
		background-size:1067px 600px;
	}
	.alignright, .wp-post-image {
		float:none;
		max-width:100%;
		height:auto;
		margin:15px 0 25px 0;
	}
	.alignleft {
		float:none;
		max-width:100%;
		height:auto;
		margin:15px 0 25px 0;
	}
	.main, #form, #details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		border: none;
	}
	.sidebar ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.sidebar ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	#welcome, #secondary, #bottom {
		height:auto;
	}
	.welcome {
		width:90%;
		float:none;
		padding:50px 5%;
		text-align:center;
	}
	.welcome-image {
		width:100%;
		height:400px;
		float:none;
		clear:both;
	}
	.secondary {
		width:90%;
		float:none;
		padding:50px 5%;
		text-align:center;
	}
	.secondary-image {
		width:100%;
		height:400px;
		float:none;
		clear:both;
	}
	.bottom {
		width:90%;
		float:none;
		padding:50px 5%;
		text-align:center;
	}
	.bottom-image {
		width:100%;
		height:400px;
		float:none;
		clear:both;
	}
	.push {
		left:0;
	}
	.pushd {
		padding:0;
	}
	#content ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	#content ul li {
		width:100%;
		padding:0;
		text-align:center;
		margin:0 0 4px 0;
	}
}