/*
Theme Name: Lattice Factory
Author: Netwizard Design
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/fonts/fonts.css');
@import url('css/slicknav.css');
@import url('css/font-awesome/css/font-awesome.min.css');

html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	font-family:arial;
	font-weight: 400;
	color: #333;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 30px 30px 0;
}
h1 {
	font-size:32px;
	color:#6a7910;
	margin:0 0 30px 0;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:22px;
	color:#333;
	margin:0 0 15px 0;
	font-weight:bold;
}
p {
	font-size:14px;
	line-height:22px;
	margin:0 0 20px 0;
}
.content li {
	font-size:14px;
	line-height:18px;
	margin:0 0 6px 0;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.col-sm-9 {
	width:70%;
	float:left;
	margin:0 0 0 0;
}
.col-sm-3 {
	width:28%;
	float:right;
	margin:0 0 0 0;
}
#header {
	background:#222;
	padding:30px 0;
	height:auto;
	position:relative;
	z-index:700;
	margin:0 0 0 0;
}
.logo {
	float:left;
	margin:0 0 0 0;
}

.slicknav_menu {
	display:none;
}
#header .menu {
	margin:10px 0 0 0;
	float:right;
}
#header .menu li {
	position:relative;
	display:inline;
	margin:0 5px 0 0;
}
#header .menu li a{
	color:#fff;
	padding:8px 12px;
	text-decoration:none;
	font-size:16px;
	border-radius:12px;
	border:1px solid rgba(152,165,76,0);
}
#header .menu li:nth-child(7), #header .menu li:nth-child(8), #header .menu li:nth-child(9){
	display:none;
}
#header .menu li.current-menu-item a {
	color:#fff;
	background:#6a7910;
	border:1px solid rgba(152,165,76,1);
}
#header .cart {
	float:right;
	margin:5px 0 0 10px;
	position:relative;
}
#header .cart span {
	display:none;
	position:absolute;
	top:30px;
	left:-40px;
	width:150px;
	background:#98a54c;
	color:#fff;
	padding:10px;
	border-radius:12px;
	box-shadow:0 5px 20px rgba(0,0,0,0.3);
}
#header .cart span a {
	width:96%;
	transition:all .5s;
	float:left;
	display:block;
	padding:3px 2%;
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
#header .cart span a:hover {
	background:rgba(255,255,255,0.2);
}
#header .cart i{
	color:#fff;
	font-size:20px;
	cursor:pointer;
	padding:10px 0;
	margin:-10px 0 0 0;
}
#header .cart:hover span{
	display:block;
}
#slider {
	width:100%;
	padding:30px 0;
	background:#637308 url(images/bg.jpg);
	height:390px;
	overflow:hidden;
}
.home-aside {
	position:relative;
	width:27%;
	float:left;
	background:#98a54c url(images/aside.png) no-repeat;
	box-shadow:0 5px 20px rgba(0,0,0,0.3);
}
.home-aside a{
	width:96%;
	display:block;
	color:#fff;
	font-size:18px;
	padding:17px 0 17px 4%;
	text-decoration:none;
	border-bottom:1px solid #aabb46;
	transition:all .5s;
}
.home-aside a:hover {
	background:#69780f;
}
.home-aside a:nth-child(7){
	border:none;
}
.home-aside h2{
	width:96.5%;
	padding:10px 0 10px 4%;
	background:#222;
	color:#fff;
	margin:0 0 0 0;
	font-weight:normal;
}
#slider .container {
	position:relative;
}
.cycle-slideshow {
	width:70%;
	float:right;
	position:relative;
}

.cycle-slideshow img {
	width:99%;
	min-height:373px;
	padding:0.5%;
	background:#fff;
	box-shadow:0 5px 20px rgba(0,0,0,0.3);
	position:relative;
	z-index:500;
}
.controls {
	position:absolute;
	top:300px;
	right:20px;
	z-index:600;
	padding:10px;
	background:rgba(0,0,0,0.6);
}
#next {
	color:#fff;
	font-size:20px;
	margin:0 3px;
}
#pause {
	color:#fff;
	font-size:20px;
	margin:0 3px;
}
#prev {
	color:#fff;
	font-size:20px;
	margin:0 3px;
}
#content {
	padding:40px 0 0 0;
}
.welcome {
	padding:0 60px 0 0;
}
.welcome li {
	font-size:17px;
	font-family:arial;
	margin:0 0 10px 0;
}
.grey {
	position:relative;
	width:100%;
	background:#f3f3f3;
	padding:40px 20px;
	margin:-40px 0 0 0;
}
.grey h2 {
	margin:0 0 10px 0;
}
.grey table {
	margin:0 0 20px 0;
}
.grey2 {
	position:relative;
	width:90%;
	background:#f3f3f3;
	padding:30px 5% 60px 5%;
	margin:-20px 0 0 0;
}
.grey2 h2 {
	margin:0 0 10px 0;
}
.grey2 table {
	margin:0 0 20px 0;
}
#inner-wrap {
	width:100%;
	padding:25px 0;
	background:#637308 url(images/bg.jpg);
	height:50px;
	overflow:hidden;
}
#inner-wrap h1{
	text-align:right;
	float:right;
	color:#fff;
	border-bottom:1px dashed #fff;
	text-transform:none;
	margin:10px 0 0 0;
	font-weight:normal;
}
.aside-wrapper {
	width:26%;
	float:left;
	padding:0 0 0 0;
	margin:-102px 0 -40px 0;
}
.aside {
	position:relative;
	background:#98a54c url(images/aside.png) no-repeat;
	box-shadow:0 5px 20px rgba(0,0,0,0.3);
	margin:50px 0 50px 0;
}
.aside a{
	width:96%;
	display:block;
	color:#fff;
	font-size:18px;
	padding:14px 0 14px 4%;
	text-decoration:none;
	border-bottom:1px solid #aabb46;
	transition:all .5s;
}
.aside a.active{
	background:#69780f;
}
.aside a:hover {
	background:#69780f;
}
.aside a:nth-child(7){
	border:none;
}
.aside h2{
	width:96.1%;
	padding:10px 0 10px 4%;
	background:#222;
	color:#fff;
	margin:0 0 0 0;
	font-weight:normal;
}
.testi p {
	font-style:italic;
	color:#555;
	font-size:15px;
	line-height:20px;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:1px dashed #ccc;
}
.testi {
	padding:0 0 50px 0;
	min-height:400px;
}
.testi a, .button {
	color:#fff;
	text-decoration:none;
	background:#248ec5;
	padding:6px 12px;
	font-size:13px;
	border-radius:6px;
}
.main {
	width:69%;
	float:right;
	position:relative;
	margin:50px 0 50px 0;
}
.full {
	width:100%;
	float:none;
	position:relative;
	margin:50px 0 50px 0;
}
.wp-post-image {
	float:right;
	width:220px;
	height:auto;
	margin:0 0 30px 30px;
}
.gallery {
	margin: 0 0 40px -10px !important;
}
.gallery .gallery-item {
	float: left;
	margin:0 2% 10px 0 !important;
	width: 21.5% !important;
	border:none  !important;
	max-height:150px;
	overflow:hidden;
	padding:4px; 
	border:1px solid #eee !important;
}
.gallery .gallery-caption {
	margin-left: 0;
}
.gallery .gallery-item img {
	width:100%; 
	height:auto !important;
	min-height:150px !important;
	border:none !important;
}
.testimonial {
	padding:0 0 30px 0;
}
.testimonial h3{
	font-size:18px;
}
blockquote{
  display:block;
  background: #fff;
  padding: 45px 20px 35px 70px;
  margin: 0 0 20px;
  position: relative;
  
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #98a54c;
  border-right: 2px solid #98a54c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
blockquote p {
	font-size: 16px;
}
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}
.gallery-aside img {
	width:46%;
	float:left;
	margin:0 2% 20px 0;
	padding:1%;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.treated {
	width:44%;
	height:300px;
	float:left;
	margin:1% 3% 15px 3%;
	position:relative;
	transition:all .5s;
}
.treated img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
	padding:0%;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	transition:all .5s;
}
.treated span {
	position:absolute;
	top:50%;
	width:80%;
	left:0;
	z-index:400;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:10px 10%;
	text-align:center;
	font-size:20px;
	transition:all .5s;
}
.treated:hover span{
	background:rgba(0,0,0,0.8);
}
@media only screen and (max-width: 900px) {
	.treated span {
		top:35%;
	}
}
@media only screen and (max-width: 700px) {
	.treated {
		width:94%;
		height:250px;
		overflow:hidden;
		float:left;
		margin:0 3% 30px 3%;
		position:relative;
		transition:all .5s;
	}
	.treated img {
		width:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:300;
		padding:0%;
		box-shadow:0 0 3px rgba(0,0,0,0.3);
		transition:all .5s;
	}
	.treated span {
		position:absolute;
		top:50%;
		width:80%;
		left:0;
		z-index:400;
		color:#fff;
		background:rgba(0,0,0,0.5);
		padding:10px 10%;
		text-align:center;
		font-size:20px;
		transition:all .5s;
	}
}
.entry-summary h1, .entry-summary .price, .sku_wrapper, .posted_in, .woocommerce-tabs {
	display:none;
}
.tabs-menu {
    height: 60px;
    float: left;
    clear: both;
	list-style-type:none;
	margin:0 0 0 -40px;
	width:100%;
}
.tabs-menu li {
    height: 60px;
    float: left;
    margin-right: 10px;
    background-color: #ddd;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
	font-size:16px;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 20px 30px;
    color: #222;
    text-decoration: none; 
	display:inline-block;
}
.tabs-menu .current a {
    color: #2e7da3;
}
.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 5px;
    width:100%;
	min-height:200px;
}
.tab-content {
    padding: 40px 2%;
	width:96%;
    display: none;
}
#tab-1 {
 display: block;   
}
.tab-content table {
	width:100%;
}
.tab-content table tr td{
	width:16.66% !important;
	padding:5px 0;
}
.tab-content table tr th{
	width:16.66% !important;
}
.breadcrumbs {
	padding:20px 0;
	margin:10px 0;
}
.breadcrumbs a{
	color:#388eca;
}
.entry-summary {
	padding:0px !important;
	background:none !important;
	float:right;
	width:auto !important;
}
.type-product {
	min-height:300px;
}
.images {
	width:300px;
	float:left;
}
.images img{
	width:100%;
}
.entry-summary select {
	width:100%;
	padding:5px;
	font-size:16px;
}
.entry-summary .quantity  {
	float:right !important;
}
.single_add_to_cart_button  {
	float:right !important;
	margin:0 10px 0 0 !important;
}
.out-of-stock  {
	width:100% !important;
	text-align:right !important;
	padding:10px !important;
	float:right !important;
	font-size:20px !important;
}
.product-thumbnail{
	display:none;
}
.product {
	width:30.33%;
	float:left;
	text-align:center;
	margin:0 3% 30px 0;
	padding:0 0 20px 0;
	box-shadow:0 0 1px rgba(0,0,0,0.8);
}
.product img {
	margin:0 0 10px 0;
	width:100%;
}
.product a {
	text-decoration:none;
}
.product h2 {
	float:left;
	width:90%;
	text-align:center;
	color:#555;
	font-size:16px;
	margin:5px 0 0 0;
	line-height:20px;
	padding:0 5%;
	display:block;
	min-height:40px;
}
.main-image img {
	float:left;
	margin:0 0 0 0 !important;
}
#coupon_code{
	width:200px;
}
.entry-summary .quantity .input-text {
	padding:7px;
	width:50px;
}
.custom-cart {
	width:40%;
	float:right;
	position:relative;
	margin:0 0 50px 0;
}
.custom-cart form {
	margin:0 0 10px 0;
	background:#f3f3f3;
	padding:40px 20px 20px 20px;
}
.custom-cart form label{
	font-size:15px;
	float:left;
	clear:both;
	display:block;
	margin:0 0 5px 0;
}
.custom-cart form select{
	width:100%;
	padding:8px 2% 8px 2%;
	margin:0 0 15px 0;
}
.custom-cart h2 {
	padding:20px;
	background:#f3f3f3;
	text-align:center;
	margin:0 0 0 0;
	border-bottom:1px solid #ccc;
}
.custom-cart form input[type="text"], .custom-cart form input[type="email"]{
	width:96%;
	padding:8px 2%;
	margin:0 0 15px 0;
}
.custom-cart form button[type="submit"]{
	width:100%;
	height:60px;
	cursor:pointer;
	background:#469ad2;
	color:#fff;
	border:1px solid #3476a2;
	padding:0 20px;
	font-size:15px;
}
.custom-cart .total {
	font-weight:bold;
	font-size:24px;
	color:green;
}
.custom-cart .summary {
	width:100%;
	text-align:left;
}
.custom-cart .summary th, .custom-cart .summary th {
	width:33.33%;
}
.custom-cart .total p{
	color:#555;
	font-weight:normal;
	margin:0 0 0 0;
}
.aright {
	text-align:right;
}
.pushu {
	position:relative;
	margin:10px 0 10px 0;
	padding:7px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.form-col-full2 {
	width:90%;
	padding:15px 5%;
	background:#f3f3f3;
}
.suburb {
	display:none;
}
.reset {
	padding:10px 0 10px 5px;
}
.reset a {
	color:#297dc4;
}
.custom-cart button.further{
	width:96%;
	text-align:center;
	text-decoration:none;
	display:none;
	background:#469ad2;
	color:#fff;
	border:1px solid #3476a2;
	padding:12px 2%;
	font-size:15px;
}
.custom-cart a.further2{
	width:96%;
	text-align:center;
	text-decoration:none;
	display:block;
	background:#bb5e5e;
	color:#fff;
	border:1px solid #883434;
	padding:12px 2%;
	font-size:15px;
}
.coupon, .return-to-shop {
	display:none;
}
.custom-cart form .form-col{
	width:47%;
	float:left;
	margin:0 3% 10px 0;
}
.custom-cart form .form-col-full{
	width:98%;
	float:left;
	margin:0 2% 10px 0;
}
.custom-cart form .form-col small{
	font-size:12px;
	color:#888;
	font-style:italic;
}
.fright {
	float:right;
}
.description {
	padding:30px 0;
}
.description h3 {
	font-size:20px;
}
#calc {
	padding:6px 12px;
	text-decoration:none;
	color:#fff;
	background:#555;
	cursor:pointer;
	border:1px solid #ccc;;
}
.add-item {
	width:96%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	background:#f3f3f3;
	padding:0 2% 0 2%;
	font-weight:bold;
}
.add-item .product-title{
	float:left;
	margin:6px 0 0 0;
	font-size:20px;
}
.add-item .single_add_to_cart_button {
	font-size:14px !important;
}
.product-images {
	width:55%;
	float:left;
	position:relative;
	margin:0 0 50px 0;
}
.product-images .cycle-slideshow {
	width:100%;
	float:none;
	position:relative;
}
.product-images .cycle-slideshow img {
	width:100%;
	padding:5px;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.2) !important;
	position:relative;
	z-index:500;
}
.product-images .controls {
	position:absolute;
	top:300px;
	right:20px;
	z-index:600;
	padding:10px;
	background:rgba(0,0,0,0.6);
}
.product-images-full {
	width:100%;
	float:none;
	position:relative;
	margin:0 0 50px 0;
}
.product-images-full .cycle-slideshow {
	width:100%;
	float:none;
	position:relative;
}
.product-images-full .cycle-slideshow img {
	width:100%;
	padding:5px;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.2) !important;
	position:relative;
	z-index:500;
}
.product-images-full .controls {
	position:absolute;
	top:350px;
	right:20px;
	z-index:600;
	padding:10px;
	background:rgba(0,0,0,0.6);
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
#dimensions {
	display:none;
}
#ninety {
	display:none;
}
.tab-content table.leadtime {
	width:300px !important;
}
.tab-content table.leadtime tr td{
	width:50% !important;
	padding:5px 0;
}
.tab-content table.leadtime tr th{
	width:50% !important;
}
.help input[type="text"]{
	padding:8px;
	margin:0 15px 15px 15px;
	width:100px;
}
.help .sq{
	cursor:pointer;
	background:#555;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:5px 10px;
}
#results {
	display:none;
	width:220px;
}
#results p span {
	float:right;
	font-weight:bold;
	margin:0 0 0 0;
}
.thumbs img {
	width:20%;
	float:left;
	margin:0 2% 20px 0;
}
#footer {
	position:relative;
	z-index:500;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
	background:#222;
	color:#999;
}
.copy {
	float:left;
	font-size:12px;
	margin:0 0 0 0;
}
.designer {
	float:right;
	font-size:12px;
	margin:0 0 0 0;
}
.designer a{
	text-decoration:none;
	color:#999;
}
.wpcf7-form p {
	margin:0 0 5px 0;
}
.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: 28px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    width: 97%;
    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;
	width: 97% !important;
}
.wpcf7-form select {
    width: 101%;
    height: 35px;
    line-height: 25px;
}
.wpcf7-form textarea{
    height:130px;
}
.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
}
.form {
	width:47%;
	float:left;
	margin:0 0 50px 0;
}
.details {
	margin:0 0 50px 0;
	width:47%;
	float:right;
}
.map {
	width:100%;
	height:400px;
}
.login input[type="text"], .login input[type="email"], .login input[type="password"] {
    border: 1px solid #DADADA;
    color: #888;
    height: 46px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    width: 97%;
    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;
}
.woocommerce {
	padding:0 0 50px 0;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"]{
	border: 1px solid #DADADA;
    color: #888;
    height: 46px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    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;
}


.headerContact{float: right;margin-top: -10px;margin-bottom: 5px;margin-right: 20px;}
.headerContact .hcn{ float:left;color: #fff;margin-right: 15px;}
.headerContact .hcn a{color: #fff;margin-left: 10px;text-decoration: none;}
.headerContact .hce{ float:left;color: #fff;}
.headerContact .hce a{color: #fff;margin-left: 10px;text-decoration: none;}


@media only screen and (max-width: 1200px) {
	
	.container {
		width:96%;
		padding:0 2%;
	}
	
}
@media only screen and (max-width: 1024px) {
	.headerContact{position: fixed;
right: 90px;
top: 28px;}
	
	#header .menu{
		display:none;
	}
	#header {
		background:#222;
		padding:0 0;
		height:1px;
		position:relative;
		z-index:9999;
		margin:0 0 50px 0;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:999;
	}
	#header .cart {
		display:none;
	}
	.logo {
		float:none;
		position:fixed;
		top:15px;
		left:20px;
		margin:0 0 0 0;
		z-index:800;
		width:200px;
	}
	#slider {
		width:100%;
		padding:30px 0;
		background:#637308 url(images/bg.jpg);
		height:auto;
		overflow:hidden;
	}
	#slider .container{
		display: -webkit-box;
    		display: -moz-box;
    		display: -ms-flexbox;
    		display: -webkit-flex;
    		display: flex;
    		-webkit-box-orient: vertical;
    		-moz-box-orient: vertical;
    		-webkit-flex-direction: column;
    		-ms-flex-direction: column;
    		flex-direction: column;
	}
	.controls {
		display:none;
	}
	.cycle-slideshow {
		width:98%;
		float:none;
		position:relative;
	}
	.home-aside {
		/* display:none; */
		position:relative;
		width:98%;
		float:none;
		background:#98a54c url(images/aside.png) no-repeat;
		box-shadow:0 5px 20px rgba(0,0,0,0.3);
		-webkit-box-ordinal-group: 2;
    		-moz-box-ordinal-group: 2;
    		-ms-flex-order: 2;
    		-webkit-order: 2;
    		order: 2;
	}
	.aside-wrapper {
		display:none;
		width:27%;
		float:left;
		padding:0 0 0 0;
		margin:-102px 0 -40px 0;
		-webkit-box-ordinal-group: 1;
    		-moz-box-ordinal-group: 1;
    		-ms-flex-order: 1;
    		-webkit-order: 1;
    		order: 1;
	}
	.main {
		width:100%;
		float:none;
		position:relative;
		margin:50px 0 0 0;
	}
	#inner-wrap h1{
		text-align:center;
		float:none;
		color:#fff;
		width:80%;
		margin:0 auto;
		border-bottom:1px dashed #fff;
		text-transform:none;
		font-weight:normal;
	}
	.col-sm-9 {
		width:98%;
		float:none;
		margin:0 0 0 0;
	}
	.col-sm-3 {
		width:98%;
		float:none;
		margin:0 0 0 0;
	}
	.form {
		width:98%;
			float:none;
		margin:0 0 50px 0;
	}
	.details {
		margin:0 0 50px 0;
		width:98%;
			float:none;
	}
	.product-images {
		width:100%;
		float:none;
		position:relative;
		margin:0 0 50px 0;
	}
	.custom-cart {
		width:100%;
		float:none;
		position:relative;
		margin:0 0 50px 0;
	}
	
}
@media only screen and (max-width: 800px) {
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	.gallery .gallery-item {
		float: left;
		margin:0 2% 10px 0 !important;
		width: 45.5% !important;
		border:none  !important;
		max-height:150px;
		overflow:hidden;
		padding:4px; 
		border:1px solid #eee !important;
	}
	.product {
		width:47%;
		float:left;
		text-align:center;
		margin:0 3% 30px 0;
		padding:0 0 20px 0;
		box-shadow:0 0 1px rgba(0,0,0,0.8);
	}
}
@media only screen and (max-width: 700px) {
	#inner-wrap h1{
		font-size:20px;
		margin-top:10px;
	}
	
}
@media only screen and (max-width: 626px) {
	.headerContact{right: 72px;top: 20px;}
	.headerContact .hcn{ float:none;}
	.headerContact .hce{ float:none;}
	
}
@media only screen and (max-width: 600px) {

	.product {
		width:96%;
		float:left;
		text-align:center;
		margin:0 2% 30px 2%;
		padding:0 0 20px 0;
		box-shadow:0 0 1px rgba(0,0,0,0.8);
	}
}
@media only screen and (max-width: 500px) {
	.headerContact{top: 16px;right: 45px;}
	#header { margin: 0px 0px 70px 0px;}
	.slicknav_menu { padding-top: 40px;}
	.logo { top: 50px;}
	
}
p.cordian {
    display: none;
}

.product.cross {
    background-image: url(http://latticefactory.com.au/wp-content/uploads/2017/11/cross.png);
    background-size: cover;
}
.product.cross img {
    opacity: 0.2;
}
.post-images {
    margin-top: 30px;
    text-align: center;
}
.post {
    padding: 30px 0 !important;
}
.blogpage {
    width: 47% !important;
    float: left;
}
.sidebar_blog a {
    background-color: #faebd700 !important;
}
.product.sidebar_blog {
    width: 100%;
}
.sidebar_blog h2 {
    width: 40%;
    font-size: 12px;
    float: left;
}
.sidebar_blog img {
    width: 50%;
margin: 0px;
    float: left;
}
.blog_t a {
    padding: 0 !important;
}
.product.sidebar_blog {
    padding: 0px !important;
}
