/*
Theme Name: The Pedal Pusher
Description: The Pedal Pusher website layout.
Author: Revolution
Author URI: http://www.rev.co.nz
*/

/* 
 * HTML5 Ã¢Å“Â° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==========================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.231;}
body, button, input, select, textarea { font-family: news-gothic-std-n4, news-gothic-std, sans-serif; color: #fff; }
::-moz-selection { background: #C61E24; color: #fff; text-shadow: none; }
::selection { background: #C61E24; color: #fff; text-shadow: none; }

/* ==========================================================================
   Links
   ========================================================================== */

a { color: #C61E24; }
a:visited { color: #551a8b; }
a:hover { color: #C61E24; text-decoration:none}
a:focus { outline: none; }
a:hover, a:active { outline: none; }

/* ==========================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
em { font-family: news-gothic-std-i4, news-gothic-std, sans-serif; }
strong { font-family: news-gothic-std-n7, news-gothic-std, sans-serif; }
strong em, em strong { font-family: news-gothic-std-i7, news-gothic-std, sans-serif; }

/* ==========================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
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; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #F0DDDD; }

/* ==========================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==========================================================================
   Primary Styles - Author: Truman Butterworth
   ========================================================================== */

#ie6-warning {
    padding: 3px 18px;
    background: #EEE8E6;
    border-bottom: 1px solid #A56D78;
    color: #000000;
}

#bg {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.46))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* W3C */
    min-height: 100%;
    width: 100%;
    position: fixed;
}

.no-cssgradients body {
    background: url(images/ie-brick-tile.jpg) #666;
}

p.button a,
input#submit {
    padding: 0;
    background: #C51E23;
    background: -moz-linear-gradient(top,  rgba(196,60,65,1) 0%, rgba(197,32,39,1) 36%, rgba(164,15,20,1) 66%, rgba(164,15,20,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,60,65,1)), color-stop(36%,rgba(197,32,39,1)), color-stop(66%,rgba(164,15,20,1)), color-stop(100%,rgba(164,15,20,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(196,60,65,1) 0%,rgba(197,32,39,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(196,60,65,1) 0%,rgba(197,32,39,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(196,60,65,1) 0%,rgba(197,32,39,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(196,60,65,1) 0%,rgba(197,32,39,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* W3C */
    border: medium none;
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
}

p.button a:hover,
input#submit:hover {
    background: #A40F14;
    background: -moz-linear-gradient(top,  rgba(193,102,105,1) 0%, rgba(196,54,59,1) 36%, rgba(164,15,20,1) 66%, rgba(164,15,20,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,102,105,1)), color-stop(36%,rgba(196,54,59,1)), color-stop(66%,rgba(164,15,20,1)), color-stop(100%,rgba(164,15,20,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(193,102,105,1) 0%,rgba(196,54,59,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(193,102,105,1) 0%,rgba(196,54,59,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(193,102,105,1) 0%,rgba(196,54,59,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(193,102,105,1) 0%,rgba(196,54,59,1) 36%,rgba(164,15,20,1) 66%,rgba(164,15,20,1) 100%); /* W3C */
    color: #FFFFFF;
}

p.button a {
    display: block;
    padding: 3px;
    text-decoration: none;
    text-align: center;
}

.no-cssgradients p.button a,
.no-cssgradients input#submit {
    border: 1px solid #900;
}
.caroufredsel_wrapper
{
    min-height: 445px;
}
html,
body {
    height: 100%;
    width: 100%;
}

body {
    background: url(images/brick-tile.jpg) #666;
}

#wallpaper-container {
    position: relative;
    min-width: 980px;
    width: 100%;
    left: 0;
}

#wallpaper-left {
    background: url(images/wallpaper-left.jpg) no-repeat;
    height: 468px;
    left: 0;
    position: absolute;
    width: 427px;
    z-index: 1;
    top: 200px;
}

#drop-shadow-left {
    background: url(images/left-shadow.png) no-repeat left bottom;
    bottom: 8px;
    height: 23px;
    position: absolute;
    width: 423px;
}

#wallpaper-right {
    background: url(images/wallpaper-right.jpg) no-repeat;
    height: 468px;
    position: absolute;
    right: 0;
    width: 427px;
    z-index: 1;
    top: 200px;
}

#drop-shadow-right {
    background: url(images/right-shadow.png) no-repeat left bottom;
    bottom: 8px;
    height: 23px;
    position: absolute;
    right: 0;
    width: 404px;
}

#container {
    height: auto !important;
    margin: 0 auto -531px;
    max-width: 1280px;
    min-height: 100%;
    min-width: 980px;
    position: relative;
    z-index: 1;
}

header {
    width:1040px;
}

header h1 {
    margin:0;
}

header a#logo {
    background: url(images/logo.png) no-repeat;
    float: left;
    height: 179px;
    text-indent: -9999px;
    width: 392px;
}

header a#logo:hover,
header a#logo.selected {
    background-position:  0 -179px;
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */



nav ul li {
    display: inline;
}

nav a {
    float: left;
}

/* About Us */

nav li#menu-item-166 a {
    background: url(images/navigation.svg) no-repeat;
    display: block;
    height: 194px;
    margin: 0;
    text-indent: -9999px;
    background-size: 600px;
    width: 97px;
}

