/*
Theme Name: Gastro Card 2015
Theme URI: http://www.barques.co.uk
Author: David Elliott
Author URI: http://www.barques.co.uk
Description: A theme based on barquesbase.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: bbase
Domain Path: /languages/
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.

 barquesbase is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
background: #fff;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

div {
	  box-sizing: content-box;
	}
	
	
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* =Global
----------------------------------------------- */
body {
  max-width: 100%;
  overflow-x: hidden;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-size:1.2em;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding-bottom:10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
h1 {
	font-size:2.4em;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}
p {
	font-size:1.2em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
	
}
li {font-size:1.2em;}
ul li ul li {font-size:1.0em;}
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;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
	font-size:1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.wsite-multicol { font-size: 14px; }

/* Links */
a {
	color:#B51B25;
}
.footer a {
	color:#FFF;
}
a:hover {
	color: #B51B25;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	    margin-bottom: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	    margin-bottom: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.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;
}

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


/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:13px;
	font-family:Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

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

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
	width:auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}

/* =Menu
----------------------------------------------- */
.menu-call-to-action-container {
	display:block;
	}
.menu-call-to-action-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
.menu-call-to-action-container ul li {
    position: relative;
    display: inline-block;
}
.menu-call-to-action-container a {
	display: block;
    text-decoration: none;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.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);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 3.6em;
    z-index: 99999;
    background-color: #E8E2DC;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
.footer-navigation  {
	
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation li {
	float: left;
	position: relative;
}
.footer-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}


/* =Content
----------------------------------------------- */

#page {
	max-width:2500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F7F3EC;
	padding-bottom: 100px;
	}
	.home #page {
   
    padding-bottom: 10px;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.9em;
  
  color: #968F8F;
    text-align: center;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
#botbutton a {
  display: inline-block;
  padding: 10px;
  background-color: #B51B25;
  color:#B51B25;
  text-decoration: none;
  
}
#botbutton a:hover { background-color: #000;}


.entry-content img.size-full {

}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
width: 48%;
text-align: left;
padding-left: 2%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width:48%;
	padding-right: 2%;
}


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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


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

.widget {
	margin: 0 0 1.5em;
	padding-top: 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

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

/* Search widget */
.widget_search .search-submit {
	/*display: none;*/
}


/* =Banner Image
----------------------------------------------- */

.theBanner img {
	width:100%;
	}
.theBanner {
	min-height:550px;
	}
.theText {
	
	}
	
#headerImage {
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	  min-height: 550px;
	}
	
.cycle-overlay {
font-family: tahoma, arial;
position: absolute;
bottom: 0;
width: 100%;
z-index: 600;
background: black;
color: white;
padding: 15px;
opacity: .5;
}
.bannerSection {
	height:550px;
	background-size: cover;
	  background-position: center;
	}
.bannerInner {
	width:100%;
	text-align:center;
	display:block;
	}
.offer-box p {
    color: #fff;
}
/* Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/* FONTS	
--------------------------------------------------------------------------------------------------------------------------------------------- */

.content-area  p {
	    color:#4C453E;
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	
	  font-weight: 200;
	}
.content-area #top-story p {
    color: #4C453E;
    font-size: 1.6em;
    line-height: 1.4em;
	}
.content-area  ul li, .content-area  ol li {
	color:#4C453E;
  	  font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	line-height:1.4em;
	padding-bottom:8px;
	  text-align: initial;
	      font-weight: 200;
	}
 .content-area li ol li {font-size: 1em;}
.footer p  {
	color: #f7f7f7;
	font-size: 1.3em;
	font-family: 'Lato', sans-serif;
	}
.footer p a  {
	color: #f7f7f7;
	}
.footer em, .footer i  {
	color: #f7f7f7;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	}	
	
.content-area h1 {
   color: #B51B25;
    font-size: 4em;
    line-height: 1em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 900;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.content-area h1.entry-title {
 color: #B51B25;
    font-size: 4em;
    line-height: 1em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 900;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.content-area h1.entry-title a { text-decoration: none;}	
h1.pageHeader {
	font-family: 'Lato', arial, sans-serif;
    padding: 50px 2% 0 2%;
}


.entry-meta {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  
  color: #B51B25;
  padding: 10px 0 10px 0;
}

.content-area h2 {
  color: #B51B25;
  font-size: 3em;
  line-height: 1.4em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-bottom: 20px;

	}

.availability-int h1{
    color:#4C453E;
 font-size: 2.4em;
  line-height: 1.4em;
font-family: 'Lato', sans-serif;
font-weight: 300;

padding-bottom: 20px;
	}
.availability-int h2{
    color:#4C453E;
 font-size: 2.4em;
  line-height: 1.4em;
font-family: 'Lato', sans-serif;
font-weight: 300;

padding-bottom: 20px;
	}	
#news.content-area .news-inner h2 {
	color:#B51B25;
	text-align:center;
	padding-bottom:50px;
	}
	
#lowerBox.content-area h2 {
	  padding-top: 20px;
	padding-bottom:50px;
}
.feature-box h2 {
 color: #B51B25;
    font-size: 5em;
    line-height: 1em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 200;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 12px;
}
.content-area .feature-box p {
    color: #B51B25;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    text-align: initial;
    font-weight: 400;
	text-align:center;
}
.feature-box.training h2 {
padding-top: 0px;
min-height: inherit;
}		
.content-area h3 {
	color: #B51B25;
	font-size: 2em;
	font-family: 'Lato', arial, sans-serif;
	font-weight:300;
	
	}
.content-area h5 {
color: #B51B25;
font-size: 1.6em;
font-family: 'Lato', sans-serif;
font-weight: 300;
padding-top: 15px;

}
.content-area h6 {
font-size: 1.6em;
font-family: 'Lato', sans-serif;
font-weight: 300;
padding-top: 15px;

}
.content-area h4 {
	color: #B51B25;
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	
	}
#secondary.content-area h3 {
  color: #B51B25;
  font-size: 2em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  
  text-align: center;
}	
	.availability-int  h4 {
	color: #363636;
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	}	
.content-area h4 a, .content-area a h4 {
    color: #FFF;
    background-color: #B51B25;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    /* border: 1px #c4c4c4 solid; */
    text-decoration: none;
    display: inline-block;
	}
