/*
Theme Name:     Automatic Gate Motors
Theme URI:      http://automaticgatemotors.com.au
Description:    Automatic Gates Your Way!!
Author:         Mark Lanszero
Author URI:     http://automaticgatemotors.com.au
Template:       superstore                             
Version:        0.1.0
*/

@import url("../superstore/style.css");
/*Logo*/
#header .header-top .row #logo img {
	padding-left: 0 !important;	
}
/***********************************/
/* Temporary Filter*/ 
#content {
	position: relative;	
}
aside.filter {
	background: #fff;
	padding: 1%;
	border-radius: 8px;
	width: 20%;
	height: auto; 
	color: #373435;
	display: block;
	position: absolute;
	z-index: 5;
	top: 4%;
	left: 6%;
	box-shadow: inset 0 0 5px 0px #000;	
}
aside.filter h3 {
	color: #ff4800;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li#text-3.widget.widget_text {
	list-style: none;	
}
aside.filter label {
	font-size: smaller;
}
aside.filter select {
	padding: 5px;
	border-radius: 3px;	
}
aside.filter select:focus {
	box-shadow: -3px 3px 3px #d8d8d8;
}
aside.filter small {
	margin: 0; 
	padding: 0;	
}
.visual {
	margin-bottom: 15px;
}
/* General */
.fltlft {
	float: left;
	margin: 0 8px 8px;	
}
.fltrgt {
	float: right;
	margin: 0 0 8px 8px;	 
}
strong {
	font-weight: bold;	
}
h3 {
	font-size: 1.187em;
	line-height: 1.187em;	
}
@media only screen and (max-width: 700px) {
	aside.filter {
		display: none !important;	
	}
}
/*ul.products li.product.product-category {
	display: none;
}*/