nav li#menu-item-166 a:hover,
nav ul li#menu-item-166.current-menu-item a {
    background-position: 0 -197px;
}

/* Our Menu Tab */

nav li#menu-item-456 a {
    background: url(images/navigation.svg) no-repeat -102px 0;
    display: block;
    height: 216px;
    margin: 0;
    text-indent: -9999px;
    width: 97px;
    background-size: 600px;
}

nav li#menu-item-456 a:hover,
nav ul li#menu-item-456.current-menu-item a {
    background-position: -102px -198px;
}

nav li#menu-item-354 a {
    background: url(images/navigation.svg) no-repeat -203px 0;
    display: block;
    height: 216px;
    margin: 0;
    text-indent: -9999px;
    width: 97px;
    background-size: 600px;
}

nav li#menu-item-354 a:hover,
nav ul li#menu-item-354.current-menu-item a {
    background-position: -203px -197px;
}

/* gift Cards */

nav li#menu-item-541 a {
    background: url(images/navigation.svg) no-repeat -404px 4px;
    display: block;
    height: 214px;
    margin: 0;
    text-indent: -9999px;
    width: 98px;
    background-size: 600px;
}

nav li#menu-item-541 a:hover,
nav ul li#menu-item-541.current-menu-item a {
    background-position: -404px -191px;
}

/* What's On */

nav li#menu-item-165 a {
    background: url(images/navigation.svg) no-repeat -303px 0px;
    display: block;
    height: 214px;
    margin: 0;
    text-indent: -9999px;
    width: 100px;
    background-size: 600px;
}

nav li#menu-item-165 a:hover,
nav ul li#menu-item-165.current-menu-item a {
    background-position: -303px -198px;
}

/* Contact Us */

nav li#menu-item-167 a,
nav li#menu-item-583 a {
    background: url(images/navigation.svg) no-repeat -504px 4px;
    display: block;
    height: 180px;
    margin: 0;
    text-indent: -9999px;
    width: 120px;
    background-size: 600px;
}

nav li#menu-item-583 a:hover,
nav ul li#menu-item-583.current-menu-item a,
nav li#menu-item-436 a:hover,
nav ul li#menu-item-436.current-menu-item a {
    background-position: -504px -194px;
}

#brake-cable {
    background: url("images/brake-cable.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 46px;
    left: 373px;
    margin-left: 35px;
    margin-top: 31px;
    position: absolute;
    top: -4px;
    width: 656px;
    z-index: -1;
}
#menu-main-navigation {
    float: left;
    left: 440px; /*left: 400px;*/
    margin-left: 40px;
    margin-top: 46px;
    position: absolute;
    width: 613px;
    z-index: 3;
}

/* ==========================================================================
   Main Content
   ========================================================================== */

.main {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#outer-container {
    background: url(images/content-bg.jpg) #FFFFFF;
    display: block;
    margin: 20px auto 30px;
    min-height: 440px;
    overflow: hidden;
    position: relative;
    width: 663px;
    z-index: 2;
    border: 3px solid #232323;
}

#outer-container h1{
    font-family: lobster, sans-serif;
    font-size: 31px;
    font-weight: normal;
    padding-top: 12px;
    color: #FFF;
    padding-bottom: 10px;
}

#whats-on #outer-container {
    overflow: visible !important;
}

#drinks-menu #outer-container,
#food-menu #outer-container {
    border: 0;
}

#mail-container {
    padding: 0 20px;
}

#content-container {
    font-size: 16px;
    padding: 20px;
    line-height: 1.6;
    color: #FFF;
}

#content-container h1 {
    padding: 0;
    font-size: 40px;
    line-height: 1.1;
}

/* Wordpress Images and Captions */

.alignleft,
img.alignleft {
    float: left;
    margin: 4px 20px 20px 0;
    background: #FFFFFF;
}

.alignright,
img.alignright {
    float: right;
    margin: 4px 0 20px 18px;
    background: #FFFFFF;
}