.offer-box h4 a, .offer-box a h4 {
    color: #B51B25;
    background-color: #FFF;
	
	}
.offer-box p {
	color:#FFF;
	}
.availability-int h5 {
	color: #B51B25;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	width: 96%;
	
	padding:10px 2% 10px 2%;
	border:1px #c4c4c4 solid;
	text-decoration:none;
	background-color:#B51B25;
	float:left;
	margin-top:15px;
	}
	.availability-int h5 a,
	.availability-int h5 a:hover {
	text-decoration:none;
	color: #B51B25;
	}
	
.availability-int h5:hover {
	background-color:#c4c4c4;
	}	
.availability-int .course-info-col2 .download-box em p {
	font-family: 'Lato', sans-serif;
	font-style:italic;
	color:#B51B25;
	padding-bottom:10px;
	}	
.content-area h4 a:hover, .content-area a h4:hover {
    background-color: #000000;
    color: #FFF;
}
	
#lowerBox.content-area h4 {
	margin-bottom:50px;
	margin-top:50px;
}	
.download-box {padding-top: 3em;}
.footer h5 {
	    color: #FFFFFF;
  font-size: 1.4em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
	}
	.footer h6 a, .footer a h6 {
	    color: #FFFFFF;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	
	padding:10px 50px 10px 50px;
	border:1px #f7f7f7 solid;
	text-decoration:none;
	margin-top: 10px;
	display: inline-block;
	}


.menu-menus-menu-container ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 3%;
  display: block;
  text-decoration: none;
  background-color: #B51B25;
  color:#B51B25;
  
    border-bottom: 1px solid #9C4E89;
  text-align: center;
}
.menu-menus-menu-container ul li ul li a { 
  background-color: #9C4E89;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2%;
    font-size: 0.6em;
}
.menu-menus-menu-container ul li a:hover {background-color:#9C4E89;} 
.menu-menus-menu-container ul li ul li a:hover {background-color:#000;} 
/* COLUMNS	
--------------------------------------------------------------------------------------------------------------------------------------------- */
.one-half {
	  width: 30%;
  float: left;
  position: relative;
  margin-right: 3%;
  padding-left: 17%;
	}
.footerBox.one {
	background-position:left top;
	background-repeat:no-repeat;
	color:#B51B25;
	  font-family: 'Raleway', 
	}
.footerBox.one ul  { padding:0 0 20px 0;}
.footerBox.one ul li {
  list-style: none;
  padding: 0px 0px 5px 0px;
  margin: 0 0px 0px 0px;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  display: block;
  color:#B51B25;
}
.one-forth {
	width:25%;
	float:left;
	}
.one-forth.footerBox {
	width:20%;
	padding:2%;
	float:left;
	min-height:230px;
	}
.one-forth.footerBox.one,
.one-forth.footerBox.two,
.one-forth.footerBox.three {
	/*border-right:1px solid #890000;;*/
	}
	
.one-forth.footerBox.four {
/*	border-left:1px solid #890000;*/
	}			
	
#news.content-area .news-inner{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:85px;
	}		

.content-area {
	width:100%;
	clear: both;
	}
#primary.content-area, #lowerBox.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
#primary.content-area {
  max-width: 1200px;
  margin-left:initial;
  margin-right:initial;
  width: 65%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, .search #primary.content-area, .archive #primary.content-area {
	 margin-right: 5%;
     width: 65%;
	 margin-top: 50px;
	}
.single-restaurants #primary.content-area {
	margin-top: 0px;
	}
#primary.content-area.ftft.withside {
	 margin-right: 5%;
     width: 45%;
	}
.page-id-20 #primary.content-area {
    margin-right: 0;
    width: 100%;
}
.single #primary.content-area {
    margin-right: initial;
    width: 65%;
    width: calc(100% - 360px);
    box-sizing: border-box;
}
.home #primary.content-area {
    max-width: 1200px;
    margin-left: initial;
    margin-right: initial;
    width: 64%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    box-sizing: border-box;
	margin-top: 65px;
}

#secondary.content-area {
    /* max-width: 1200px; */
    margin-left: initial;
    margin-right: initial;
    width: 28%;
    /* float: right; */
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 20px;
    box-sizing: border-box;
}
#secondary.content-area.ftft {
	width: 45%;
	margin-top: 120px;
	}
.home #secondary.content-area {
	width: 33%;
	}
		

#lowerBox.content-area {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1200px;
    margin-bottom: 50px;
    background-color: #ba9778;
}

#lowerBox.content-area h3 {
    color: #fff;
    font-size: 6em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
}
#lowerBox.content-area h3 strong { color:#B51B25;}
#lower.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
.lowerInternal {
	padding-bottom:100px;
	width:100%;
	float:left;
	}
#news.content-area {
  width: 100%;
      background-color: rgb(230, 225, 219);
  min-height: 300px;
  background-repeat:no-repeat;
  background-size:cover;
	}
	#primary.content-area .entry-content {
		margin-top:50px;
	}
.feature-box {
    width: 30%;
    margin-right: 1%;
    margin-left: 2%;
    text-align: center;
    min-width: 300px;
        background-color: #c1b19d;
		background-image:url(img/panelbg.jpg);
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative; 
}
.feature-box:hover {
background-color: rgb(51, 72, 101);
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative; 
  animation: bounce 1s;

}

.icon-box {
    width: 90%;
    /* border-bottom: 1px solid #B51B25; */
    margin-bottom: 20px;
    padding: 20px 5% 20px 5%;
    max-height: 180px;
    overflow: hidden;
}
.feature-box.right {
	padding-right:0%;
	}
.course-info-col1 {
float: left;
width: 48%;
}
.course-info-col2 {
float: right;
width: 48%;
}
.course-info-wrap {
	width: 100%;
padding-top: 50px;
margin-top: 0px;
padding-bottom: 50px;
background-color: #F1F1F1;
float: left;
	}

.availability-wrap {
	width: 100%;
padding-top: 50px;
padding-bottom: 50px;
background-color: #afe6d1;
float: left;
	}
.lower-columns {
	width:100%;
	float:left;
	}
.left-column {
	width:48%;
	float:left;
	}
.right-column {
	width:48%;
	float:right;
	}
/* MAIN BLOCKS	
--------------------------------------------------------------------------------------------------------------------------------------------- */

