/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/*

html, body {
	font-size: 8px;
}

@media (min-width: 576px) {
	html, body {
		font-size: 8px;
	}
}
@media (min-width: 576px) {
	html, body {
		font-size: 9px;
	}
}

@media (min-width: 768px) {
	html, body {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	html, body {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	html, body {
		font-size: 14px;
	}
}
*/

@media (min-width: 992px) {
	.post-27 .entry-content .wp-block-cover {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}

	.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.post-27 .entry-content .wp-block-cover {
		height: 0;
		padding-top: 56.25%;
		padding-bottom: 0;
	}
}


.post-27 .entry-content .wp-block-cover {
	min-height: auto;
}

.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container {
	padding: 0;
}

@media (min-width: 992px) {
	.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container {
		padding: 3rem 2rem;
	}
}

@media (max-width: 992px) {
	.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
		font-size: 2.3rem
	}
	.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container p {
		font-size: 1.3rem;
	}
}

.post-27 .entry-content .wp-block-cover .wp-block-cover__inner-container:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	position: absolute;
	opacity: 0.9;
	background-color: white;
}

.site-branding .site-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;	
}

.site-branding .site-description {
	font-size: 1.3rem;
    line-height: 1em;
}

/* fix for images on product page - main image */
/*.woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
}*/

/* fix for images on product page - pagination */
/*.storefront-product-pagination img {
	width: 100%;
}*/

/* resize tag cloout*/
a.tag-cloud-link {
	font-size: 1.2rem !important;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.col-full {
		max-width: 100%;
	}
}


/* Hide search-a */
.site-search {
	display: none;
}

/* Promotional Popup */

.bcc_popup_wrapper {
	display: none;
}

.bcc_popup_wrapper.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-indeX: 999;
}

.bcc_popup_wrapper .bcc_popup_wrapper_popup {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: auto;
	padding-right: 0px;
	background-color: white;
    text-align: center;
	max-width: 100%;
	max-height: 100%;
}


.bcc_popup_wrapper_popup img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.bcc_popup_wrapper .bcc_popup_overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: -1;
}

.bcc_popup_wrapper .bcc_popup_close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
    width: 40px;
    height: 40px;
	cursor: pointer;
}

/*out of stock */
.out-of-stock .bcc_promotionla_popup_content{
	padding: 2.7em 1em 2em 1em;
}


.bcc_promotionla_popup_content .new-orders-bg {
	 font-size: 33px;
    font-weight: bold;
}

.stock.in-stock {
	display: none;
}