.alignnone,
img.alignnone {
    margin: 4px 0 0 0;
    background: #FFFFFF;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 4px auto 20px auto;
    clear: both;
    background: #FFFFFF;
}

img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter {
    padding: 7px;
}

.wp-caption {
    display: block;
    padding: 2px;
}

.wp-caption img {
    margin: 5px 5px 0 5px;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    color: #000000;
    margin: 3px 0 2px 5px !important;
}

p.attachment img {
    padding: 7px;
    background: #FFFFFF;
}

/* ==========================================================================
   Mid Section
   ========================================================================== */

#mid-section {
    margin: 0 auto;
    position: relative;
    width: 980px;
    height: 234px;
}

#drop-shadow {
    background: url(images/drop-shadow.png) no-repeat;
    bottom: 208px;
    height: 142px;
    position: absolute;
    width: 697px;
    z-index: 1;
    left: 141px;
}

#motto {
    background: url(images/escape-the-race.png) no-repeat 80% 0;
    height: 227px;
    margin-top: 35px;
}

#bb-container {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 980px;
    width: 100%;
    position: relative;
}

#black-board {
    background: url(images/black-board.png) no-repeat;
    top: 24px;
    height: 445px;
    position: absolute;
    width: 325px;
    /* z-index: 0; */
}
#black-board2 {
    background: url(images/black-board.png) no-repeat;
    top: 24px;
    right: 0;
    height: 445px;
    position: absolute;
    width: 325px;
    /* z-index: 0; */
}

.black-board h1 {
    font-family: lobster, sans-serif;
    font-size: 37px;
    font-weight: normal;
    margin: 50px 0 20px;
}

.black-board h1,
.black-board p {
    color: #fff;
    text-align: center;
}

.black-board p strong {
    font-size: 19px;
}

.black-board p {
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================================
  Menu
========================================================================== */
#menu{
    display: block;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 5;
}
#menu ul li{
    display:inline;
}
#menu ul li a{
    text-indent:-9999px;
    display:block;
}
.drink-menu .hover-info{
    background-image: url("images/drinks-menu.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 203px;
    left: 374px;
    position: absolute;
    width: 151px;
    top:69px;

}
.food-menu .hover-info{
    background-image: url("images/food-menu.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 212px;
    left: 471px;
    position: absolute;
    top: 97px;
    width: 159px;
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    height:326px;
}

.push {
    height: 260px;
}

#details {
    color: #EACFB1;
    height: 353px;
    margin: 0 auto;
    max-width: 1406px;
    min-width: 980px;
    position: relative;
    width: 980px;
    z-index: 5;
}

#details a {
    color: #EACFB1;
}

#details p {
    float: right;
    font-size: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    position: absolute;

}
#details .company {
    left : -140px;
    bottom: 0px !important;
}
#details p:first-child {
    bottom: -15px;
}

#details p#copyright {
    bottom: 0;
    right: 0;
}

#icons {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 5;
    bottom: -130px;
}

#icons ul {
    margin: 0;
}

#icons li {
    display: inline;
}

#icons a {
    display: block;
    text-indent: -9999px;
}

#loyalty-card-icon {
    position: absolute;
    left: 185px;
    top: 79px;
    width: 143px;
    height: 75px;
    background: url(images/loyalty-card.png) no-repeat;
}

#loyalty-card-icon a {
    position: relative;
    z-index: 3;
    width: 143px;
    height: 75px;
}

#subscribe-icon {
    background: url(images/mailing-icon.png) no-repeat;
    height: 79px;
    left: 696px;
    position: absolute;
    width: 194px;
    top: 94px;
}

#subscribe-icon a {
    height: 45px;
    margin-left: 44px;
    padding-top: 7px;
    width: 80px;
    position: relative;
    z-index: 3;
}

#facebook-icon {
    background: url(images/fb-icon.png) no-repeat;
    height: 43px;
    left: 904px;
    position: absolute;
    width: 53px;
    top: 105px;
}

#facebook-icon a {
    height: 45px;
}

#table {
    background: url(images/lower-section.png) no-repeat center bottom;
    height: 376px;
    min-width: 980px;
    position: relative;
    width: 100%;
    z-index: 4;
}

/* ==========================================================================
   Hover Effects
   ========================================================================== */

#menu p,
#icons p {
    font-size: 15px;
    margin: 0;
}

#loyalty-club-hover {
    left: -16px;
    bottom: 78px;
}

#drink-hover {
    left: 213px;
}

#food-hover {
    left: 635px;
    bottom: -60px;
}

#fb-hover {
    left: -130px;
    bottom: 58px;
}

#mail-hover {
    left: -12px;
    bottom: 77px;
}