.footer {
        background-color: #4C453E;
    width: 100%;
    position: relative;
    float: left;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
}
.footerInt {
	  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
	}
.head-content {
       padding-bottom: 5px;
    padding-top: 0px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.site-header {
   width: 100%;
    padding: 0;
    margin: 0;
    color: #FFF;
    position: relative;
    z-index: 1000;
	background-color: #B51B25;
}
.site-content {
padding-bottom: 40px;
padding-top: 0px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
	}
.course-info {
padding-bottom: 50px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
.availability-int {
padding-bottom: 50px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}	
/* NEWS BLOCKS (HOME)	
--------------------------------------------------------------------------------------------------------------------------------------------- */	

#top-story {
	width:100%;
	float:left;
	margin-bottom: 0px;
	border-bottom: 5px dotted #fff;
	}
#second-stories {
	width:100%;
	float:left;
	min-height:285px;
	margin-bottom:80px;
	}
.sub-story {
	width:49%;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}

	
.dateb {
  width: 100%;
  padding: 0px 0 6px 0;
  float: left;
  font-family: 'Lato', sans-serif;
  color:#4C453E;
  font-size: 1.4em;
  
}
	
.main-image {
	width: 49%;
	margin-left: 1%;
	float: right;
	}
#top-story .main-image {
    width: 100%;
    margin-left: 0;
    float: left;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.14);
	max-height: 305px;
    overflow: hidden;
}



	.main-text h3 {
    color: #B51B25;
    font-size: 2.4em;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
	
	}
.sub-story .main-text h3 {
	color:#B51B25;
	font-size:24px;
	font-family: 'Lato', arial, sans-serif;
	font-weight:300;
	
	line-height: 26px;
	}
