/*
Theme Name: Nils Landscaping
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/css?family=Raleway:300,300i,400,400i,700,700i');
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: 'Raleway', 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;
	line-height:40px;
	font-weight:700;
	margin:0 0 20px 0;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:32px;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 15px 0;
	line-height:26px;
}
p {
	font-size:15px;
	margin:0 0 18px 0;
	line-height:22px;
}
li {
	font-size:15px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#287cb7;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:900;
	height:150px;
}
#header-wrap {
	position:relative;
	z-index:999;
	background:rgba(91,88,59, 0.8);
	height:80px;
	padding:0 0 20px 0;
	top:40px;
	border-top:15px solid #000;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:15px 0 0 0;
}
.menu {
	list-style-type:none;
	margin:0 0 0 0;
	position:relative;
	float:right;
	height:100px;
	top:-15px;
}
.menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	height:100px;
	line-height:100px;
}
.menu li a {
	color:#fff;
	font-size:20px;
	text-decoration:none;
	transition:all .5s;
	height:95px;
	padding:0 18px;
	display:inline-block;
	line-height:100px;
	border-top:15px solid #000;
}
.menu li.current-menu-item a {
	border-top:15px solid #a3991e;
}
.menu li a:hover {
	
}
.menu li.current-menu-item a:hover {
	
}
#slider {
	position:relative;
	z-index:0;
	width:100%;
	z-index:0;
	top:-150px;
	margin:0 0 -150px 0;
	overflow:hidden;
	height:auto;
}
.cycle-slideshow {
	width:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow img {
	width:100%;
	position:relative;	
}
#thumbs {
	width:1200px;
	margin:0 auto; 
	position:relative; 
	top:-250px;
	z-index:400; 
}
.thumb-wrap {
	width:100%;
	position:relative;
}
.thumb-wrap img {
	border:10px solid #fff;
	margin:0 0 20px 0;
}
.thumb1 {
	position:absolute; 
	top:210px;
	left:140px;
}
.thumb2 {
	position:absolute; 
	top:140px;
	right:540px;	
}
.thumb3 {
	position:absolute; 
	top:0;
	right:270px;
}
.thumb4 {
	position:absolute; 
	top:210px;
	right:270px;	
}
.thumb5 {
	position:absolute; 
	top:140px;
	right:0;	
}
#welcome {
	padding:200px 0 50px;
}
.hlist {
	width:900px;
}
.hlist li {
	width:46%;
	margin:0 4% 5px 0;
	float:left;
	padding:0;
}
.hlist:after {
	content: "";
	display: table;
	clear: both;
}
#content {
	padding:70px 0;
}
.line {
	width:100%; 
	height:10px; 
	background:#a3981e; 
	position:relative; 
	z-index:400;
}
.page-heading {
    position: relative;
    z-index: 400;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin: 0 0 15px -20px;
    text-transform: uppercase;
    font-weight: normal;
    background: #fff;
    top: -20px;
    float: left;
    padding: 0 20px;
}
#inner h1 {
	color:#333;
	display:inline-block;
}
#inner {
	width:100%;
	position:relative;
	top:-150px;
	margin:0 0 -150px 0;
	height:250px;
	overflow:hidden;
	z-index:100;
	background:url(images/inner.jpg) no-repeat center center;
}
.wp-post-image {
	float:right;
	margin:0 0 50px 50px;
}
.service {
	width:44%;
	float:left;
    margin: 50px 2% 50px 0;
	padding:20px 2%;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	background:#f3f3f3;
	min-height:320px;
}
.service h2 {
	font-size:28px;
}
.green {
	background:#a3981e;
	color:#fff;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.gallery-item {
	transition:all .5s;
	width:30.33% !important;
	float:left !important;
	margin:0 3% 0 0 !important;
}
.gallery-icon {
	height:240px !important;
	overflow:hidden !important;
	width:100% !important;
	box-shadow:0 0 1px rgba(0,0,0,0.5) !important;
	transition:all .5s;
}
.gallery-icon img {
	width:100% !important;
	height:auto !important;
	border:none !important;	
}
.gallery-item:hover .gallery-icon {
	box-shadow:0 0 15px rgba(0,0,0,0.25) !important;
}
.wp-caption-text {
	height:50px;
	position:relative;
	top:-70px;
	left:20px;
	display:inline-block;
	font-size:20px;
	line-height:50px;
	padding:0 20px;
	text-align:center;
	background:rgba(163,153,30,0.75);
	color:#fff;
	transition:all .5s;
	margin:0 0 -70px 0;
}
.gallery-item:hover .wp-caption-text {
	background:rgba(81,77,51,0.75);
}
.hide-gallery {
	display:none;
}
.main {
	width:60%;
	float:left;
}
.sidebar {
	width:30%;
	padding:30px 2.5%;
	background:#f3f3f3;
	float:right;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.sidebar ul li a {
	color:#a3991e
}
.post {
	margin:0 0 40px 0;
	padding:20px;
	background:#f3f3f3;
}
.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:#a3991e;
	color:#fff;
	border-radius:8px;
	padding:8px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:10px 0 10px 0;
}
.opt {
	padding:20px 0;
}
.opt a {
	color:red;
}
#footer {
	padding:40px 0;
	background:#222;
/* 	border-top:20px solid #000; */
	color:#ccc;
	margin:0 0 0 0;
}
#footer .copy {
	font-size:12px;
	float:left;
	margin:0 0 0 0;
}
#footer .designer {
	font-size:12px;
	float:right;
	margin:0 0 0 0;
}
#footer .designer a {
	color:#ccc;
	text-decoration:none;
}
#form {
	width:45%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:50%;
	float:right;
	margin:0 0 30px 0;
}
#details img {
	max-width:100%;
	height:auto;
}
.map {
	width:100% !important;
	height:320px;
	margin:0 0 0 0;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 90%;
    margin: 0 0 0 0;
}
.wpcf7 select {
    width: 96%;
}
.wpcf7 textarea {
    height: 170px;
}
.wpcf7 p {
    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,
.wpcf7 textarea,
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    padding: 10px;
    font-size: 14px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
	border-radius:0;
	text-decoration:none;
	color:#fff;
	background:#222;
	padding:20px 40px;
	font-size:15px;
	display:inline-block;
	margin:30px 0 30px 0;
}
.wpcf7 input[type="submit"]:hover {
    background:#000;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
}
@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:auto;
		text-align:center;
		margin:50px 0 0 0;
	}
	#header-wrap {
		top:0;
		border:none;
	}
	.logo {
		float:none;
		max-width:100%;
	}
	#footer span {
		display:none;
	}
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	#footer {
		background:#222;
		color:#fff;
	}
	#footer .designer a {
		color:#fff;
	}
	#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%;
		margin:0 0 30px 0;
		height:auto;
	}
	.service {
		width:90%;
		float:none;
		margin: 25px 2.5%;
		padding:20px 2.5%;
		min-height:320px;
		text-align:center;
		color:#333;
	}
	h1 {
		font-size:24px;
		line-height:30px;
	}
	h2 {
		font-size:18px;
	}
	h3 {
		font-size:15px;
	}
	p {
		font-size:14px;
		margin:0 0 15px 0;
		line-height:20px;
	}
	li {
		font-size:14px;
	}
	.main {
		width:100%;
		float:none;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
	}
	.gallery-item {
		transition:all .5s;
		width:46% !important;
		float:left !important;
		margin:0 2% 30px 2% !important;
	}
	#thumbs {
		display:none;
	}
	#slider {
		top:0;
		margin:0;
	}
	#welcome {
		padding:40px 0;
	}
	.hlist {
		width:90%;
		display:block;
	}
	.hlist li {
		width:100%;
		margin:0 0 5px 0;
		float:none;
		padding:0;
	}
	.line {
	display:none;
}
.page-heading {
    position: relative;
    z-index: 400;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin: 0 0 15px 0;
    background: #fff;
    top: 0;
	width:90%;
	text-align:center;
	display:block;
    float: none;
    padding: 0 5%;
}
}
@media only screen and (max-width: 800px) {
	.gallery-item {
		width:96% !important;
	}
	.gallery-icon {
		height:auto !important;
	}
}
.grecaptcha-badge {
	display:none !important;
}
#top-footer {
	padding:50px 0;
	background:#7B7962;
	color:#fff;
}
#top-footer h3 {
	color:#fff;
	font-size:26px;
	line-height:36px;
	padding:0 0 8px 0;
	text-transform:none;
	margin:0 0 40px 0;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}
#top-footer h4 {
	font-size:24px;
	
	margin:0 0 20px 0;
}
.fcol {
	width:28.33%;
	text-align:center;
	float:left;
	margin:0 5% 0 0;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	width:45%;
	float:left;
	margin:0 5% 0px 0;
	padding:0;
}
.fcol ul li a {
	color:#fff;
	font-size:16px;
	line-height:20px;
}
.social {
	padding:20px 0 0 0;
}
.social img {
	margin:0 5px 0 0;
}

@media only screen and (max-width: 800px) {
	.fcol {
		width:96%;
		margin:25px 2%;
	}
	.fcol img {
		width:100%;
		height:auto;
		margin:25px 0;
	}
	
}