/*
Theme Name: Davey Cabinets
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');
@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('css/fonts/ColabLig-webfont.eot');
    src: url('css/fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/ColabLig-webfont.woff') format('woff'),
         url('css/fonts/ColabLig-webfont.ttf') format('truetype'),
         url('css/fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'ColaborateLightRegular';
	color: #333;
	background:#fff url(images/bg.jpg) center center repeat;
	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;
	text-transform:uppercase;
}
h1 span {
	color:#125ba0;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:32px;
	color:#125ba0;
	text-transform:uppercase;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 15px 0;
	line-height:26px;
}
p {
	font-size:18px;
	margin:0 0 20px 0;
	line-height:26px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:900;
	box-shadow: 0 3px 10px #222;
    -moz-box-shadow: 0 3px 10px #222;
    -webkit-box-shadow: 0 3px 10px #222;
	background:#fff;
}
#header .container {
	position:relative;
}
.logo {
	position:relative;
	float:left;
	margin:40px 0;
}
.menu {
	list-style-type:none;
	margin:50px 0 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 30px;
}
.menu li a {
	color:#333;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
	transition:all .5s;
}
.menu li.current-menu-item a {
	color:#125ba0;
}
#slider {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	margin:0;
	padding:50px 0;
}
.cycle-slideshow {
	position:relative;
	width:100%;
	z-index:0;
}
.cycle-slideshow img {
	position:relative;
	width:100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#welcome {
	padding:40px 0;
	box-shadow: 0 3px 10px #222;
    -moz-box-shadow: 0 3px 10px #222;
    -webkit-box-shadow: 0 3px 10px #222;
	background:#fff;
}
a.btn {
	display:inline-block;
	color:#fff;
	padding:15px 30px;
	background:#125ba0;
	float:right;
	margin:0 0 0 50px;
}
.welc {
	border-left:5px solid #125ba0;
	padding:0 0 0 20px;
}
#content {
	padding:50px 0;
}
.content {
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 10px #222;
    -moz-box-shadow: 0 3px 10px #222;
    -webkit-box-shadow: 0 3px 10px #222;
    background: #fff;
}
.gallery-item {
    width: 21% !important;
    float: left !important;
    margin: 0 3% 40px 0 !important;
    border: none !important;
    padding: 0.5%;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    transition: all .5s;
}
.gallery-icon {
    height: 200px !important;
    overflow: hidden;
    margin: 0 0 0 0;
}
.gallery-item img {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    transition: all .5s;
}
.quote {
    background: #f3f3f3 url(images/quote.png) -10px -20px no-repeat;
    border: 1px dotted #ccc;
    padding: 3% 3% 3% 150px;
	margin:0 0 40px 0;
}
.port:nth-child(4){
	clear:both;
}
.port {
    float: left !important;
    margin: 0 3% 60px 0 !important;
    width: 47% !important;
    text-align: center;
    position: relative;
    overflow: hidden;
	height:auto;
	transition: all .5s;
}
.port img {
    width: 100%;
    position: relative;
    z-index: 0;
    transition: all .5s;
}
.port h3 {
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 50;
    font-size: 20px;
    font-weight: 300;
    padding: 20px;
    background: rgba(18,91,160,0.75);
    transition: all .5s;
}
.port:hover h3 {
	background: rgba(18,91,160,1);
}
#footer {
	padding:25px 0;
	background:#222;
	color:#999;
	margin:50px 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:#999;
	text-decoration:none;
}
#form {
	width:47%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:47%;
	float:right;
	margin:40px 0 30px 0;
}
.map {
	width:100% !important;
	height:320px;
	margin:0 0 0 0;
}
.fcol-left {
	width:47%;
	float:left;
}
.fcol-right {
	width:47%;
	float:right;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height: 170px;
	margin:0 0 20px 0;
	font-family: 'Work Sans', sans-serif !important;
}
.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 {
    background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 16px;
	width:92%;
	padding:15px 4%;
	margin:0 0 5px 0;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 200px;
    position: relative;
	text-align:center;
    left: 0px;
	transition:all .5s;
	 border: 1px solid #999;
	text-decoration:none;
	color:#fff;
	background:#125ba0;
	font-size:16px;
	display:inline-block;
}
.wpcf7 input[type="submit"]:hover {
	background:#125ba0;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
	}
}
@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;
		padding:15px 0;
	}
	.logo {
		float:none;
		margin:0;
		max-width:250px;
	}
	#footer span {
		display:none;
	}
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	#footer {
		background:#222;
		color:#fff;
		margin:0 0 0 0;
	}
	#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;
	}
	#welcome {
		text-align:center;
		margin:0 0 40px 0;
	}
	.content {
		text-align:center;
	}
	a.btn {
		float:none !important;
		margin:0 0 20px 0 !important;
	}
	#content {
		padding:35px 0;
	}
	.quote {
		background: #f3f3f3 url(images/quote.png) 10px 20px no-repeat;
		background-size:50px 50px;
		border: 1px dotted #ccc;
		padding: 60px 30px;
	}
	.welc {
		border-left:0px solid #125ba0;
		padding:0 0 0 0;
	}
	
}
@media only screen and (max-width: 700px) {
	.gallery-item {
		width:46% !important;
		margin:0 2% 30px 2% !important;
	}
	.gallery-icon {
		height:150px !important;
	}
	.port {
		margin: 0 2% 30px 2% !important;
		width: 96% !important;
		height:auto;
	}
}
@media only screen and (max-width: 500px) {
	.gallery-item {
		width:96% !important;
		margin:0 2% 30px 2% !important;
	}
	.gallery-icon {
		height:200px !important;
	}
}