/**********************************************************************************

	Theme Name: Trooper Lu's Garage
	Theme URI: 
	Description: Responsive website for Trooler Lu's Bike Sales
	Version: 1.0
	Author:	Riaan Oliver
	Author URI: http://www.design4u.com.au
	Tags: Motor Bike

**********************************************************************************/

@import url("css/bootstrap.css");
@import url("css/template.css");
@import url("css/media.css");
@import url("css/font-awesome.min.css");

/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

/* Temp Style */
.service-btn-booking {float: left; margin-top: -16px; margin-left: 10px;}
@media (max-width: 768px) {
.u-responsive-lightbox, .jt-title, .jt-content {width: 100% !important;}
}

@media screen and (min-width:1024px) {
    .woocommerce ul.products li.product { 
	width: 31.334% !important;
	margin: 0 2% 3% 0!important;
	clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(3n+1) {
	clear: both !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(3n+1) {
         clear: none !important;
    }
}

