/*
Theme Name: Del Quality Staircases
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=Questrial&display=swap');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	line-height: 1.5em;
	font-family: arial;
	color: #fff;
	background:#03314B;
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Questrial', sans-serif;
}
h1 {
	color:#0989D7;
	font-size:28px;
	font-weight:400;
	margin:0 0 15px 0;
	line-height:38px;
}
h2 {
	font-size:24px;
	font-weight:400;
	margin:0 0 15px 0;
	line-height:34px;
	color:#0989D7;
}
h3 {
	font-size:20px;
	font-weight:400;
	margin:0 0 20px 0;
	line-height:30px;
	color:#0989D7;
}
p {
	font-size:14px;
	margin:0 0 15px 0;
	line-height:22px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#fff;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:960px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	width:100%;
	z-index:900;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:10px 0 10px 0;
}
.phone {
	float:right;
	background:url(images/phone.png) no-repeat left center;
	padding:0 0 0 50px;
	line-height:45px;
	margin:20px 0 0 0;
	font-size:24px;
	font-family: 'Questrial', sans-serif;
}
#menu {
	margin:0 0 20px 0;
}
#menu .menu {
	list-style-type:none;
	margin:0;
	position:relative;
}
#menu .menu li {
	display:block;
	float:left;
	width:25%;
	position:relative;
	margin:0 0 0 0;
	height:60px;
	line-height:60px;
	text-align:center;
}
#menu .menu li a {
	border-right:1px solid #03314b;
	display:block;
	width:99.5%;
	height:100%;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
	transition:all .5s;
	background:#055783;
}
#menu .menu li a:hover {
	background:#0989d7;
}

#menu .menu li.current-menu-item a {
	background:#0989d7;
}
#slider {
	margin:0 0 20px 0;
}
#welcome ul {
	width:29.33%;
	float:left;
	margin:0 0 20px 4%;
}
.gallery-item {
	position:relative;
	float:left;
	width:22% !important;
	height:auto;
    margin: 0 3% 20px 0 !important;
    box-shadow: 0 0 1px rgba(0,0,0,0.9);
    transition: all .5s;
}
#footer {
	margin:0 0 25px 0;
}
#footer .container {
	background: #055783;
	padding:20px 0;
	text-align:center;
}
#footer a {
	color:#fff;
}
#form {
	width:47%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:47%;
	float:right;
	margin:40px 0 30px 0;
}
#details h3 {
	color:#fff;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 14px;
	width:96%;
	padding:15px 2%;
    height: 120px;
	margin:0 0 5px 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 {
    background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 14px;
	width:92%;
	padding:15px 4%;
	margin:0 0 5px 0;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 55px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#055783;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {
	background:#0989d7;
}
@media only screen and (max-width: 960px) {
	.container {
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	#menu .menu {
		display:none;
	}
	.slicknav_menutxt {
		display:none !important;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		height:auto;
		margin:50px 0 0 0;
		padding:0;
		position:relative;
		text-align:center;
	}
	.logo {
		float:none;
		display:inline-block;
		position:relative;
		max-width:100%;
		height:auto;
	}
	.phone {
		float:none;
	}
	#slider img {
		width:100%;
		height:auto;
	}
	#welcome ul {
		width:96%;
		float:none;
		margin:0 0 10px 25px;
	}
}
@media only screen and (max-width: 700px) {
	.gallery-item {
		width:46% !important;
		margin: 0 2% 20px 2% !important;
	}
}
@media only screen and (max-width: 500px) {
	.gallery-item {
		width:96% !important;
	}
}