/*
	Theme Name: Mila
	Theme URI: http://www.estcreative.co.uk/ / http://my.studiopress.com/themes/genesis
	Description: Mila theme
	Author: http://www.estcreative.co.uk/ / StudioPress
	Author URI: http://www.estcreative.co.uk/ / http://www.studiopress.com/
	Version: 2.0.2
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	License: commercial / GPL-2.0+
	License URI: http://www.estcreative.co.uk/ / http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WARNING - Please read the notice below:

	This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
	Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #343d47;
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 12px;
	margin: 0 0 1.2rem;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #eee inset;
	        box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 920px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    margin-top: 84px;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-weight: 700;
	padding: 30px 0;
	padding: 3rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
	display: inline-block;
  text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
  letter-spacing: 1px;
}

.genesis-nav-menu a {
    border: none;
    color: #343d47;
    display: block;
    padding: 28px 12px;
    padding: 2.8rem 1.2rem;
    position: relative;
    font-size: 18px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #343d47;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
}



.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
    margin-left: -65px;
    margin-top: -22px;
    border-bottom: 1px solid #5d6770;
}

.genesis-nav-menu .sub-menu a {
    background-color: #ffffffeb;
    border-top: 1px solid #5d6770;
    /* border-top: none; */
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu a {
    color: #343d47;
    font-size: 11px;
    padding: 5px 10px!important;
    text-align: center;
}

.genesis-nav-menu .sub-menu a:hover {
		border-top: 1px solid #009A96;
		color: #009A96;
}

.genesis-nav-menu .whats-on-link.menu-item .sub-menu a:hover {
		border-top: 1px solid #E9473F;
		color: #E9473F;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .whats-on-link.menu-item:hover > .sub-menu {
    margin-left: -31px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #E9473F;
}



.nav-primary .move a:hover, .nav-primary .move.current-menu-item > a {
    color: #008985;
}

.nav-primary .eat a:hover, .nav-primary .eat.current-menu-item > a {
    color: #7A9A2B;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

.nav-primary .move .sub-menu a:hover {
	color: #008985;
}

.nav-primary .eat .sub-menu a:hover {
	color: #7A9A2B;
	border-top: 1px solid #7A9A2B;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    color: #343D47;
    font-size: 14px;
    font-size: 17px;
    padding: 15px 0 40px;
    /* padding: 4rem 0; */
    text-align: center;
}

.site-footer a {
	color: #343D47;
}

.site-footer p {
	margin-bottom: 0;
}


h2.healcode-enrollment-name {
    font-size: 38px!important;
}

.bpp-foot-menu a {
    margin-left: 10px;
}


/* Main css edits 
---------------------------------------------------------------------------------------------------- */

.site-title {
    display: none;
}

.logo {
    max-width: 310px;
    margin:0 auto;
}

.nav-primary .wrap {
    border-bottom: 1px solid rgba(52, 61, 71, 0.45);
}


.bpp-home-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(52, 61, 71, 0.45);
}

.bpp-hi-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
}

h3.hib-title {
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 8px;
    margin-bottom: 8px;
}

.hib-1 h3.hib-title {
    color: #008985;
}

.hib-2 h3.hib-title {
    color: #7A892B;
}

.hib-3 h3.hib-title {
    color: #D8473F;
}

p.hib-text {
    font-size: 21px;
    line-height: 1.3;
    color: #343d47;
		margin-bottom: 24px;
}

.bpp-home-welcome {
    float: left;
    width: 100%;
}

.bpp-home-welcome-wrap {
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}

.bpp-home-welcome-title h2 {
    font-size: 34px;
    font-weight: 400;
    padding-top: 26px;
    margin-bottom: 0px;
}

.bpp-home-welcome-title h3 {
    font-size: 34px;
    font-weight: 100;
    max-width: 470px;
    margin: 0 auto 20px;
}

span.hw-blue {
    color: #008985;
}

span.hw-green {
    color: #7A892B;
}

span.hw-red {
    color: #D8473F;
}

.home .site-inner {
    padding-top: 0;
}

.home-welcome-text {
    font-size: 21px;
    padding-bottom: 13px;
    padding-left: 50px;
    padding-right: 50px;
}

.bpp-home-lower-link-tiles {
    float: left;
    width: 100%;
}

.bpp-home-lower-link-tiles-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
}

.hllt-tile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid rgba(52, 61, 71, 0.45);
    text-align: center;
    padding: 0px;
    margin-right: 10px;
}

.hllt-svg {
    max-width: 133px;
    position: absolute;
    top: 80px;
    z-index: 5;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.hllt-tile.hllt-2 {
    position: relative;
    z-index: 1;
}

.hllt-tile a {
    padding: 10px;
    display: block;
}

.hllt-tile.hllt-2 a{
	padding: 0;
}

.hllt-content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 30px;
    color: #D8473F;
    padding-top: 12px;
    margin-bottom: 6px;
}


.hllt-content p {
    font-size: 21px;
    line-height: 1.3;
}


.home .content-sidebar-wrap {
    display: none;
}

.bpp-footer {
    float: left;
    width: 100%;
    background: #343D47;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
		margin-top: 30px;
}