.main-text h3 a {
color:#B51B25;
text-decoration:none;
}
.main-text h3 a:hover {
color: #B51B25;
text-decoration:none;
}
.sub-story  .main-text h3 a {
color: #B51B25;
text-decoration:none;
}
.sub-story  .main-text h3 a:hover {
color:#B51B25;
text-decoration:none;
}
.sub-story .main-text {
	width:44%;
	padding:2%;
	float:left;
	border:3px solid #FFF;
	min-height: 148px;
	}
	
	.main-text .read-more a {
     color: #FFF;
    font-size: 1.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    /* text-transform: uppercase; */
    margin-top: 20px;
    display: inline-block;
    /* border: 1px solid #FFFFFF; */
    background-color: #B51B25;
}
.main-text .read-more a:hover {  background-color: #000;}


.offer-box {
    width: 100%;
    height: 305px;
    overflow: hidden;
    background-image: url(img/gastrocardofferbg.png);
    background-position: top center;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    border-bottom: 5px dotted rgb(168, 33, 29);
    
}
.offer-box-int {
    padding-top: 215px;
}

/* FOOTER
----------------------------------------------- */	

	
		

/* MAIN NAV
----------------------------------------------- */

.main-navigation a {
 display: block;
    text-decoration: none;
    color: #FFF;
    /*  */
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-size: 1rem;
        margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	    text-transform: uppercase;
    font-weight: 900;
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.main-navigation li.current-menu-item a {
	color: #FFF;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	border-bottom: 3px solid #FFF;
}

.main-navigation a:hover, li.current-menu-parent a {
	color: #715D4B;
    text-shadow: none;
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a {
display: block;
text-decoration: none;
color:#B51B25;
border-bottom:0;
font-family: 'Lato', sans-serif;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
.main-navigation ul li ul li a:hover , .main-navigation ul li.current-menu-item ul li a:hover, .main-navigation ul li.current-menu-item ul li.current-menu-item a, .main-navigation ul li ul li.current-menu-item a  {
	color: #715D4B;
	border-bottom:none;
	}

.main-navigation {
    width: 70%;
    padding: 0;
    color: #FFF;
    width: 100%;
    text-align: left;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
	float:none;
}
.navBox {
    background-color: #BCB2A9;
    width: 100%;
    float: left;
}
.logo {
    max-width: 210px;
    padding: 0;
    color: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
}
.screen-reader-text {
	display:none !important;
		}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
padding-right: 0px;
padding-top: 0px;
    text-align: left;
}
.main-navigation li {
  float: none;
  position: relative;
  padding: 0;
  display: inline-block;
}

.searchForm {
	display:block;
	position:absolute;
	top:63px;
	right:0;
	max-width:345px;
	z-index:2000;
	
	}

.searchFormInt {
    width: 100%;
    float: left;
    /* background-image: url(img/w90.png); */
    padding: 0 0 20px 0;
}
	
	
.searchFormInt input[type=search] {
	padding: 8px;
margin-bottom: 10px;
font-family: 'Lato', sans-serif;
font-size: 15px;
border: 1px solid #B51B25;
    width: 100%;
clear: both;
	}
	
.gform_body ul, .gform_body ul li { list-style:none; padding:0; margin:0;}

.memberLogin input[type="checkbox"]:checked + label span {
    background:url(https://www.gastrocard.co.uk/wp-content/themes/GastroCard2015/img/check_radio_sheet.png) -22px top no-repeat;
}

.footerBox ul {
	list-style:none;
	padding:0;
	margin:0;
	}
.footerBox ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.footerBox  ul li a {
  list-style: none;
  padding: 0px 3px 1px 0px;
  margin: 0 0 0px 0;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
      color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.site-info {
	  width: 100%;
	  padding-top: 25px;
	  display: inline-block;
	  text-align: center;
	}
.footerBox ul li a:hover {
	    color: #B51B25;
	}
.courses-image {
	position:relative;
height:100%;
width:100%;
background-position:center;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	}
.courses-menu .listCol1, 
.courses-menu .listCol2 {
	width: 250px;
	float: left;
	}
.course-children .listCol1 {
	width: 44%;
	float: left;
	padding-right:2%;
	}
.course-children .listCol2 {
	width: 44%;
	float: right;
	padding-right:0%;
	}
.course-children ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.course-children ul li {
	padding:0;
	margin:0;
	list-style:none;
	}
.course-children ul li a {
	padding:10px;
	width:98%;
	margin:0;
	list-style:none;
	border:1px solid #FFF;
	text-decoration:none;
	
	color:#505050;
	text-align:center;
	display: block;
	}
.course-children ul li a:hover,
.course-children ul li.current_page_item a  {

	margin:0;
	list-style:none;
	border:1px solid #c5c5c5;
	text-decoration:none;
	
	color:#B51B25;
	text-align:center;
	}
	
.scrolldown { text-align:center; display:inline-block; width:100%; float: left;}



#story, .single #story, .archive article {
  width: 100%;
  display: inline-block;
      border-bottom: 1px solid #DACA7F;
  margin-bottom: 10px;
  margin-top: 10px;
}

.archive .content-area h2,
.single .content-area h1,
.search .content-area h1,
.archive .content-area h1 {
color: #B51B25;
    font-size: 5em;
    line-height: 1em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 200;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.blog .content-area h2 {
	color: #B51B25;
    font-size: 2.6em;
    line-height: 1em;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0 0 20px 0;
	}
.cat-links, .tags-links {
    font-size: 0.9em;
}
.search .content-area p,
.archive .content-area p {
    margin-bottom: 10px;
	
}
.search .content-area h1, .archive .content-area h1 {
	 padding-bottom: 5px;
	}
.search h1.pageHeader, .archive h1.pageHeader {
        padding: 50px 0 30px 0;
}
.search .entry-summary, .archive .entry-summary {
    margin: 5px 0 0;
}

  .search .hentry, .archive .hentry {
    margin: 0 0 1.5em;
    border-bottom: 1px dotted #B51B25;
}
	
.single.single-menus .content-area h1 {
	font-size: 4em;
	}
.blog .content-area h2 a,
.archive .content-area h2 a {
color: #B51B25;
text-decoration:none;
}
.blog .content-area h2 a:hover,
.archive .content-area h2 a:hover {
color:#B51B25;
text-decoration:none;
}
.blog .main-image,
.single .main-image,
.archive .main-image {
width: 40%;
margin-left: 1%;
float: left;
padding-bottom: 20px;
}
.single .main-image {
  width: 100%;
  margin-left: 0;
  float: left;
  padding-bottom: 20px;
}
.single .main-image {
margin-top: 30px;
}
.main-text, .single .main-text {
      width: 100%;
        padding: 30px;
    float: left;
    min-height: inherit;
    box-sizing: border-box;
	    
}

.other-image {
    display: inline-block;
    width: 230px;
    height: 230px;
    background-color: #484848;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
	position: relative;
	background-size: contain;
}
.single-restaurants .other-image {
	width: 300px;
    height: 300px;
	background-size: cover;
	}
.intnail {
    position: relative;
    height: 100%;
	width:100%;
	box-sizing:border-box;
	padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
.tax-locations .intnail {

    background-color: rgba(0, 0, 0, 0.5);
}
.image-banner {
    position: absolute;
    background-color: #A8211D;
    color: #FFF;
    bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    font-size: 1.6em;
    right: -10px;
}
.other-image img, .main-image img { width:100%;}
.other-story .main-text {
    width: calc(100% - 240px);
    padding: 0 30px 30px 30px;
    float: left;
    min-height: inherit;
    box-sizing: border-box;
}
.other-image img {
    width: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: relative;
	    max-height: 100%;
    max-width: 100%;
}
.other-story {
border-bottom: 5px dotted rgb(247, 243, 236);
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: table;
    background-color: rgb(230, 225, 219);
}

.date {
    color: #7B7B7D;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    text-align: initial;
    font-weight: 900;
}
.single .main-text {
  
}
.single #secondary.content-area {
   margin-top: 60px;
	    width: 300px;
}

.blog .dateb,
.single .dateb {
	width: 100%;
    padding: 0px 0 10px 0;
    float: none;
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: #B51B25;
    font-size: 1.2em;
    text-transform: uppercase;
}
.blog  .main-text .read-more a:hover {
color: #000;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding: 80px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
	}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    border: 0;
    margin: 3px 5px;
    margin: 2px;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: #BCB2A9;
    padding: 6px 8px 6px 8px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #B51B25;
	color:#FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background-color: #B51B25;
	color:#FFF;
}
.nav-previous, .nav-next {
	text-decoration: none;
border: 0;
padding: 20px 0 20px 0;
font-size: 12px;
font-family: 'Lato', sans-serif;
font-weight: 700;

color: #918F8F;

}
.nav-previous a, .nav-next a { text-decoration: none; }
.gform_validation_container {display:none;}
.gform_confirmation_wrapper {
	color: #B51B25;
	font-size: 26px;
	line-height: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	
	padding-bottom: 20px;
	}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider.ipt_uif_heading span.ipt_uif_divider_text {
color: #B51B25 !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 1px #fff;
border-color: #B51B25 !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label .ipt_uif_question_required {
color: #E33B3B !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content {
border: 1px solid #ddd;
background: #FFFFFF  !important;
color: #362b36;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:before, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:after {
background-color: #D6EAAE !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 2px #fff;
border-color: #B51B25 !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider a.ipt_uif_scroll_to_top {

color: #B51B25 !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-header .ui-state-default {
border: 1px solid #B51B25 !important;
background: #D6EAAE !important;
font-weight: bold;
color: #B51B25 !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix td, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix th {
border-right-color: #B51B25  !important;
border-bottom-color: #B51B25 !important; 
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_radio:checked + label:after {
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B51B25), to(#B51B25))  !important; 
background-image: -webkit-linear-gradient(top, #B51B25, #B51B25)  !important; 
background-image: -moz-linear-gradient(top, #B51B25, #B51B25)  !important; 
background-image: -ms-linear-gradient(top, #B51B25, #B51B25) !important; 
background-image: -o-linear-gradient(top, #B51B25, #B51B25) !important; 
background-color: #B51B25;
color:#B51B25;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text span.subtitle {
color: #868686 !important; 
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label label.ipt_uif_question_subtitle {
color: #589B5B !important; 
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B51B25), to(#B51B25))  !important; 
background-image: -webkit-linear-gradient(top, #B51B25, #B51B25)  !important; 
background-image: -moz-linear-gradient(top, #B51B25, #B51B25)  !important; 
background-image: -ms-linear-gradient(top, #B51B25, #B51B25) !important; 
background-image: -o-linear-gradient(top, #B51B25, #B51B25) !important; 
background-color: #B51B25 !important;
color:#B51B25;
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-color: #B51B25 !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B51B25), to(#B51B25)) !important;
background-image: -webkit-linear-gradient(top, #B51B25, #B51B25) !important;
background-image: -moz-linear-gradient(top, #B51B25, #B51B25) !important;
background-image: -ms-linear-gradient(top, #B51B25, #B51B25) !important;
background-image: -o-linear-gradient(top, #B51B25, #B51B25) !important;
color:#B51B25;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 10px !important;
  background-color: #B51B25 !important;
  color: #FFF !important;
  font-size: 1.6em !important;
  text-transform: uppercase !important;
  border:0 !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 98% !important;
}

.downloadBox {
	  width: 325px;
  height: 240px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
  /* float: left; */
  overflow: hidden;
  border: 1px solid #ccc;
	}
.downloadBoxes {
  display: inline-block;
  width: 100%;
  text-align: center;
	}
ul.downloadCats {
	  margin: 0;
  padding: 20px 0 40px 0;
  list-style: none;
  text-align:center;
	}
ul.downloadCats li {
	  margin: 0;
  padding: 0;
  list-style: none;
  display:inline-block;
	}
ul.downloadCats li a {
	margin: 0 5px 0 5px;
   padding: 10px;
     text-decoration: none;
  border: 2px solid #B51B25;
    font-size: 1.6em;
	}
	ul.downloadCats li a:hover,
	ul.downloadCats li.current-cat a{
		background-color:#B51B25;
		color:#B51B25;
			}
			
article#post-46,
.downloadResults article  {
	
  display: inline-block;
  vertical-align:top;
	}
.searchBox {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
	}
.searchBox input.searchText {
	  width: 75%;
  padding: 10px;
  border: 2px solid #B51B25;
  font-size: 1.6em;
  color: #C31111;
 display: inline-block;
   vertical-align: bottom;
	}
.searchBox input.subImage {
	width:49px;
	height:49px;
	display: inline-block;
	  vertical-align: bottom;
	}
	
/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
/*  display: block;*/
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
    min-height: 550px;
}
/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
   min-height: 550px; 
  margin: 0 auto 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color:#B51B25;
    padding-top: 0;
    margin-top: -80px;
    position: relative;
    z-index: 100;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color:#B51B25;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bannerInner .bannerCenter {
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;  
  padding: 0 0 10px 0;
  margin: 0;
  width: 80%;
}
	.bannerInner {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  /* position: relative; */
  /* vertical-align: middle; */
  display: table;
  height: 450px;
  line-height: 550px;
  text-align: center;
}
.bannerInner .bannerCenter p {
color: #B51B25;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
   padding: 0 0 10px 0;
  margin: 0; 
 } 
 .headerText {
      padding: 0;
    width: calc(99% - 210px);
    text-align: right;
    font-size: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 30px;
}
  .food-box {
    display: inline-block;
    width: 22%;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
       margin-bottom: 30px;
    vertical-align: top;
    padding: 10px;
   background-color: #c1b19d;
    background-image: url(img/panelbg.jpg);
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative; 
}
  .food-box  h4 {
    color:#4C453E;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
	    padding: 0;
}
.content-area .food-box h4 a, .content-area .food-box a h4 {
    color: #B51B25;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 10px;
    border: none;
    text-decoration: none;
    display: block;
}
.content-area .food-box:hover {
	    background-color: rgb(51, 72, 101);
		-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative; 
animation: bounce 1s;
	}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	80% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}

.content-area .food-box h4 a:hover, .content-area .food-box a h4:hover {
    background-color:transparent;
}
.food-boxes {
    text-align: center;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    width: 94% !important;
}

.widget ul {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li a {
	padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: dotted 1px #B51B25;
    width: 100%;
    color: #B51B25;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
	}
.widget ul li a:hover {
	border-bottom: dotted 1px #FFF;
	color:#B51B25;
	} 

.widget select {
    margin: 50px;
    border: 1px solid #111;
    background: transparent;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 1.4em;
    border: 1px solid #B51B25;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/menubg.png) no-repeat right #B51B25;
    color:#B51B25;
    margin: 0;
    /* -webkit-appearance: none; */
    -webkit-border-radius: 0px;
	font-family: 'Lato', sans-serif;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  .widget select {
    background: none;
    padding: 5px;
  }
}
#map {
	height:100%;
	min-height:500px;
}
#map div.gm-style-cc {
    display: none;      
}

ul.foodMenu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
ul.foodMenu  li {
    list-style: none;
	padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: dotted 1px #B51B25;
    width: 100%;
	float: left;
}
span.foodMenuPrice {
    float: right;
}

.page-id-35 #bookatable {
    max-width: 300px;
}
.ui-content {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}
.single-menus th {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #B51B25;
    padding: 0 0 5px 0;
}

.single-menus td {
    font-family: Raleway, sans-serif;
    font-size: 1.4em;
    color:#4C453E;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #B51B25;
}
th.menualcvol, td.menualcvol,
th.menusizetwo, td.menusizetwo,
th.menusizeone, td.menusizeone {
    text-align: center;
}
li#menu-item-1574 a {
    color:#B51B25;
    background-color: #B51B25;
}
li#menu-item-1574 a:hover {
	 color: #B51B25;
    background-color:#B51B25;
	}
td.menutitle {
    display: table-cell;
    width: 60%;
}
.page-template-template-rooms .feature-text {
    background-color: #B51B25;
    color: #FFF;
	padding: 10px;
}
.page-template-template-rooms  .feature-text p {color: #FFF;    font-size: 1.4em;}

/* FORM STUFF -------------- */
input[type=text] {
    width: 100%;
    background-color: #DACDC1;
    padding: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    border: 1px solid #B9AEA3;
}
input[type="submit"] {
    width: 100%;
    background-color: #B51B25;
	color:#FFF;
    padding: 15px;
    margin-bottom: 10px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	    
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
    font-size: 0.7em;
}
.gform_wrapper .top_label .gfield_description {
    padding: 5px 0 10px 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-color: #DACDC1;
    line-height: 1;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
    padding: 5px;
}
span#input_1_1_6_container {
    width: 50.35%;
}
input[type="submit"]:hover {
	background-color: #988A7E;
	color:#000;
	}
.gform_wrapper .ginput_complex input[type=password] {
    background-color: #DACDC1;
    margin-bottom: 5px;
}
label {
    color: #B51B25;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-bottom: 3px;
	padding-top: 8px;
}
.gform_wrapper .gform_page_footer .button.gform_next_button {
    float: right;
    min-width: 130px;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    float: left;
    min-width: 130px;
}

.search-form label {
    color: #B51B25;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-bottom: 3px;
    width: 100%;
    box-sizing: border-box;
    max-width: 312px;
}
.single .search-form label {
max-width: 280px;
}
.widget-area {
	margin-top:15px;
	}
	.content-area .widget-area h4, .content-area .latest-rests h4, #secondary.content-area .gastrocardoffer h3 {
    color: #FFF;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: #B51B25;
	text-align:center;
	padding: 15px;
	    width: 100%;
	box-sizing: border-box;
}
 #secondary.content-area .gastrocardoffer h3 {
	 font-size: 2em;
	 }
#secondary.content-area .gastrocardoffer h4 {
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: block;
    background-color: #B51B25;
    color: #FFF;
    padding: 0px 15px 15px 15px;
}
#secondary.content-area .gastrocardoffer p {
    font-size: 1.1em;
    font-family: 'Lato', sans-serif;
    display: block;
    background-color: #BCB2A9;
    color: #4C453E;
    padding: 15px 15px 5px 15px;
	margin-bottom: 0;
	font-weight: 400;
}
#secondary.content-area #disclamer p {
    font-size: 1em;
	background-color: #BCB2A9;
    color: #FFF;
    padding: 5px 15px 15px 15px;
	display: block;
	margin: 0 0 10px 0;

}
#secondary.content-area .gastrocardoffer p {}
.textwidget {
    padding: 15px;
        background-color: rgb(230, 225, 219);
}

.register-box {
	width:100%;
	padding-top: 33px;
	padding-bottom:15px;
	text-align:center;
	}
#secondary.content-area .register-box h3 {
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    color: #B51B25;
    padding-bottom: 20px;
}
#secondary.content-area .register-box p {
    font-size: 1.4em;
    margin-bottom: 1em;
}

.register-box p a {
	color:#B51B25;
	text-decoration:none;
	font-weight:900;
	}
.register-box p a:hover { color:#000;}

.latest-rests {
	background-color: rgb(230, 225, 219);
	width:100%;
	position:relative;
	float: left;
	}

.restaurant-image {
    width: 120px;
    height: 120px;
    background-color: #484848;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.restaurant-text {
	width: calc(100% - 160px);
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}
.restaurant-box {
    display: block;
    width: 100%;
    position: relative;
        border-bottom: 5px dotted #F7F3EC;
    padding-top: 10px;
    padding-bottom: 10px;
}
.restaurant-box:hover{
background-color: #FFF;
}

.restaurant-text h5 {
    font-weight: 600;
    line-height: 1.2em;
}
.restaurant-text h5 a {
	text-decoration:none;
	color: #B51B25;
}
.restaurant-text:hover  {
	cursor:pointer;
	}
.restaurant-text h5 a:hover, .restaurant-box:hover h5 a {
	text-decoration:none;
	color: #000;
}
.restaurant-offer {
    font-size: 1.1em;
    line-height: 1.2em;
}
.restaurant-cat a {
    color: #7D7D7D;
    padding-top: 5px;
    display: block;
    text-decoration: none;
}
.restaurant-cat a:hover {color: #B51B25;}

.restaurant-image img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.other-story:hover, #top-story:hover {
	cursor:pointer;
    background-color: #FFFFFF;
}
.other-story:hover .main-text h3 a, #top-story:hover .main-text h3 a {
    color: #000;
    text-decoration: none;
} 
/* FORM STUFF END -------------- */

.topSliderWrap {
    background-color: #BCB2A9;
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
}
.slick-slider {
    margin-bottom: 0px;
}
.slick-slide {
    vertical-align: middle;
    height: 65px;
	padding: 0 20px 0 20px;
	position:relative;
	float:left;
	display: flex; 
	align-items:center;
}
.slick-initialized .slick-slide {
    display: flex; 
}
.slick-slider span  {
	
}
.slick-slider span img {
	
}
.bx-pager.bx-default-pager {
    display: none;
}

/* REST STUFF ------------------ */

.tax-locations #news.content-area .news-inner .other-story {
    width: 50%;
    display: inline-block;
    margin-left: initial;
    float: left;
    margin-right: initial;
    padding: 10px 0 10px 0;
    min-height: 185px;
    margin-right: -5px;
}
.tax-locations #news.content-area .news-inner .other-story .other-image {
    display: inline-block;
    width: 125px;
    height: 125px;
    background-color: #484848;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}

.tax-locations #news.content-area .news-inner .other-story .main-text {
    width: calc(100% - 135px);
    padding: 0 10px 10px 10px;
    float: left;
    min-height: inherit;
    box-sizing: border-box;
}
.tax-locations #news.content-area p {
    color: #4C453E;
    font-size: 1.1em;
    font-family: 'Lato', sans-serif;
	line-height: 1.2em;
    font-weight: 400;
	    -webkit-margin-after: 0.5em;
}

.tax-locations #news.content-area .news-inner .other-story h3 a {
   
   
}
.tax-locations #news.content-area .news-inner .other-story h3 {
    line-height: 1.2em;
    font-size: 1.4em;
}
.tax-locations .other-story:nth-child(odd) {
	border-right:10px #F7F3EC solid;
	}
