/* ---------------------------------------------------------------------------------------------------------- 
11 Media Queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Anything below standard desktop */
@media (max-width: 979px) {
	.main-nav { background: #346f7f url(../images/nav-gradient.png) repeat-x 0 0; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px; -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.30);               -moz-box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.30); box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.30); padding-top: 60px; height: auto; } 
	.main-nav ul { height: auto; background: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-bottom: 1px solid rgba(0,0,0,0.6); border-top: 1px solid rgba(0,0,0,0.5); }
	.main-nav ul li { float: none; background: none; border-bottom: 1px solid rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.1); }
	.main-nav li:first-child a { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
	.main-nav ul li:hover ul, .main-nav ul ul { display: none !important; }
	.btn-navbar { display: block; width: 40px; height: 40px; cursor: pointer; position: absolute; top: 10px; left: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: url(../images/search-back.png) repeat-x 0 0; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4); -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4); -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4); }
	.btn-navbar i { display: block; width: 30px; height: 30px; color: #000; font-size: 24px; line-height: 30px; padding: 5px; text-align: center; opacity: 0.6; text-shadow: 0 1px 0 rgba(255,255,255,0.3); font-weight: bold; }
	.btn-navbar:hover { background-color: rgba(0,0,0,0.2); }
	.post-icon { margin-right: 0; }
	.post .wrap-square { height: 154px; width: 154px; }
	.breadcrumb-overlay { position: relative; float: left; margin: -20px -20px 0; top: 0; margin: -20px -20px 0; width: 100%; }
	}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.widget .price_slider_amount .button { float: none; display: block; margin: 3px auto; }
	.widget ul.product_list_widget img { display: none; }
 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.entry-meta { display: none; }
	#secondary { border: 0; margin: 0; padding: 0; }
	.logo { max-width: 50%; }
	p.phone-no { font-size: 20px; }
	p.phone-no i { font-size: 30px; }
	table tr .product-price { display: none; }
	table tr .product-remove { padding: 10px 5px; }
	.top-nav, .footer, .footer-foot { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
	.home-widgets { margin-left: -20px; padding-left: 20px; padding-right: 20px; }
	.product-list li { float: left; width: 30%; margin: 5px; }
	.product-carousel li { float: left; width: auto; margin: 5px; }
	.home-widgets .widget-area { margin-bottom: 12px; }
	.main-nav li { height: 45px; }
	.main-nav li a { height: 45px; line-height: 44px; }
}

/* Landscape phones and down */
@media (max-width: 480px) { 
	.logo { float: none; margin: 20px auto; max-width: 100%; }
	p.phone-no { position: absolute; top: 8px; left: 8px; margin: 0; font-size: 12px; font-weight: normal; color: #ccc; letter-spacing: normal; }
	p.phone-no i { color: #ddd; font-size: 12px; font-weight: normal; }
	.top-nav .upper-nav li.upper-nav-left ul { display: none; }
	.breadcrumbs .trail-before { display: none; }
	table tr .product-thumbnail { display: none; }
	table tr .product-quantity .minus, table tr .product-quantity .plus { display: none; }
	td.quantity, .jigoshop #content div.quantity { min-width: 0; }
	table.shop_table th { font-size: 11px; }
	.body-container { margin-left: -20px; margin-right: -20px; }
	.product-list ul { max-width: 100%; margin: 0 auto; display: block; float: none; }
	.product-list li { float: none; width: 100%; margin: 0 auto; }
	.product-carousel li { float: left; width: auto; margin: 5px; }
	.product-list li img { width: 100%; }
	.slider-wrap { display: none !important; }
	div.product .product_title { padding-right: 0; }
	.single-product div.product .summary p.price { position: static; margin: 0 auto 10px; display: inline-block; }
	td.quantity, .jigoshop #content div.quantity { min-width: 85px; }
	.commentlist li .reply { top: -5px; right: -5px; background: #fff; }
}