/*
Theme Name: Belfast Cookery School
Theme URI:
Author: Big Pixel Creative
Author URI: https://www.bigpixelcreative.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: BCS
Tags:

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.

_s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin: 0 0 0 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #1b9ec6;
    text-decoration: none;
}

a:visited {
    color: #1b9ec6;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #990935;
}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
    width: calc(100% - 290px);
}

.secondary-navigation {
    display: block;
    float: right;
    text-align: right;
    width: calc(100% - 290px);
}

.secondary-navigation ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: right;
}

.secondary-navigation ul li {
	list-style-type:none;
	display:inline-block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
    float: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	    color: #024458;
}

.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_ancestor > a:hover,
.main-navigation .current-menu-ancestor > a:hover {
	    color: #024458;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
    padding-bottom: 40px;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* BCS STYLES */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.animated, .animated:hover,
.logout-link a,
.header-cart a,
.logout-link a:hover,
.header-cart a:hover,
.main-navigation ul li a,
.main-navigation ul li a:hover,
.site-footer .footer-right ul li a,
.site-footer .footer-right ul li a:hover,
button, button:hover, .button, .button:hover  {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}

.bordered {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button {

}

.button:hover {
    background: #0b617b !important;
    color: #fff;
}

.wrapper {
	margin:0 auto;
	width:1400px;
}

.main-navigation ul li a {
    font-family: 'bebas';
    font-size: 36px;
    font-weight: 600;
    color: #303030;
    padding: 0 0 0 20px;
    letter-spacing: -1px;
}

.main-navigation ul li a:hover {
	color:#990935;
}

.secondary-navigation ul li a {
    font-size: 16px;
    color: #303030;
    padding: 0 10px;
    text-decoration:none;
}

.secondary-navigation ul li a .flaticon {
    display:inline-block;
    margin-right:8px;
}

.clear {
	clear:both;
}

body {
	background: url(img/topbg.jpg) no-repeat top center #f4f3f0;
	background-size: 100%;
	font-family: 'Roboto', sans-serif;
}

.header-left {
    float: left;
    margin: 35px 0 0 0;
    width: 200px;
}

.header-right {
	float:right;
	width:calc(100% - 210px);
	margin: 70px 0 0 0;
}

.gift-button, .gift-button:visited {
    float: right;
    background: #024458;
    padding: 20px 35px;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    margin: -10px 0 0 30px;
    font-family: 'bebas';
}

.gift-button:hover {
    background: #0b617b;
    color: #fff;
}

.gift-button .flaticon {
	float: left;
    margin-right: 20px;
    font-size: 22px;
    line-height: 45px;
}

.blue-text {
	color:#024458;
}

.pink-text {
	color:#990935;
}

.orange-text {
	color:#9a4c12;
}

.home-mission {
	margin-top:60px;
}

.home-mission p {
	margin: 0 0 0 0;
    font-size: 39px;
    line-height: 44px;
    text-align: center;
    padding: 0px 130px;
    font-weight: 300;
}

.home-mission p:first-of-type {
    margin-bottom: 30px;
}

.home-mission strong {
	font-weight:600	;
}

.home-mission-cta {
	margin:30px 0 0 0;
	text-align:center;
}

.home-mission-cta a {
    display: inline-block;
    padding: 20px 50px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    margin: 0 10px;
    font-family: 'bebas';
}

.home-mission-cta a .flaticon {
	display:inline-block;
	margin-right:10px;
}



.home-features {
	margin:120px 0 4px 0;
}

.home-features-each {
	width:420px;
	height:420px;
	float:left;
	position:relative;
	margin-right:70px;
	color:#fff;
}

.home-features-each:nth-of-type(3n+3) {
	margin-right:0;
}

.home-features-each .bg-image {
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.home-features-each .bg-image .feature-overlay {
	position:absolute;
    width: 100%;
    height: 100%;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
}

.home-features-each .bg-image .feature-border {
	position: absolute;
    width: 85%;
    height: 85%;
    left: 7.5%;
    top: 7.5%;
    border: 1px solid #fff;
}

.home-features-each h3 {
    font-family: 'bebas';
    font-weight: 300;
    position: absolute;
    left: 20%;
    width: 60%;
    top: 110px;
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.school-box h3 {
	top:90px;
}

.school-box p {
    top: 170px !important;
}

.school-box-left {
	text-align:right;
}

.home-features-each h3 strong {
	font-weight:500;
	display:block;
}

.home-features-each p {
    position: absolute;
    left: 20%;
    top: 190px;
    margin: 0 0 0 0;
    width: 60%;
    font-size: 15px;
    line-height: 18px;
}

.home-features-each a, .home-features-each a:visited {
    padding: 20px 40px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    position: relative;
    margin: -61px 80px 0 80px;
    display: block;
    text-align: center;
    font-family: 'bebas';
}

.home-features-each a .flaticon {
	display:inline-block;
	margin-right:10px;
}

.home-features-each a:hover {
	
}

.home-vouchers {
	margin: 190px 0 190px 0;
}

.home-vouchers p {
    float: left;
    width: calc(100% - 460px);
    text-align: right;
    font-size: 21px;
    line-height: 33px;
    margin: -5px 0 0 0;
}

.home-vouchers a {
    width: 400px;
    float: right;
    padding: 35px 40px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    position: relative;
    text-align: center;
    font-family: 'bebas';
}

.home-vouchers a .flaticon {
	display: inline-block;
    margin-right: 20px;
    font-size: 32px;
}

.full-feature {
    position: relative;
    margin: 30px 0 200px 0;
}

.full-feature-left {
	width: 420px;
    height: 420px;
    background: #024458;
    color: #fff;
    position: relative;
    z-index: 1;
}


.full-feature-left .feature-border {
	position: absolute;
    width: 85%;
    height: 85%;
    left: 7.5%;
    top: 7.5%;
    border: 1px solid #fff;
}

.full-feature-left h4 {
    font-family: 'bebas';
    font-weight: 300;
    position: absolute;
    right: 20%;
    width: 60%;
    top: 90px;
    text-align:right;
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.full-feature-left h4 strong {
	font-weight:500;
	display:block;
}

.full-feature-left p {
	position: absolute;
    right: 20%;
    top: 160px;
    margin: 0 0 0 0;
    width: 60%;
    font-size: 14px;
    line-height: 18px;
    text-align:right;
}

.full-feature-left a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 20%;
    bottom: 70px;
    font-size: 28px;
    font-family: 'bebas';
}

.full-feature-right {
	width: calc(100% - 310px);
    height: 480px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 0;
    color:#fff;
}


.full-feature-right .feature-overlay {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:0;
}

.full-feature-right h3 {
    font-family: 'bebas';
    font-weight: 300;
    position: absolute;
    right: 0;
    width: calc(100% - 110px);
    top: 50%;
    font-size: 86px;
    line-height: 70px;
    margin: -70px 0 0 0;
    height: 140px;
    text-align: center;
}

.full-feature-right h3 strong {
	font-weight:500;
	display:block;
}

.full-feature-rightalign {
	
}

.full-feature-rightalign .full-feature-left {
	float: right;
}

.full-feature-rightalign .full-feature-right {
	left:0;
}

.full-feature-rightalign .full-feature-right h3 {
    left: 0;
}

.full-feature-rightalign .full-feature-left h4,
.full-feature-rightalign .full-feature-left p {
    text-align: left;
}

.full-feature-rightalign .full-feature-left a {
	left:20%;
}

.testimonials {
    text-align: center;
    margin: 0 0 20px 0 !important !important;
}

.testimonials p {
    margin: 0 0 0 0;
    padding: 0 200px;
    font-size: 24px;
}

.testimonials h4 {
    font-family: 'bebas';
    font-weight: 600;
    margin: 20px 0 -5px 0;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

.testimonials h4 .left-quote {
    position: absolute;
    left: -65px;
    top: -5px;
    color: #e8e5dd;
    font-size: 50px;
}

.testimonials h4 .right-quote {
    position: absolute;
    right: -65px;
    top: -5px;
    color: #e8e5dd;
    font-size: 50px;
}

.testimonials h5 {
	font-family: 'bebas';
    font-weight: 400;
    margin: 0 0 0 0;
    font-size: 30px;
}

.testimonials .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.testimonials .slick-dots li button {
	box-shadow:none;
	padding: 0;
	width: 10px;
    height: 10px;
}

.testimonials .slick-dots li button:before {
	font-size: 10px;
	width: 10px;
    height: 10px;
}

.testimonials .left-arrow {
	position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
    color: #d2d2d2;
}

.testimonials .right-arrow {
	position: absolute;
    right: 0;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
    color: #d2d2d2;
}

.newsletter-signup {
	background:url(img/newsletter.png);
	width: 100%;
	padding:110px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    margin: 80px 0 0 0;
}

#wpas-load {
	text-align:center;
}

#wpas-loading-img {
	margin:0 auto;
	width:auto !important;
}

.newsletter-left {
	float:left;
	width:375px;
	text-align:right;
	color:#fff;
}

.newsletter-left h3 {
    font-family: 'bebas';
    margin: 0 0 0 0;
    font-size: 37px;
    line-height: 37px;
    font-weight: 400;
}

.newsletter-left p {
    margin: 0 0 0 0;
	font-size: 17px;
}

.newsletter-right {
	float:right;
	width:calc(100% - 400px);
}

.newsletter-right form {
	
}

.newsletter-right input {
    float: left;
    border: none;
    margin: 0 20px 0 0;
    padding: 27px 40px;
    width: 365px;
    font-size: 20px;
	outline: none;
}

.newsletter-right button {
    float: left;
    padding: 28px 50px;
    background: #1b9ec6;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    position: relative;
    display: block;
    text-align: center;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'bebas';
	outline: none;
}

.newsletter-right button .flaticon {
	display:inline-block;
	margin-right:15px;
}

.newsletter-right button:hover {
	
}

.site-footer {
	background:url(img/footer.png);
	width: 100%;
	padding:110px 0 30px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    color:#fff;
}

.site-footer .footer-left {
	font-size:20px;
	float:left;
}

.site-footer .footer-right {
	font-size:20px;
	float:right;
}

.site-footer .footer-right ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.site-footer .footer-right ul li {
	list-style-type:none;
}

.site-footer .footer-right ul li a {
	text-decoration: none;
	color:#fff;
}

.site-footer .footer-right ul li a:hover {
	color:#1b9ec6;
}

.site-info {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    margin-top: 80px;
}

.site-info a {
	color:#fff;
	text-decoration:none;
}

.page-title {
	text-align:center;
	margin:0 0 60px 0;
}

.page-title h2 {
    font-family: 'bebas';
    font-weight: 600;
    margin: 50px 0 10px 0;
    font-size: 60px;
    line-height: 60px;
}

.page-title p {
    width: 470px;
    margin: 0 auto 0 auto;
    line-height: 25px;
    font-size: 20px;
}

.school-box  {
	width:580px;
	height: 330px;
}

.school-right p, .school-left p {
	margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 32px;
}

.school-left {
    width: calc(100% - 660px);
    text-align: right;
	float:left;
}

.school-box-right {
	float:right;
	margin-right: 0;
}

.school-right {
	margin-bottom:70px;
}

.classes-filter {
	background:#fff;
	padding:30px;
	margin: 0 0 50px 0;
}

.classes-filter input {
	border-radius: 0;
    padding: 14px 30px 14px 15px;
    background: #f4f2ed;
    border: none;
    font-family: bebas;
    font-size: 22px;
    color: #404040 !important;
    float: left;
    font-weight: 400;
    margin-right: 20px;
    outline: none;
}

.classes-filter button {
	padding: 20px 40px;
    background: #024458;
    color: #fff !important;
    text-decoration: none;
    font-size: 21px;
    position: relative;
    margin: 0 0 0 0;
    height: 66px;
    display: block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: none;
    outline:none;
}

.classes-filter .flaticon {
	display:inline-block;
	margin-right:10px;
}

.classes-filter select {
	border-radius: 0;
    padding: 14px 30px 14px 15px;
    background: #f4f2ed;
    border: none;
    font-family: bebas;
    font-size: 22px;
    color: #404040 !important;
    float: left;
    font-weight: 400;
    margin-right: 20px;
    outline: none;
    height: 64px;
}

.slick-slide {
	outline:none !important;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.classes-filter input::-webkit-input-placeholder {
	color: #cab287;
}

.classes-filter input:-moz-placeholder { /* Firefox 18- */
	color: #cab287; 
}

.classes-filter input::-moz-placeholder {  /* Firefox 19+ */
	color: #cab287; 
}

.classes-filter input:-ms-input-placeholder {  
	color: #cab287;
}


/*div#wpas-meta_event_month{
	display: none;
}
*/


.avatar {
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
}















.each-class {
	width:420px;
	height:420px;
	float:left;
	position:relative;
	margin-right:70px;
	margin-bottom: 70px;
	color:#fff;
}

.each-voucher {
    height: 260px;
}



.each-class:nth-of-type(3n+3) {
	margin-right:0;
}

.each-class .bg-image {
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.each-class .bg-image .feature-overlay {
	position:absolute;
    width: 100%;
    height: 100%;
	background:rgba(0,0,0,0.75);
	top:0;
	left:0;
}

.each-voucher .feature-overlay {
	background:rgba(0,0,0,0.4) !important;
}

.each-class .bg-image .feature-border {
	position: absolute;
    width: 85%;
    height: 85%;
    left: 7.5%;
    top: 7.5%;
    border: 1px solid #fff;
}

.each-class h3 {
	font-family: 'bebas';
    font-weight: 300;
    position: absolute;
    left: 50%;
    width: 250px;
	height: 100px;
    top: 0;
    font-size: 33px;
    line-height: 30px;
    margin: -10px 0 0 -125px;
    padding: 30px 20px 10px 20px;
    text-align: center;
    background: #024458;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.each-class h3 .triangle {
    display: block;
    top: 100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 125px 0 125px;
    margin: 0 0 0 0;
    border-color: #024458 transparent transparent transparent;
    position: absolute;
    left: 0;
}

.each-voucher h3 {
    top: 80px;
    font-size: 43px;
    background: transparent;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 0 0 -125px;
    height: auto;
}

.each-voucher h3 .trangle {
    display:none;
}

.each-class h3 strong {
	font-weight:500;
	display:block;
}

.each-class p {
    position: absolute;
    left: 20%;
    top: 160px;
    margin: 0 0 0 0;
    width: 60%;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.private-class p {
    top: 140px;
    font-size: 14px;
}

.each-class .class-date {
	font-family: 'bebas';
    font-weight: 400;
    position: absolute;
    left: 50%;
    width: 300px;
    top: 285px;
    font-size: 28px;
    line-height: 25px;
    margin: 0 0 0 -150px;
    text-align: center;
}

.each-class .class-price {
    font-family: 'bebas';
    font-weight: 600;
    position: absolute;
    left: 50%;
    width: 300px;
    top: 315px;
    font-size: 28px;
    line-height: 26px;
    margin: 0 0 0 -150px;
    text-align: center;
}

#wpas-load-btn {
	padding: 20px 40px;
    background: #ababab;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'bebas';
    border: none;
    outline:none;
}

#wpas-load-btn:hover {
    background: #989898;
}

.each-class .button, .each-class .button:visited {
	padding: 20px 40px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin: -53px 0 0 0;
    display: block;
    text-align: center;
    border: none;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    outline:none;
}

.each-class .button.fully-booked {
    background: #de5a5a;
}

.each-class .button.fully-booked:hover {
    background: #e04242 !important;
}


.added_to_cart, .added_to_cart:visited {
	position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    bottom: 70px;
}

.more-classes, .more-classes:visited {
    padding: 20px 40px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    margin: -0px 80px 0 80px;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'bebas';
}

.more-classes .flaticon {
	margin-right:15px;
    display: inline-block;
}

.classes-list {
    text-align: center;
}

.each-class .button .flaticon {
	display:inline-block;
	margin-right:10px;
}

.each-class a:hover {
	
}


.blog-each {
	padding:30px;
	margin:0 0 40px 0;
	background:#fff;
}

.blog-each h3 {
    font-family: 'bebas';
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.blog-each .posted-on {
	text-transform: uppercase;
}

.blog-each .button {
    display: inline-block;
    padding: 10px 20px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 0 0;
}

.blog-each .button .flaticon {
    display: inline-block;
    margin-right:10px;
}

.blog-left {
	width:300px;
	float:left;
}

.blog-right {
	float:right;
	width:calc(100% - 340px);
}

.left-page {
	float:left;
	width:calc(100% - 410px);
}

.right-sidebar {
	float:right;
	width:370px;
}


.latest-classes {
	background: url(img/upcoming.png);
    padding: 120px 0 70px 0;
    margin: 40px 0 80px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.contact-left {
	float:left;
	width:48%;
	margin-bottom:60px;
}

.contact-right {
	float:right;
	width:48%;
	margin-bottom:60px;
}

.contact-map {
	width:100%;
	height:500px;
}

.input-box {
	width:100%;
	position:relative;
} 


.input-box input, .input-box textarea {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 15px;
    border: none;
    resize:none;
    outline:none;
	max-height: 180px;
} 

.submit-box input, .submit-box button {
    float: right;
    padding: 20px 40px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    outline:none;
}

.submit-box input .flaticon, .submit-box button .flaticon {
    display:inline-block;
    margin-right:15px;
}

.submit-box input p, .submit-box button p {
    display:inline-block;
    margin:0 0 0 0;
}

span.wpcf7-not-valid-tip {
    color: transparent;
    font-size: 1px;
    display: block;
    text-indent: -99999px;
    background: #de5a5a;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27px;
    right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.wpcf7-validation-errors {
    border: 1px solid #de5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #de5a5a;
    width: 380px;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    padding: 13px 60px;
    text-align: center;
    line-height: 18px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #6cb53d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6cb53d;
    width: 380px;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    padding: 13px 60px;
    text-align: center;
    line-height: 18px;
}

.wpcf7-form-control-wrap {
    position: initial !important;
}

.widget {
	background:#fff;
	padding:40px;
}

.widget-title {
    margin: -25px -40px 20px -40px;
    padding: 0px 40px 10px 40px;
    border-bottom: 1px solid #ddd;
    font-family: 'bebas';
    font-size: 30px;
}

.each-class-side {
	margin-bottom:20px;
}

.each-class-side:last-of-type  {
	margin-bottom:0;
}

.each-class-side h3 {
    margin: 3px 0 5px 0;
    font-size: 15px;
    line-height: 1;
}

.each-class-side .class-date {
    text-transform: uppercase;
    color: #b3b3b3;
    margin: -5px 0;
    font-size: 13px;
}

.each-class-side .class-price {
    margin: 5px 0 -3px 0;
    font-size: 13px;
}

.each-class-side a {
	text-decoration:none;
	color:#024458;
}

.each-class-side-thumb {
	float:left;
	width:90px;
}

.each-class-side-content {
	float:right;
	width:calc(100% - 100px);
}

.single .left-page p {
	margin: 0 0 30px 0;
    font-size: 19px;
    line-height: 1.8;
}

.view-all-link, .view-all-link:visited {
    color: #b5b5b5;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #ddd;
    margin: 15px -40px -25px -40px;
    padding: 10px 40px 0 40px;
}

.view-all-link:hover {
    color: #024458;
}

.event-left {
	float:left;
	width:50%;
}

.event-right {
	float:right;
	width:calc(50% - 50px);
}

.event-right p {
	font-size: 18px;
    margin: 0 0 20px 0;
}

.event-right .class-disclaimer {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}

.event-right .tribe-attendees-list-container {
    display: none;
}

.event-right .tribe-tickets-attendees-list-optout {
    display: none;
}

.event-right button.tribe-button {
    padding: 23px 50px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    position: relative;
    display: block;
    text-align: center;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'bebas';
    outline: none;
}

.event-right button.tribe-button:hover{
	background:#0b617b; 
}

.event-right .tribe-events-tickets {
    background: transparent;
}

.event-right .tribe-events-tickets td.woocommerce {
    border-bottom: 0;
    padding: 0;
}

.event-right .tribe-events-tickets .tribe-tickets-remaining {
    color: #fff;
    display: block;
    font-size: 12px;
}

.page-title .event-dates {
    font-family: 'bebas';
    margin: 50px 0 -50px 0;
    font-weight: 400;
    font-size: 30px;
}


.tribe-events-single-section-title, .tribe-events-meta-group dl, .tickets_name, .tribe-events-tickets-title, .tribe-events-tickets .tickets_price {
	display:none !important;
}

.tribe-events-tickets .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    width: 90px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'bebas';
    font-size: 30px;
    font-weight: 600;
    color: #404045;
	float: left;
}

.tribe-events-tickets td.woocommerce {
    border-bottom: 0;
    float: left;
}

.tribe-events-tickets tbody tr {
    float: left;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    float: right;
    background: #024458;
    padding: 20px 45px;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 0;
    font-family: 'bebas';
    font-weight: 400;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.logout-link, .header-cart {
	display:inline-block;
	text-decoration:none;
	margin-left:15px;
}


.logout-link a, .header-cart a {
	text-decoration:none;
	color: #303030;
}

.logout-link a:hover, .header-cart a:hover {
	color:#990935;
}

.logout-link .flaticon, .header-cart .flaticon {
	display:inline-block;
	margin-right:5px;
}

.woocommerce-MyAccount-navigation {
	background:#fff;
	padding:30px;
    float: left !important;
    width: 30% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
    width: 67% !important;
}

.woocommerce-MyAccount-navigation ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.woocommerce-MyAccount-navigation ul li {
	display:block;
	list-style-type:none;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
    color: #303030;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {

}

.woocommerce-MyAccount-content  {
	background:#fff;
	padding:40px;
	min-height: 375px;
}

.shop_table {
		background:#fff;
	padding:40px;
}

.cart_item .product-thumbnail, .shop_table thead .product-thumbnail {
	display:none;
}

.woocommerce .cart .button, .woocommerce .cart input.button, #tribe-events .add-to-cart .button {
    -webkit-font-smoothing: antialiased;
    float: right;
    background: #024458;
    padding: 25px 35px;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 0;
    font-family: 'bebas';
    font-weight: 400;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, #tribe-events .add-to-cart .button:hover {
    background: #0b617b;
    color: #fff;
    box-shadow:none;
    text-shadow:none;
    border:none;
}

tr .actions {
    padding-top: 30px !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 230px;
    padding: 16px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    color: #287992;
	padding: 15px 35px;
}

.checkout {
	background:#fff;
	padding:40px;
}

#order_review_heading {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    padding: 15px 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-MyAccount-content label {
    color: #303030;
    background: #ccc;
    padding: 5px 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    padding: 0 0 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}



.each-chef {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
}

.each-chef:nth-of-type(2n+2) {
	margin-right:0;
}

.chef-left {
	float:left;
	width:300px;
}

.chef-left img {
	display:block;
}

.chef-right {
    float: right;
    width: calc(100% - 300px);
    padding: 30px 30px 0 30px;
    max-height: 330px;
}

.chef-right h3 {
	font-family: 'bebas';
    font-size: 31px;
    line-height: 23px;
	margin: 10px 0 0 0;
}

.chef-content {
    line-height: 20px;
}

.reg-form {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.reg-form input {
    padding: 15px 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    width:100% !important;
}

.reg-form label, .reg-form .validation_message {
	display:none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
}

.gform_wrapper div.validation_error {
    color: #d83030 !important;
    margin-bottom: 20px !important;
    margin-top: -10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 0 0 0 !important;
    width: 100% !important;
}

.ginput_container_checkbox label {
    display: inline-block !important;
    margin-top: 5px !important;
}

.gchoice_1_5_1 {
	text-align:center;
}

.reg-form input[type="submit"] {
    background: #024458;
    padding: 20px 35px !important;
    font-size: 30px !important;
    text-decoration: none;
    color: #fff;
    margin: 0 auto 0 auto !important;
    font-family: 'bebas';
    float: none;
    display: block !important;
    box-shadow: none;
    text-shadow: none;
    width: 210px !important;
}

.reg-form .gform_wrapper .gform_footer {
    padding: 0 0 0 0 !important;
    margin: 20px 0 0 0 !important;
}

.reg-form .gform_wrapper {
    margin: 0 !important;
}

.reg-form .gform_wrapper .gfield_password_strength {
    border: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #EEE;
    border-bottom: 3px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-form .widget-title {
	display:none;
}

.login-form .widget {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

.login-form .gchoice_3_1 {
	text-align:center;
}

.login-form nav {
	text-align:center;
	margin-top:20px;
}

.page-template-registration .page-title, .page-template-login .page-title {
    margin: 0 0 20px 0;
}

.page-template-registration .page-title p, .page-template-login .page-title p {
    margin: 0 auto 20px auto;
}

.private-class h3 {
    background: #111;
}

.private-class h3 .triangle {
    border-color: #111 transparent transparent transparent;
}

.tickets_nostock {
	float: right;
    background: #de5a5a;
    padding: 20px 35px;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0;
    font-family: 'bebas';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.responsive-button {
	display:none;
}

.responsive-button button {
	border: none;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 25px;
    background: #fff;
    padding: 10px;
    outline:none;
}

.responsive-menu-holder {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu-responsive-menu-container ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.menu-responsive-menu-container ul li {
	font-family:'bebas';
	list-style-type: none;
}

.menu-responsive-menu-container ul li a, .menu-responsive-menu-container ul li a:visited, .menu-responsive-menu-container ul li a:hover {
	border-bottom: none;
    padding: 6px 50px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    background:transparent;
}

.menu-responsive-menu-container ul li a:active {
    background: transparent;
    color: #1b9ec6;
}

.tickets_description {
	display:none !important;
}

.resp-social {
    margin: 20px 0 0 0;
    padding: 0 50px 0 50px;
}

.resp-social li {
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}

.resp-social li a, .resp-social li a:visited, .resp-social li a:hover {
	font-size:27px;
	line-height:27px;
	color:#fff;
	border-bottom: none;
    padding: 0 0 0 0;
    background:transparent;
	font-weight: 400;
}

.resp-social li a:active {
    background: transparent;
    color: #1b9ec6;
}

.footer-social {
    padding-top: 25px !important;
}

.footer-social li a, .footer-social li a:visited, .footer-social li a:hover {
    font-size: 33px;
    line-height: 33px;
}

.single-post .left-page, .single .type-tribe_events {
	background:#fff;
	padding:40px;
}

.tribe-events-month {
    background: #fff;
    padding: 40px !important;
	margin-bottom: 0 !important;
}

.tribe-bar-disabled {
	display:none;
}

.tribe-tickets-remaining {
    text-transform: uppercase;
    background: #8bc146;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    display: block;
    float: left;
    color: #fff;
    margin-top: 20px;
}

.private-class .button, .private-class .button:visited {
    background: #111;
}

.private-class .button:hover {
	background: #252525 !important;
}

.tribe-events-nav-previous {
	float: left;
    margin-top: -30px !important;
}

.tribe-events-nav-next {
	float: right;
    margin-top: -30px !important;
}

#tribe-events-content {
    text-align: center;
}

h2.tribe-events-page-title {
    margin: 0 auto;
    display: inline-block;
    font-family: 'bebas';
    font-size: 30px;
}

#tribe-events-content ul.tribe-events-sub-nav {
    overflow: visible !important;
}

#tribe-events-footer, #tribe-events-header {
    margin-bottom: 30px !important;
    overflow: visible !important;
}

#tribe-events-footer .tribe-events-nav-previous, #tribe-events-footer .tribe-events-nav-next {
    margin-top: 30px !important;
}

.tribe-events-calendar td h3 {
    font-weight: 400 !important;
}

.tribe-events-calendar td a {
    font-size: 13px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
}

.tribe-events-ical {
	background: #ababab;
    padding: 15px 20px;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    margin: 0px 0 0 30px;
    font-family: 'bebas';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}

.tribe-events-ical:hover {
	background: #989898;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color:#fff;
}

.fourohfour-box {
	background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    line-height: 400px;
    font-size: 120px;
    letter-spacing: -8px;
    position:relative;

}

.fourohfour-box h1 {
	position: absolute;
    width: 100%;
    top: -60px;
    margin-left: -10px;
	font-size: 180px;
}

.fourohfour-box p {
    position: absolute;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    bottom: 60px;
    padding: 0 70px;
}

.fouroh-social {
	position:absolute;
	font-size:40px;
	background:#404040;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;

}

.fouroh-social a {
	color:#fff;
}

.fouroh-social .flaticon {
	margin-left: -5px;
}

.four-fb {
    left: 60px;
    bottom: 0;
}

.four-tw {
	left:50%;
	margin-left:-40px;
	bottom:-30px;
}

.four-ta {
    right:  60px;
    bottom: 0;
}

.tribe-events-notices {
    background: #de586a;
    border: none;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 20px 30px;
    text-shadow: none;
    font-family: 'bebas';
    font-size: 33px;
    line-height: 33px;
    border-radius: 0;
    text-align: center;
}

.tribe-events-tickets .woocommerce .quantity .qty {
    width: 75px !important;
}

.chef-button, .chef-button:visited {
	display: inline-block;
    padding: 10px 20px;
    background: #024458;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 0 0;
}

.chef-button:hover, .chef-button:active, .chef-button:focus {
    background: #0b617b !important;
    color: #fff;
}

.chef-button .flaticon {
    display: inline-block;
    margin-right: 10px;
}

.chef-content-box {
	display:none;
}

.chef-content-box-left {
	float:left;
	width:300px;
}

.chef-content-box-right {
    float: right;
    width: calc(100% - 330px);
    max-width: 500px;
}

.chef-content-box-right p {
    margin:0 0 15px 0;
}

.chef-content-box-left h3 {
    font-family: 'bebas';
    font-size: 31px;
    line-height: 23px;
    margin: 10px 0 0 0;
    background: #024458;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
}

.first-filters {
    float: left;
    width: auto;
    border-right: 1px solid #d4d4d4;
    margin: 0 30px 0 0;
    padding: 0 20px 0 0px;
}

.first-filters ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.first-filters ul li {
	list-style-type:none;
}

.first-filters ul li a {
	color: #bbb;
}

.first-filters ul li a:hover {
	color: #969696;
}

.first-filters ul li a span {
    font-family: 'bebas';
    display: block;
    margin: 0 0 0 0;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

.first-filters ul li a .flaticon {
    margin: 0 0 0 0;
    text-align: center;
    width: 100%;
}

.contact-left .gfield_label, .contact-left label {
	display:none !important;
}

.contact-left input, .contact-left textarea, .contact-left select {
    width: 100% !important;
    padding: 20px 25px !important;
    margin-bottom: 15px;
    border: none;
    resize: none;
    outline: none;
    max-height: 180px;
}

.contact-left .gform_wrapper ul li.gfield, .contact-left .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.contact-left .gform_wrapper ul li.gfield .ginput_recaptcha {
    display: flex;
    justify-content: flex-end;
}

.gform_footer input {
    float: right;
    width: auto !important;
    margin: 0 0 0 0 !important;
    padding: 20px 40px !important;
    background: #024458;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
    position: relative;
    display: block !important;
    text-align: center;
    font-size: 22px !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.contact-left .gform_wrapper div.validation_error, .contact-left .validation_message {
	display:none !important;
}

.contact-left .gform_wrapper .gform_footer {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 0 !important;
}

.contact-left .gform_wrapper {
    margin: 0 0 0 0 !important;
}

.next-class .class-price {
	position: absolute;
	left: 20%;
	top: 155px;
	margin: 0 0 0 0;
	width: 60%;
	font-size: 23px;
	line-height: 19px;
	font-family: bebas;
}

.next-class h4 {
	font-family: 'bebas';
	font-weight: 400;
	position: absolute;
	left: 20%;
	width: 60%;
	top: 190px;
	font-size: 36px;
	line-height: 30px;
	margin: 0 0 0 0;
}

.next-class h4 strong {
	font-weight: 400;
}

/*NEW VOUCHERS PAGE - Name your price*/
.woocommerce div.product {
    background: #fff;
    padding: 40px;
    margin-top: 60px;
}

.woocommerce div.product div.summary, .woocommerce div.product div.images{
	margin:0;
}

.woocommerce div.product .product_title {
    font-family: 'bebas';
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    color: #303030;
    margin:0 0 10px 0;
}

 .voucher-fields .voucher-image-options, .nyp label, p.minimum-price {
    display: none;
}

figure.woocommerce-product-gallery__wrapper{
	margin:0;
}

.woocommerce-product-details__short-description {
	font-size: 18px;
    width: 550px;
    max-width: 100%;
}

.woocommerce-product-details__short-description p{
	margin:0 0 20px 0;
	line-height: 1.4;
}

.woocommerce .quantity .qty {
    width: 60px;
    text-align: center;
    height: 60px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
}

.woocommerce div.product form.cart .button{
	height:60px;
	padding:0 30px;
}

.nyp {
    margin-bottom: 10px;
    position: relative;
}

.nyp:before{
	content:'£';
	position: absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	font-size:23px;
}

.woocommerce div.product form.cart .button:disabled{
	background-color: #024458;
}

input#nyp{
    background: #f0ece5;
    border: 0;
    border-radius: 0 !important;
    font-size: 19px;
    padding: 3px 20px 0 45px;
    width: 270px;
    max-width: 100%;
    height: 54px;
    text-align: left;
    font-weight: normal;
}

.woocommerce .voucher-fields-wrapper .voucher-fields .input-text{
	background: #f0ece5;
    border: 0;
    border-radius: 0 !important;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
    width: 270px;
    max-width: 100%;
    height: 54px;
	margin-bottom: 16px;
}

p.set-price-text, .woocommerce form .voucher-fields-wrapper .voucher-fields label {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1;
}

p.set-price-text span{
	font-size:12px;
	font-style: italic;
}

.woocommerce form .form-row .required {
    color: #ff1d1d;
    text-decoration: none;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 48%;
    float: left;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}

