/*
Theme Name: Northside 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');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
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: 'Lato', 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 25px 0;
}
h2 {
	font-size:28px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:38px;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:30px;
}
ul {
	margin:0 0 20px 25px;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
a {
	text-decoration:none;
	color:#0587b8;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:900;
	width:100%;
	height:325px;
	background:url(images/header.png) repeat-x;
}
.logo {
	margin:15px 0 0 0;
	float:left;
}
.menu {
	list-style-type:none;
	margin:55px 0 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline;
	position:relative;
	margin:0 30px 0 0;
}
.menu li a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
.menu li.current-menu-item a {
	color:#793913;
	font-weight:700;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:500;
	top:-325px;
	margin:0 0 -325px 0;
}
.banner {
	width:100%;
	position:absolute;
	left:0;
	top:45%;
	z-index:500;
	color:#fff;
	font-size:50px;
	font-weight:400;
	margin:0;
	text-align:center;
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	background:url(images/new-slider1.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	background:url(images/new-slider2.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	background:url(images/new-slider3.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide4 {
	width:100%;
	height:100%;
	background:url(images/new-slider4.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide5 {
	width:100%;
	height:100%;
	background:url(images/slide1.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide6 {
	width:100%;
	height:100%;
	background:url(../../uploads/2025/02/northside-cabinets-final-slider.png) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide7 {
	width:100%;
	height:100%;
	background:url(../../uploads/2026/03/071A5206b-scaled.jpg) no-repeat center center fixed;
	background-size:cover;
}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 600; position: absolute; bottom: 50px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 70px; width: 22px; height: 22px; 
    display: inline-block; color: #fff; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #793913;}
.cycle-pager > * { cursor: pointer;}
#welcome {
	position:relative;
	z-index:200;
	padding:50px 0;
	text-align:justify;
}
#welcome img {
	float:right;
	margin:0 0 50px 120px;
}
#secondary {
	padding:50px 0;
	background:#eee;
	text-align:center;
}
#secondary h3 {
	font-size:24px;
	font-weight:700;
	width:60%;
	margin:0 auto 50px auto;
	line-height:32px;
}
.commercial {
	width:47%;
	float:right;
	text-align:center;
	background:url(images/commercial.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:50px 0;
}
.domestic {
	width:47%;
	float:left;
	text-align:center;
	background:url(images/domestic.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:50px 0;
}
.domestic h2, .commercial h2 {
	font-size:50px;
	margin:0 0 20px 0;
	line-height:50px;
}
.domestic p, .commercial p {
	font-size:24px;
	margin:0 0 20px 0;
	line-height:32px;
	padding:0 50px;
}
#inner {
	width:100%;
	height:100px;
	overflow:hidden;
	padding:225px 0 0 0;
	position:relative;
	z-index:0;
	top:-325px;
	margin:0 0 -325px 0;
	background:url(images/inner.jpg) no-repeat top center;
	background-size:cover;
}
h1.page-title {
	position:relative;
	z-index:999;
	color:#fff;
	display:block;
	padding:0;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	top:-80px;
}
#content {
	padding:20px 0;
	position:relative;
	min-height:250px;
	
}
.wp-post-image, .alignright {
	float:right;
	max-width:100%;
	height:auto;
	margin:0 0 50px 75px;
}
.alignleft {
	float:left;
	max-width:100%;
	height:auto;
	margin:0 25px 25px 0;
	overflow:hidden;
}
.gallery-wrap .gallery-item {
	float: left !important;
	margin: 0 2% 40px 0 !important;
	width: 31.33% !important;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.gallery-wrap .gallery-item h3 {
	color:#fff;
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align:center;
}
.gallery-wrap .gallery-icon {
	height:290px !important;
	overflow:hidden !important;
	background:#000;
} 
.gallery-wrap .gallery-icon img {
	width:auto;
	height:100%;
	min-width:100%;
	position:relative;
	z-index:0;
	transition:all .5s;
	opacity:0.75;
}
.gallery-wrap .gallery-item:hover .gallery-icon img  {
	opacity:0.4;
}
.tab-right .gallery-item {
	float: left !important;
	margin: 0 2% 20px 0 !important;
	width: 23% !important;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.tab-right .gallery-icon {
	height:140px !important;
	overflow:hidden !important;
	background:#000;
} 
.tab-right .gallery-icon img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	transition:all .5s;
	opacity:0.9;
	border:none !important;
}
.tab-right .gallery-item:hover .gallery-icon img  {
	opacity:1;
}

/* showroom */