.bpp-foot-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
}

.foot-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

h3.foot-title {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
		margin-bottom: 3px;
}

.foot-text {
    font-size: 15px;
}

.foot-text a{
 		color: #fff;
}

.foot-text a:hover{
 		text-decoration: underline;
}

.foot-svg {
    max-width: 50px;
    margin: 0 auto;
}

span.foot-blue {
    color: #008985;
}

span.foot-green {
    color: #7A892B;
}


.foot-text li a {
    background-color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #343D47;
    font-size: 17px;
    line-height: 32px;
}

.foot-text ul {
    width: 100px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.foot-text li {
    float: left;
}

.foot-text li:last-child {
    float: right;
}



.page-type-title h2 {
    color: #009A96;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 60px;
    padding-top: 15px;
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    /*border-bottom: 1px solid #009A96;*/
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 70px;
}

hr.after-title-row {
		width: 307px;
    border: none;
    margin: 0 auto;
    border-bottom: 1px solid #009A96;
}

h1.bpp-page-title {
    color: #009A96;
    text-transform: uppercase;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 33px;
    margin: 0;
    letter-spacing: 2px;
}

.move-intro {
    text-align: center;
}

h3.bpp-section-title-bold {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}

h3.bpp-section-title-sub {
    font-size: 36px;
    max-width: 700px;
    margin: 0 auto 35px;
}

.bpp-section-intro-text {
    font-size: 21px;
    line-height: 1.5;
    padding-left: 50px;
    padding-right: 50px;

}

h3.bpp-section-title {
		width: -webkit-fit-content; */
    width: -moz-fit-content;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 36px;
    color: #009A96;
    /* border-top: 1px solid #009A96; */
    padding-top: 20px;
    /* margin-top: 20px; */
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 2px;
    text-align: center;
}

.move-class-repeater {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 50px;
}

ul.move-class-type-list {
    list-style: none;
    float: left;
    width: 100%;
}

h3.move-class-type-list-title {
    text-transform: uppercase;
    color: #009A96;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
}

h5.mcli-title {
    color: #009A96;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

ul.move-class-list {
list-style: none;
    display: -ms-grid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -5px -5px 60px;
}

li.move-class-list-item {
    min-height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
    width: 33.3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 4px solid #fff;
    /* margin: 5px; */
}

.mcli-content {
    padding: 30px 10px 20px 10px;
}

.mcli-text p {
    font-size: 15px;
    line-height: 1.4;
}

a.mcli-link {
    font-size: 13px;
    color: #009A96;
    letter-spacing: 1px;
}

h4.move-class-type-list-sub-title {
    font-size: 21px;
    color: #009A96;
    margin-bottom: 30px;
}

.cl-orange h3.move-class-type-list-title,
.cl-orange h4.move-class-type-list-sub-title,
.cl-orange h5.mcli-title,
.cl-orange a.mcli-link {
    color: #E9473F;
}

.move-blog-link-text {
    text-align: center;
    max-width: 750px;
    font-size: 36px;
    margin: 0 auto 50px;
    line-height: 1.3;
}

h4.time-table-intro-large {
    max-width: 580px;
    margin: 26px auto 20px;
    text-align: center;
    font-size: 36px;
}



p.time-table-intro-small {
    max-width: 440px;
    font-size: 21px;
    text-align: center;
    margin: 0 auto 30px;
}


.get-the-app {
    text-align: center;
    color: #009A96;
}

.get-the-app h3 {
    color: #009A96;
    font-weight: 400;
    font-size: 21px;
    margin: 0 0 3px;
		letter-spacing: 2px;
}

.get-the-app a {
    font-size: 21px;
    color: #009A96;
    font-weight: 400;
}

.get-the-app {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0px;
    padding: 0 20px 10px 20px;
}


.bpp-centred-text-and-title {
    text-align: center;
}

h3.bpp-ctat-block-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #009A96;
    font-size: 21px;
    margin-bottom: 2px;
    font-weight: 400;
}

.bpp-ctat-block-text {
    font-size: 21px;
    margin-bottom: 22px;
    padding-left: 50px;
    padding-right: 50px;
}


.bpp-centred-text-and-title {
    text-align: center;
    margin-bottom: 50px;
}

.bpp-mindbody-login-reg {
    background-color: #009A96;
    width: 305px;
    margin: 16px auto 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
		font-size: 21px;
		text-transform: uppercase;
}

.bpp-mindbody-login-reg span {
    font-size: 14px;
    /* margin-top: -1px; */
    /* display: block; */
    /* float: left; */
    position: relative;
    top: -3px;
}



.bpp-mindbody-login-reg a {
    color: #fff;
}


.foot-images-three .tile-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
}

.foot-images-three .tile-wrap:last-child {
    margin-right: 0;
}

.foot-images-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.page-template-page_move .content-sidebar-wrap {
    display: none;
}


.foot-credits {
    display: inline-block;
    margin-left: 10px;
}

.bpp-foot-menu {
    display: inline-block;
    float: left;
}

.bpp-credits {
    display: inline-block;
    margin: 0 auto;
}

