/*
Theme Name: Stronghold Netwiz
Author: Netwizard Design
Author URI: https://www.netwizarddesign.com.au
Version: 1
*/

@import url('css/normalize.css');
@import url('css/slicknav.css');

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	width:100%;
	height:100%;  
 }
body {
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
	color: #333;
	font-family: verdana;
}
.clear {
	clear:both;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
a {
	color:#1d8ac9;
}
.pdf {
	background:url(images/pdf.png) no-repeat left center;
	padding:4px 0 4px 32px;
}
/* Typography */

h1 {
	font-size: 32px;
	margin:0 0 30px 0;
	color:#b30839;
	text-transform:uppercase;
	font-weight:normal;
}
h2 {
	font-size: 24px;
	margin:0 0 12px 0;
}
h3 {
	font-size: 20px;
	margin:0 0 10px 0;
}
h4 {
	font-size: 18px;
	margin:0 0 10px 0;
}
p {
	margin:0 0 15px 0;
	line-height:22px;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header.main {
	width:100%;
	position:relative;
	background:#fff url(images/header.png) no-repeat top center;
	height:70px;
	padding:20px 0 20px 0;
	margin:0 0 0 0;
		    box-shadow:0 0 7px rgba(0,0,0,0.7);
	   -moz-box-shadow:0 0 7px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.7);
	z-index:800;
}
.logo {
	float:none;
	margin:5px 0 0 0;
}
.slicknav_menu {
	display:none;
}
nav#menu {
	position:relative;
	float:right;
}
#menu ul {
	list-style-type:none;
	margin:25px 0 0 0;
	z-index:999;
	position:relative;
}
#menu ul li {
	display:inline;
	margin:0 0 0 25px;
	position:relative;
}
#menu ul li a {
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 0 5px 0;
	transition:all .5s;
}
#menu ul li a.current {
	border-bottom:1px dotted #ccc;
}
#menu ul li a:hover {
	
}
#menu ul li a.current:hover {
	color:#a5151b;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul{
	position:absolute;
	top:20px;
	left:-45px;
	display:none;
	width:230px;
	margin:0 0 0 0;
	padding:14px 0 0 0;
	background:url(images/drop-top.png) no-repeat top left;
}
#menu ul li ul li{
	display:block;
	position:relative;
	width:230px;
}
#menu ul li ul li a{
	float:left;
	position:relative;
	width:92%;
	color:#fff;
	font-size:15px;
	border-bottom:1px solid #444;
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-top:1px solid #222;
	padding:4px 0 4px 8%;
	background:#222;
	transition:all .5s;
}
#menu ul li ul li a.current, #menu ul li ul li a:hover{
	background:#b30839;
	color:#fff !important;
}
/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.alignright {
	float:right;
	margin:0 0 20px 20px;
}

/* Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slider {
	width:100%;
	height:581px;
	padding:0;
	background:#5f6062 url(images/slider-bg.png) repeat-x;
}
.slideshow {
	position: relative;
	z-index:400;
	width: 100%;
	max-width: 1200px;
	height:581px;
	margin: 0 auto;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.cycle-slideshow img {
	position:relative;
	width:100%;
	margin:0 0 30px 0;
	z-index:800;
		    box-shadow:0 0 15px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.5);
}
#prev {
	width:100px;
	height:100px;
	position:absolute;
	top:230px;
	left:-120px;
	background:url(images/prev.png) no-repeat;
	z-index:900;
}
#next {
	width:100px;
	height:100px;
	position:absolute;
	top:230px;
	right:-120px;
	background:url(images/next.png) no-repeat;
	z-index:901;
}
.cycle-slideshow .slogan {
	position:absolute;
	bottom:0;
	z-index:600;
	width:100%;
	text-align:center;
	padding:35px 0;
	color:#fff;
	font-size:30px;
	background:rgba(0,0,0,0.65);
}
.cycle-slideshow .slogan span{
	margin:0 auto;
}
.cycle-slideshow .slogan a{
	font-size:20px;
	color:#fff;
	background:#b30839;
	padding:12px 25px;
	text-decoration:none;
	margin:0 0 0 30px;
	position:relative;
	top:-5px;
	border:1px solid #c45b5f;
	font-weight:normal;
}
.shadow {
	position:relative;
	z-index:300;
	top:-34px;
	width:100%;
	height:27px;
	background:url(images/shadow.png) no-repeat top center;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#white {
	background:#fff;
	border-bottom:1px solid #ccc;
}
#grey {
	background:#e3e3e3 url(images/grey.png);
	padding:40px 0;
}
.content-area-home{
	padding:60px 80px 40px 80px;
	text-align:center;
}
.content-area-home p {
	font-size:16px;
	line-height:24px;
	color:#333;
}
.content-area-home-bottom img{
	float:left;
	width:30.83%;
	margin:0 1% 30px 1%;
	background:#fff;
	padding:0.25%;
		    box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#inner-wrap {
	width:100%;
	padding:40px 0 10px 0;
	height:55px;
	overflow-y:hidden;
	background:#5f6062 url(images/slider-bg.png) repeat-x;
}
#inner-wrap h1{
	color:#fff;
	font-size:30px;
	margin:0 0 0 20px;
	font-weight:normal;
	text-shadow:1px 1px 1px #111;
}
#inner-wrap h1 span{
	color:#fff;
	font-size:18px;
	font-style:italic;
	margin:0 0 0 0;
	font-weight:normal;
	text-transform:none;
	text-shadow:1px 1px 1px #111;
}
.content-area{
	padding:60px 0px 60px 20px;
}
.product-main {
	width:70%;
	float:left;
}
.sidebar {
	width:25%;
	float:right;
	background:#f3f3f3;
}
.sidebar h3 {
	width:90%;
	padding:10px 5%;
	background:#b30839;
	color:#fff;
}
.sidebar li a{
	color:#333 !important;
}
.sidebar li.current-menu-item a {
	font-weight:bold;
	text-decoration:none;
	color:#a5151b !important;
}
.menu-products {
	margin:0 0 0 -10px;
}
.attachment-post-thumbnail {
	margin:0 0 30px 30px;
	float:right;
	width:350px;
	height:auto;
	padding:0.5%;
	background:#fff;
		    box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#team {
	border-top:1px solid #ccc;
	padding:40px 0 60px 0;
	background:#e3e3e3 url(images/grey.png);
}
#team h2{
	text-align:center;
}
#team h3{
	font-size:22px;
	font-weight:bold;
	color:#333;
	margin:0 0 10px 0;
}
#team h4{
	font-size:16px;
	font-weight:bold;
	color:#941b1b;
	margin:0 0 20px 0;
}
#team .team:nth-child(5){
	clear:both;
}
.team {
	line-height:20px;
	font-size:13px;
	text-align:center;
	width:29.33%;
	min-height:560px;
	background:#fff;
	padding:20px 1% 20px 1%;
	margin:15px 1%;
	float:left;
		    box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#team .team:nth-child(9), #team .team:nth-child(5),#team .team:nth-child(6),#team .team:nth-child(7),
#team .team:nth-child(8), #team .team:nth-child(10) {
	min-height:475px !important;
}
.team img{
	width:75%;
	margin:0 0 5px 0;
}
.colour {
	text-align:center;
	width:18%;
	float:left;
	margin:0 1% 30px 1%;	
}
.colour img{
	max-width:100%;
		    box-shadow:0 0 2px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
}
.center {
	text-align:center;
	margin:0 0 50px 0;
	font-size:22px;
	color:#555;
}
.pbox {
	text-align:center;
	position:relative;
	width:47%;
	float:left;
	margin:20px 1.5%;
}
.pbox img {
	width:80%;
	margin:0 0 10px 0;
}
.pbox h3{
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
.custom {
	position:relative;
	width:100%;
	float:left;
	clear:both;
	padding:0px 0;
	margin:10px 0;
}
.custom img {
	width:200px;
	float:left;
	margin:0 30px 30px 0;
}
.custom h3{
	margin:20px 0 15px 0;
	font-size:18px;
	font-weight:bold;
}
.gitem {
	text-align:center;
	width:29.33%;
	padding:1%;
	margin:15px 1%;
	float:left;
		    box-shadow:0 0 2px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
}
.gitem .gimage {
	max-height:250px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.gitem img {
	width:100%;
	
}
.gitem a {
	color:#444;
	font-style:italic;
	text-decoration:none;
}
.gitem p {
	margin:0 0 0 0;
	
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
	background:#222;
	padding:25px 0 25px 0;
	clear:both;
	height:auto;
}
.copy {
	width:30%;
	float:left;
	padding:10px 0 0 20px !important;
	margin:0 0 5px 0;
}
.brochure {
	width:30%;
	text-align:center;
	float:left;
	padding:10px 0 0 0px !important;
	margin:0 0 5px 0;
}
.designer {
	float:left;
	clear:both;
	padding:0 0 0 20px !important;
	margin:0 0 5px 0;
}
.partner {
	width:30%;
	float:right;
	padding:0 20px 0 0 !important;
	font-size:11px;
	line-height:16px;
	text-align:center;
}
.partner img{
	margin:0 0 5px 0;
}
#footer  p{
	color:#777;
	font-size:12px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#footer  p a{
	color:#777;
	text-decoration:none;
}
/* Contact Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.details {
	width:47%;
	float:right;
}
.details h3 {
	line-height:28px;
	color:#a5151b;
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px 0;
}
.details h3 span {
	color:#333;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 10px 0;
}
.map {
	width:100%;
	height:300px;
}
.contact-form {
	width:47%;
	float:left;
}
.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	color:red;
}
.wpcf7-mail-sent-ok {
	color:green !important;
}
.wpcf7-form {
    width:100%;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
	margin:0 0 30px 0;
}
.wpcf7-form label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.wpcf7-form textarea{
    padding: 5px 3px 3px 5px;
}
.wpcf7-form select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.wpcf7-form textarea{
    height:100px;
}
.wpcf7-form input[type="submit"] {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover {
    background: #CF7A7A
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@media only screen and (max-width: 1200px) {
	header.main {
		width:96%;
		padding:20px 2%;
	}
	#prev {
		top:280px;
		left:15px;
	}
	#next {
		top:280px;
		right:15px;
	}
	.slider {
		width:100%;
		height:auto;
		padding:0;
	}
	.slideshow {
		position: relative;
		width: 100%;
		max-width: 1200px;
		height:auto;
		margin: 0 auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	
	.team img{
		max-width:100%;
	}
	
}
@media only screen and (max-width: 1100px) {
	#prev {
		top:200px;
		left:15px;
	}
	#next {
		top:200px;
		right:15px;
	}
	.cycle-slideshow .slogan {
		padding:20px 0;
		font-size:20px;
	}
	.cycle-slideshow .slogan a{
		display:none;
	}
	

	header.main {
		margin:50px 0 0 0;
		background:#fff url(images/.jpg);
	}
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		width:100%;
		z-index:999;
	}
	.logo {
		width:300px;
		position:relative;
		left:50%;
		float:none;
		margin:0 0 0 -150px;
	}
	#prev {
		top:120px;
		left:15px;
	}
	#next {
		top:120px;
		right:15px;
	}
	.product-main {
		width:100%;
		float:none;
	}
	.sidebar {
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	.content-area-home{
		padding:40px 10px 20px 10px;
		text-align:center;
	}
	.team {
		text-align:center;
		width:45%;
		background:#fff;
		padding:0 1.5% 20px 1.5%;
		margin:15px 1%;
		float:left;
				box-shadow:0 0 5px rgba(0,0,0,0.5);
		   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	}
	.attachment-post-thumbnail {
		margin:0 0 30px 0;
		float:none;
		max-width:100%;
	}
	.cycle-slideshow .slogan {
		padding:15px 0;
		font-size:17px;
	}
	.gitem {
		text-align:center;
		width:45%;
		padding:1%;
		margin:15px 1%;
		float:left;
				box-shadow:0 0 2px rgba(0,0,0,0.3);
		   -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
	}
	.gitem .gimage {
		max-height:150px;
		overflow:hidden;
		margin:0 0 5px 0;
	}
}
@media only screen and (max-width: 700px) {
	h1 {
		font-size: 22px;
		margin:0 0 15px 0;
		color:#333;
		text-transform:uppercase;
		font-weight:normal;
	}
	#alt-caption {
		display:none !important;
	}
	#inner-wrap h1{
		text-align:center;
	}
	.logo {
		width:300px;
		position:relative;
		left:50%;
		float:none;
		margin:0 0 0 -150px;
	}
	
	.details {
		width:96%;
		float:none;
		margin:0 0 30px 0;
	}
	.contact-form {
		width:96%;
		float:none;
	}
	.copy {
		width:100%;
		float:none;
		text-align:center;
		padding:10px 0 0 0 !important;
	}
	.brochure {
		width:100%;
		float:none;
		text-align:center;
		padding:10px 0 0 0 !important;
	}
	.partner {
		width:100%;
		float:none;
		text-align:center;
		padding:0 0 0 0 !important;
	}
	#footer {
		height:auto;
	}
	#prev, #next {
		display:none;
	}
	.colour {
		text-align:center;
		width:31%;
		float:left;
		margin:0 1% 30px 1%;	
	}
}
@media only screen and (max-width: 600px) {
	.team {
		text-align:center;
		width:95%;
		background:#fff;
		padding:0 1.5% 20px 1.5%;
		margin:15px 1%;
		float:left;
				box-shadow:0 0 5px rgba(0,0,0,0.5);
		   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	}
	.pbox {
		text-align:center;
		position:relative;
		width:97%;
		float:left;
		margin:20px 1.5%;
	}
	.colour {
		text-align:center;
		width:48%;
		float:left;
		margin:0 1% 30px 1%;	
	}
}

.newsletter{}
.newsletter a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #b30839;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 40px 0;
}
.newsletter a:hover{
opacity: 0.8;
}