.gallery-wrap2 .gallery-item2 {
/* 	float: left !important; */
	margin: 0 15% !important;
	width: 70% !important;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.gallery-wrap2 .gallery-item2 h3 {
	color:#fff;
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align:center;
}
.gallery-wrap2 .gallery-icon2 {
	height:590px !important;
	overflow:hidden !important;
	background:#000;
} 
.gallery-wrap2 .gallery-icon2 img {
	width:auto;
	height:100%;
	min-width:100%;
	position:relative;
	z-index:0;
	transition:all .5s;
	opacity:0.75;
}
.gallery-wrap2 .gallery-item2:hover .gallery-icon2 img  {
	opacity:0.4;
}
.tab-right2 .gallery-item2 {
	float: left !important;
	margin: 0 2% 20px 0 !important;
	width: 23% !important;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.tab-right2 .gallery-icon2 {
	height:140px !important;
	overflow:hidden !important;
	background:#000;
} 
.tab-right2 .gallery-icon2 img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	transition:all .5s;
	opacity:0.9;
	border:none !important;
}
.tab-right2 .gallery-item2:hover .gallery-icon2 img  {
	opacity:1;
}

/* end of showroom */

#logos {
	padding:50px 0;
	text-align:center;
}
.etabs {
    margin: 0 0 40px 0;
    padding: 0;
	width:20%;
	float:right;
	position:relative;
	z-index:888;
	border:1px solid #ccc;
}
.etabs .tab {
    display: block;
    zoom:1;
    background: #fff;
	margin:0 0 0 0;
    border-bottom:  1px solid #ccc;
}
.etabs .tab a {
    display: block;
	font-size: 18px;
    width:90%;
	padding:15px 5%;
    outline: none;
	text-decoration: none;
	background: #eee;
	color:#333;
}
.etabs .tab a.active {
    background:#844016;
	color:#fff;
}
.tab-content2 {
	width:75%;
	float:left;
}
.tab-left {
	
}
.tab-right {
	
}
.btn {
	background:#602f11;
	color:#fff;
	padding:15px 30px;
	display:inline-block;
	margin:15px 0;
}
#top-footer {
	background:url(images/top-footer.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:50px 0;
}
.fcol {
	width:31.33%;
	float:left;
	text-align:center;
	margin:0 1%;
}
.fcol h3 {
	font-size:32px;
	margin:0 0 20px 0;
	line-height:40px;
	font-weight:400;
}
.fcol ul {
	margin:0;
	list-style-type:none;
}
.fcol ul li {
	width:100%;
	padding:0;
	margin:0 0 2px 0;
	text-align:center;
}
.fcol ul li a {
	color:#fff;
	text-decoration:none;
}
#footer {
	width:100%;
	padding:25px 0;
	background:#000;
	color:#999;
	position:relative;
	text-align:center;
}
#footer p {
	text-align:center;
	font-size:12px;
	margin:0 0 0 0;
	color:#999;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