.move-our-teachers{
	display: none;
}

.contact-move span,
.contact-move a {
    color: #009A96;
}



td.col-4 {
    width: 100px;
    text-align: center;
}

.move-booking thead tr {
    background-color: #EFF0F1;
    border: none!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #009A96;
    font-size: 18px;
}

.move-booking thead td {
    border: none;
}

.move-booking tr:first-child td {
    border: none;
}

.move-booking tr:first-child td {
    border: none;
}

td.col-1 {
    padding-left: 10px;
}

.move-booking td p {
    line-height: 1.4;
    margin-bottom: 0;
}

.move-booking td {
    font-size: 21px;
    line-height: 1.6;
}

.move-booking .col-4 a {
		font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #009A96;
}

.move-booking .col-4 a:hover {
    color: #009A96;
}

.move-booking .col-4 a.move-booking-email {
    font-size: 13px;
    color: #009A96;
    letter-spacing: 1px;
}

.move-booking .col-4 a.move-booking-email:hover {
    color: #343d47;
}






.page-template-page_eat .page-type-title h2 {
    color: #7A9A2B;
}

.page-template-page_eat hr.after-title-row {
	 border-bottom: 1px solid #7A9A2B;
}

.page-template-page_eat h1.bpp-page-title {
    color: #7A9A2B;
}

.page-template-page_eat h3.bpp-section-title-bold {
    max-width: 400px;
    margin: 0 auto;
}

.page-template-page_eat h3.bpp-section-title-sub {
    margin-bottom: 10px;
}

.mpp-our-menu h4.time-table-intro-large {
    max-width: 620px;
}

.foot-images-three.fit-eat {
	    margin-top: 20px;
}

.eat-menu-text {
    font-size: 21px;
    padding-left: 50px;
    padding-right: 50px;
}

.eat-menu-text h3 {
    font-size: 27px;
    color: #7A9A2B;
    line-height: 1.1;
    padding-top: 8px;
    margin-bottom: 9px;
}

.eat-menu-text h3 strong {
    text-transform: uppercase;
    letter-spacing: 2px;
}


.eat-menu-text h4 {
    font-size: 21px;
    color: #7A9A2B;
    margin-bottom: 16px;
    padding-top: 10px;
}

.eat-menu-text h4 strong {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.eat-menu-text h5 {
    font-size: 21px;
    color: #7A9A2B;
    margin-bottom: 0;
}

.eat-menu-text h5 strong {
    text-transform: uppercase;
    letter-spacing: 2px;
}

h3.drink-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    color: #7A9A2B;
}

.move-intro a {
    color: #7A9A2B;
    font-weight: 400;
}

.move-intro a:hover {
    text-decoration: underline;
}

.move-prices-packages.mpp-our-menu {
    float: left;
    width: 100%;
}

.page-template-page_eat .bpp-section-title {
    color: #7A9A2B;
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.cafe-contact .bpp-section-title {
    border: none;
    color: #7A9A2B;
    margin-top: 40px;
}

.cafe-contact .contact-move span, .cafe-contact .contact-move a {
    color: #7A9A2B;
}

.page-template-page_eat .content-sidebar-wrap {
    display: none;
}

h3#prices {
    padding-top: 25px;
}

.catering-intro {
    float: left;
    width: 100%;
}

.opening-hours {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0px;
}

.move-studio-contact.cafe-contact {
    float: left;
    width: 100%;
}


span.lato {
    font-family: lato;
}



.page-template-page_eat p.time-table-intro-small {
    margin-bottom: 5px;
}


.page-template-page_restore .page-type-title h2,
.page-template-page_whats_on .page-type-title h2 {
    color: #E9473F;
   
}

.page-template-page_restore hr.after-title-row{
	border-color: #E9473F;
}

.page-template-page_restore h1.bpp-page-title,
.page-template-page_whats_on h1.bpp-page-title {
    color: #E9473F;
}

.page-template-page_restore .bpp-section-title,
.page-template-page_whats_on .bpp-section-title {
    color: #E9473F;
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.restore-contact .bpp-section-title {
    border: none;
    color: #E9473F;
    margin-top: 40px;
}

.restore-contact .contact-move span, .restore-contact .contact-move a {
    color: #E9473F;
}



.wevents-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -5px;
    float: left;
    width: 100%;
}

.wevents-grid-item {
    cursor: pointer;
}

.wevents-grid-item {
    width: 33.3%;
    cursor: default;
    text-align: center;
    margin: 0 auto;
}

.wevents-workshops h3.whatson-events-title {
    
}

h3.wevents-item-title {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 6px;
}

h4.wevents-item-leader {
    font-size: 21px;
}

h4.h-whatson-events-leader {
    text-align: center;
    font-size: 27px;
    color: #E9473F;
    margin-bottom: 40px;
}



h4.event-duration {
    font-size: 19px;
    margin: 0 0 2px;
}

h3.whatson-events-title {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
    color: #E9473F;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-template-page_whats_on hr.after-title-row {
		width: 307px;
    border: none;
    margin: 0 auto;
    border-bottom: 1px solid #E9473F;
}

