/*
Theme Name: Dirt Cheap Mini Diggers
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('./css/reset.css');
@import url('./css/slicknav.css');
html {
    width:100%;
    height:100%;
}
 body {
    font-family: 'Didact Gothic', sans-serif;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    overflow-x:hidden;
    color:#222;
}
h1 {
    color:#222;
    font-size:34px;
    text-transform:uppercase;
    font-weight:bold;
    margin:0 0 15px 0;
}
h1 span {
    color:#999;
    position:relative;
    top:-15px;
    font-weight:normal;
}
h2 {
    color:#333;
    font-size:22px;
    text-transform:uppercase;
    margin:0 0 15px 0;
    font-weight:normal;
}
h3 {
    color:#363f49;
	font-size:24px;
    margin:20px 0 20px 0;
    font-weight:bold;
    line-height:26px;
}
p {
    font-size:18px;
    line-height:28px;
    margin:0 0 15px 0;
}
ul {
	margin: 0 0 20px 25px;
}
.container {
	max-width:1200px;
	margin:0 auto;
}
.clear {
	clear:both;
}
#header{
    height:172px;
    position:relative;
}
.logo {
    float:left;
    margin:60px 0 0 0;
}
.contacts {
    float:right;
    margin:50px 0 0 0;
    list-style-type:none;
}
.contacts li {
    text-align:right;
}
.contacts li:nth-child(1){
    font-size:26px;
}
.contacts li:nth-child(2){
    font-size:18px;
    margin:10px 0 0 0;
    font-style:italic;
}
#nav-wrap {
    height:70px;
    position:relative;
    background:#000;
}
.menu {
    list-style-type:none;
    float:left;
    margin:12px 0 0 0;
    padding:0 0 0 0;
}
.menu li {
    display:inline;
    margin: 0 50px 0 0;
}
.menu li:last-child {
    margin: 0 0 0 0 !important;
}
.menu li a {
    transition:all .5s;
    display:inline-block;
    margin:0 0 0 0;
    color:#fff;
    text-decoration:none;
    font-size:26px;
    text-transform:uppercase;
    background:#000;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:10px 18px;
}
.menu li.current-menu-item a, .menu li a:hover {
    color:#fff;
    background:#404040;
}
.slicknav_menu {
	display:none;
}
#slideshow {
	width:1920px; 
	height:431px; 
	position:relative; 
	left:50%; 
	margin:0 0 0 -960px;
}
.cycle-slideshow {
	width:100%;
}
.cycle-slideshow img {
	width:100%;
}
.banner {
	width:800px; 
	position:absolute; 
	top:45%; 
	left:50%; 
	z-index:900; 
	margin:0 0 0 -400px; 
	text-align:center;
}
.banner h1  {
	color:#fff; 
	font-size:60px; 
	text-transform:uppercase; 
	font-style:italic; 
	font-weight:normal; 
	text-shadow:1px 1px 1px #111; 
	margin:0 0 15px 0;
}

.banner .big-button {
    transition:all .5s;
    color:#fff;
    font-size:30px;
    text-transform:uppercase;
    padding:15px 30px;
    text-decoration:none;
    text-align:center;
    position:relative;
    top:50px;
    margin:0 20px;
    border:1px solid #fff;
    box-shadow: 3px 6px 10px #000;
    -moz-box-shadow: 3px 6px 10px #000;
	display:inline-block;
    -webkit-box-shadow: 3px 6px 10px #000;
}
.orange {
    background:#e1840c;
}
.green {
    background:#406e1b;
}
.orange:hover {
    background:#be700a;
}
.green:hover {
    background:#325416;
}

#welcome {
	padding:80px 0;
}
#welcome img {
	float:right; 
	margin:-100px 0 0 30px;
}
#content {
	padding:50px 0;
}
.wp-post-image {
	float:right; 
	margin:-80px 0 0 30px;
}
.hlist {
	float:left; 
	margin:20px 50px 15px 25px; 
	line-height:24px; 
	font-size:18px;
}
#content ul {
	line-height:24px; 
	font-size:18px;
}
#inner {
	width:100%;
	height:100px;
	background:url(./images/inner.jpg) no-repeat top center;
}
.gallery-item {
	width:21% !important;
	float:left !important;
	margin:0 3% 40px 0 !important;
	border:none !important;
	padding:0.5%;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	transition:all .5s;
}
.gallery-icon {
	height:120px;
	overflow:hidden;
}
.gallery-item img {
	width:100% !important;
	height:auto !important;
	border:none !important;
	transition:all .5s;
}
video {
	margin:0 0 30px 0;
}
#footer{
    width:100%;
    background:#000 url(./images/footer.jpg) no-repeat top center;
    height:132px;
    margin:0 0 0 0;
}
.copy {
    float:left;
    color:#777;
    font-size:12px;
    padding:25px 0 0 0px;
}
.designer {
    float:right;
    color:#777;
    font-size:12px;
    padding:25px 0 0 0;
}
.designer a {
    color:#777;
    text-decoration:none;
}
.designer a:hover {
    color:#ccc;
}
#form {
	width:47%; 
	float:left; 
}
#details {
	width:47%; 
	float:right;
}
#form form {
    width:100%;
}
#form form input, #form form textarea {
    width: 100% ;
    margin:0 0 15px 0;
    font-family: 'Didact Gothic', sans-serif;
}
#form form textarea {
    height:120px;
}
#form form label {
    display: block;
    margin-bottom: 5px;
    color:#333;
    font-size:16px;
    clear:both;
    padding:0 0 5px 0;
}
#form form .req {
    color:red;
}
#form form {
    margin: 30px 0 0 0;
}
#form form input, #form form textarea, #form form select{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    color: #545658;
    padding: 8px;
    font-size: 14px;
    border-radius: 2px 2px 2px 2px;
}
#form form select{
    width:105%;
    color:#999;
    font-size:13px;
    margin:0 0 10px 0;
}
#form form input[type="submit"] {
    display:block;
    background: #777;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    text-shadow: 0 1px 0 #000;
    width: 105%;
    position:relative;
    left:0px;
}
#form form input[type="submit"]:hover {
    background: #999;
}
/* blog */
.blog {
	padding:50px 0;
}
#primary{
	float: left;
	width: 60%;
}
#blogroll{}
.block{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.block h1{
	line-height: 1em;
}
#primary h2,
#secondary h2{
	font-weight: bold;
	margin-bottom: 20px;
}
.block small{
	color: #406e1b;

}
.article small{
	background: #406e1b;
	color: #fff;
	display: block;
	padding: 3px 5px;
	float: left;
	
	float:  none;
	padding:  0;
	background: none;
	display: inline;
	color:  #333;
}
.article h1{
	clear: both;
}
.block p{}
.block p.callto{}
.block p.callto a{
	transition: all .5s;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 3px 6px 10px #000;
	-moz-box-shadow: 3px 6px 10px #000;
	-webkit-box-shadow: 3px 6px 10px #000;
	background: #406e1b;
	display: block;
	float: left;
}
.block p.callto a:hover{}
.block #details{
	width: 100%;
}

