/*
THEME NAME: Heidelberg Road Vintage Bazaar
THEME URI:http://www.vintagebazaar.com.au
VERSION:1
AUTHOR:Greybeard Systems Pty Ltd
AUTHOR URI:http://www.greybeard.com.au
DESCRIPTION:Child theme using Headway http://headwaythemes.com
TEMPLATE: headway
------------------------------------------------------------------------

*/

/*The code below will simply setup the price-title area to be hidden and have a background. Please note that uou will have to change the background and height to match your website color scheme and product height  but first load it as and then adjust                                                                                      
*/

/*nullify native rendering of buttons on ipad etc*/



input[type='submit'], input[type="search"]
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

select.dropdown_product_cat{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.5em;
	padding: 3px 0 3px 8px;
	color: #a9a9a9;
}

input.search-field {
    border: 1px solid #ccc;
    padding: 3px 0 3px 3px;
    line-height: 1.5em;
}
li#woocommerce_product_search-2 {
	margin-top: -3px!important;
}

/*WEB FONTS*/

@font-face {
    font-family: 'rieslingregular';
    src: url('/wp/fonts/riesling-webfont.eot');
    src: url('/wp/fonts/riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp/fonts/riesling-webfont.woff') format('woff'),
         url('/wp/fonts/riesling-webfont.ttf') format('truetype'),
         url('/wp/fonts/riesling-webfont.svg#rieslingregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*end web fonts*/
/*main navigation*/
#block-byr54d44a525f31b span.banner a {
font-family: "jaf-facitweb","Arial", sans-serif;
font-weight:normal;
}


#block-bci54d44a525e25e ul.menu li > a {
font-family: "rieslingregular", "Raleway", "Arial", sans-serif;
font-size: 1.5em;
letter-spacing: 0.08em;
color: #ff7860;
}



#block-byr54d44a525f31b .tagline {
font-family: "jaf-facitweb","Arial", sans-serif;
font-weight:normal;
}




/*Adjust text margin in columns on home page*/
body.home .omsc-one-half {
    margin: 0 1.95% 0 0;
}

a.eg-vintage-bazaar-element-15 {
	text-decoration:none!important;
}

/*Hide product count in category display*/

.products li.product-category h3 .count {
    display: none;
}

.thumbnails.columns-3 {
	margin-left: 0;
}

.prod-search input[type="submit"], input[type="button"], button {
	background-color: transparent;
	display: none;
}



.products .product .product-details {
    	position: absolute;
    	background: rgba(35, 33, 33, 0.44);
    	background: rgba(250, 250, 250, 0.74);
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	color: #333;
    	padding: 1.618em;
    	text-align: left;
    	font-weight:  bold;
   	opacity: 0;
   	height: auto;
   	filter: alpha(opacity=@opacity * 100);	
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
   	-ms-transition: all ease 0.4s;
    	-o-transition: all ease 0.4s;
    	transition: all ease 0.4s;
  }
  
 .woocommerce ul.products li.product .button {
  	display: none;
  }

/* Show details  that were setup above when the user hovers.  See also function in functions.php to achive the roll over effect*/

  ul.products li.product:hover .product-details {
 	filter: alpha(opacity=@opacity * 100);
 	opacity: 1;
   }
 
   ul.products li.product a img:hover {
 	opacity: 0.9;
   }
   
   aside.prod-search,
   aside.nav-widget {
   	/*margin-top: 6.634%;*/
   }
   aside.prod-search {
   	    text-align: right;
   }
   aside.nav-widget .widget-title {
   	display: none;
   }
   
   aside.nav-widget li {
   	text-align: left;
   }
   #block-bza5615f0b171def li.widget {
       margin-top: 3px;
       margin-right: 40px;
   }
   
   .vb-breadcrumb {
   	text-align: center;
   }
   
   /*The following rule ensures the single product thumbnail displays at the correct scale*/
   .woocommerce div.product div.images img {
   		max-width: 100%;
   		/*width: auto;*/
   }
   
   body.single-product div.product div.images .woocommerce-main-image img {
   	max-height: 442px;
   	display: block;
   	margin-left: auto;
   	margin-right:auto ;
   	width: auto;
   	max-width: 100%;
   }
   
   
   div.related.products ul.products li.product a img  {
       display: block;
       margin: 0 0 1em;
       box-shadow: none;
       width: auto;
       max-width: 100%;
       height: 135px;
       display: block;
       margin-left: auto;
       margin-right: auto;
   }
   
  /* Contact Us Form*/
  #gform_wrapper_2{
  	width: 66.66667%;
  	margin: 0 auto;
 }
 
 #click-menu .threeLines .line {
     border-radius: 10px;
     z-index: 99999;
 }
 
 /*Opening Hours Widget*/
/* #block-b92566b6f1295033 */
 aside.social{
     min-height: 55px!important;
     z-index: 999999;
     width: 100%;
     float: left;
     margin-top: -74px;
     margin-left: 35px;
     text-align: left;
     color: #fe765c;
     font-weight: normal;
     font-family: arial;
     font-size: 80%;
 }
 
 aside.opening-hours{
     min-height: 55px!important;
     z-index: 9999999;
     width: 100%;
     float: right;
     margin-top: -75px;
     text-align: right;
     color: #fe765c;
     font-weight: bold;
     font-family: arial;
 }
 

 
 
 aside.opening-hours .widget-title,
 aside.social .widget-title {
 	display: none;
 }
@media only screen and (max-width: 600px) {

	#whitewrap #responsive-menu {
		background: rgba(255, 255, 255, 0.85) !important;
		
	}
	
	

 	select.dropdown_product_cat {
    	 margin: 0 auto;
    	 display: block;
    	 width: 100%;
	 }
	 #block-bza5615f0b171def li.widget {
	 	margin: 0 auto;
	 }
	 
	 @media only screen and (max-width : 800px) {
	 		.brick {
	           width:33.333%;
	     }
	div.wrapper-first {
		padding-top: 58px!important;
	}
	
	aside.opening-hours{
	    margin-top: 0;
	    text-align: center;
	    color: #fe765c;
	    
	   
	}
	
	
	 
}