.page-template-page_whats_on .content-sidebar-wrap {
    display: none;
}

.hidden-whatson-container {
    position: relative;
}

a.whatson-events-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 99;
}

h3.h-whatson-events-sub-title.whatson-events-title {
    margin-bottom: 0;
    max-width: 600px;
    margin: 25px auto 0;
}

h4.h-whatson-events-date {
    color: #E9473F;
    font-size: 36px;
    margin: 0 auto;
    text-align: center;
}

h4.wevents-item-date {
    margin: 0;
		font-size: 19px;
		color: #E9473F;
}

.h-whatson-events-description {
    text-align: center;
    font-size: 21px;
    margin: 0 50px 20px;
}

h4.h-whatson-events-price {
    color: #E9473F;
    font-size: 21px;
    text-align: center;
    margin-bottom: 25px;
}

a.h-whatson-events-link {
    display: block;
    background-color: #E9473F;
    text-align: center;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 303px;
    margin: 0px auto;
}


a.h-whatson-events-link:hover{
	opacity: .9;
}


span.lspc {
    letter-spacing: 1px;
}

span.nolspc {
    letter-spacing: -1px;
}




span.lrg-no-lspc {
    letter-spacing: -5px;
}



div#spotlight-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    text-align: center;
    margin: -5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.spotlight-post {
    width: 33.3%;
    border: 5px solid #fff;
}



.page-template-page_our_blog .status-publish.entry {
    display: none;
}

.page-template-page_our_blog h1.bpp-page-title {
    display: none;
}

.page-template-page_our_blog .page-type-title h2 {
    color: #E9473F;
}


.page-template-page_our_blog hr.after-title-row {
    margin-bottom: 37px;
    border-color: #E9473F;
}

