/*
Theme Name: Blue Streak Marketing Online
Version: 1.1
Description: A child theme of Storefront
Template: storefront
*/

@import url("../storefront/style.css");
/*
.site-branding .site-description {
	display: none;
}
.site-header-cart .cart-contents .amount {
	display: none;
}
.site-header .widget_shopping_cart p.total {
	display: none;
}
*/

img {
	border-radius: 0px;
}

@media screen and (min-width: 768px){
	.site-header .site-branding {
		width: 60%;
	}
}

.site-header {
	background: #005dab;
	border-bottom-color: #f0f0f0;
}
.site-header .custom-logo-link, .site-branding .site-title {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
	color: #fff !important;
}
button.menu-toggle, button.menu-toggle:hover {
	float: left;
	clear: both;
	margin-left: -14px;
	margin-top: 10px;
	background-color: transparent;
	border: none;
}
button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
	background-color: #fff !important;
}

@media screen and (min-width: 768px){
	.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product, .page-template-template-homepage-php .site-main .columns-3 ul.products li.product, .storefront-full-width-content .site-main .columns-3 ul.products li.product {
		overflow: hidden;
	}
	.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product img, .page-template-template-homepage-php .site-main .columns-3 ul.products li.product img, .storefront-full-width-content .site-main .columns-3 ul.products li.product img, ul.products li.product img {
		height: 300px;
		width: auto;
		max-width: 9999px;
	}
	.page-template-template-homepage-php .site-main .columns-3 ul.products li.product img {
		width: 100%;
		height: auto;
	}
	.site-main ul.products li.product-category {
		position: relative;
		height: 270px;
		display: inline-block;
	}
	ul.products li.product-category a {
		height: 224px;
		position: relative;
		display: block;
		top: 0;
		left: 0;
		right: 0;
	}
	ul.products li.product img {
		max-height: 224px;
	}
	ul.products li.product-category img {
		position: absolute;
		max-width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2 {
		position: absolute;
		bottom: -65px;
		left: 0;
		right: 0;
	}
	ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
		min-height: 39px;
	}
}

/* Homepage */
.page-template-template-homepage-php ul.products {
	text-align: center;
}
.page-template-template-homepage-php .site-main .columns-3 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0 2.173%;
	width: 33%;
	text-align: center;
}
.page-template-template-homepage-php .site-main .columns-4 ul.products li.product {
	width: 24.5%;
}

#wc-bookings-booking-form .wc-bookings-booking-cost {
	visibility: hidden;
	height: 0;
	padding: 0;
}
#wc-bookings-booking-form .wc-bookings-booking-cost span.booking-error {
	visibility: visible;
	background: #fdd;
	color: #b00;
	padding: 10px 20px;
	position: relative;
	float: none;
	display: block;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	font-weight: 700;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a::before {
	display: none !important;
}

/* Footer */
.footer-widgets.col-6 .block {
	text-align: center;
	width: 16.6667%;
	display: inline-block;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	float: left;
	padding: 20px;
	vertical-align: middle;
}
.footer-widgets.col-6 .block img {
	width: 100%;
}
.footer-widgets.col-6 .block img.wp-image-162 {
	margin-top: 4px;
}
.footer-widgets.col-6 .block img.wp-image-328 {
	margin-top: 12px;
}
.footer-widgets .widget {
	margin: 0 0 1em;
}
.footer-widgets.col-1 .block .widget_media_image {
	text-align: center;
}
.footer-widgets.col-1 .block .widget_media_image img {
	display: inline-block;
}

@media screen and (max-width: 1100px){
	.footer-widgets.col-6 .block {
		width: 33.3333%;
	}
}
@media screen and (max-width: 768px){
	.footer-widgets.col-6 .block {
		width: 50%;
	}
	.footer-widgets.col-6 .block img.wp-image-162 {
		margin-top: 0;
	}
	.footer-widgets.col-6 .block img.wp-image-328 {
		margin: 8% 0 40%;
	}
}
@media screen and (max-width: 450px){
	.footer-widgets.col-6 .block {
		width: 100%;
	}
	.footer-widgets.col-6 .block .widget, .footer-widgets.col-6 .block img {
		margin: 0 !important;
	}
}

/* WooCommerce */
ul.products li.product {
	overflow: hidden;
}
a.button i.fa {
	margin-right: 10px;
}
a.cart-contents, .site-header-cart .widget_shopping_cart a {
	color: #333333 !important;
}
.widget a.button.checkout {
    color: #ffffff !important;
}
.stock.low-in-stock {
	color: #FF8C00;
}
.stock.low-in-stock::before {
    content: "\f11a";
}

.product .variable {
	display: block;
	overflow: hidden;
	min-height: 47px;
	text-align: center;
}
.product .variable .language > div {
	width: auto;
	display: inline;
	text-align: center;
}
.product .variable .language .name {
	padding-right: 3px;
}
.product .variable .language .stock {
	padding-left: 3px;
}
