/*
Theme Name: Brockleby's 2019
Description: Custom theme for Brockleby's.
Author: Sam Cleathero // Box Twenty Two
Author URI: https://boxtwentytwo.co.uk
Template: flatsome
Version: 3.0.0.8
*/


/* What3Words */
#w3w-billing_field .woocommerce-input-wrapper,
#w3w-shipping_field .woocommerce-input-wrapper {
	display: flex;
	flex-direction: column;
}
#w3w-billing_field .woocommerce-input-wrapper > :not(.description),
#w3w-shipping_field .woocommerce-input-wrapper > :not(.description) {
	order: 2;
}

.brck-piedrop-button-header {
	display: none;
}
.brck-piedrop-button-header img {
	max-width: 239px !important;
	height: auto;
	display: block;
	margin: auto;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.brck-bargin-bundles-header {
	display: none;
	margin-top: 10px;
}
.brck-bargin-bundles-header img {
	max-height: 68px;
}

.brocklebys-g-promo {
	background-color: #016a3a;
	color: #fff;
	padding: 5px 10px;
	line-height: 1.1em;
	margin-bottom: 1em;
}

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 849px) {

	.brck-bargin-bundles-header,
	.brck-piedrop-button-header {
		display: block;
	}

}

/* Reviews */

.post-type-archive .row-reviews-archive-header .col {
	padding-bottom: 0px;
}

.post-type-archive .review .entry-title {
	font-size: 1.5em;
}

.post-type-archive .review .entry-title + .entry-divider {
	display: none;
}

.post-type-archive .review footer.entry-meta {
	border-top: 0px;
	height: 0px;
	overflow: hidden;
}

.single-review .navigation-post .back-link {
	min-width: 50%;
}

.single-review .navigation-post .next-prev-nav .flex-col+.flex-col {
	border-left: 0px;
}

.single-review .navigation-post + .navigation-post {
	margin-top: -1px;
}

.single-review .entry-header .entry-header-text {
	padding-bottom: 0px;
}

.single-review .entry-header .entry-title {
	margin-bottom: 0px;
}

.single-review .entry-header .entry-divider {
	display: none;
}

.single-review .entry-header + .navigation-post {
	border-top: 0px;
}

.coupon__info {
	display: block;
	margin-bottom: 1em;
	font-size: 75%;
}

/* Landing Page */

.page-template-page-landing .header-bottom,
.page-template-page-landing .header-nav-main,
.page-template-page-landing .mobile-nav {
	display: none;
}

.page-template-page-landing {
	color: #333;
}

.page-template-page-landing h1,
.page-template-page-landing h2,
.page-template-page-landing h3,
.page-template-page-landing h4,
.page-template-page-landing h5,
.page-template-page-landing h6,
.page-template-page-landing .heading-font {
	color: #333;
}

.page-template-page-landing .row-main,
.page-template-page-landing .container .row-main {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-landing .entry-header,
.page-template-page-landing .entry-header .entry-title {
	text-align: center;
}

@media (max-width: 549px) {

	.page-template-page-landing h1 {
		font-size: 1.4em;
	}

	.page-template-page-landing .lp-heading-text {
		font-size: 1.15em !important;
		line-height: 1.2em;
	}

	.page-template-page-landing .lta-panel {
		font-size: 0.9em !important;
		line-height: 1.2em;
	}

	.page-template-page-landing .button .icon-gift {
		display: none;
	}

	.page-template-page-landing .button span {
		line-height: 1.2em;
	}

	.page-template-page-landing .button {
		padding-top: 7px !important;
	}

	.page-template-page-landing .page-wrapper {
		padding-top: 20px;
	}

	.page-template-page-landing .lp-header-button {
		padding-bottom: 0px;
	}

	.page-template-page-landing .lp-header-button .button {
		margin-bottom: 0px;
	}

}

html body.single-wfacp_checkout .ywgc_have_code {
	display: none !important;	
	visibility: hidden !important;	
}

/* Affiliates */

.wcu-dash-coupon-area #tab-page-links.wcutablinks {
	background-color: #fa6406;
}

.brck-referrals-dashboard-intro {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 30px;
	display: block;
}

.wcu-dash-coupon-area .wcusage-tab-section .wcusage-stats-title {
	display: none;
}

#wcu-referral-generator .referral-url-box > p:first-child {
	display: none;
}

#wcu-referral-generator .referral-url-box .wcu-tab-title {
	margin: 10px 0 !important;
}

.brocklebys_product_promo > :last-child {
	margin-bottom: 0px;
}
