/**
Theme Name: Beerntsen's Confectionary
Author: DuFour Advertising, an LMSG Company
Author URI: https://dufour.com
Description:  
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: beerntsens-confectionary
Template: astra
*/

/* MISC. Styles */
.no-margin p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 801px) {
	.displayMobileOnly {
		display: none !important;
	}
} 
/* Remove button click effect */
.fl-builder-content .fl-button:active {
	top: 0;
}

/* Store Notice */
.woocommerce-store-notice, p.demo_store {
	background-color: #b53429;
	font-size: 1.25em;
}

/* Header Styles */
.header-top .header-top-left-col .fl-col-content, .header-top .header-top-right-col .fl-col-content {
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
}
.header-top .header-top-left-col .fl-module, .header-top .header-top-right-col .fl-module {
    vertical-align: middle;
	white-space: nowrap;
    width: auto !important;
}
.header-top .header-top-left-col .fl-module {
	justify-content: flex-start !important;
}
.header-top .header-top-right-col .fl-module {
	justify-content: flex-end !important;
}
.beern-main-menu {
	position: relative;
	z-index: 100;
}
.awning {
	position: relative;
	z-index: 99;
}

/* Home Page */
.featured-products, .handcrafted-chocolates {
	display: inline-block;
	position: relative;
	width: auto;
}
@media (min-width: 500px) {
	.handcrafted-chocolates:before {
		color: #7f7d7d;
		content: "/";
		left: 0;
		position: absolute;
		top: -5px;
	}
}
.featured-products-sep {
	position: relative;
}
.featured-products-sep .fl-module-content:before {
	background-color: #b53429;
	content: "";
	height: 1px;
	position: absolute;
	width: 175px;
	z-index: 10;
}

.create-tradition {
    overflow: hidden;
    position: relative;
}
.create-tradition:before {
	background-image: url(/wp-content/uploads/tradition.jpg);
    background-position: center 75px;
    content: "" !important;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 801px) {
	.create-tradition {
		-ms-transform: skew(29deg, 0deg) !important;
		-webkit-transform: skew(29deg, 0deg) !important;
		transform: skew(29deg, 0deg) !important;
		transform-origin: top left !important;
	}
	.create-tradition:before {
		-ms-transform: skew(-29deg, 0deg) !important;
		-webkit-transform: skew(-29deg, 0deg) !important;
		transform: skew(-29deg, 0deg) !important;
		transform-origin: top left !important;
	}
}

/* Interior Pages */
/* Breadcrumbs */
.beern-breadcrumbs pre, .beern-breadcrumbs code {
	font: inherit;
}
.beern-breadcrumbs pre {
	background: none;
	font-family: inherit;
	margin-bottom: 0;
	padding: 0;
}

.title-underline .widgettitle {
	border-bottom: 1px solid #d6d6d6;
    font-size: 22px;
    font-weight: 700;
	line-height: 1.3em;
    margin-bottom: 30px;
	padding-bottom: 10px;
    position: relative;
}
.title-underline .widgettitle:after {
    background: #b43329;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 35%;
}

/* Products */
.beern-prod-display .fl-post-module-woo-ordering {
	padding-bottom: 0;
}
.beern-prod-display .ast-grid-common-col {
	padding: 0 20px 20px 0px;
}
.beern-prod-display .fl-post-grid-image {
	padding-bottom: 10px;
}
.beern-prod-display .star-rating {
	margin-top: 10px !important;
}

/* Footer Styles */
.mailing-list-signup {
	font-family: 'Titillium Web',sans-serif !important;
}
.mailing-list-signup table, .mailing-list-signup table td {
	border: none;
	text-align: center;
}

/* Shipping Method Notice */
#shipping_method_0_local_pickup4:checked + label[for=shipping_method_0_local_pickup4]::after {
    display: block;
    content: "You have chosen local pickup in store as the shipping option. Please allow 24 hours before picking up in store. Call 920.684.9616 for questions. The processing and handling fee has been removed from the total.";
	padding: 15px;
	color: #FFF;
	background: red;
	margin-top: 10px;
	text-indent: 0px;
}
.hideFee {
	background: red !important;
}