.spotlight-excerpt {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.spotlight-post:hover .spotlight-excerpt {
    color: #E9473F;
}

.single .content-sidebar-wrap {
    display: none;
}

.blog-large-text {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin: 0 50px;
}

.blog-small-text {
    text-align: center;
    margin: 0 50px;
    font-size: 21px;
    line-height: 1.3;
}

.single .page-type-title h2 {
    color: #E9473F;
}

.single hr.after-title-row {
    border-bottom: 1px solid #E9473F;
}

.single h1.bpp-page-title {
    color: #E9473F;
}

.bpp-post-nav {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.bpp-next-p {
    float: right;
    max-width: 40%;
}

.bpp-prev-p {
    float: left;
    max-width: 40%;
}

.bpp-prev-p a {
    background: url(images/prev.svg) no-repeat scroll left 6px transparent;
    padding-left: 18px;
    -webkit-background-size: 10px 10px;
            background-size: 10px;
    color: #343d47;
}

.bpp-next-p a {
    background: url(images/next.svg) no-repeat scroll right 6px transparent;
    padding-right: 18px;
    -webkit-background-size: 9px 9px;
            background-size: 9px;
    color: #343d47;
}


.single .blog-small-text h3 {
    color: #E9473F;
    font-size: 21px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.back-to-top {
    max-width: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    width: 100%;
    cursor: pointer;
}



a.close-modal.close-override {
    display: none;
}

.get-the-app p a {
    font-weight: 100;
}

ul.menu.genesis-nav-menu.menu-secondary {
    height: 0;
    overflow: hidden;
    position: absolute;
    display: block;
    background: #fffffff0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}






.tile-wrap img {
    width: 100%;
}

.menu-secondary li.menu-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #343d47;
}

.menu-secondary li.menu-item a {
    color: #E9473F;
    font-size: 21px;
    padding: 20px 10px 6px;
}

.genesis-nav-menu.menu-secondary .sub-menu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    /* right: 0; */
    opacity: 1;
    width: 100%;
    text-align: center;
    border: none;
    border-top: 1px solid #E9473F!important;
}


.genesis-nav-menu.menu-secondary .sub-menu a {
    width: 100%;
    font-size: 15px;
    background-color: transparent;
    color: #343d47;
    border: none;
}

.menu-secondary li.menu-item.menu-item-has-children {
    border: none;
}


.menu-secondary li.menu-item.move > a {
    color: #008985;
}

.menu-secondary li.menu-item.move .sub-menu{
	border-top: 1px solid #008985!important;
}


.menu-secondary li.menu-item.eat > a {
    color: #7A892B;
}

.menu-secondary li.menu-item.eat .sub-menu{
	border-top: 1px solid #7A892B!important;
}





/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 45px;
  display: none;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #008985;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
    background-color: #7A892B;
}

#nav-icon1 span:nth-child(3) {
    top: 16px;
    background-color: #E9473F;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  background-color: #343D47;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  background-color: #343D47;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}


.nav-secondary.open ul.menu.genesis-nav-menu.menu-secondary {
	    height: 0;
	    width: 100%;
	}


.spotlight-container a {
    color: #343d47;
}


.back-to-top svg {
    width: 35px;
}

.logo svg {
    max-width: 310px;
    width: 100%;
}

.foot-svg svg {
    max-width: 50px;
    width: 100%;
}


.page-type-title.pagepage-title h2 {
    color: #d9483f;
}

hr.after-title-row.pagepage-row {
    border-bottom: 1px solid #d9483f;
}

h1.bpp-page-title.bpp-pagepage-title {
    color: #d9483f;
}


span.wevents-signup{
	  font-size: 13px;
    color: #E9473F;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.mcli-text strong {
    font-weight: 100;
}

span.ls {
    letter-spacing: 2px;
}


span.ref-pc {
    letter-spacing: -3px;
}

span.ref-pc-out {
    letter-spacing: 1px;
}





.whatson-events.wevents-workshops {
    float: left;
    width: 100%;
}



h4.wevents-item-leader {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #E9473F;
    margin-bottom: 6px;
}

h4.wevents-item-leader {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #E9473F;
    margin-top: 3px;
}

.move-class-repeater.mcr-whats-on {
    margin-top: 0;
}

.move-time-table.mtt-whats-on {
    text-align: center;
}


.mtt-whats-on .get-the-app h3,
.mtt-whats-on .get-the-app a {
    color: #E9473F;
}

.mtt-whats-on .bpp-mindbody-login-reg {
    background-color: #E9473F;
}



.wevents-item-description {
    font-size: 21px;
    line-height: 1.2;
    padding: 0 10px 10px;
}

.cafe-events {
    float: left;
    width: 100%;
}


.mtt-whats-on .get-the-app span {
    color: red;
}



.cafe-events h4.time-table-intro-large {
    margin-top: 0;
}






/*Mindbody
----------------------------------------------------------------------------------------------------*/

.bpp-mindbody-widget .bw-widget--medium .bw-header__title {
    font-weight: 400;
    font-size: 18px!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #009A96;
}

.bpp-mindbody-widget span.bw-checkbox__label {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #009A96;
}

.bpp-mindbody-widget svg path {
    stroke: #009A96;
}

.bpp-mindbody-widget button.bw-header__account-link {
    color: #009A96;
    font-size: 18px;
    letter-spacing: 2px;
}

.bpp-mindbody-widget .bw-widget th.bw-calendar__heading {
    font-size: 18px;
    color: #009A96;
    padding: 10px 10px 16px;
}


.page-template-page_move #bw-widget__schedules-40786 .bw-embellished.bw-embellished--solid .bw-widget__cta:not(:hover), 
.page-template-page_move #bw-widget__schedules-40786 .bw-widget.bw-embellished:not(.bw-embellished--solid) .bw-widget__cta:hover, 
.page-template-page_move #bw-widget__schedules-40786 .bw-calendar__day--current > span, #bw-widget__schedules-40786 .bw-filter-count, 
.page-template-page_move .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-40786 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a, 
.page-template-page_move .pignose-calendar.pignose-calendar-bw.pignose-calendar-40786 .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a, 
.page-template-page_move .hc-pignose-calendar.hc-pignose-calendar-bw-dark.hc-pignose-calendar-40786 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a, 
.page-template-page_move .pignose-calendar.pignose-calendar-bw-dark.pignose-calendar-40786 .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a, 
.page-template-page_move .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-40786 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply, 
.page-template-page_move .pignose-calendar-wrapper .pignose-calendar.pignose-calendar-40786 .pignose-calendar-button-group .pignose-calendar-button-apply {
    background-color: #009A96!important;
    font-weight: 300;
}

.bpp-mindbody-widget .bw-widget td.bw-calendar__day {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    height: 50px;
    border: none;
}


.bpp-mindbody-widget .bw-calendar__day.bw-calendar__day--current span {
    height: 34px;
    width: 34px;
}


.bpp-mindbody-widget .bw-calendar__day.bw-calendar__day--today {
    font-weight: 400;
    color: #009A96!important;
}

.bpp-mindbody-widget tr:last-child td.bw-calendar__day {
    padding-bottom: 60px!important;
    /* height: auto; */
    padding-top: 15px!important;
}

.bpp-mindbody-widget button.bw-fullcal-button {
    font-size: 21px;
    color: #009A96!important;
    font-weight: 400!important;
}

.bpp-mindbody-widget .bw-widget__date {
    font-size: 21px;
    font-weight: 400;
    background-color: #fff;
    border-color: #fff;
    padding-bottom: 15px;
}

.bpp-mindbody-widget .bw-widget--medium .bw-session__group1 {
    float: left;
    max-width: 62.9399586%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    min-height: 47px;
    clear: both;
    /* font-size: 21px!important; */
}

.bpp-mindbody-widget .bw-widget--medium .bw-session__name {
    display: block;
    font-size: 21px;
    line-height: 25px;
}

.bpp-mindbody-widget .bw-widget--medium .bw-session__staff {
    font-size: 20px;
    line-height: 23px;
}

.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-session__detail-link, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-more-link, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-session__bio a, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-session__description a {
    color: #009A96;
}

.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-fullcal-button, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-filters__reset, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-calendar__day--today:not(.bw-calendar__day--current) > span, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-calendar__heading--current, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-widget:not(.bw-embellished--solid) .bw-widget__cta:not(:hover), 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-widget.bw-embellished--solid .bw-widget__cta:hover, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-widget:not(.bw-embellished) .bw-widget__cta:hover, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-session__canceled, #bw-widget__schedules-40786 .bw-checkbox, 
.bpp-mindbody-widget #bw-widget__schedules-40786 .bw-header__filter-link.is-open, 
.bpp-mindbody-widget .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-40786 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel, 
.bpp-mindbody-widget .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw.pignose-calendar-40786 .pignose-calendar-button-group .pignose-calendar-button-cancel, 
.bpp-mindbody-widget .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw-dark.hc-pignose-calendar-40786 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel, 
.bpp-mindbody-widget .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw-dark.pignose-calendar-40786 .pignose-calendar-button-group .pignose-calendar-button-cancel {
    color: #009A96;
    font-weight: 100;
}

.bpp-mindbody-widget .bw-widget.bw-widget--medium button.bw-widget__cta {
		font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: 1px;
}

.bpp-mindbody-widget .bw-empty__clear {
    background: transparent;
    border: 0;
    color: #009A96;
    text-decoration: none;
}

.bpp-mindbody-widget .bw-widget--medium .bw-session__full-title {
    font-size: 22px;
    line-height: 25px;
}

.bpp-mindbody-widget .bw-widget--medium .bw-session__description {
    font-size: 19px;
    line-height: 24px;
}


.bpp-mindbody-widget button.bw-fullcal-button {
    letter-spacing: 2px;
}


.bpp-mindbody-widget .bw-fullcal-button:focus, 
.bpp-mindbody-widget .bw-fullcal-button:active, 
.bpp-mindbody-widget .bw-fullcal-button:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid;
}