.borderradius,
.hover {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.hover {
    background: url(images/bubble-bg.png);
    border: 2px solid #333333;
    bottom: -63px;
    color: #444444;
    display: none;
    left: -13px;
    padding: 18px 10px;
    position: absolute;
    text-align: center;
    width: 140px;
    font-family: news-gothic-std-n7, news-gothic-std, sans-serif;
    font-weight: bold;
}

.point {
    background: url(images/point.png) no-repeat;
    bottom: -15px;
    height: 15px;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
}

#drink-hover .point,
#fb-hover .point,
#loyalty-club-hover {
    background-position: 139px 0;
}

#food-hover .point {
    background-position: 9px -16px;
}

#mail-hover .point {
    background-position: 16px 0;
}

/* ==========================================================================
   Home
   ========================================================================== */

#home p.button a {
    width: 196px;
}

a.left-arrow,
a.right-arrow, #prev, #next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 196px;
    z-index: 300;
    width: 32px;
    height: 32px;
}

a.left-arrow, #prev {
    background: url(images/left-arrow.png) no-repeat;
    left: 10px;
}
.desktop_mob {display: none;}
a.right-arrow, #next {
    background: url(images/right-arrow.png) no-repeat;
    left: 620px;
}

/* Slideshow */

#home #outer-container {
    color: #000;
    height: 445px;
    background: url(images/welcome-message.jpg) no-repeat #666;
}

#home .slideshow {
    float: left;
    height: 445px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

#home .slideshow ul {
    float: left;
    height: 445px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 664px;
    padding: 0;
}

#home .slideshow ul li {
    float: left;
    height: 445px;
    margin: 0;
    width: 664px;
    list-style-type: none;
}

#home .slideshow h4 {
    color: #C51E23;
    font-family: lobster, sans-serif;
    font-size: 38px;
    font-weight: normal;
    margin: 98px 72px 20px;
    width: 520px;
}

#home .slideshow p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 72px;
    padding: 0;
    width: 520px;
}

/* ==========================================================================
   About Us
   ========================================================================== */

#about-us #content-container {
    height: 232px;
    margin: 0 auto;
    padding: 130px 88px 100px 88px;
    background: url(images/about-us.jpg) no-repeat #C51E25;
    color: #F0E4CE;
    line-height: 1.231;
    text-align: center;
    font-size: 16px;
}

/* ==========================================================================
   Menu
   ========================================================================== */

.menu-body a:hover {
    text-decoration: underline;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

#menu {
    display: block;
    height: 152px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 5;
    margin-top: 0px;
}
#menu ul li a { margin-top: 50px;}
#menu ul li {
    display: inline;
}

#menu ul li a {
    text-indent: -9999px;
    display: block;
}

li#the-drinks-menu a {
    background: url(images/drinks-menu.png) no-repeat;
    height: 203px;
    left: 374px;
    position: absolute;
    width: 151px;
    top: 171px;
}

li#the-food-menu a {
    background: url(images/food-menu.png) no-repeat;
    height: 212px;
    left: 471px;
    position: absolute;
    top: 200px;
    width: 159px;
}

#drinks-menu #outer-container,
#food-menu #outer-container, .menu-page #outer-container {
    background: none !important;
}
.menu-page #content-container{padding: 0; background: 0; border: 0;   line-height: 1.3;}
#drinks-menu .frame-top,
#drinks-menu .menu-body,
#drinks-menu .frame-bottom,
#food-menu .frame-top,
#food-menu .menu-body,
#food-menu .frame-bottom {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 663px;
}

#drinks-menu .frame-top,
#food-menu .frame-top, .menu-page .frame-top {
    background: url(images/menu-top.png) no-repeat;
    height: 34px;
}

#drinks-menu .menu-body,
#food-menu .menu-body, .menu-page .menu-body {
    background: url(images/menu-body2.jpg) repeat-y #FFFFFF;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    min-height: 382px;
    padding-left: 40px;
    width: 623px;
    position: relative;
    color: #333;
    padding-bottom: 40px;
}

.menu-body h1 {
    text-align: center;
    font-size: 40px !important;
    width: 576px;
}

#drinks-menu .menu-body h2,
#food-menu .menu-body h2, .menu-page .menu-body h2 {
    color: #C52027;
    font-family: lobster ,sans-serif;
    font-size: 32px;
    margin: 0;
}

#drinks-menu .menu-body h3,
#food-menu .menu-body h3, .menu-page .menu-body {
    margin-top: 0;
    font-size: 19px;
}
.menu-page #outer-container{ border: 0!important;}

#drinks-menu .frame-bottom,
#food-menu .frame-bottom, .menu-page .frame-bottom {
    background: url(images/menu-bottom.png) no-repeat;
    margin: 0 auto;
    height: 34px;
}