.content-area h1.pageTitle {
    padding-top: 30px;
    display: block;
    padding-bottom: 30px;
    width: 100%;
}
#restaurant-details tr td {
    color: #4C453E;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
	padding: 5px;
	text-transform: capitalize;
}
#restaurant-details tr td strong {
    /* font-weight: bold; */
    font-weight: 400;
}
#restaurant-details tr:nth-child(even)		{ background-color: #EFE9DF; }

.single-restaurants .main-text h3 {
    color: #B51B25;
    font-size: 2.4em;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.gform_wrapper textarea.medium {
    background-color: #DACDC1;
}
.gform_wrapper form li, .gform_wrapper li {
    padding-bottom: 10px;
}
h3.gf_progressbar_title {
    font-size: 1.3em !important;
}
input.button {
    background-color: #B51B25;
    color: #FFF;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
input.button:hover{
	background-color:#BCB2A9;
	color:#000000;
	}
.sidebutton a, .backbutton a {
    color: #4C453E;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: #BCB2A9;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
	background-repeat:no-repeat;
	background-position:right top;
}
.sidebutton.menu a {background-image:url(img/menu1.png);}
.sidebutton.map a {background-image:url(img/map1.png);}
.sidebutton.web a {background-image:url(img/web1.png);}
.backbutton a {background-image:url(img/back1.png);}
.sidebutton a:hover, .backbutton a:hover {    color:#FFF; background-color: #B51B25;}
.sidebutton.menu a:hover {background-image:url(img/menu2.png);}
.sidebutton.map a:hover {background-image:url(img/map2.png);}
.sidebutton.web a:hover {background-image:url(img/web2.png);}
.backbutton a:hover {background-image:url(img/back2.png);}


ul.photoGallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.photoGallery li {
    list-style: none;
    padding: 0;
    margin: 0;
	display:inline-block;
	box-sizing:border-box;
	max-width: 32.6%;
}
ul.photoGallery li img {
	border: 2px solid #BCB2A9;
    box-sizing: border-box;
    width: 100%;
}
ul.photoGallery li img:hover {border: 2px solid #B51B25;}

.mychildren ul, .mychildren ul li {
	padding:0;
	margin:0;
	list-style:none;
	}
.mychildren ul li  {margin-bottom: 5px;}
.mychildren ul li ul  {margin-bottom: 5px;}
.mychildren ul li ul li  {margin-bottom: 0px;}

.mychildren ul li a {
    color: #4C453E;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: #BCB2A9;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right top;
}

.mychildren ul li ul li a { font-size: 0.6em; background-color: #DAD0C6; padding: 5px 10px 5px 10px;}

.mychildren ul li a:hover, .mychildren ul li.current_page_item a  {
	color: #FFF;
	background-color: #B51B25;
	}
.mychildren ul li.current_page_item ul.children li a {
	 color: #4C453E;
	    background-color: #DAD0C6;
	}
.mychildren ul li.current_page_item ul.children li a:hover, .mychildren ul li ul.children li.current_page_item a {
	color: #FFF;
	background-color: #B51B25;
	}

label.gfield_label {
    font-weight: 900;
}	
.ginput_container.ginput_container_singleproduct {
    font-size: 1.2em;
    font-weight: 400;
}
.gform_wrapper span.ginput_product_price {
    color: #B51B25;
}
.gform_wrapper .gform_page_footer {
    margin: 1.25em 0;
    width: 99%;
    border-top: 1px dotted #CCC;
    padding: 0;
    clear: both;
    float: left;
}
input#gform_submit_button_5 {
    float: right;
    padding: 0 !important;
    margin: 0 !important;
    /* line-height: 0 !important; */
}
.gform_wrapper ul.gform_fields {
    position: relative;
}
li#field_5_1, li#field_5_8, li#field_5_9 {
    width: 62%;
    float: left;
    clear: none;
}
li#field_5_13, li#field_5_14  {
    position: relative;
    float: right;
    width: 35%;
    text-align: right;
    right: 0;
    top: 0px;
}
.otherOptions {
	float:left;
	width:100%;
	position:relative;
	}
.righthandBox {
    margin-top: 75px;
    padding: 15px;
    background-color: #E6E1D9;
    float: left;
    width: 100%;
    box-sizing: border-box;
	    margin-bottom: 20px;
}
.gform_wrapper .top_label .gfield_description {
    padding: .625em 0 20px 0 !important;
}
.mychildren {
    float: left;
    width: 100%;
}
input#kjdyyu-kjdyyu {
    margin-bottom: 15px;
}
.ui-accordion .ui-accordion-header {
    background: #BCB2A9;
}
.photoImage, .logoImage  {
    float: left;
    width: 100%;
	box-sizing:border-box;
	text-align: center;
    background-color: #BCB2A9;
    margin: 0;
    padding: 0;
}
.logoImage  {
      /*  background-color: #B51B25;*/
		text-align:center;
		padding:10px;
		margin-bottom:10px;
}

.deliveroo {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #BCB2A9;
    color: #FFF;
    text-align: center;
}
.deliveroo p { font-weight:bold;}

.sidebar-box {
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.sidebar-ads {
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: block;
    /* visibility: visible !important; */
    position: relative;
    background-color: #fff;
    padding: 10px;
}
.sidebar-ads .sidebar-ads-left, .sidebar-ads .sidebar-ads-right {
    width: 50%;
    box-sizing: border-box;
    float: left;
	padding:10px;
	display: block;

}
.sideImage {
    padding: 10px;
}
.widget.widget_adrotate_widgets {
    margin: 0 0 0 0;
    padding-top: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.content-area h4.sidebar-title {
    color: #B51B25;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.one-forth.footerBox.one img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    display: inline-block;
}
.one-forth.footerBox.one {
	text-align:center;
}
.image-banner.compclosed, .image-banner.offerend {
    background-color: #BCB2A9;
}
.boxNav ul, .boxNav ul li {
	padding:0;
	margin:0;
	list-style:none;
	text-align: center;
	}
.boxNav {
	position:relative;
	text-align:center;
	width: 95%;
	}
.boxNav ul li.menu-item {
	display:none;
	}
.boxNav ul li.menu-item.current-menu-item {
    display: block;
}
.boxNav ul li.menu-item.current-menu-item a {
    display: none;
}
.boxNav ul li.menu-item.current-menu-item ul.sub-menu li.menu-item  {
	display: inline-block;
    padding: 20px;
    background-color: #BCB2A9;
    margin: 5px;
    width: 30%;
    vertical-align: top;
    min-height: 120px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 120px;
	}
	.boxNav ul li.menu-item.current-menu-item ul.sub-menu li.menu-item:hover  {
     background-color: #B51B25;
	 cursor:pointer;
		}
		
.boxNav ul li.menu-item.current-menu-item ul.sub-menu li.menu-item  a {
	display: inline-block;
    text-decoration: none;
    color: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
	}	
/* MOBILE STUFF ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) { 
.site-content {
    margin-left: 3%;
    margin-right: 3%;
}
#primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area {
    margin-right: 5%;
    width: 50%;
}

#secondary.content-area {
/*    width: 44%;*/
}
}

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

.other-image {
    width: 180px;
    height: 180px;
}


}

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

