/* Body */

body
{
    margin-top:0px;
    margin-bottom:0px;
    width:100%;
    height:100%;
    min-width:320px;
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
    background-image:
        url('../img/paper.jpg');
    background-color:#ddd7ce;
    font-family:
        "courier_newregular",
        monospace;
    line-height: 1.35;
    box-shadow:
        0px 0px 10px 4px #555555;
    -webkit-box-shadow:
        0px 0px 10px 4px #555555;
    -moz-box-shadow:
        0px 0px 10px 4px #555555;
}

/* Header */

#site_header
{
    width:100%;
    background-color:#4a463d;
    text-align:center;
    padding:20px 0px 10px 0px
}

/* Primary Navigation */

#primary_navigation
{
    background-color:#dbd6d0;
    color:#444444;
    font-size:105%;
    font-weight:bold;
    font-family:
        'GillSans',
        sans-serif;
    padding:8px 5px 8px 5px;
    text-align:center;
    letter-spacing:3px;
}

.inline
{
    dislpay:inline-block;
    width:100px;
}


/* Links */

/* unvisited navigation link */
#primary_navigation a:link
{
    color:#444444;
    text-decoration: none;
    font-weight:bold;
}

/* visited navigation link */
#primary_navigation a:visited
{
    color:#444444;
    text-decoration: none;
    font-weight:bold;
}

/* mouse over navigation  link */
#primary_navigation a:hover
{
    color:#777777;
    text-decoration: none;
    font-weight:bold;
}

/* selected navigation link */
#primary_navigation a:active
{
    color:#777777;
    text-decoration: none;
    font-weight:bold;
}

/* Highlight Current Page */

#primary_navigation a.current
{
    color:#666666;
/*    text-decoration:underline;*/
    border-bottom: 2px solid;
}

/* unvisited link */
a:link
{
    color:#777777;
    font-weight: bold;
    text-decoration: underline;
}

/* visited link */
a:visited
{
    color:#777777;
}

/* mouse over link */
a:hover
{
    color:#999999;
}

/* selected link */
a:active
{
    color:#999999;
}

/* link without decoration */
a.no_decoration:link
{
    text-decoration:none;
}

/* Main Content */

#wrapper
{
    background-color:#dbd6d0;
    font-size:115%;
    font-family:
        "courier_newregular",
        monospace;
}

#content
{
    clear:both;
    overflow:hidden;
}

section
{
    clear:both;
    overflow:hidden;
    color:#444444;
    margin-bottom:45px;
}

.pad
{
    padding:28px 28px 5px 28px;
}

.center
{
    text-align: center;
}

.vertical-align
{
    display: inline-block;
    vertical-align: middle;
}

hr
{
    background-color:#ED8F1C;
    height:2px;
    border:0;
}

h1, h2, h3, h4, h5, h6
{
    color:#444444;
    font-family:
        'GillSans',
        sans-serif;
    display:inline;
}

h4 span
{
    font-weight:normal;
}

.highlight
{
    color:#ED8F1C;
}

/*p:first-letter
{
    font-size:5.2em;
	float: left;
    padding:5px 8px 2px 0px;
    line-height:0.59em;
    vertical-align: text-top;
}*/

span
{
    padding-right: 6px;
}

ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

li
{
     margin: 0em 0em 1.2em 0em;
}

.rslides li
{
    margin-bottom:0px;
}

.to_top
{
    color:#444444;
    text-align:center;
    padding:15px 0px 15px 0px;
}

.boxed
{
    border-style: solid;
    border-width:1px;
    padding:10px;
    border-color:#444444;
    background-color:#EAE5DE;
}

.menu-toggle
{
    width:100%;
    min-width:200px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
    cursor:pointer;
}

.menu-toggle-left
{
    width:230px;
    text-align:center;
    cursor:pointer;
}

.menu-toggle:hover,
.menu-toggle-left:hover
{
    background-color:#F9F4ED;
}

.sister_links
{
    background-color: #FFFFFF;
    padding:30px;
    text-align: center;
    border-top:
        1px solid #444444;
}

.sister_links h2
{
    color:#444444;
}

/* Map Wrapper */

#map_wrapper
{
    height:100%;
    max-height: 478px;
}

.iframe-rwd
{
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */

#site_footer
{
    background-color:#ddd7ce;
    color:#444444;
    padding:1px 20px 20px 0px;
    text-align:center;
    font-size:16px;
    padding-bottom:40px;
}

/* Images */

a img
{
    border:0;
}

img
{
    max-width:100%;
}

/*
.bxslider img
{
    min-height:350px;
}
*/

/* Tables */

table
{
    width: 100%;
}

/* Temporary Notifications */

.notification
{
    padding:20px;
    background-color:#D37A7A;
    font-family:
        'GillSans',
        sans-serif;
    font-size:110%;
}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
    /* column-space */
	padding-left: 12px;
    /* column-space */
	padding-right: 12px;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
    /* grid-space to left */
	padding-left: 20px;
    /* grid-space to right:
    (grid-space-left
    - column-space)
    e.g. 20px-20px=0 */
	padding-right: 20px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}