#food-menu .menu-body h2 {
    clear: both;
    float: left;
    font-weight: normal;
    padding: 15px 0 0;
    width: 414px;
}

#drinks-menu .menu-body h2 {
    clear: both;
    float: left;
    font-weight: normal;
    padding: 15px 0 0;
    width: 427px;
}

#food-menu .menu-body h3 {
    clear: both;
    color: #C52027;
    font-size: 13px;
    font-weight: normal;
    width: 480px;
}

#drinks-menu .menu-body h3 {
    color: #C52027;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin: 36px 41px 0 0;
    text-align: right;
    width: 141px;
    word-spacing: 9px;
}

#food-menu .menu-body h4, .menu-page .menu-body h4 {
    float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    width: 492px;
}

#drinks-menu .menu-body h4 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    width: 448px;
}

#food-menu .menu-body p.price {
    width: 100px;
    float: left;
    text-align: right;
    margin: 5px 20px 5px 0;
    color: #000 !important;
}

#food-menu .menu-body table {
    float: left;
    line-height: 28px;
    margin-left: 66px;
    width: 52px;
}

#drinks-menu .menu-body table {
    float: left;
    line-height: 25px;
    width: 143px;
    text-align: right;
}

#food-menu .menu-body table tr.price {
    color: #000000 !important;
    float: left;
    margin: 3px 0 0;
}

#drinks-menu .menu-body table tr.price {
    color: #000000 !important;
    margin: 3px 0 0;
}

#food-menu .menu-body table tr.price td,
#drinks-menu .menu-body table tr.price td {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    width: 42px;
    font-size:16px;
}

#drinks-menu .menu-body p,
#food-menu .menu-body p, .menu-page .menu-body p{
    float: left;
    font-size: 15px;
    margin: 0 0 10px;
    width: 480px;
    color: #777;
}

#food-menu .menu-body p.matched-with {
    color: #000000;
    font-size: 14px;
    width: 84%;
}

#food-menu .menu-body p.matched-with span{
    color: #777777;
    font-style: italic;
    font-weight: bold;
    padding-right: 6px;
}

#drinks-menu .menu-body p a,
#food-menu .menu-body p a {
    bottom: 0;
    position: absolute;
    text-align: center;
    text-decoration:none;
    color: #C61E24;
}

#drinks-menu .menu-body a {
    left: 42%;
}

#food-menu .menu-body a {
    left: 39%;
}

.menu-body a:hover {
    text-decoration:underline !important;
}

/* ==========================================================================
   What's On
   ========================================================================== */

#whats-on #content-container {
    padding: 0;
    line-height: 1.231;
}

#whats-on .calendar-month {
    font-family: lobster, sans-serif;
}

#whats-on #outer-container {
    width: 703px;
}

#whats-on .calendar-prev a,
#whats-on .calendar-next a {
    color: #A0A0A0;
    font-size: 14px;
    text-decoration: none;
}

#whats-on .calendar-prev a:hover,
#whats-on .calendar-next a:hover {
    text-decoration:underline;
}

#whats-on table.calendar-table td.calendar-heading table {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}

#whats-on table.calendar-table tr td.calendar-heading {
    border: 0;
    padding: 38px 0 36px 0;
}

#whats-on td.calendar-heading table tr td,
#whats-on table.calendar-table tr:first-child {
    border: 0;
}

#whats-on table.calendar-table tr td {
    border: 1px solid #777;    padding: 0; color:#fff;
}

#whats-on .normal-day-heading,
#whats-on .weekend-heading {
    background: rgba(255, 255, 255, 0.2);
    color: #A0A0A0;
    font-family: news-gothic-std-n7, news-gothic-std, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 7px;
    text-align: center;
    width: 14.29%;
}

#whats-on .day-with-date,
#whats-on .day-without-date,
#whats-on .current-day {
    height: 121px;
    padding: 7px;
    text-align: left;
    vertical-align: text-top;
    width: 14.29%;
}

#whats-on .current-day {
    background: url(images/calendar-bg.png) repeat;
}

#whats-on span.weekday,
#whats-on span.weekend {
    color: #FFFFFF;
    display: block;
    margin: 0 0 3px;display:inline;
}

#whats-on .calendar-prev,
#whats-on .calendar-next {
    font-family: news-gothic-std-n7, news-gothic-std, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}

#whats-on table.calendar-table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 703px;
}

#whats-on .calendar-month {
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1.1;
    padding: 8px;
    text-align: center;
    width: 50%;
}

#whats-on .day-without-date {
    background: url(images/calendar-bg2.png) repeat;
    width: 1px;
    height: 1px;
}