.headerText {
    float: left;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    box-sizing: border-box;
}
	
#main {
	display: block;
text-align: center;

	} 
.one-forth.footerBox {
width: 96%;
padding: 2%;
float: left;
min-height: inherit;
}
.one-forth.footerBox.one, .one-forth.footerBox.two, .one-forth.footerBox.three {
border-right:0;
border-bottom: 1px solid #FFF;
}
.one-forth.footerBox.four {
border-left: 0;
}
	
.main-text  {
width: 90%;
padding: 2%;
float: left;
min-height: inherit;
margin: 0 3% 20px 3%;
}

.left, .right {
float: none;
display: inline-block;
margin-bottom: 20px;
}

.site-content {
padding-bottom: 20px;
padding-top: 0px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;

}
.site-header {
width: 100%;
padding: 0;
margin: 0;
color:#B51B25;
position:relative;
z-index: 1000;
}
	.logo {
display: block;
width: 15%;
padding: 0;
float: left;
color:#B51B25;
padding-left: 5%;
padding-top: 3px;
padding-bottom: 3px;
display: none;
}
.main-navigation {
    background-color: #BCB2A9;
    width: 100%;
    padding: 0;
    float: left;
    color: #FFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
}
#headerImage {
margin-left: auto;
margin-right: auto;
max-width: 100%;
/*padding-top: 60px;*/
}

	.menu-toggle {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #FFF;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 94%;
  
}

 .main-navigation.toggled .nav-menu {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color:#B51B25;
  float: left;
  
  padding-left: 0;
  padding-right: 0;
      padding-top: 0;
    padding-bottom: 0;
  width: 100%;
}

	.main-navigation ul {
		display: none;
	}
	
