/*
Theme Name: Red Rock Contracting
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=Montserrat: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: 'Montserrat', 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:700;
	margin:0 0 20px 0;
	line-height:42px;
}
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:30px;
}
p {
	font-weight:300;
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
li {
	font-weight:300;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1200px;
}
.slicknav_menu {
	display:none;
}
#top-bar {
	position:relative;
	z-index:900;
	padding:6px 0;
	background:#f15c22;
	color:#fff;
}
#top-bar .container {
	position:relative;
	z-index:800;
}
#top-bar span {
	float:left;
	color:#fff;
	font-size:14px;
}
.phone, .email {
	position:relative;
	float:right;
	color:#fff;
	font-size:14px;
	margin:0 0 0 20px;
}
.phone i, .email i {
	font-size:20px;
	margin:0 5px 0 0;
}

#header {
	position:relative;
	z-index:900;
	height:105px;
	background:#231f20;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	position:relative;
	margin:20px 0 0 0;
}
#header .menu {
	list-style-type:none;
	margin:30px 0 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 20px;
	
}
#header .menu li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
	height:70px;
	float:left;
	line-height:70px;
	border-bottom:5px solid #231f20;
}
#header .menu li.current-menu-item a {
	border-bottom:5px solid #fff;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	top:-105px;
	margin:0 0 -105px 0;
}
.banner {
	position:absolute;
	top:40%;
	left:50%;
	width:1000px;
	margin:0 0 0 -500px;
	z-index:500;
	text-align:center;
}
.banner a {
	display:inline-block;
	margin:20px 0;
	color:#fff;
	background:#f15c22;
	padding:20px 40px;
}
.banner h2 {
	color:#fff;
	font-size:40px;
	font-weight:400;
}
.banner p {
	color:#fff;
	font-size:20px;
	line-height:30px;
}
#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 bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide3.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide4 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide4.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide5 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide5.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide6 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide6.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide7 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide7.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide8 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide8.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#prev {
	position:absolute;
	top:45%;
	left:50px;
	color:#fff;
	font-size:50px;
	z-index:901;
	cursor:pointer;
}
#next {
	position:absolute;
	top:45%;
	right:50px;
	color:#fff;
	font-size:50px;
	z-index:900;
	cursor:pointer;
}
#welcome {
	width:100%;
	position:relative;
	padding:75px 0 0 0;
	color: #fff;
	background:#201c1c;
}
.wtrans-wrap {
	width:100%;
	position:relative;
	min-height:450px;
	background:url(images/wtrans.png) no-repeat bottom right;
}
#welcome img {
	display:inline-block;
	margin:20px 10px 20px 0;
}
#welcome h1 {
	background:url(images/line.png) no-repeat center right;
}
#recent {
	padding:75px 0;
	background:#231f20;
	border-top:1px solid #383032;
}
#recent h2 {
	font-weight:400;
	text-align:center;
	color:#fff;
}
.recent {
	width:29.33%;
	float:left;
	box-shadow:0 0 1px rgba(255,255,255,0.5);
	margin:0 2%;
}
.recent img {
	width:100%;
	height:auto;
}
.recent-inner {
	background:#1f1b1c;
	color:#fff;
	padding:20px;
}
.recent h3 {
	font-size:18px;
	margin:0 0 20px 0;
	font-weight:700;
	color:#fff;
}
.recent p {
	font-size:15px;
	line-height:20px;
}
#inner {
	width:100%;
	height:100px;
	padding:100px 0 0 0;
	position:relative;
	z-index:0;
	background:url(images/slide1.jpg) no-repeat bottom center fixed;
	background-size:cover;
}
#inner h1 {
	color:#fff;
	text-align:center;
	font-size:32px;
}
#content {
	padding:75px 0;
	background:#231f20;
	color:#fff;
}
img.iblock {
	display:inline-block;
	margin:20px 10px 20px 0;
}
.wp-post-image, .alignright {
	float:right;
	margin:0 0 50px 50px;
}
.alignleft {
	float:left;
	margin:0 50px 50px 0;
}
.grey {
	background:#f3f3f3;
}
.serv {
	margin:0 0 40px 0;
	min-height:200px;
	background:#1f1b1c;
	color:#fff;
	padding:25px;
	box-shadow:0 0 1px rgba(255,255,255,0.5);
}
.left img {
	width:25%;
	height:auto;
	float:left;
	margin:0 25px 25px 0;
}
.right img {
	width:25%;
	height:auto;
	float:right;
	margin:0 25px 0 25px; 
}
.serv h3 {
	padding:0 0 0 0;
}
.port {
	float: left;
	margin: 0 3% 30px 0 !important;
	width: 30.33% !important;
	position:relative;
	overflow:hidden;
	text-align:center;
	box-shadow:0 0 1px rgba(255,255,255,0.5);
}
.port img {
	width:100%;
	position:relative;
	z-index:0;
	transition:all .5s;
	margin:0 0 0 0;
}
.port h3 {
	font-size:15px;
	font-weight:400;
	line-height:22px;
	position:relative;
	background:#1f1b1c;
	padding:15px;
	margin:0;
}
.port:hover img {
	transform: scale(1.1);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.port a {
	text-decoration:none;
	color:#fff;
}
.main {
	width:56%;
	float:left;
	background:#1f1b1c;	
	box-shadow:0 0 1px rgba(255,255,255,0.5);
	padding:20px 2%;
}
.sidebar {
	width:30%;
	padding:30px 2.5%;
	background:#1f1b1c;	
	float:right;
	box-shadow:0 0 1px rgba(255,255,255,0.5);
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.sidebar ul li a, .main a {
	color:#fff;
}
.post {
	width:30.33%;
	float:left;
	margin:0 3% 30px 0;
	background:#1f1b1c;	
	box-shadow:0 0 1px rgba(255,255,255,0.5);
}
.post-inner {
	padding:20px;
}
.post h2 {
	font-size:20px;
	line-height:27px;
}
.post img {
	margin:0 0 20px 0;
}

.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;
	color: #000;
}
a.page-numbers {
    color: #000 !important;
}
a.page-numbers:hover {
    color: #f15c22 !important;
}
.more {
	background:#f15c22;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.main img {
	float:left;
	margin:0 25px 25px 0;
}
.main h1 {
	font-size:32px;
	line-height:42px;
	margin:0 0 10px 0;
}
#top-footer {
	padding:75px 0;
	background:#1f1b1c;
	color:#fff;
	border-top:1px solid #383032;
}
#top-footer h3 {
	font-size:32px;
	text-transform:none;
	margin:0 0 30px 0;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:700;
}
.fcol {
	width:29.33%;
	float:left;
	margin:0 2%;
	text-align:center;
}
.fcol p {
	font-size:15px;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	float:left;
	width:47%;
	margin:0 3% 5px 0;
	padding:0;
	font-size:15px;
}
.fcol ul li a {
	color:#fff;
}
.fcol img {
	margin:40px 0 0 0;
}
.aright {
	text-align:right;
}
.aleft {
	text-align:left;
}
.aright h3 {
	padding:0 20px 10px 0;
}
.aleft h3 {
	padding:0 0 10px 20px;
}
.aright .fcol-inner {
	padding:0 20px 0 0;
}
.aleft .fcol-inner {
	padding:0 0 0 20px;
}
#footer {
	padding:0 0 25px 0;
	background:#1f1b1c;
	color:#999;
}
#footer .copy {
	float:left;
	font-size:12px;
	text-align:center;
	margin:0 0 0 2%;
}
#footer .designer {
	float:right;
	font-size:12px;
	text-align:center;
	margin:0 2% 0 0;
}
#footer .designer a {
	color:#999;
	text-decoration:none;
}
#form {
	width:47%;
	float:left;
}
#details {
	width:47%;
	float:right;
	margin:40px 0 30px 0;
}
#details img {
	max-width:100%;
	height:auto;
}
.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;
}
.wpcf7 textarea {
	background: #1f1b1c;
	border:none;
    box-shadow:0 0 1px rgba(255,255,255,0.5);
    color: #fff;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height: 170px;
	margin:0 0 20px 0;
}
.wpcf7 p {
    color: #fff;
    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: #1f1b1c;
	border:none;
    box-shadow:0 0 1px rgba(255,255,255,0.5);
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
	color:#fff;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 60px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
    left: 0;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#f15c22;
	font-size:16px;
	display:block;
	top:15px;
}
.wpcf7 input[type="submit"]:hover {
	
}
@media only screen and (max-width: 1200px) {
	#header .menu li {
		margin:0 0 0 10px;
	}
	#header .menu li a {
		font-size:16px;
	}
	.banner {
		position:absolute;
		top:50%;
		left:5%;
		width:90%;
		margin:0 0 0 0;
		z-index:500;
	}
}
@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 {
		height:auto;
		text-align:center;
		padding:50px 0 0 0;
		margin:20px 0 0 0;
	}
	#top-bar {
		display:none;
	}
	
	.logo {
		position:relative;
		margin:0 0 15px 0;
		float:none;
		display:inline-block;
		top:0;
		max-width:200px;
		height:auto;
	}
	#footer span {
		display:none;
	}
	#footer .copy, #footer .designer {
		float:none;
		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 25px 0;
	}
	
	#welcome {
		background-image:none;
		text-align:center;
		padding:50px 0;
	}
	#slider {
		width:100%;
		height:600px;
		position:relative;
		z-index:0;		
	}
	#slider .cycle-slideshow #slide1 {
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide2 {
		background:url(images/slide2.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}	
	#slider .cycle-slideshow #slide3 {
		background:url(images/slide3.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide4 {
		background:url(images/slide4.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide5 {
		background:url(images/slide5.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide6 {
		background:url(images/slide6.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide7 {
		background:url(images/slide7.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	#slider .cycle-slideshow #slide8 {
		background:url(images/slide8.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
}
@media only screen and (max-width: 800px) {
	.fcol {
		width:96%;
		margin:0 2% 40px 2%;
	}
	.fcol ul li {
		width:100%;
		clear:both;
		margin:0 0 5px 0;
		padding:0;
		text-align:center;
	}
	.aright {
		text-align:center;
	}
	.aleft {
		text-align:center;
	}
	.aright h3 {
		padding:0;
		border:none !important;
	}
	.aleft h3 {
		padding:0;
		border:none !important;
	}
	.aright .fcol-inner {
		padding: 0;
	}
	.aleft .fcol-inner {
		padding:0;
	}
	.wtrans-wrap {
		width:100%;
		position:relative;
		min-height:1px;
		background-image:none;
	}
	#welcome h1 {
		background-image:none;
	}
	.banner {
		position:absolute;
		top:35%;
		left:5%;
		width:90%;
		margin:0;
	}
	.banner a {
		display:inline-block;
		margin:10px 0;
		color:#fff;
		background:#f15c22;
		padding:10px 20px;
	}
	.banner h2 {
		width:90%;
		padding:0 5%;
		color:#fff;
		font-size:26px;
		font-weight:400;
	}
	.banner p {
		color:#fff;
		font-size:16px;
		line-height:22px;
	}
	.recent {
		width:96%;
		text-align:center;
		margin:0 2% 25px 2%;
	}
	.left img {
		width:auto;
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 20px 0;
	}
	.right img {
		width:auto;
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 20px 0;
	}
	.main {
		width:96%;
	
		float:none;
		margin:0 0 30px 0;
	}
	.sidebar {
		width:94%;
		float:none;
		margin:0 0 30px 0;
		padding:20px 3%;
		
	}
	.post {
		width:100%;
		float:none;
		margin:0 0 30px 0;
		text-align:center;
	}
	.post img {
		max-width:100%;
		height:auto;
	}
	.main img {
		float:none;
		max-width:100%;
		height:auto;
		margin:0 0 25px 0;
	}
	.port {
		margin: 0 3% 30px 0 !important;
		width: 47% !important;
	}

}
@media only screen and (max-width: 600px) {
	.port {
		margin: 0 2% 30px 2% !important;
		width: 96% !important;
	}
	#prev {
		left:10px;
		font-size:20px;
	}
	#next {
		right:10px;
		font-size:20px;
	}
	p {
		font-size:14px;
		line-height:24px;
	}
}

ol {
	font-weight:bold !important;
}