#whats-on .event {
    margin: 4px 0 0 0;
}

#whats-on .event .info-box {
    background: #FFFFFF;
    display: none;
    padding: 7px 9px;
    position: absolute;
    width: 130px;
    z-index: 100;
    color: #333;
    font-size: 15px;
}

#whats-on .event:hover .info-box {
    display: block;
}

#whats-on .event h4 {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 7px;
    position: relative;
    margin: 0 0 1px 0;
}

#whats-on .event .info-box h3 {
    border-bottom: 1px solid #777777;
    color: #C61E24;
    font-size: 18px;
    margin: 0;
    padding-bottom: 8px;
}

#whats-on .event .info-box p {
    margin: 8px 0;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */

#google-map {
    border: 8px solid #FFFFFF;
    display: block;
    height: 200px;
    width: 280px;

    margin-top: 15px;
}

.content-left p,
.content-right p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 8px;
}

#contact-us .content-left #google-map a {
    font-size: 9px;
}

.content-left {
    float: left;
    width: 45%;
    padding-bottom: 20px;
    margin: 20px 0 0 20px;
}

.content-left .button {
    margin-top: 18px!important;
    margin-bottom: 18px!important;
}

#contact-us .content-left a {
    color: #C51E23;
    font-size: 16px;
    text-decoration: none;
}

#contact-us form {
    margin-top: 16px;
}

#contact-us .content-left a:hover {
    text-decoration:underline;
}

.content-right {
    float: right;
    margin: 20px 20px 0;
    width: 45%;
    padding-bottom: 20px;
}

#contact-us h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

#contact-us form input#contactname,
#contact-us form input#email,
#contact-us form #message {
    background: #EBEAE7;
    border: 1px solid #211F1F;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 9px;
    width: 92%;
    color: #333;
}

#contact-us form input#check,
#contact-us form p.send label {
    display: none;
}

#contact-us form p.send {
    margin: 16px 0 0 0;
}

#contact-us form label {
    display: block;
    float: left;
    margin: 0 16px 3px 0;
    width: 65px;
}

#contact-us form input#submit{
    float: left;
    width: 76px;
}

#mailing-list input#submit,
#loyalty-club input#submit {
    margin-left: 80px;
    width: 100px;
}

#notification.success {
    display: block !important;
}


.button {
    margin: 20px;
}
.button a {
    color: #EFE3CD;
    background: #C52027;
    padding: 9px 20px;
    border: 1px solid #EFE3CD;
}

/* ==========================================================================
   Mailing List / Loyalty Club
   ========================================================================== */

#mailing-list form,
#loyalty-club form {
    margin-top: 35px;
    padding-bottom: 20px;
    margin-right: 20px;
}

#mail-container p {
    font-size: 16px;
    color: #FFF;
}

#mailing-list form label,
#loyalty-club form label {
    display: block;
    float: left;
    font-size: 16px;
    margin: 10px 0 0 0;
    width: 65px;
}

#mailing-list label em,
#loyalty-club label em {
    color: #888 !important;
}

#mailing-list #email,
#mailing-list #name,
#mailing-list #birthday-dy,
#mailing-list #birthday-mn,
#mailing-list #birthday-yr,
#loyalty-club #email,
#loyalty-club #name,
#loyalty-club #birthday-dy,
#loyalty-club #birthday-mn,
#loyalty-club #birthday-yr,
#loyalty-club #address-line-1,
#loyalty-club #address-line-2,
#loyalty-club #suburb,
#loyalty-club #city {
    background: #EBEAE7;
    border: 1px solid #211F1F;
    font-size: 14px;
    margin-left: 16px;
    padding: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
}

#mailing-list #email,
#mailing-list #name,
#loyalty-club #email,
#loyalty-club #name,
#loyalty-club #address-line-1,
#loyalty-club #address-line-2 {
    width: 426px;
}

#loyalty-club #suburb,
#loyalty-club #city {
    width: 167px;
}

#notification {
    background: #C52027;
    border: 1px solid #ED1C24;
    display: none;
    margin: 0 0 32px 0;
    padding: 0 16px 0 16px;
}

.visible {
    display: block !important;
}

/* ==========================================================================
   Misc. Pages
   ========================================================================== */

#error-404 #content-container,
#thanks-for-joining #content-container,
#thanks-for-joining-our-loyalty-club #content-container,
#you-have-been-unsubscribed #content-container {
    text-align: center;
}

#error-404 #content-container a,
#thanks-for-joining #content-container a,
#thanks-for-joining-our-loyalty-club #content-container a,
#you-have-been-unsubscribed #content-container a {
    text-decoration: none;
}

