/*
==============================================================================================================
 Theme Name:	Downside School
 Theme URI:		http://www.downside.co.uk
 Description:	New design and build for the 2016 refresh of the Downside School website.
 Author:		Rooster Creative Marketing
 Author URI:	http://www.roostercreativemarketing.com
 Version:		1.0
 Tags:			burgundy, red, white, grey, black, light, responsive, responsive-layout, accessibility-ready
==============================================================================================================
*/

/*
==============================================================================================================
 Table of Contents
==============================================================================================================

 * Table of contents for easily navigating this stylesheet
*/

/*
 * 1. Colour palette
 * 2. Resets
 * 3. Global elements
 * 4. Layout & structure
	  * 4.2. Header area
	  * 4.3. Banner area
	  * 4.4. Home page slider
	  * 4.5. Breadcrumb
	  * 4.6. Link blocks
	  * 4.7. Shortcode content blocks
			 * 4.7.1. Image carousel
			 * 4.7.2. Testimonial carousel
			 * 4.7.3. Further reading
			 * 4.7.4. Sibling link blocks
	  * 4.8. Shop area
				* 4.8.1. Shop header
				* 4.8.2. Main Shop page
				* 4.8.3. Shop category page(s)
				* 4.8.4. Individual product page(s)
	  * 4.9. Footer area
	  * 4.10. Legacy notice bar
*/

/*
==============================================================================================================
 1. Colour palette
==============================================================================================================

 * Define the HEX & RGB values of the primary colours of the website
 * These will be continually used throughout this stylesheet
*/

/*
 * Primary Red:	   #c20430 (194,4,48);
 * Primary Green:  #c20430 (0,107,91);
 * Primary Gold:   #c2a056 (194,160,86);
 * Primary Black:  #414042 (65,64,66);
 * Primary Grey:   #7f7f80 (127,127,128);
*/

/*
==============================================================================================================
 2. Resets
==============================================================================================================

 * Global CSS resets for most HTML elements
 * Removes all browser-specific styling
*/

/* Ensure all elements don't expand their specified width with padding, borders etc. */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}


/* Remove browser-specific styling (margin, padding etc.) from most major HTML elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ol, ul {
	list-style: none inside none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Display settings for HTML5 elements for legacy browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

/* Change colour of placeholder text in input fields */
::-webkit-input-placeholder {
	color: #000;
	opacity: 0.5;
}

:-moz-placeholder {
	color: #000;
	opacity: 0.5;
}

::-moz-placeholder {
	color: #000;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 0.5;
}

/* Change colour of text/background in highlighted text */
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: #000;
}

::selection {
    color: #fff;
    text-shadow: none;
    background-color: #000;
}

/*
==============================================================================================================
 3. Global elements
==============================================================================================================

 * Styling for global HTML elements, and reusable classes and ID's
 * These will appear throughout various pages in the markup
*/