.main-navigation li {
float: left;
position: relative;
width: 100%;
}
.main-navigation ul li {
    background-color: #BCB2A9;
    border-bottom: 1px solid #D4C9C0;
    text-align: center;
}
.main-navigation ul li ul li {
	background-color: #D4C9C0;
	padding: 10px 0 10px 0;
	border-bottom: 0;
}
.main-navigation ul li ul li a {
  padding-left: 0px;
    padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
 } 
.main-navigation ul ul {
box-shadow: none;
display: block;
float: left;
left: 0;
position: relative;
top: 0;
z-index: 99999;
width: 100%;
padding: inherit;
margin-bottom: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color:#B51B25;
text-shadow: none;
font-family: 'Lato', sans-serif;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
}
.availability-wrap {
width: 94%;
padding-top: 50px;
padding-bottom: 50px;
background-color: #afe6d1;
float: left;
padding-left: 3%;
padding-right: 3%;
}
.logo {
display: block;
    width: 100%;
    padding: 0;
    float: left;
    color: #B51B25;
    padding-left: 0%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    max-width: 100%;
}
.logo img {
	max-width: 330px;
	}
.main-navigation ul ul a {
width: 92%;
}

.featureBoxes {
	display: block;
text-align: center;
	}
.blog #story,
.single #story {
width: 100%;
display: inline-block;
border-bottom: 1px solid #B51B25;
margin-bottom: 20px;
}
.blog .content-area h2,
.single .content-area h1 {

}
.blog .content-area h2 a {
color: #B51B25;
text-decoration:none;
}
.blog .content-area h2 a:hover {
color:#B51B25;
text-decoration:none;
}
.blog .main-image,
.single .main-image {
margin: 0;
  padding-bottom: 20px;
}