#error-404 #content-container a:hover,
#thanks-for-joining #content-container a:hover,
#thanks-for-joining-our-loyalty-club #content-container a:hover,
#you-have-been-unsubscribed #content-container a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

    header a#logo {
        margin-right: 0;
        width: 392px;
    }

    nav li#menu-item-166 a {
        margin: -19px;
        width: 120px;
    }

    nav li#menu-item-164 a {
        margin: -19px 0 0 23px;
        width: 120px;
    }
    nav li#menu-item-354 a {
        margin: -19px 0 0 23px;
        width: 120px;
    }

    nav li#menu-item-165 a {
        margin: -18px 0 0 6px;
        width: 120px;
    }

    nav li#menu-item-167 a {
        margin-top: -17px;
        width: 119px;
    }

    #brake-cable {
        margin: 15px 0 0 20px;
    }

    #wallpaper-right {
        width: 120px;
        right: 0;
    }

    #drop-shadow-right {
        width: 120px;
    }

    #wallpaper-left {
        left: -308px;
    }

    #whats-on table.calendar-table tr td.calendar-heading {
        padding: 26px 0 24px 0;
    }

}

@media only screen and (max-width: 1700px) and (min-width: 1281px) {

    #wallpaper-right {
        width: 252px;
        right: 0;
    }

    #drop-shadow-right {
        width: 280px;
    }

    #wallpaper-left {
        left: -179px;
    }

}


.cat_title { display: inline-table; width: auto; margin: 5px 20px;}
.cat_title .title { text-align: center;}
.cats_wrap { margin: 20px 10px;padding: 5px 20px;}




.article-intro .tutorialimage img {
    background-image: url("/images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.247), 0 0 0 0 transparent, 0 0 0 0 transparent;
    margin: 0 0 20px;
    outline-color: #585652;
    outline-width: 0;
}
.article-body .size-full {
    max-width: 715px;
    width: 100%;
}
img {
    height: auto;
}
img, object, embed {
    max-width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
}
html {
    font-size: 62.5%;
}
.photo-stacks .stack:before {
    background-color: #fff;
    left: -10px;
    top: 0;
    transform: rotate(-5deg);
}
.photo-stacks .stack:after, .photo-stacks .stack:before {
    border: 6px solid #FFFFFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.photo-stacks .stack:after {
    background-color: #333;
    left: 0;
    top: 5px;
    transform: rotate(4deg);
}
.photo-stacks .stack:after, .photo-stacks .stack:before {
    border: 6px solid #FFFFFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.photo-stacks .stack {
    border: 6px solid #FFFFFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    float: left;
    height: 100px;
    margin: 50px 25px;
    position: relative;
    width: 150px;
}
.photo-stacks, .photo-stacks li {
    list-style: none outside none;
}

.photo-stacks .stack b {
    background-color: rgba(242, 238, 216, 0.6);
    border-radius: 5px 5px 5px 5px;
    bottom: 0;
    left: 10%;
    padding: 0.1em 0.5em;
    position: absolute;
    font-size: 1,5em;
}




/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {

    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }

}




.menu-page #outer-container {
    background: none;
}

.menu-page #outer-container h1{ display: none; }
.menu-page #outer-container #menu-page-title{   display:block;   padding-top: 12px; }