#secondary{
	float: right;
	width: 35%;
}
.posts h2{}
.posts ul{ margin: 0 0 40px 0 !important;}
.posts ul li {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
.posts ul li a{
	color: #406e1b;
	text-decoration: none;
	font-size: 18px;

}
.posts ul li a:hover{}
/*
.facebook {
	position: fixed;
	right: -3px;
	bottom: -17px;
	z-index: 9999;
}
.facebook a{
	background: url(./images/facebook.jpg) no-repeat;
	display: block;
	width: 80px; height: 30px;
	text-indent: -9999px;
	
	border-radius: 10px 0 0 0;
	-o-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}*/

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(./images/facebook.jpg) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}


#main.blog .blog.widget { padding: 0;}

#main.blog .blog.widget .widgettitle{
	font-size: 30px;
	margin: 0 0 15px 0;
}
#main.blog .blog.widget .widgettitle a{
	color: #406e1b;
}
#main.blog .blog.widget .widgettitle a:hover{
	opacity: 0.8;
}

#main.blog .blog.widget .pis-ul{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
#main.blog .blog.widget .pis-ul li{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: none;
	list-style: circle;
	color:  #406e1b;
}
#main.blog .blog.widget .pis-ul li p{
	margin: 0;
	padding: 0;
}
#main.blog .blog.widget .pis-ul li:last-child{
	margin-bottom: 0;
}
#main.blog .blog.widget .pis-ul li a{
	text-decoration: none;
	color: #333;
}
#main.blog .blog.widget .pis-ul li a:hover{
	opacity: 0.8;
}


@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;	
	}
	#slideshow {
		width:100%; 
		height:auto; 
		position:relative; 
		left:0; 
		margin:0 0 0 0;
	}
}
@media only screen and (max-width: 1024px) {
	.logo {
		margin:0;
		float:none;
		max-width:280px;
	}
	.contacts {
		float:none;
		text-align:center;
		width:100%;
		margin:10px 0 0 0;
		list-style-type:none;
	}
	.contacts li {
		text-align:center;
	}
	#header {
		margin:50px 0 0 0;
		text-align:center;
		padding:15px 0;
		height:auto;
	}
	#welcome {
		text-align:center;
		padding:30px 0 30px 0;
	}
	#welcome img {
		display:none;
	}
	.wp-post-image {
		float:none;
		max-width:100%;
		height:auto;
		margin:0 0 20px 0;
	}
	.copy {
		float:none;
		text-align:center;
		margin:0 0 0 0;
		line-height:1em;
	}
	.designer {
		float:none;
		text-align:center;
		line-height:1em;
		margin:0;
		position:relative;
		top:-20px;
	}
	#footer span {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}
	#nav-wrap {
		display:none;
	}
	#primary, #form{
		float: none;
		width: 100%;
		margin:0 0 40px 0;
	}
	#form form {
		width:96%;
	}
	#secondary, #details{
		float: none;
		width: 100%;
	}
	.posts ul{ margin: 0 0 40px 0 !important;}
	.hlist {
		float:none;
		margin:0 0 20px 25px; 
		line-height:24px; 
		font-size:18px;
	}
	.banner {
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	.gallery-item {
		width:95% !important;
		margin:0 2% 40px 2% !important;
	}
	.gallery-icon {
		height:250px;
		overflow:hidden;
	}
}

.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;
}
.post {
	margin:0 0 30px 0;
	padding: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:#000;
	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;
}
#top-footer {
	padding:50px 0;
	background:#eee;
}
#top-footer h3 {
	font-size:26px;
	text-transform:none;
	margin:0 0 20px 0;
}
#top-footer h4 {
	font-size:18px;
	text-transform:none;
	margin:0 0 15px 0;
}
.tp {
	padding:50px 0 0 0;
}
.fcol {
	width:29.33%;
	float:left;
	margin:0 2%;
	text-align:center;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	width:100%;
	margin:0 0 5px 0;
	text-align:center;
}
.fcol ul li a {
	color:#333;
	text-decoration:none;
}
@media only screen and (max-width: 1024px) {
	.main {
		width:100%;
		float:none;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
	}
	.fcol {
		width:96%;
		margin:0 2% 25px 2%;
	}
	.tp {
		padding:0;
	}
}