.blog .main-text,
.single .main-text {
/*width: 44%;*/
width: 90%;
padding: 2%;
float: left;
min-height: inherit;
text-align: left;
}
.blog .dateb,
.single .dateb{

}
.blog  .main-text .read-more a:hover {
color:#B51B25;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top:10px;
	padding-bottom:20px;
	}

.wp-pagenavi a, .wp-pagenavi span {
	
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	
}

.wp-pagenavi span.current {
	
}


}

@media screen and (max-width: 850px) {
	.offer-box {
	background-color: #A8211D;
	}
.home #primary.content-area, #primary.content-area {
    width: 100%;
}

#secondary.content-area, .home #secondary.content-area {
    width: 100%;
}



	.alignright, .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 20px;
}
	
.single-menus td, .single-menus th {

    font-size: 1em;
 
}

#primary.content-area, #primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, #primary.content-area.ftft.withside {
  max-width: 1200px;
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#secondary.content-area, #secondary.content-area.ftft, .single #secondary.content-area {
  /* max-width: 1200px; */
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  /* float: right; */
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.one-half {
width: 100%;
float: left;
position: relative;
}
.single .search-form label {
    max-width: 95%;
    box-sizing: border-box;
}
.blog .main-image,
.single .main-image {
width: 96%;
margin-left: 2%;
margin-right: 2%;
float: none;
padding-bottom: 20px;
}

.blog .main-text,
.single .main-text {
width: 90%;
padding: 2%;
float: left;

min-height: inherit;
text-align: left;
}

.footerBox.one {
  background-image:none;
  background-position: left top;
  background-repeat: no-repeat;
}

.feature-box {
    width: 88%;
}
.left-column,
.right-column {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
}

.searchBox {
  width: 96%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

li#field_5_1, li#field_5_8, li#field_5_9 {
    width: 100%;
    float: left;
    clear: none;
}
li#field_5_13, li#field_5_14 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    right: 0;
    top: 0px;
}
.other-story .main-text, .tax-locations #news.content-area .news-inner .other-story .main-text {
    width: 100%;
	    padding: 20px;
}
.other-image, .tax-locations #news.content-area .news-inner .other-story .other-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}
.archive .content-area h2, .single .content-area h1, .search .content-area h1, .archive .content-area h1 {
    font-size: 3em;
}
img.aligncenter {
    padding: 10px 0 10px 0;
}
[class*="navigation"] .nav-previous, [class*="navigation"] .nav-next {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}
#primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, .search #primary.content-area, .archive #primary.content-area {
    margin-right: 0;
    width: 100%;
    margin-top: 50px;
}
.tax-locations #news.content-area .news-inner .other-story {
    width: 100%;
    display: inline-block;
    margin-left: initial;
    float: left;
    margin-right: initial;
    padding: 10px 0 10px 0;
    min-height: initial;
    margin-right: 0;
}

}
@media screen and (max-width: 600px) {
.boxNav ul li.menu-item.current-menu-item ul.sub-menu li.menu-item {
    width: 100%;
}
}