@media handheld,
    only screen
    and (max-width: 798px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
        /* grid-space to left */
		padding-left: 0px;
        /* grid-space to right:
        (grid-space-left
        - column-space)
        e.g. 20px-10px=10px */
		padding-right: 0px;
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
        /* column-space */
		padding-right: 0px;
	}


	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
        /* column-space */
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3,
    .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2,
    .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3,
    .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4,
    .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6,
    .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}

/* Adjustments for small screens */

@media handheld,
only screen
and (max-width: 600px) {

	#primary_navigation
	{
		padding:8px 0px 8px 0px;
	}

    .hide
    {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
}

@media handheld,
only screen
and (max-width: 490px) {

	#primary_navigation
	{
        font-size:88%;
		letter-spacing:1px;
	}
}

/* Fonts */

@font-face
{
    font-family:'GillSans';
    src: url('../fonts/gillsans-webfont.eot');
    src: url('../fonts/gillsans-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gillsans-webfont.woff') format('woff'),
    url('../fonts/gillsans-webfont.ttf') format('truetype'),
    url('../fonts/gillsans-webfont.svg#gill_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'courier_newregular';
    src: url('../fonts/cour-webfont.eot');
    src: url('../fonts/cour-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cour-webfont.woff2') format('woff2'),
         url('../fonts/cour-webfont.woff') format('woff'),
         url('../fonts/cour-webfont.ttf') format('truetype'),
         url('../fonts/cour-webfont.svg#courier_newregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Easy Tabs */

.etabs
{
    margin: 0;
    padding: 0;
}

.tab
{
    display: inline-block;
}

.tab a
{

    display: block;
    padding: 4px 14px;
    text-decoration: none;
}

.tab a:hover h2
{
    color:#777;
}

.tab.active
{
    position: relative;
    border: solid 2px #ED8F1C;
}

/* MailChimp */
#mc_embed_signup
{
    padding:25px;
    background:#fff;
    clear:left;
    font:100% "courier_newregular",monospace;
    margin-bottom:15px;
}

.mc-field-group
{
    margin-bottom:15px;
}

.mc-field-group input
{
    width:100%;
    border:2px solid #dadada;
    padding:5px;
    margin-top:-10px;
}

.mc-field-group input:focus
{
    outline:none;
    border-color:#ED8F1C;
}

.button
{
    width:220px;
    
    background-color: #FFFFFF; /* White */
    border: 2px solid;
    border-color: #ED8F1C;
    color: #444444;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover
{
    background-color: #ED8F1C; /* Orange */
    color: #444444;
    cursor: pointer;
}

/* OpenTable */
#ot-reservation-widget {

    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ot-powered-by {

    display: none !important;
}


#ot-reservation-widget {
    height: 100% !important;
    width: 100% !important;
}

#ot-reservation-button {
    height: 100% !important;
    padding-top: 12px;
}

.ot-button {
    border-radius: 0px !important;
    font-family: 'GillSans', sans-serif !important;
    font-size: 19px !important;
    max-height:47px;
    font-weight:normal !important;
/*    padding: 1.5rem !important;*/
/*    max-width:234px*/
}

/* Buttons */

.voucher-button,
.booking-button,
.ot-button,
.order-button
{
    border:none;
    color:white;
    font-size:19px;
    font-family: 'GillSans', sans-serif;
    height:47px;
    font-weight:normal;
    max-width:220px;
    min-width:140px;
}

.voucher-button
{
    background-color:rgba(237, 143, 28, 0.75);
}

.ot-button
{
    background-color:rgba(219, 55, 67, 0.7) !important;
    padding:0px;
}

.booking-button
{
    background-color: transparent;
    padding:0px;
}

.order-button
{
    background-color:rgba(0, 204, 189, 0.5);
}

.voucher-button:hover
{
    background-color:rgba(237, 143, 28, 0.95);
    cursor: pointer;
}

.ot-button:hover
{
    background-color:rgba(219, 55, 67, 0.9) !important;
    cursor: pointer;
}


.order-button:hover
{
    background-color:rgba(0, 204, 189, 0.75);
    cursor: pointer;
}

.booking-button
{

}


@media handheld,
    only screen
    and (max-width: 798px) {
        
    .voucher-button,
    .booking-button,
    .order-button
    {
        max-width:140px;
    }
}


.widget-container
{
    position: relative;
    margin-top:-102px;
    z-index: 2;
    padding: 0px 10px 0px 10px;
}

.bxslider
{
    position: relative;
    z-index: 1;
}





    