.bpp-mindbody-widget button.bw-session__detail-link {
    font-size: 13px;
    letter-spacing: 1px;
}

.bw-session__staff,
.bw-session__description,
.bw-session__bio {
    color: #343d47;
}

.hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-header .hc-pignose-calendar-week {
    color: #343d47;
    font-weight: 400;
    font-size: 14px;
}

.hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-top .hc-pignose-calendar-top-month {
    color: #343d47!important;
}


/*mindbody what's on
------------------------*/

.wevents-widget h2.healcode-enrollment-name a {
    font-size: 21px!important;
    font-weight: 100!important;
    color: #d9483f!important;
    letter-spacing: 2px;
}

.wevents-widget h2.healcode-enrollment-name .healcode-trainer-name .trainer a {
    color: #343d47!important;
    padding-bottom: 10px;
}

.wevents-widget h2.healcode-enrollment-name {
    margin-bottom: 0px!important;
    text-transform: uppercase;
    line-height: 23px;
}

.wevents-widget .healcode-image-area {
    margin-left: 70px!important;
    width: 200px;
    text-align: right;
    height: 100%;
    margin-bottom: 40px!important;
    padding-top: 22px;
}

.wevents-widget div.healcode.enrollments .healcode-enrollment-name .healcode-trainer-name {
    font-size: 19px;
    font-weight: 100;
    color: #343d47;
    display: block;
    text-transform: lowercase;
    letter-spacing: 0px;
}
.wevents-widget div.healcode.enrollments .healcode-enrollment-name .healcode-trainer-name a {
    font-size: 19px!important;
    text-transform: capitalize;
    letter-spacing: 0;
}

.wevents-widget div.healcode .header h1 .healcode-title-text {
    font-weight: 100;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #E9473F;
}