#form {
	width:45%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:45%;
	float:right;
	margin:0 0 30px 0;
}
.map {
	width:100% !important;
	height:300px;
}
#form .wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
#form .wpcf7 textarea {
    height: 110px;
	
}
#form .wpcf7 p {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
#form .wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
#form .wpcf7 {
    margin: 30px 0 0 0;
}
#form .wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: #eee;
    border: 1px solid #ccc;
    color: #555;
    padding: 15px 3%;
    font-size: 14px;
	width: 94%;
	margin: 0 0 0 0;
}
#form .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;
	padding:20px 40px;
	font-size:15px;
	display:inline-block;
	margin:30px 0 30px 0;
	background:#844016;
}
#form .wpcf7 input[type="submit"]:hover {
    background:#844016;
}
@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;
		background-color: #000;
	}
	#header {
		text-align:center;
		top:30px;
		margin:0 0 50px 0;
		height:auto;
		padding:20px 0;
		background-image:none;
		background-color:#000;
	}
	.page-title {
		z-index:0 !important;
	}
	.logo {
		float:none;
		max-width:90%;
		position:relative;
		margin:15px auto 0 auto;
		display:block;
	}
	p {
		font-size:14px;
		line-height:22px;
		margin:0 0 15px 0;
	}
	li {
		font-size:14px;
	}	
	.copy, .designer {
		width:100%;
		float:none;
		text-align:center;
	}
	#footer {
		margin:0 0 0 0;
		padding:15px 0;
	}
	#footer p {
		line-height:20px;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.designer {
		display:block;
	}
	#form, #details, #map {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.wp-post-image, .alignright, .alignleft {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 auto 30px auto;
		display:inline-block;
	}
	#welcome {
		padding:25px 0;
		text-align:center;
	}
	#welcome img {
		display:none;
	}
	#inner {
		height:70px;
		padding:60px 0 0 0;
		position:relative;
		z-index:0;
		top:-20px;
		margin:0 0 -20px 0;
	}
	.page-title {
		margin:0 0 -30px 0;
		
	}
	#top-footer {
		background-image:none;
		background-color:#111;
	}
	.fcol {
		width:100%;
		float:none;
		text-align:center;
		margin:0 0 25px 0;
	}
	#slider {
		height:576px;
	}
	.cycle-slideshow {
		height:576px;
	}
	.cycle-slideshow #slide1 {
		height:576px;
		background:url(images/new-slider1.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide2 {
		height:576px;
		background:url(images/new-slider2.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide3 {
		height:576px;
		background:url(images/new-slider3.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide4 {
		height:576px;
		background:url(images/new-slider4.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide5 {
		height:576px;
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide6 {
		height:576px;
		background:url(../../uploads/2025/02/northside-cabinets-final-slider.png) no-repeat center center scroll;
		background-size:1024px 576px;
	}
		.cycle-slideshow #slide7 {
		height:576px;
		background:url(../../uploads/2026/03/071A5206b-scaled.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.etabs {
		width:100%;
		float:none;
		border:none;
		margin:0 0 30px 0 !important;
	}
	.etabs .tab {
		border:  none;
	}
	.etabs .tab a {
		display: inline-block;
		font-size: 16px;
		width:38%;
		margin:0 1% 10px 1%;
		float:left;
		text-align:center;
	}
	.tab-content2 {
		width:100%;
		float:none;
		padding:25px 0;
		clear:both;
		text-align:center;
	}
	.banner {
		top:40%;
		font-size:32px;
	}
	.cycle-pager {
		bottom:10px;
	}
	.gallery-wrap .gallery-item {
		margin: 0 2% 40px 2% !important;
		width: 46% !important;
	}

}
@media only screen and (max-width: 800px) {
	.commercial {
		width:96%;
		margin:0 2% 40px 2%;
		float:none;
		
	}
	.domestic {
		width:96%;
		margin:0 2% 40px 2%;
		float:none;
	}
	.domestic h2, .commercial h2 {
		font-size:40px;
	}
	.banner {
		top:10% !important;
		font-size:30px !important;
		line-height:normal;
	}
	.gallery-wrap2 .gallery-item2 {
		margin: 0 2% 40px 2% !important;
		width: 96% !important;
	}
	.gallery-wrap2 .gallery-icon2 {
		height:190px;
	}
	
}
@media only screen and (max-width: 600px) {
	.gallery-wrap .gallery-item {
		margin: 0 2% 40px 2% !important;
		width: 96% !important;
	}
	.gallery-wrap .gallery-icon {
		height:auto;
	}
	.gallery-wrap2 .gallery-item2 {
		margin: 0 2% 40px 2% !important;
		width: 96% !important;
	}
/* 	.gallery-wrap2 .gallery-icon2 {
		height:290px;
	} */
	#slider {
		height:338px;
		top:-20px;
		margin:0 0 -20px 0;
	}
	.cycle-slideshow {
		height:338px;
	}
	.cycle-slideshow #slide1 {
		height:338px;
		background:url(images/new-slider1.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.cycle-slideshow #slide2 {
		height:338px;
		background:url(images/new-slider2.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.cycle-slideshow #slide3 {
		height:338px;
		background:url(images/new-slider3.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.cycle-slideshow #slide4 {
		height:338px;
		background:url(images/new-slider4.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.cycle-slideshow #slide5 {
		height:338px;
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.cycle-slideshow #slide6 {
		height:338px;
		background:url(../../uploads/2025/02/northside-cabinets-final-slider.png) no-repeat center center scroll;
		background-size:600px 338px;
	}
		.cycle-slideshow #slide7 {
		height:338px;
		background:url(../../uploads/2026/03/071A5206b-scaled.jpg) no-repeat center center scroll;
		background-size:600px 338px;
	}
	.tab-right .gallery-item {
		margin: 0 2% 20px 2% !important;
		width: 46% !important;
	}
	.tab-right .gallery-icon {
		height:120px !important;
	} 
	
}