@media only screen and (max-width: 768px) {
    #black-board {
        position: static;
        margin: 50px auto;
        padding-top: 10px;
        background-size: contain;
        width: 300px;
    }
    #black-board2 {
        position: static;
        margin: 50px auto;
        padding-top: 10px;
        background-size: contain;
        width: 300px;
    }
    #wallpaper-container, #mid-section, #brake-cable, #icons, .push, #bg, a.left-arrow, a.right-arrow, #prev, #next {display:none;}
    header a#logo {
        width: 300px;
        background-size: cover;
        background-position: 0 0!important;
        height: 138px;
        margin: 0 auto 30px;
        float: none;
        display: block;
    }
    #home #outer-container {max-width:664px;}
    header, #home #outer-container, #details {width:auto; margin:0 auto;}
    #container, #bb-container, #icons, #table, #details {    width: 100%;    min-width: inherit;    margin: 0 auto;
        min-height: inherit;}
    #details .company {left:0;}
    #menu {    display: block;    width: auto;}
    #menu ul li a {
        text-indent: -9999px;
        display: block;
        position: relative;
        margin: 0 auto;
        left: auto;
        right: auto;
        top: auto;
    }
    #drink-hover, #food-hover {
        left: 0;
        top: 0;
        bottom: auto;
    }
    #menu ul li {
        display: block;
        margin: 0 auto;
        height: 212px;
        width: 159px;
        position: relative;
    }
    #home .slideshow ul li, #home .slideshow p, #home .slideshow h4 {width:auto;margin: 5%;}
    #home .slideshow ul {left: 0!important;    width: auto!important; }
    #home .slideshow ul li { width: auto!important; }
    #home #outer-container {    background-position: center;    background-size: cover;}
    #home .slideshow ul li {display:none;}
    #home .slideshow ul li.text-slide {display:block;}
    #home .slideshow, #home .slideshow ul, #home #outer-container, #home .slideshow ul li  {height:auto;    background-size: auto 200%;}
    #details .company {bottom:-10px!important;}
    #table {background:none;}
    #outer-container, #drinks-menu .menu-body, #food-menu .menu-body, .menu-page .menu-body,
    #drinks-menu .frame-top, #drinks-menu .menu-body, #drinks-menu .frame-bottom, #food-menu .frame-top, #food-menu .menu-body, #food-menu .frame-bottom,.menu-body h1 {width:auto;}
    #drinks-menu .frame-top, #food-menu .frame-top, .menu-page .frame-top {background-position: bottom center;    background-size: contain;}
    #drinks-menu .menu-body, #food-menu .menu-body, .menu-page .menu-body,#drinks-menu .frame-bottom, #food-menu .frame-bottom, .menu-page .frame-bottom {background-size: contain;}
    .content-left, .content-right {float:none;width:auto;}
}

.calnk {
    display: block;
    margin: 5px;
    font-size: 13px;    position: relative;
}
.calnk a {
    background-color: #ab4a9c;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}
.calnk a span {
    position: absolute;
    left: 0;
    background: #fff!important;
    color: #333;
    display:none;z-index:9;
    padding: 5px;
    border: 1px solid #333;width: 150px;
}
.calnk a:hover span {
    display:block;
}
.calnk a span span {
    position:static;padding:0;border:none;width:auto;
}
.calnk a span.event-title {
    border-bottom: 1px solid #777777;
    color: #C61E24;
    font-size: 18px;
    margin: 0;
    padding-bottom: 8px;
}
.cat-key, #outer-container .kjo-link {display:none!important;}
.day-with-date br, .current-day br {display:none;}
.current-day span {display:inline;}

#wprmenu_menu ul {
    position: absolute!important;
    z-index: 9!important;
    background: #333!important;
}

@media only screen and (max-width: 768px) {
    #outer-container {min-height: inherit;}
    #about-us #content-container {    padding: 5%;
        height: auto;
        background: red;}
    #food-menu .menu-body, .menu-page .menu-body {
        max-width: 623px;
        margin: 0 auto;padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #food-menu .menu-body h4, .menu-page .menu-body h4,
    #food-menu .menu-body h2, #drinks-menu .menu-body p, #food-menu .menu-body p, .menu-page .menu-body p, #food-menu .menu-body h3 {width:auto;clear:both;}
    #food-menu .menu-body table {float:right;    margin:0;width: auto;}
    #food-menu .menu-body table tr.price td, #drinks-menu .menu-body table tr.price td {width:auto;}
    #food-menu .menu-body h4, .menu-page .menu-body h4 {max-width:75%;}
}


.facebook-link {
    color: #fff!important;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-top: 22px;
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
}

.facebook-link > *{
    dislay: inline-block;
    vertical-align: middle;
}

.icon-facebook {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('images/social-facebook.png') no-repeat center;
}

.button {
    width:auto;
    text-align:center;
    display:block;
    text-decoration:none;
    padding:10px 20px;
    margin:10px 0;
    border-radius:5px;
    background:#C51E23;
    color: #FFF!important;
}


#contact-us form label {
    float: none;
    color: #fff;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
    border: 0;
    width: 100%!important;
    height: 35px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0;
    background: transparent;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

.gform_wrapper .validation_message {
    color: #c51e23;
}

body .gform_wrapper ul li.gfield {
    padding: 0px!important;
}

.gform_wrapper .gform_footer {
    margin: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border: 0;
    width: 100%!important;
    text-transform: uppercase;
    font-size: 16px!important;
    letter-spacing: 1px;
    margin: 0!important;
}

.gform_wrapper textarea {
    border: 0;
}

.wpcf7 input[type='submit']{
    background:#C51E23;
    border:1px solid #C51E23;
    margin-top: 10px;
    text-transform: uppercase;
}
.wpcf7 label{
    font-size: 13px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    width:100%!important;
}
.wpcf7 label input{
    margin-top: 5px;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea{
    width:100%;
    max-width: 100%;
    color:black;
}
.wpcf7-response-output{
    color:white;
}