/* Font declarations */
html {
	font: normal 400 1em/1 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {}

/* Links */
a {
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

iframe {
	max-width: 100%;
}

mark {
	font-weight: 600;
	color: #c20430;
	background-color: transparent;
}
.red-page mark { color: #c20430; }
.gold-page mark { color: #c2a056; }

/* Main content area text/headings etc.) */
.main-content {
	padding-bottom: 38px;
}

.main-content h1 {
	font-size: 4.5em;
	line-height: 1.208;
	letter-spacing: 0.025em;
	margin: 30px 0 60px;
}

.main-content p {
	font-size: 0.875em;
	line-height: 1.714;
	letter-spacing: 0.03em;
	color: #414042;
	margin-bottom: 30px;
}

.main-content a.trackable-link {
	line-height: 1.714;
	letter-spacing: 0.03em;
}

.main-content p a,
.main-content a.trackable-link {
	color: #c20430;	
}

.red-page .main-content p a,
.red-page .main-content a.trackable-link { 
	color: #c20430;
}

.gold-page .main-content p a,
.gold-page .main-content a.trackable-link {
	color: #c2a056;
}

.main-content p.intro-paragraph {
	font-size: 1.5em;
	line-height: 1.363;
	letter-spacing: 0.05em;
}

.page-template-default .main-content p {
	margin-right: 100px;
}

.page-template-default .main-content div.wpcf7 form p,
.page-template-default .main-content .form-fees form p {
	margin-right: 0;
}

/* Background colours */
.red-bg {
	background-color: #c20430;
}
.green-page .red-bg { background-color: #c20430; }
.gold-page .red-bg { background-color: #c2a056; }

/* Clear for after floated elements */
.clear {
	clear: both;
}

/* Remove padding from bottom of '.main-content' class */
.no-padding-bottom {
	padding-bottom: 0;
}

/*
==============================================================================================================
 4. Layout & structure
==============================================================================================================

 * Styling for the actual layout and structure of the site
 * Organised by section(s), templates and pages
*/

/*
===================
 4.1. Container(s)
===================
*/

/* Main container */
.container {
	max-width: 1000px;
	margin: 0 auto;
}

/* Left-aligned container */
.container.left {
	margin: 0 0 0 73px;
}

/* Other grid columns */
.one-quarter {
	width: 25%;
	float: left;
	padding-right: 20px;
	min-height: 1px;
}

.three-quarters {
	width: 75%;
	float: left;
}

.one-third {
	width: 34%;
	float: left;
	padding-right: 20px;	
}

.two-thirds {
	width: 66%;
	float: left;
}

.half {
	width: 50%;
	float: left;	
}


.one-fifth {
	width: 20%;
	float: left;
}

.two-fifths {
	width: 40%;
	float: left;
	padding-right: 20px;
}

.three-fifths {
	width: 60%;
	float: left;
}

.four-fifths {
	width: 80%;
	float: left;
}

.full {
	width: 100%;
}

.right-col {
	float: right;
}

.red-top {
	width: 32%;
	margin-right: 2%;
	border-top: 2px solid #c20430;
}

.red-page .red-top { border-top: 2px solid #c20430; }
.gold-page .red-top { border-top: 2px solid #c2a056; }

/*
==================
 4.2. Header area
==================
*/

.header-wrap.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

/* Home page hamburger */
.page-template-home-page .hamburger {
	position: fixed;
	top: 0;
	left: 0;
	width: 47px;
	height: 48px;
	cursor: pointer;
	z-index: 3;
	padding-top: 17px;
	background-color: #fff;
}

.page-template-home-page .hamburger span {
	position: relative;
	top: 0;
	width: 13px;
	height: 2px;
	display: block;
	margin: 0 auto 4px;
	background-color: #c20430;
	-webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, top 0.4s ease-in-out 0.5s;
	   -moz-transition:    -moz-transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, top 0.4s ease-in-out 0.5s;
	     -o-transition: 	 -o-transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, top 0.4s ease-in-out 0.5s;
		-ms-transition: 	-ms-transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, top 0.4s ease-in-out 0.5s;
			transition: 		transform 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, top 0.4s ease-in-out 0.5s;
}

.page-template-home-page .hamburger span.bot {
	margin-bottom: 0;
}

.page-template-home-page .hamburger.open span {
	-webkit-transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.5s;
	   -moz-transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s,    -moz-transform 0.4s ease-in-out 0.5s;
	     -o-transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, 	  -o-transform 0.4s ease-in-out 0.5s;
		-ms-transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, 	 -ms-transform 0.4s ease-in-out 0.5s;
			transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out 0.4s, 		 transform 0.4s ease-in-out 0.5s;
}

.page-template-home-page .hamburger.open span.top {
	top: 7px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.page-template-home-page .hamburger.open span.mid {
	opacity: 0;
}

.page-template-home-page .hamburger.open span.bot {
	top: -5px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

/* Home page corner CTA */
.corner-cta {
	position: fixed;
	top: 0;
	right: 0;
	height: 48px;
	font: 400 1.125em 'Cinzel';
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: center;
	color: #333132;
	z-index: 2;
	background-color: #fff;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.05s;
	   -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.05s;
	     -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.05s;
		-ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.05s;
			transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.05s;
}

.no-touch .corner-cta:hover {
	color: #fff;
	background-color: #c20430;
}

.corner-cta a {
	width: 100%;
	height: 48px;
	color: #333132;
	display: block;
	padding: 11px 23px 0;
	text-decoration: none;
	-webkit-transition: color 0.4s ease-in-out 0.1s;
	   -moz-transition: color 0.4s ease-in-out 0.1s;
	     -o-transition: color 0.4s ease-in-out 0.1s;
		-ms-transition: color 0.4s ease-in-out 0.1s;
			transition: color 0.4s ease-in-out 0.1s;
}

.no-touch .corner-cta:hover a {
	color: #fff;
}

/* Topbar area */
.topbar {
	width: 47px;
	height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #d1d3d4;
	background-color: #fff;
	-webkit-transition: all 0.55s ease-in-out 0.5s;
	   -moz-transition: all 0.55s ease-in-out 0.5s;
		 -o-transition: all 0.55s ease-in-out 0.5s;
			transition: all 0.55s ease-in-out 0.5s;
}

.page-template-home-page .topbar {
	position: fixed;
	top: 0;
	left: 0;
	height: 48px;
	z-index: 2;
	border-bottom: 0;
}

.topbar.open {
	width: 100%;
}

nav.sub-menu {
	float: left;
	margin-left: 47px;
}

.page-template-home-page nav.sub-menu {
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out 0.65s;
	   -moz-transition: all 0.45s ease-in-out 0.65s;
		 -o-transition: all 0.45s ease-in-out 0.65s;
			transition: all 0.45s ease-in-out 0.65s;
}

.page-template-home-page nav.sub-menu.open {
	opacity: 1;
}

nav.sub-menu ul li {
	font-weight: 300;
	font-size: 0.875em;
	letter-spacing: 0.025em;
	float: left;
	border-right: 1px solid #e8e8e8;
}

nav.sub-menu ul li a {
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 17px 22px;
}

.no-touch nav.sub-menu ul li a:hover,
nav.sub-menu ul li.current-menu-item a {
	color: #c20430;
}

nav.sub-menu ul li.hidden {
	display: none;
}

.contact-button {
	float: right;
}

.contact-button a {
	height: 100%;
	font-weight: 300;
	font-size: 0.875em;
	letter-spacing: 0.025em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 17px 36px;
	background-color: #c20430;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.1s;
	   -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.1s;
	     -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.1s;
		-ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.1s;
			transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out 0.1s;
}

.no-touch .contact-button a:hover {
	background-color: #7f7f80;
}

.search-box {
	position: relative;
	width: 260px!important;
	width: 56px;
	height: 100%;
	float: right;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	   -moz-transition: all 0.4s ease-in-out 0.2s;
		 -o-transition: all 0.4s ease-in-out 0.2s;
			transition: all 0.4s ease-in-out 0.2s;
}

.search-button {
	width: 56px;
	height: 100%;
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
	display: block;
	float: right;
	cursor: pointer;
	padding-top: 14px;
}

.search-field input {
	width: 196px;
	height: 48px;
	font-weight: 300;
	font-size: 0.875em;
	letter-spacing: 0.025em;
	color: #555;
	opacity: 1;
	padding-left: 8px;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
		 -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}

.search-field input::-webkit-input-placeholder {
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #555;
	opacity: 1;
}

.search-field input:-moz-placeholder {
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #555;
	opacity: 1;
}

.search-field input::-moz-placeholder {
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #555;
	opacity: 1;
}

.search-field input:-ms-input-placeholder {
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #555;
	opacity: 1;
}

/* Main header area */
.main-header {
	width: 100%;
	height: 88px;
	border-bottom: 2px solid #c20430;
	background-color: #fff;
}
.red-page .main-header { border-bottom: 2px solid #c20430; }
.gold-page .main-header { border-bottom: 2px solid #c2a056; }

/* Logo */
.logo {
	display: block;
	float: left;
	margin: 25px 0 0 69px;
}

.logo img {
	width: 100%;
	max-width: 340px;
}

.page-template-home-page .logo {
	margin: 30px 0 0 69px;
}

/* Main menu area */
nav.main-menu {
	float: right;
	margin: 31px 20px 0 0;
}

nav.main-menu ul li {
	font: 1.125em 'Cinzel';
	letter-spacing: 0.025em;
	color: #000;
	float: left;
	padding: 0 38px 32px 0;
}

nav.main-menu ul li a {
	color: #000;
	text-decoration: none;
}

/* Green */
.no-touch nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item > a,
nav.main-menu ul li.current-page-ancestor > a {
	color: #c20430;
}

/* Red */
.no-touch nav.main-menu ul li.red a:hover,
nav.main-menu ul li.red.current-menu-item > a,
nav.main-menu ul li.red.current-page-ancestor > a,
nav.main-menu ul li.red .current-menu-item > a,
nav.main-menu ul li.red .current-page-ancestor > a {
	color: #c20430;
}

/* Gold */
.no-touch nav.main-menu ul li.gold a:hover,
nav.main-menu ul li.gold.current-menu-item > a,
nav.main-menu ul li.gold.current-page-ancestor > a,
nav.main-menu ul li.gold .current-menu-item > a,
nav.main-menu ul li.gold .current-page-ancestor > a {
	color: #c2a056;
}

/* Drop-down mega menu */
.sub-menu-wrap {
	position: absolute;
	top: 138px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	border-bottom: 0 solid #c20430;
	-webkit-transition: height 0.45s ease-in-out, border 0.45s ease-in-out;
	   -moz-transition: height 0.45s ease-in-out, border 0.45s ease-in-out;
		 -o-transition: height 0.45s ease-in-out, border 0.45s ease-in-out;
			transition: height 0.45s ease-in-out, border 0.45s ease-in-out;
}
.no-svg .sub-menu-wrap {
	background: #fff url(../img/menu-logo-monastery.png) no-repeat left 87px;
}
.sub-menu-wrap.school { background-image: url(../img/menu-logo-school.svg); }
.no-svg .sub-menu-wrap.school { background-image: url(../img/menu-logo-school.png); }

.sub-menu-wrap.library { background-image: url(../img/menu-logo-library.svg); }
.no-svg .sub-menu-wrap.library { background-image: url(../img/menu-logo-library.png); }

.sub-menu-wrap.old-gregorians { background-image: url(../img/menu-logo-old-gregorians.svg); }
.no-svg .sub-menu-wrap.old-gregorians { background-image: url(../img/menu-logo-old-gregorians.png); }

nav.main-menu ul li.green .sub-menu-wrap { border-bottom: 0 solid #c20430; }
nav.main-menu ul li.red .sub-menu-wrap { border-bottom: 0 solid #c20430; }
nav.main-menu ul li.gold .sub-menu-wrap { border-bottom: 0 solid #c2a056; }

nav.main-menu ul li:hover > .sub-menu-wrap {
	height: 327px;
	border-width: 4px;
}

/*
.menu-logo {
	float: left;
	margin-top: 87px;
}
*/

.sub-menu-wrap .sub-menus {
	width: 50%;
	float: right;
	margin-top: 86px;
}

.sub-menu-wrap ul.sub-menu {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.sub-menu-wrap ul.sub-menu:nth-of-type(3n+3) {
	margin-right: 0;
}

.sub-menu-wrap ul.sub-menu li {
	font: 400 0.78em/1.214 'Cinzel';
	float: none;
	margin-bottom: 16px;
	padding: 0;
}

/* Mobile search */
.search-box .mobile-submit {
	display: none;
}

/*
==================
 4.3. Banner area
==================
*/

.page-template-top-level-page .main-banner {
	position: relative;
	min-height: none;
	height: -webkit-calc(100vh - 220px);
	height:    -moz-calc(100vh - 220px);
	height: 		calc(100vh - 220px);
}

.page-template-top-level-page .main-banner .text {
	position: absolute;
	bottom: -45px;
	left: 0;
	z-index: 2;
	padding-left: 69px;
}

.page-template-top-level-page .main-banner .text span {
	font: 400 7.5em 'Cinzel';
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
}

.page-template-top-level-page .main-slider .slide {
	position: relative;
	width: 100%;
	height: -webkit-calc(100vh - 220px);
	height:    -moz-calc(100vh - 220px);
	height: 		calc(100vh - 220px);
}

.page-template-top-level-page h1 {
	font: 400 1.875em/1.09 'Cinzel';
	color: #000;
	margin-bottom: 50px;
}

/* Page anchor */
a.page-anchor {
	display: block;
	float: right;
	margin: 11px 46px 0 0;
	padding: 12px;
}

a.page-anchor img {
	width: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a.page-anchor.flip img {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

/*
=======================
 4.4. Home page slider
=======================
*/

/* Home page loader */
.page-load {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	background-color: #fff;
}

.page-load img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
}

.sliders {
	position: relative;
}

/* Images */
.full-screen.images .slide {
	width: 100%;
	height: -webkit-calc(100vh - 88px);
	height:    -moz-calc(100vh - 88px);
	height:			calc(100vh - 88px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Text */
.full-screen.text {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
	padding-left: 69px;
}

.full-screen.text .slide span {
	font: 400 7.5em 'Cinzel';
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
}

/*
=================
 4.5. Breadcrumb 
=================
*/

.breadcrumb {
	font-size: 0.875em;
	line-height: 1.714;
	letter-spacing: 0.03em;
	color: #6d6e71;
	padding: 30px 0 43px;
}

.child-cat-wrap .breadcrumb {
	display: none!important;
}

.breadcrumb a {
	color: #6d6e71;
}

.no-touch .breadcrumb a:hover {
	color: #c20430;
}
.no-touch .red-page .breadcrumb a:hover { color: #c20430; }
.no-touch .gold-page .breadcrumb a:hover { color: #c2a056; }

.breadcrumb .separator {
	color: #c20430;
	margin: 0 3px;
}
.red-page .breadcrumb .separator { color: #c20430; }
.gold-page .breadcrumb .separator { color: #c2a056; }

/*
==================
 4.6. Link blocks
==================
*/

.link-blocks {
	width: 100%;
	background-color: #f0f0f0;
}

.link-blocks .item,
.link-blocks .future-item,
.sibling-blocks .item,
.product-cats ul li {
	width: 33.333%;
	min-height: 200px;
	float: left;
	border-top: 2px solid #c20430;
	border-right: 2px solid #d9dbdb;
}

.red-page .link-blocks .item,
.red-page .link-blocks .future-item,
.red-page .sibling-blocks .item,
.red-page .product-cats ul li {
	border-top: 2px solid #c20430;
}

.gold-page .link-blocks .item,
.gold-page .link-blocks .future-item,
.gold-page .sibling-blocks .item,
.gold-page .product-cats ul li {
	border-top: 2px solid #c2a056;
}

.link-blocks .item a,
.link-blocks .future-item a,
.sibling-blocks .item a,
.product-cats ul li a {
	width: 100%;
	height: 100%;
	color: #000;
	display: block;
}

.no-touch .link-blocks .item a:hover,
.no-touch .link-blocks .future-item a:hover,
.no-touch .sibling-blocks .item a:hover,
.no-touch .product-cats ul li a:hover {
	color: #c20430;
}

.no-touch .red-page .link-blocks .item a:hover,
.no-touch .red-page .link-blocks .future-item a:hover,
.no-touch .red-page .sibling-blocks .item a:hover,
.no-touch .red-page .product-cats ul li a:hover {
	color: #c20430;
}

.no-touch .gold-page .link-blocks .item a:hover,
.no-touch .gold-page .link-blocks .future-item a:hover,
.no-touch .gold-page .sibling-blocks .item a:hover,
.no-touch .gold-page .product-cats ul li a:hover {
	color: #c2a056;
}

.image-clip {
	position: relative;
	overflow: hidden;
}

.image-clip .rollover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: transparent;
	-webkit-transition: background 2s ease-in-out;
	   -moz-transition: background 2s ease-in-out;
	     -o-transition: background 2s ease-in-out;
			transition: background 2s ease-in-out;
}

.link-blocks .item .item-image,
.link-blocks .future-item .item-image,
.sibling-blocks .item .item-image,
.product-cats ul li .item-image {
	height: 300px;
	background-color: #e6e7e8;
	-webkit-transition: -webkit-transform 2s ease-in-out;
	   -moz-transition: -moz-transform 2s ease-in-out;
	     -o-transition: -o-transform 2s ease-in-out;
			transition: transform 2s ease-in-out;

}

.no-touch .link-blocks .item:hover .item-image,
.no-touch .link-blocks .future-item:hover .item-image,
.no-touch .post-list .post-item:hover .item-image,
.no-touch .product-cats ul li:hover .item-image {
	-webkit-transform: scale(1.2) rotate(0.02deg);
	   -moz-transform: scale(1.2) rotate(0.02deg);
		 -o-transform: scale(1.2) rotate(0.02deg);
		-ms-transform: scale(1.2) rotate(0.02deg);
			transform: scale(1.2) rotate(0.02deg);
}

.no-touch .link-blocks .item:hover .image-clip .rollover,
.no-touch .link-blocks .future-item:hover .image-clip .rollover,
.no-touctrue poth .post-list .item:hover .image-clip .rollover,
.no-touch .product-cats ul li:hover .image-clip .rollover {
	background-color: rgba(0, 0, 0, 0.3);
}

.link-blocks .item .item-text,
.link-blocks .future-item .item-text,
.sibling-blocks .item .item-text,
.product-cats ul li .item-text {
	height: 75px;
	min-height: 75px;
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 10;
	display: table;
	padding: 2% 14%;
}

.link-blocks .item .item-text h3,
.link-blocks .future-item .item-text h3,
.sibling-blocks .item .item-text h3,
.product-cats ul li .item-text h3 {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.208;
	letter-spacing: 0.025em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

/* Two columns */
.link-blocks.two-col .item {
	width: 50%;
	min-height: 470px;
}

.link-blocks.two-col .item:nth-child(2n+2) {
	border-right: 0;
}

.link-blocks.two-col .item .item-image {
	height: 400px;
}

/* Three columns */
.link-blocks.three-col .item {
	width: 33.333%;
	min-height: 300px;
}

.link-blocks.three-col .item:nth-child(3n+3) {
	border-right: 0;
}

.link-blocks.three-col .item .item-image {
	height: 300px;
}

/* Four columns */
.link-blocks.four-col .item {
	width: 25%;
	min-height: 200px;
}

.link-blocks.four-col .item:nth-child(4n+4) {
	border-right: 0;
}

.link-blocks.four-col .item .item-image {
	height: 200px;
}

/* Five columns */
.link-blocks.five-col .item {
	width: 20%;
	min-height: 190px;
}

.link-blocks.five-col .item:nth-child(5n+5) {
	border-right: 0;
}

.link-blocks.five-col .item .item-image {
	height: 190px;
}

/* Red block */
.red-block {
	height: 300px;
	color: #fff;
	display: table;
	background-image: url(../img/crest-large.png);
	background-repeat: no-repeat;
	background-position: top 50% right -55px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

.link-blocks .item.red-block a {
	min-height: inherit;
	color: #fff;
	display: table;
	padding-left: 26%;
}

.red-block h3 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.no-touch .red-block:hover {
	background-position: top 50% right -27px;
}

.link-blocks.categories .red-block,
.no-touch .link-blocks.categories .red-block:hover {
	background-position: center;
}

/*
===============================
 4.7. Shortcode content blocks
===============================

 * Styling for the various 'additional content' blocks
 * that appear throughout the site
*/

/*
=======================
 4.7.1. Image carousel
=======================
*/

.page-carousel {
	margin: 20px 0;
}

.page-carousel-mobile {
	display: none;	
}

.page-carousel.image .carousel-wrap,
.page-carousel.sibling-blocks .carousel-wrap {
	width: 100%;
	overflow: visible;
}

.page-carousel.image .image-carousel-strip,
.page-carousel.sibling-blocks .image-carousel-strip {
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	     -o-transform: translateX(0px);
			transform: translateX(0px);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

.page-carousel.image .slide,
.page-carousel.sibling-blocks .slide {
	width: 660px;
	height: 420px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	opacity: 0.1;
	-webkit-transition: opacity 0.25s ease-in-out 0.4s;
	   -moz-transition: opacity 0.25s ease-in-out 0.4s;
		 -o-transition: opacity 0.25s ease-in-out 0.4s;
			transition: opacity 0.25s ease-in-out 0.4s;
}

.page-carousel.image .slide.active,
.page-carousel.sibling-blocks .slide.active {
	opacity: 1;
}

.carousel-controls,
.page-carousel-mobile .owl-controls {
	margin-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #c20430;
}
.red-page .carousel-controls,
.red-page .page-carousel-mobile .owl-controls { 
	border-top: 2px solid #c20430; 
}
.gold-page .page-carousel-mobile .owl-controls,
.gold-page .carousel-controls { 
	border-top: 2px solid #c2a056; 
}

.page-carousel-mobile .owl-controls {
	padding-bottom: 20px;	
}

.page-carousel-mobile .owl-controls:after {
	content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;	
}

.carousel-controls .carousel-prev,
.carousel-controls .carousel-next,
.page-carousel-mobile .owl-controls .owl-prev,
.page-carousel-mobile .owl-controls .owl-next {
	width: 33px;
	height: 33px;
	font-size: 1.6em;
	color: #fff;
	float: left;
	cursor: pointer;
	margin: 10px 16px 0 0;
	padding: 2px 0 0 13px;
	background-color: #c20430;
	-webkit-transition: background-color 0.4s ease-in-out;
	   -moz-transition: background-color 0.4s ease-in-out;
	     -o-transition: background-color 0.4s ease-in-out;
		-ms-transition: background-color 0.4s ease-in-out;
			transition: background-color 0.4s ease-in-out;
}
.red-page .page-carousel-mobile .owl-controls .owl-prev,
.red-page .page-carousel-mobile .owl-controls .owl-next,
.red-page .carousel-controls .carousel-prev,
.red-page .carousel-controls .carousel-next {
	background-color: #c20430;
}
.gold-page .page-carousel-mobile .owl-controls .owl-prev,
.gold-page .page-carousel-mobile .owl-controls .owl-next,
.gold-page .carousel-controls .carousel-prev,
.gold-page .carousel-controls .carousel-next {
	background-color: #c2a056;
}

.carousel-controls .carousel-prev,
.page-carousel-mobile .owl-controls .owl-prev {
	padding-left: 10px;
}

.no-touch .carousel-controls .carousel-prev:hover,
.no-touch .carousel-controls .carousel-next:hover,
.no-touch .page-carousel-mobile .owl-controls .owl-prev:hover,
.no-touch .page-carousel-mobile .owl-controls .owl-next:hover {
	background-color: #0f8b78;
}
.no-touch .red-page .carousel-controls .carousel-prev:hover,
.no-touch .red-page .carousel-controls .carousel-next:hover,
.no-touch .red-page .page-carousel-mobile .owl-controls .owl-prev:hover,
.no-touch .red-page .page-carousel-mobile .owl-controls .owl-next:hover {
	background-color: #ea2150;
}
.no-touch .gold-page .carousel-controls .carousel-prev:hover,
.no-touch .gold-page .carousel-controls .carousel-next:hover,
.no-touch .gold-page .page-carousel-mobile .owl-controls .owl-prev:hover,
.no-touch .gold-page .page-carousel-mobile .owl-controls .owl-next:hover {
	background-color: #e4bc66;
}

.carousel-controls h4,
.further-reading h4,
.page-carousel-mobile h4 {
	font: 400 1.25em/1.2 'Cinzel';
	letter-spacing: 0.025em;
	color: #c20430;
	float: left;
	margin: 23px 0 0 3px;
}
.red-page .carousel-controls h4,
.red-page .further-reading h4,
.red-page .page-carousel-mobile h4 {
	color: #c20430;
}
.gold-page .carousel-controls h4,
.gold-page .further-reading h4,
.gold-page .page-carousel-mobile h4 {
	color: #e4bc66;
}

.page-carousel-mobile .mobile-carousel-text {
	padding-bottom: 10px;
	border-bottom: 2px solid #0f8b78;
	margin-bottom: 50px;	
}
.red-page .page-carousel-mobile .mobile-carousel-text {
	border-bottom: 2px solid #c20430;	
}
.gold-page .page-carousel-mobile .mobile-carousel-text {
	border-bottom: 2px solid #0f8b78;	
}

.page-carousel-mobile .mobile-carousel-text h4 {
	margin: 0 0 10px 0;	
}

.carousel-text p,
.carousel-text ul li,
.page-carousel-mobile p {
	font-weight: 300;
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #414042;
}

.page-template-default .main-content .carousel-text p,
.page-template-default .main-content .page-carousel-mobile p,
.single-post .main-content .carousel-text p {
	margin: 25px 0 0 30px;
}

.page-carousel-mobile .mobile-carousel-text .carousel-text p {
	margin: 0 0 10px 0;	
}

.carousel-text ul {
	width: 48%;
	float: left;
	margin-top: 25px;
}

.carousel-text ul.first {
	margin: 25px 5% 0 3%;
}

.carousel-text ul.second {
	width: 40%;
	float: right;
}

.carousel-text ul li {
	margin-bottom: 7px;
	padding-left: 0;
}

.carousel-text ul li:before {
	content: "";
}

.carousel-text ul li.active a,
.no-touch .carousel-text ul li a:hover {
	color: #c20430;
}
.red-page .carousel-text ul li.active a,
.no-touch .red-page .carousel-text ul li a:hover {
	color: #c20430;
}
.gold-page .carousel-text ul li.active a,
.no-touch .gold-page .carousel-text ul li a:hover {
	color: #c2a056;
}

/*
=============================
 4.7.2. Testimonial carousel
=============================
*/

.page-carousel.testimonial {
	position: relative;
	width: 100%;
	color: #fff;
	padding: 50px 0;
	background: #c20430 url(../img/white-cross.png) no-repeat 60px center;
}
.red-page .page-carousel.testimonial { background-color: #c20430; }
.gold-page .page-carousel.testimonial { background-color: #c2a056; }

.testimonial-carousel-wrap {
	float: left;
}

.page-carousel.testimonial .slide {
	width: 63%;
	margin: 0 auto;
}

.page-carousel.testimonial .slide p {
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.5;
	letter-spacing: 0.025em;
	color: #fff;
	margin-right: 0;
	margin-bottom: 0;
}

.page-carousel.testimonial .owl-nav {
	position: absolute;
	top: 42%;
	right: 30px;
}

.page-carousel.testimonial .owl-nav .owl-prev,
.page-carousel.testimonial .owl-nav .owl-next {
	width: 33px;
	height: 33px;
	font-size: 1.6em;
	color: #c20430;
	float: left;
	padding: 2px 0 0 13px;
	background-color: #fff;
}
.red-page .page-carousel.testimonial .owl-nav .owl-prev,
.red-page .page-carousel.testimonial .owl-nav .owl-next {
	color: #c20430;
}
.gold-page .page-carousel.testimonial .owl-nav .owl-prev,
.gold-page .page-carousel.testimonial .owl-nav .owl-next {
	color: #c2a056;
}

.page-carousel.testimonial .owl-nav .owl-prev {
	margin-right: 18px;
	padding-left: 11px;
}

/*
========================
 4.7.3. Further reading
========================
*/

.page-carousel.further-reading {
	padding-bottom: 30px;
}

.further-reading h4 {
	margin: 10px 0 0 0;
}

.further-reading-links a {
	width: 100%;
	min-height: 75px;
	font: 400 1.5em/1.2083 'Cinzel';
	letter-spacing: 0.025em;
	color: #000;
	display: block;
	padding: 24px 0;
	border-bottom: 1px solid #d1d3d4;
}

.further-reading-links a:first-child {
	border-top: 1px solid #d1d3d4;
}

.no-touch .further-reading-links a:hover {
	color: #c20430;
}
.no-touch .red-page .further-reading-links a:hover { color: #c20430; }
.no-touch .gold-page .further-reading-links a:hover { color: #c2a056; }

/*
============================
 4.7.4. Sibling link blocks
============================
*/

.page-carousel.sibling-blocks {
	margin: 32px 0 30px;
	padding-bottom: 30px;
}

.page-carousel.sibling-blocks .slide {
	height: 290px;
}

.sibling-blocks .item {
	width: 320px;
	height: 290px;
	min-height: 290px;
	margin-left: 20px;
	border-top: 0;
	border: 2px solid #d9dbdb;
	border-top: 0;
	border-bottom: 2px solid #c20430;
}
.red-page .sibling-blocks .item { border-bottom: 2px solid #c20430; }
.gold-page .sibling-blocks .item { border-bottom: 2px solid #c2a056; }

.sibling-blocks .item:first-child {
	margin-left: 0;
}

.sibling-blocks .item .item-image {
	height: 165px;
}

.sibling-blocks .item .item-text {
	height: 125px;
	min-height: 125px;
	background-color: transparent;
}

.sibling-blocks .item.active .item-text h3 {
	color: #c20430;
}
.red-page .sibling-blocks .item.active .item-text h3 { color: #c20430; }
.gold-page .sibling-blocks .item.active .item-text h3 { color: #c2a056; }

.page-carousel.sibling-blocks .carousel-controls {
	max-width: 320px;
}

.page-carousel.sibling-blocks .carousel-text {
	float: right;
}

/*
=======================================
 4.7.5. Embedded Flickr/Tumblr content
=======================================
*/

/* Flickr */
.nav-previous,
.nav-next {
	font-size: 0.875em;
	letter-spacing: 0.03em;
	color: #414042;
	float: left;
	margin: 5px 0 10px;
}

.nav-next {
	float: right;
}

.nav-previous a,
.nav-next a {
	color: #414042;
}

/* Tumblr */
.tumblr_blog_display {
	max-width: 100%;
	margin-bottom: 10px;
}

.postWarp {
	width: 100%;
	min-height: 75px;
	padding: 20px 0 10px !important;
	border-bottom: 1px solid #d1d3d4 !important;
}

.postWarp:first-of-type {
	border-top: 1px solid #d1d3d4;
}

.tumblrTitle {
	font-weight: 400;
	font-size: 1em;
}

.postWarp .tumblrTitle a {
	font: 400 1.5em/1.2083 "Cinzel";
	letter-spacing: 0.025em;
	color: #000;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

.postWarp p {
	margin-right: 0;
	margin-bottom: 10px;
}

/*
===============================
 4.8. Shop area
===============================

 * Styling for the various pages and templates that
 * appear throughout the Shop area of the site
*/

/*
====================
 4.8.1. Shop header
====================
*/

.shop-header {
	width: 100%;
	min-height: 100px;
	background-color: #333132;
}

nav.shop-menu {
	max-width: 780px;
	float: left;
}

nav.shop-menu ul li {
	width: 260px;
	height: 50px;
	float: left;
	display: table;
	border-right: 2px solid transparent;
	border-bottom: 1px solid transparent;
}

nav.shop-menu ul li a {
	width: 100%;
	height: 100%;
	font: 400 0.875em/1.214 'Cinzel';
	letter-spacing: 0.025em;
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
	background-color: #6d6e71;
}

nav.shop-menu ul li.current-menu-item a,
nav.shop-menu ul li.current-product-ancestor a,
.no-touch nav.shop-menu ul li a:hover {
	background-color: #c20430;
}
.red-page nav.shop-menu ul li.current-menu-item a,
.red-page nav.shop-menu ul li.current-product-ancestor a,
.no-touch .red-page nav.shop-menu ul li a:hover {
	background-color: #c20430;
}
.gold-page nav.shop-menu ul li.current-menu-item a,
.gold-page nav.shop-menu ul li.current-product-ancestor a,
.no-touch .gold-page nav.shop-menu ul li a:hover {
	background-color: #c2a056;
}

.checkout-buttons {
	float: right;
}

.checkout-buttons a {
	width: 193px;
	height: 100px;
	font: 400 1.125em/1.222 'Cinzel';
	letter-spacing: 0.025em;
	text-align: center;
	color: #fff;
	display: inline-block;
	float: left;
	padding: 40px 0;
}

.checkout-buttons a.cart-button {
	text-align: left;
	border-right: 3px solid #333132;
	background-color: #6d6e71;
}

.checkout-buttons a.cart-button:before {
	content: "\f07a";
	position: relative;
	top: -7px;
	font: normal 1.6em 'FontAwesome';
	color: #fff;
	float: left;
	margin: 0 14px;
}

.no-touch .checkout-buttons a:hover {
	background-color: #c20430;
}
.no-touch .red-page .checkout-buttons a:hover { background-color: #c20430; }
.no-touch .gold-page .checkout-buttons a:hover { background-color: #c2a056; }

/*
=======================
 4.8.2. Main Shop page
=======================
*/

.shop-intro {
	max-width: 75%;
	margin: 100px auto 0;
}

.shop-intro h1 {
	font-size: 3em;
	margin: 0;
	margin-bottom: 30px;
}

.main-content .shop-intro p.intro-paragraph {
	margin-top: 40px;
}

.shop-intro img.worldpay {
	margin-bottom: 20px;
}

.product-cats {
	width: 100%;
}

.product-cats ul {
	margin-bottom: 0;
}

.product-cats ul li {
	width: 50%;
	min-height: 502px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 2px solid #d9dbdb;
	border-bottom: 2px solid #c20430;
}
.red-page .product-cats ul li { border-top: 0; border-bottom: 2px solid #c20430; }
.gold-page .product-cats ul li { border-top: 0; border-bottom: 2px solid #c2a056; }

.product-cats ul li:before {
	content: "";
}

.product-cats ul li:last-child,
.product-cats ul li:nth-last-child(2) {
	border-bottom: 0;
}

.product-cats ul li .item-image {
	height: 400px;
}

.product-cats ul li .item-text {
	height: 100px;
	min-height: 100px;
}

.product-cats ul li.red-block,
.no-touch .product-cats ul li.red-block:hover {
	background-position: center;
}

/* Events what's on */
.events-whats-on {
	width: 100%;
	min-height: 160px;
	padding: 30px 70px;
	background-color: #d1d3d4;
}

.events-whats-on h3 {
	line-height: 1.208;
	letter-spacing: 0.025em;
	color: #333132;
	margin-left: 28px;
}

.events-whats-on .event-preview {
	margin-bottom: 8px;
	padding: 0 52px 0 28px;
	border-right: 2px solid #808285;
}

.events-whats-on .event-preview:nth-of-type(4n+4) {
	border-right: 0;
}

.events-whats-on .event-preview h4 {
	font: 400 1.05em/1.375 'Cinzel';
	letter-spacing: 0.025em;
	color: #414042;
}

.events-whats-on .event-preview p {
	margin-bottom: 0;
}

/*
==============================
 4.8.3. Shop category page(s)
==============================
*/

.product-list ul {
	margin-bottom: 0;
}

.product-list ul li {
	width: 45%;
	float: left;
	margin-right: 10%;
	margin-bottom: 80px;
	padding: 0;
}

.product-list ul li:nth-child(2n+2) {
	margin-right: 0;
}

.product-list ul li:before {
	content: "";
}

.product-list ul li .thumb-wrap {
	width: 100%;
	height: 300px;
	/*text-align: center;*/
	display: table;
	margin-bottom: 20px;
	/*background-color: #fafafa;*/
}

.product-list ul li .thumb-wrap-inner {
	display: table-cell;
	vertical-align: middle;
}

.product-list ul li h3 {
	font: 400 1.3em/1.2 'Cinzel';
	letter-spacing: 0.025em;
	color: #000;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

.no-touch .product-list ul li a:hover h3 {
	color: #c20430;
}
.no-touch .red-page .product-list ul li a:hover h3 { color: #c20430; }
.no-touch .gold-page .product-list ul li a:hover h3 { color: #c2a056; }

.product-list ul li .product-sku {
	font-size: 0.875em;
	line-height: 1.214;
	letter-spacing: 0.025em;
	color: #808285;
	float: right;
	margin-top: 3px;
}

.product-list ul li .price,
.product-info .price {
	font: 400 1em 'Cinzel';
	letter-spacing: 0.025em;
	color: #000;
	/*float: left;*/
	margin-bottom: 20px;
}

.product-list ul li .price p,
.product-info .price p {
	line-height: 1.5;
	margin-bottom: 0;
}

.product-list ul li .price .amount,
.product-info .price .amount {
	font-size: 2em;
}

.product-list ul li .price .vat,
.product-info .price .vat {
	font: 400 0.9em 'Open Sans';
	color: #808285;
	display: block;
}

.product-list ul li a.view-product {
	min-width: 170px;
	letter-spacing: 0.025em;
	/*float: right;
	margin-top: 3px;*/
	padding: 10px;
}

/* Event listings */
.product-list ul li p.event-date,
.product-info p.event-date {
	font-size: 1em;
	line-height: 1.55;
	color: #c20430;
	margin-bottom: 20px;
}
.red-page .product-list ul li p.event-date { color: #c20430; }
/*.red-page .product-info p.event-date { color: #c20430; }*/
.gold-page .product-list ul li p.event-date { color: #c2a056; }
/*.gold-page .product-info p.event-date { color: #c2a056; }*/

/*
===================================
 4.8.4. Individual product page(s)
===================================
*/

.product-info .product-sku {
	font-size: 0.875em;
	letter-spacing: 0.025em;
	color: #808285;
	margin-bottom: 30px;
}

.product-info .images {
	max-width: 50%;
	margin-bottom: 20px;
}

.product-info h2 {
	margin-bottom: 14px;
}

.product-info p.event-date {
	font-size: 0.875em;
	color: #414042;
}

.product-info .event-details {
	padding-bottom: 24px;
}

.main-content .product-info .table-wrap {
	margin: 30px 0;
}

.main-content .product-info table tr td {
	padding: 8px 10px 0 0;
}

.product-info table.variations td {
	width: 100%;
	font-size: 0.875em;
	display: block;
}

.ie9 .product-info table.variations td {
	float: left;
}

.product-info table.variations select {
	width: 50%;
	padding: 12px;
	height: 40px;
	background-color: #f1f2f2;
}

.product-info a.reset_variations {
	font-size: 0.9em;
	margin-left: 20px;
}

.product-info .woocommerce-variation-price .price {
	color: #414042;
}

.product-info p.in-stock {
	color: #4f8a10;
	margin-bottom: 15px;
}

.product-info p.out-of-stock {
	color: #d8000c;
	margin-bottom: 15px;
}

.product-info form .quantity input {
	float: left;
	padding: 20px;
	background-color: #f1f2f2;
}

.product-info form .single_add_to_cart_button {
	float: left;
	margin-left: 40px;
}

.product-info .woocommerce-message {
	padding: 15px;
}

.product-info .woocommerce-message a.button.wc-forward {
	width: 190px;
	display: block;
	margin-bottom: 15px;
}

p.returns {
	display: none;
	margin-top: 30px;
}

table.woocommerce-checkout-review-order-table + p.returns {
	display: block;
}

/*
==================
 4.9. Footer area
==================
*/

/* Home page fixed footer */
.home-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 127px;
	z-index: 3;
	border-bottom: 2px solid #c20430;
	background-color: #fff;
}

.home-footer h1 {
	font-size: 2em;
	color: #000;
}

.home-footer h1 span {
	font-size: 1.2rem;
}

.ie8 .home-footer h1 span {
	font-size: 0.9em;
}

.home-footer nav.main-menu {
	margin-top: 52px;
}

.home-footer nav.main-menu ul li ul.sub-menu {
	display: none;
}

/*
=========================
 4.10. Legacy notice bar
=========================
*/

.ie8notice {
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 100%;
	font-size: 1em;
	line-height: 1.3;
	text-align: center;
	color: #70706f;
	padding: 22px 0;
	border-bottom: 1px solid #ccc;
	background-color: #bbb;
}
	
.ie8notice a {
	font-weight: 600;
	color: #70706f;
}
	
.ie8notice strong {
	font-weight: 700;
}

/*
=========================
 4.11. Cookie notice
=========================
*/

div.cookie-notice {
	background-color: #000000;
	display: block;
	color: #ffffff;
	position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 350px;
	right: 0;
	top: 25%;
	overflow: hidden;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	will-change: transform;
}

div.cookie-notice.open {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

div.cookie-notice-wrapper {
	display: block;
	margin: 0 auto;
	padding: 30px;
}

div.cookie-notice-wrapper p {
	font-size: 0.875em;
	line-height: 1.714;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

div.cookie-notice-wrapper p:last-of-type {
	margin-bottom: 0px;
}

div.cookie-notice-wrapper p a {
	color: #c20430;
	border-bottom: 1px solid;
}

div.cookie-notice-wrapper p a.cookie-btn {
	background-color: #c20430;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
	border: none !important;
}

.no-touch div.cookie-notice-wrapper p a.cookie-btn:hover {
	background-color: #7f7f80;
}

/*
=========================
 Brads updates 13/06/18
=========================
*/

.widget-wrap {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: rgb(194, 4, 48);
	position: absolute;
	right: 40px;
	bottom: 100px;
	z-index: 100;
	color: #fff;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}

.sliders .widget-wrap {
    bottom: 80px;
}

.widget-wrap .banner-widget {
	width: 180px;
	height: 180px;
	max-height: 180px;
	position: relative;
	top: 35px;
	left: 35px;
	text-align: center;
}

.banner-widget .textwidget {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.widget-wrap h2,
.widget-wrap h3,
.widget-wrap h4 {
	color: #fff;
	margin-bottom: 15px;
}

.widget-wrap p {
	color: #fff;
	margin-bottom: 15px;
}

.widget-wrap a {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.main-banner .half .widget-wrap {
	bottom: 26px;
}

.quantity .screen-reader-text {
	display: none;
}

p.woocommerce-result-count {
	margin-top: -10px;
}

nav.woocommerce-pagination ul.page-numbers {
	display: block;
    margin-bottom: 40px;
}

nav.woocommerce-pagination ul.page-numbers li {
	width: unset;
	margin-right: 20px;
	margin-bottom: 0;
}

nav.woocommerce-pagination ul.page-numbers li:last-child {
	margin-right: 0;
}

nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

form.woocommerce-ordering {
	display: none;
}

/* Mongo Form */

form#mongo-form div.BBFormTitle {
	margin-bottom: 14px;
}

form#mongo-form div.BBFormSubTitle {
	margin-bottom: 10px;
}

form#mongo-form div.BBFormContainer {
    padding: 0 !important;
}

form#mongo-form div.BBFormErrorBlock {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 20px;
    margin-bottom: 20px;
}

form#mongo-form div#divClientError ul {
    margin-top: 20px;
    margin-bottom: 0;
}

form#mongo-form div#divClientError ul li {
	color: #721c24;
    margin-bottom: 5px;
}

form#mongo-form div#divClientError .BBFormErrorItem {
	margin-left: 0;
}

form#mongo-form div#divClientError ul li:last-child {
    margin-bottom: 0px;
}

form#mongo-form div#divClientError ul li:before {
    content: '';
}