.wevents-widget span.action_text.my_account_text {
    font-size: 21px!important;
    color: #E9473F;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wevents-widget div.healcode .header select {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}

.wevents-widget div.healcode .filters .checkboxes input {
    width: 24px;
    height: 15px;
}

.wevents-widget .filter_time_of_day.checkboxes label {
    font-size: 16px;
    /* padding-bottom: 5px; */
}

.wevents-widget .filter_time_of_day.checkboxes label {
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 10px;
    color: #d9483f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wevents-widget div.healcode .filters .checkboxes input {
    width: 24px;
    height: 15px;
    margin-top: 1px;
    float: left;
}

.wevents-widget .filtered_collection {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.wevents-widget .hc_footer {
    text-align: right;
    float: left;
    width: 100%;
}

.wevents-widget div.healcode .header h1 {
    padding: .5em 0;
    border-bottom: 1px solid #aaa;
    color: #000;
    font-weight: 200;
    background-color: rgba(0,0,0,0.03);
    padding: 15px;
}


.wevents-widget a.action_icon.print_version {
    margin: 17px 10px!important;
}

.wevents-widget a.action_icon.cart_version {
    margin: 17px 0 0 10px!important;
}

.wevents-widget a.action_icon.my_account_version {
    margin-top: 17px!important;
}

.wevents-widget .healcode-date-links-area.date_links.week_links span a {
    letter-spacing: 2px!important;
    font-size: 11px;
}

.wevents-widget div.healcode.enrollments .healcode-date-area .healcode-time-value, 
.wevents-widget div.healcode.enrollments .healcode-date-area .healcode-date-value, 
.wevents-widget div.healcode.enrollments .healcode-date-area .healcode-active-days, 
.wevents-widget div.healcode.enrollments .healcode-date-area .healcode-location-name {
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 0;
    color: #343d47;
}


.wevents-widget div.healcode.enrollments .healcode-date-area {
    line-height: 1;
    padding-bottom: 2px;
    padding-top: 11px;
}

.wevents-widget .healcode-description-area span {
    font-size: 17px!important;
    line-height: 1.2;
}

.wevents-widget a.hc-button.signup_now {
    background: transparent!important;
    color: #E9473F!important;
    font-size: 14px!important;
    padding: 9px 0 0 0!important;
    float: right;
}

.wevents-widget div.healcode .classname {
    font-weight: 400;
}

.wevents-widget div.healcode.enrollments .enrollment {
    margin-bottom: 10px!important;
}

.wevents-widget div.healcode.enrollments .enrollment:last-child {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px!important;
}

.wevents-widget .healcode-description-area {
    color: rgb(52, 61, 71);
    margin-bottom: 10px;
    max-width: 650px;
    padding-top: 22px;
}

.wevents-widget .healcode-button {
    clear: both;
    float: left;
    text-align: left;
}

.wevents-widget div.healcode .healcode-date-links-area span.healcode-previous a {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    background: #343d47!important;
}

.wevents-widget div.healcode .healcode-date-links-area span.healcode-next a {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: #343d47!important;
}

.wevents-widget div.healcode .healcode-date-links-area span.healcode-today a {
    background: #343d47!important;
}

.wevents-widget div.healcode .healcode-date-links-area span.healcode-previous a:hover,
.wevents-widget div.healcode .healcode-date-links-area span.healcode-today a:hover,
.wevents-widget div.healcode .healcode-date-links-area span.healcode-next a:hover {
	opacity: .9;
}

.wevents-widget div.healcode .header .healcode-date-links-area .healcode-jump-to-date input {
    border-radius: 0;
    box-shadow: none;
}


.wevents-widget div.healcode table.schedule tr td,
.wevents-widget div.healcode table.enrollments tr td,
.wevents-widget div.healcode table.healcode-appointments tr td,
.wevents-widget div.healcode ol.enrollment_list li.cancelled div tr td {
    font-size: 16px;
}

.page-template-page_whats_on .hc-pignose-calendar-wrapper .hc-pignose-calendar .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply {
    background-color: #E9473F;
}

.page-template-page_whats_on .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a {
    background-color: #E9473F;
}

.hc-pignose-calendar .hc-pignose-calendar-header {
    font-weight: 400;
}

.hc-pignose-calendar .hc-pignose-calendar-top {
    box-shadow: none!important;
}

.hc-pignose-calendar .hc-pignose-calendar-top p.hc-pignose-calendar-top-month {
    font-weight: 400!important;
    font-size: 20px!important;
    margin-bottom: 0!important;
    padding-bottom: 0px!important;
    padding-top: 30px!important;
}


.hc-pignose-calendar .hc-pignose-calendar-top {
    box-shadow: none!important;
    border-bottom: none!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}


.hc-pignose-calendar .hc-pignose-calendar-top .hc-pignose-calendar-top-nav .hc-pignose-calendar-top-value {
    font-weight: 400!important;
    opacity: 0;
}

.hc-pignose-calendar .hc-pignose-calendar-top .hc-pignose-calendar-top-nav .hc-pignose-calendar-top-icon {
    color: #808080!important;
    font-weight: 100!important;
    font-size: 10px!important;
    border: 1px solid #cecece!important;
    width: 12px!important;
    padding: 3px 6px 2px!important;
}

.hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-top .hc-pignose-calendar-top-prev,
.hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-top .hc-pignose-calendar-top-next {
    border-radius: 0;
    border-color: #cecece;
}

.wevents-item-description a {
    color: #E9473F;
    font-weight: 400;
}

.page-template-page_whats_on .move-intro {
    float: left;
    width: 100%;
}

.page-template-page_whats_on .move-intro h3.bpp-section-title {
    padding-bottom: 20px;
}

.wevents-widget {
    min-height: 500px;
}


.page-template-page_whats_on .bpp-title-image {
    min-height: 450px;
}


.page-template-page_our_blog h4.time-table-intro-large {
    margin-top: 10px;
    margin-bottom: 40px;
}



/*Animations
----------------------------------------------------------------------------------------------------*/

.tile-hov img {
    float: left;
}


.bpp-hi-block:hover .tile-hov img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.bpp-hi-block .tile-hov img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.tile-hov {
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}


p.hib-text {

		-webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}


.hib-1:hover p.hib-text {
    color: #008985;

		-webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.hib-2:hover p.hib-text {
    color: #7A892B;

		-webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.hib-3:hover p.hib-text {
    color: #D8473F;

		-webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}












.wevents-grid-item:hover .tile-hov img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.wevents-grid-item .tile-hov img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}


.spotlight-image:hover .tile-hov img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.spotlight-image .tile-hov img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

  -webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}





















/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		-webkit-background-size: 320px 164px;
		        background-size: 320px 164px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.hllt-paper img {
	    height: 100%;
	}

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	ul.move-class-list {
    list-style: none;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat( 2, 1fr );
    grid-gap: 10px;
  }

  li.move-class-list-item {
	    width: 100%;
	}

  nav.nav-primary {
	    display: none;
	}

	.site-header {
	    background-color: #fff;
	    margin-top: 0;
	}

	.bpp-hi-block {
	    width: 100%;
	    float: left;
	    text-align: center;
	}

	.bpp-home-intro {
    display: block;
  }

  .hib-content {
	    clear: both;
	}

	.tile-hov {
	    width: 100%;
	    text-align: center;
	}

	.bpp-hi-block .tile-hov img {
	    float: none;
	}

	.home-welcome-text {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.bpp-home-lower-link-tiles-wrap {
    display: block;
  }

	.hllt-tile {
margin-bottom: 15px;
    margin-right: auto;
    max-width: 300px;
    margin-left: auto;
	}

	.bpp-foot-columns {
    display: block;
  }

  .bpp-credits {
	    text-align: center;
	    display: block;
	}

	.bpp-foot-menu {
	    display: inline-block;
	    float: none;
	    padding-bottom: 10px;
	}

	.logo {
	    padding: 0 20px;
	}

	.move-booking td {
	    display: block;
	    float: left;
	    width: 100%;
	    padding: 10px;
	    border: none;
	}

	.move-booking tr {
	    border-bottom: 1px solid #343d47;
	    margin-bottom: 20px;
	    float: left;
	    width: 100%;
	}

	.move-booking thead {
	    display: none;
	}


	.move-booking tbody {
	    border: none;
	}

	h3.bpp-section-title {
	    width: 100%;
	    text-align: center;
	}

	.bpp-section-intro-text {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.eat-menu-text {
	    font-size: 21px;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.wevents-grid {
	    display: -ms-inline-grid;
	    display: inline-grid;
	    -ms-grid-columns:  1fr 1fr;
	    grid-template-columns: repeat( 2, 1fr );
	    grid-gap: 10px;
	    margin-bottom: 30px;
	    text-align: center;
	}

	.wevents-grid-item {
	    width: 100%;
	}

	.tile-hov img {
	    float: none;
	}

	div#spotlight-content {
	    display: -ms-inline-grid;
	    display: inline-grid;
	    -ms-grid-columns: 1fr 1fr;
	    grid-template-columns: repeat( 2, 1fr );
	    grid-gap: 10px;
	    text-align: center;
	}

	.spotlight-post {
	    width: 100%;
	}


	.blog-large-text {
	    font-size: 36px;
	    text-align: center;
	    line-height: 1.2;
	    margin: 0 10px;
	}


	.blog-small-text {
    	margin: 0 10px;
  }

	.bpp-prev-p {
	    float: left;
	    max-width: 100%;
	    padding-bottom: 20px;
	}

	.bpp-next-p {
	    float: right;
	    max-width: 100%;
	}

	div#nav-icon1 {
	    display: block;
	    top: 20px;
	    position: absolute;
	    left: 20px;
	    margin: 0;
	}

	.nav-secondary.open ul.menu.genesis-nav-menu.menu-secondary {
			height: 700px;
	    overflow: hidden;
	    position: absolute;
	    -webkit-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	    width: 80%;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    max-width: 400px;
			z-index: 999;
	}

	.bpp-ctat-block-text {
	    font-size: 21px;
	    margin-bottom: 22px;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.h-whatson-events-description {
	    text-align: center;
	    font-size: 21px;
	    margin: 0 10px 20px;
	}
	.logo {
	    max-width: 310px;
	    margin: 0 auto;
	    width: 100%;
	    margin-top: 10px;
	    overflow: hidden;
	}

	.logo svg {
	    width: 100%;
	    height: auto;
	    max-width: 310px;
	}

	.foot-svg {
	    max-width: 50px;
	    margin: 0 auto;
	    width: 100%;
	    overflow: hidden;
	}

	.foot-svg svg {
	    max-width: 50px;
	    width: 100%;
	}

	span.hw-e-date {
	    display: block;
	}

	.mcli-text strong {
	    display: block;
	}
	.mcli-text p {
	    font-size: 15px;
	    line-height: 1.4;
	    margin-bottom: 5px;
	}

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	ul.move-class-list {
    list-style: none;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns:  1fr;
    grid-template-columns: repeat( 1, 1fr );
  }

  .wevents-grid {
	    display: -ms-inline-grid;
	    display: inline-grid;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: repeat( 1, 1fr );
	    grid-gap: 10px;
	    margin-bottom: 30px;
	    text-align: center;
	}

	div#spotlight-content {
	    display: -ms-inline-grid;
	    display: inline-grid;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: repeat( 1, 1fr );
	    width: 100%;
	    grid-gap: 10px;
	    text-align: center;
	}

	.blog-small-text {
    	margin: 0 10px;
  }

  .nav-secondary.open ul.menu.genesis-nav-menu.menu-secondary{
  	width: 100%;
  }

  .contact-move span, .contact-move a {
	    width: 100%;
	    display: block;
	}

	.cafe-contact .contact-move span, .cafe-contact .contact-move a {
	    display: block;
	}

	span.oneline {
	    display: block;
	}

}