/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown { }

/*********************
POSTS & CONTENT STYLES
*********************/

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #007095; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: #FFFFFF; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      /*
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
      */
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************
  
  Stylesheet: Medium Stylesheet
  
  Styles apply to 40.063em and up.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 0 0 2.2em; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }


@media only screen and (min-width: 300px) and (max-width: 439px) {
    .mobile-logo .logo { width: 110px; height: auto; margin: -8px 0 0 43px; }
    #content #inner-content { padding: 10px 0 80px; }
    #content #inner-content.no-right { padding-right: 0px !important; }
    #main { width: 100%; }
    #main, .our-beef-sidebar { padding: 0 30px !important; }
    #main.news-review-main { padding: 0 !important; }
    .gallery #main { padding: 0 !important; }
    .left-sidebar { width: 100%; text-align: center; margin-bottom: 2em; }
    .left-sidebar-promo { float: none; margin: 0 auto; }
    #sidebar1 { padding: 0; }
    .facebook-cap, .youtube-sticker { width: 50%; margin: 0; }
    .prefooter-box { text-align: center; }
    .subscribe { width: 100%; top: 0; margin-top: 2em; text-align: center; }
    .subscribe-form input, .subscribe-form .wpcf7-submit { width: 100%; }
    .subscribe-form .wpcf7-form-control-wrap { width: 100%; }
    #wpadminbar { display: none; }
    .copyright { padding: 0 2em 4em; }
    .textwidget iframe { margin-bottom: .5em; }
    .booking-disclaimer { padding: 0 2em; }
    .slick-slide { margin-bottom: 1em; width: 100% !important; }
    .slick-slide img { width: 100%; height: auto; }
    .ep-slider .slick-slide-inner { min-height: 0; padding-bottom: 2em; }
    .ep-slider .image-date { position: relative; bottom: inherit; }
    .ep-slider .image-title { margin-bottom: 1em; }
    .whats-on-link:link { font-size: 17px; }
    .news-review .entry-title { width: 100%; padding: 2em 30px 0; }
    .news-review .nr-article-date { position: static; width: 100%; padding: 0 30px; margin-bottom: 2em; display: block; }
    .news-review .entry-content { padding: 0 30px; }
    .news-review .article-footer { padding: 1em 30px 75px; }
    .contact-person-name { text-align: left; }
    .contact-person-writeup { padding: 0; }
    .subscribe-form input { float: none; }
    
    .header-form-content, .header-form .wpcf7, .header-form .wpcf7-form, .header-form-thankyou { width: 100%; }
}

@media only screen and (min-width: 440px) and (max-width: 640px) {
    .left-sidebar { width: 100%; text-align: center; float: none !important; margin: 3em auto 0; clear: both; }
    .left-sidebar-promo-container { text-align: center; width: 49.5%; float: left; }
    .left-sidebar-promo { float: none; margin: 0 auto; width: 90%; max-width: 204px; }
    .facebook-cap, .youtube-sticker { width: 50%; margin: 0; }
    .prefooter-box { text-align: center; }
    .subscribe { width: 100%; top: 0; margin-top: 5em; text-align: center; }    
    .subscribe-form input { width: 99%; }     
    .subscribe-form .wpcf7-submit { width: 100%; }
    #wpadminbar { display: none; }
    .slick-slide { margin-bottom: 1em; width: 50% !important; }
    .ep-slider .slick-slide-inner { min-height: 405px; }
    .news-review .entry-title { width: 100%; padding-bottom: 0; }
    .news-review .nr-article-date { position: static; width: 100%; padding: 0 70px; margin-bottom: 2em; display: block; }
    .news-review .entry-content { padding: 0 70px; }
    .contact-person-name { text-align: center; }
    .contact-person-writeup { padding: 0; }
}

@media only screen and (min-width: 440px) and (max-width: 539px) {
    /*.left-sidebar-promo { min-height: 340px; }*/
    .ep-slider .slick-slide-inner { min-height: 420px; }
}

@media only screen and (min-width: 540px) and (max-width: 640px) {
    .ep-slider .slick-slide-inner { min-height: 350px; }
    .left-sidebar:before, .left-sidebar:after { content: " "; display: table; }
    .left-sidebar:after { clear: both; }
    .left-sidebar-promo-container { float: left; }
    .left-sidebar-promo { text-align: center; }
}

@media only screen and (min-width: 300px) and (max-width: 640px) {
    html { margin-top: 0 !important; }
    #content #inner-content { padding-bottom: 42px; }
    .tell-us-cta-mobile { display: block; margin-top: 3em; float: none; width: 100%; text-align: center; }
    #sidebar1 { margin-bottom: 4em; }
    .opening-hours { width: 100%; text-align: center; margin-top: 3em; }
    .subscribe-form { width: 90%; margin: 0 auto; height: 225px; }
    .subscribe-form .wpcf7-form-control-wrap, .subscribe-form .submit-container { width: 100%; position: relative; padding: 0; }
    .subscribe-form .last-name { right: 0; }
    .subscribe-form .your-email { top: 0; }
    .subscribe-form .submit-container { left: 0; top: 0; }
    .footer { height: auto; }
    .footer-logos li { width: 100%; text-align: center; float: none; margin: 1em 0; }
    .copyright { padding-bottom: 4em; }
    .functions-column { margin-bottom: 2em; }
    .functions-column-upper { height: auto; min-height: 0; padding: 0; }
    .functions-column-bottom { padding: 0; }
    .gallery-post { width: 100%; text-align: center; margin: 1.5em 0; }
    .slick-slide { margin-bottom: 1em; }
    .slick-track, .ep-slider .slick-slider { width: 100% !important; }    
    .slick-prev, .slick-next { display: none !important; }
    .ep-slider .slick-slide-inner-wrapper { min-height: 0; }
    .ep-slider .slick-track { transform: translate3d(0px, 0px, 0px) !important; }
    .monthbar { display: none; }
    .contact-person-image { width: 100%; text-align: left; }
    .contact-person-image img { margin: 0 15px 15px 0; float: none; }
    .contact-person-writeup { position: relative; }
    .linkedin { float: none; position: absolute; right: 1em; }
    .nr-large-image { height: auto; background: transparent; }
    .nr-large-image img { width: 100%; height: auto; }
    .nr-large-article { height: auto; min-height: 300px; }
    .nr-large-article-heading { margin-bottom: .6em; width: auto; }
    .nr-large-article-date { position: static; display: block; margin-bottom: 1.4em; }
    .nr-large-article-writeup { padding: 0 2.5em; }
    .nr-small-image { width: 90px; height: auto; }
    .nr-small-article { display: table; height: 100px; width: 100%; }
    .nr-small-article-writeup { width: 100%; padding: 0 30px 0 0; text-align: center; display: table-cell; vertical-align: middle; float: none !important; }
    .nr-small-article-heading { font-size: 13px; }
    .nr-article-excerpt { line-height: 1.6em; }
    .nr-article-date, .article-date { font-size: 12px; }
    .nr-left, .nr-right, .nr-left, .nr-bottom-articles .nr-article-container:nth-child(odd),
    .nr-left, .nr-bottom-articles .nr-article-container:nth-child(even) { width: 100% !important; padding-left: 0; padding-right: 0;}
    
    .functions-column-bottom-container img { margin-left: 0; } 
    
    .promo-image-container { width: 100%; }
    .promo-image-container img { width: auto; height: auto; }

}

@media only screen and (min-width: 641px) and (max-width: 63.938em) {
    #content #inner-content { padding-bottom: 70px; }    
    #content #inner-content.functions { padding-bottom: 0px; }
    .page #main, .home #main { width: 42%; }
    .functions #main, .location #main, .gallery #main, .whats-on #main, .nr #main { width: 100%; }
    .left-sidebar { float: left; width: 50%; margin: 2em auto 0; clear: both;  }
    .left-sidebar:before, .left-sidebar:after { content: " "; display: table; }
    .left-sidebar:after { clear: both; }
    .left-sidebar-promo-container { float: left; width: 47%; }
    .left-sidebar-promo-container:first-child { margin-right: 1em; }
    .left-sidebar-promo { text-align: center; width: 100%; min-height: 340px; }
    .left-sidebar-promo img { display: block; width: 100%; height: auto; }
    .tell-us-cta-mobile { display: block; float: left; margin-top: 2em; margin-left: 1em; width: 43%; }
    #sidebar1 { width: 53%; }
    .home #sidebar1 { float: left; margin-top: 0; }
    .page #sidebar1 { float: right; }
    .functions-column-upper { padding: 0; }   
    .functions-column-upper h2, .functions-column-upper .functions-column-writeup { padding: 0 .7em; }
    .functions-column-bottom { padding-left: 1em; display: block; }
    .facebook-cap { width: 20%; }
    .youtube-sticker { width: 33%; }
    .opening-hours { width: 47%; }
    .prefooter-box { padding: 0 1%; text-align: center; margin: 0;  }
    .subscribe { width: 100%; top: 0; margin-top: 5em; text-align: center; }
    .subscribe-form { width: 90%; margin: 0 auto; }
    .subscribe-form input { width: 100%; }
    .subscribe-form .wpcf7-form-control-wrap, .submit-container { position: absolute; width: 49%; padding: 0 .3em; }

    .footer-logos li { width: 50%; margin: 2em 0 0; text-align: center; }
    
    .slick-slide { margin-bottom: 1em; }
    
    .meet-the-team #main { width: 100%; }    
   
    .whats-on-link:link { font-size: 16px; line-height: 1.4em; }

	.nr-left { display: none; }
    .nr-right, .nr-bottom-articles .nr-article-container { width: 100% !important; padding-left: 0; }
	.nr-left, .nr-bottom-articles .nr-article-container:nth-child(odd) { padding-right: 0; }
    .repeated-first-article { display: block; }
    .nr-large-article.mobile-article { display: none; }
    .nr-large-article-writeup { padding: 2.3em; }  
    .nr-large-image { /*height: 231px;*/ background-color: transparent; }
    .nr-small-article { height: 110px; }
    .nr-small-article-writeup { width: 80%; }
    .nr-small-image { width: 20%; }
    .nr-small-image img { width: auto; height: 100%; }
    .nr-article-heading { font-size: 19px; }
    .nr-small-article-date { font-size: 14px; }
    .repeated-first-article { display: none; }
    .repeated-first-article.mobile-article { display: block; }
    
    .mobile-article .nr-small-article { height: 130px; }
    .mobile-article .nr-small-image { float: left !important; }
    .mobile-article .nr-small-article-writeup { float: right !important; padding: 2em 1.5em 0; width: 71%; }
    
    .promo-image-container { width: 310px; }    
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .container { width: 1000px; }
    .intro { height: auto; }
    .opening-hours { margin-right: 53px; }
    .youtube-sticker { margin-right: 53px; }
    .facebook-cap {  }
    .subscribe-form { width: 321px; }
    .subscribe-form input { width: 100%; }
    .subscribe-form .wpcf7-submit { left: 50.7%; }
    
    .intro-image img { display: block; }
    .gallery-post-thumbnail img, .gallery-post-thumbnail img:hover { width: 322px; }
    
    .ep-slider .slick-slider { width: 935px; }
    .monthbar { width: 920px; }
    
    .functions-form .textarea { width: 265px; }
    
    .nr-left { width: 50%; }
    .nr-small-article { height: 139px; }
    .nr-small-article-writeup { width: 55%; }
    .nr-large-image { height: 237px; }
    .nr-small-image img { height: auto; width: auto; }
    
    #sidebar1, #sidebar1 .widgettitle { text-align: center; }
    .booking-disclaimer { width: 300px; margin: 0 auto; }
    
    .footer-logos li { margin: 1em 46px; }
}

@media only screen and (max-width: 1023px) {
    #content #inner-content.no-right { padding-right: 30px; }
    .logo { margin: -8px 0 0 36px; width: auto; height: 25px; }
    
    .mobile-header { position: fixed; z-index: 5000; top: 0; width: 100%; }
    .mobile-logo { margin: 0 auto; width: 140px; float: none !important; }
    .logged-in { margin-top: 46px; }
    .logged-in .mobile-header { top: 46px; }
    .header-main { width: 47%; }
    .call-link a { display: block; height: 60px; }
    
    .off-canvas-wrap { margin-top: 60px; }
    .mobile-header { -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }
    .right-off-canvas-menu { -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; position: fixed; top: 0; z-index: 20; }
    .right-off-canvas-menu.move-left { -ms-transform: translate(0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    .mobile-header.move-left { -ms-transform: translate(-15.625rem, 0); -webkit-transform: translate3d(-15.625rem, 0, 0); -moz-transform: translate3d(-15.625rem, 0, 0); -ms-transform: translate3d(-15.625rem, 0, 0); -o-transform: translate3d(-15.625rem, 0, 0); transform: translate3d(-15.625rem, 0, 0); }
    .header-wrapper { width: 200%; }
    
    .off-screen { position: absolute; width: 15.625rem; top: 0; right: 0; -ms-transform: translate(15.625rem, 0); -webkit-transform: translate3d(15.625rem, 0, 0); -moz-transform: translate3d(15.625rem, 0, 0); -ms-transform: translate3d(15.625rem, 0, 0); -o-transform: translate3d(15.625rem, 0, 0); transform: translate3d(15.625rem, 0, 0); }
    .inner-wrap { z-index: 40; box-shadow: 5px 0 10px rgba(0,0,0,0.4); }
    .nr #main, .whats-on #main { padding-top: 1.5em !important; }
    
    #menu-main-menu-mobile a:link { margin-top: 0; font-weight: normal; }  
    .contact-details-mobile { padding: 1em 2em; }
    
    .header-main, .header-wrapper { height: 60px; }
    .nav-icon { width: 45px; position: absolute; z-index: 1000; right: -7px; top: 7px; }
    .right-off-canvas-menu { background-color: #1C497E; margin-top: 59px; }
    .right-off-canvas-menu.logged-in { margin-top: 106px; }
    ul#menu-main-menu-mobile li { border-bottom: 1px solid #285890; position: relative; }
    ul.off-canvas-list li { position: relative; }
    ul.off-canvas-list li a:link { text-decoration: none; text-transform: uppercase; padding: 1em 1em 1em 2em; }  
    ul.off-canvas-list > li > a { max-width: 70%; }
    ul.off-canvas-list .dropdown a:link, .top-link-mobile a:link { background-color: transparent; margin-top: 0; padding: 1em 2em 1em 35px; line-height: 1em; }
    ul.off-canvas-list .dropdown a:visited, .top-link-mobile a:visited { color: #fff; }
    ul.off-canvas-list .dropdown a:hover, .top-link-mobile a:hover { background-color: #000; }
    .current_page_item { border-bottom: 0; } 
    
    ul.off-canvas-list .top-link-mobile, ul.dropdown-restaurant-mobile li { background-color: #000; border-bottom: 1px solid #222; }
    ul.off-canvas-list .top-link-mobile a:link { background-color: #000; }
    .dropdown { display: none; }
    .dropdown-restaurant-mobile { text-align: center; }
    .has-dropdown:after { content: ""; position: absolute; cursor: pointer; width: 24px; height: 14px; right: 20px; background-image: url(../images/icons-retina.png); background-position: -58px -3px; top: 13px; background-repeat: no-repeat; background-size: 104px 50px; }
    .has-dropdown.open:after { background-position: -80px -3px; }
    .contact-details-phone-icon-big { background-position: 0px -25px; width: 28px; height: 28px; position: relative; top: 18px; margin-left: 6px; margin-right: 25px; }
    .off-canvas-menu-top { height: 60px; text-transform: uppercase; }
    .off-canvas-menu-top a:link { color: #fff; text-decoration: none; font-weight: normal; margin-left: .7em; }
    .off-canvas-menu-top a:visited { color: #fff; }
    .off-canvas-menu-top a:hover { color: #fff; }
    .off-canvas-menu-top a:active { color: #fff; }
    .off-canvas-menu-top .off-canvas-menu-link-address { float: left; padding: 1em 1em 1em 1.5em; }
    .off-canvas-menu-top .off-canvas-menu-link-phone { float: right; padding: 1em; }
    .off-canvas-menu-link-phone a:link { margin-left: 1em; }
    .off-canvas-menu-link-text { margin-left: .6em; color: #000; }
    .off-canvas-menu-link-phone .off-canvas-menu-link-text { margin-left: 1.1em; }
    
    .single-large-post { width: 100%; }
    .single-large-post img { width: 100%; height: auto; }
    .intro { background-color: transparent; height: auto; }
    .container { width: 100%; }
    #main { padding-right: 0; }
    .tell-us-cta { display: none; }
    .tell-us-cta-mobile { text-align: center; }
    .entry-content iframe { width: 100%; height: 300px; }
    .entry-content p { font-size: 15px; }
     
    .subscribe-form input { margin: 0 0 1em 0; }
    .first-name, .your-email { left: 0; }
    
    .promo-image-container { margin: 1em auto 3em; float: none !important; }
    .single-large-post-content { padding-left: 0; }
    
    #sidebar1 { margin-top: 2em; text-align: center; }
    .booking-disclaimer { width: 300px; margin: 0 auto; }
    .widgettitle, .our-beef-sidebar { text-align: center; width: 100%; }
    .our-beef-sidebar h2 { text-align: left; margin-bottom: 1em; }
    
    .menu-links { width: 100%; margin-top: 2em; text-align: center; }
    .menu-links img { float: none; }
    
    .functions-options { width: 100%; margin-top: 2em; }
    .functions-option { width: 100%; text-align: center; margin: 0 0 1em; border: 0; float: none !important; }
    .functions-option img { margin: 0 auto; }

	.nr-large-image img { margin: 0 auto 20px; display: block; }
    
    div.MGLRow { margin-right: 0 !important; }
    div.MGLLabel { width: 100% !important; margin-bottom: .5em; text-align: center; }
    div.MGLField { width: 100% !important; margin-left: 0 !important; margin-bottom: 2em; text-align: center; }
    div.MGLField input[type="text"] { padding: 0 1em; height: 40px; width: 96%; }
    div.MGLField select { height: 40px; }
    .MGLRow textarea { width: 80%; }
    
    .contact-person-image, .contact-person-name { text-align: left; }
    
    .active-events { margin-bottom: 1.5em; }
    .whats-on .entry-title { padding-left: 0; }
    
    .contact-details-address-icon { position: relative; top: 3px; left: 5px; }
    
    .mobile-header .header-form { display: none; position: relative; }
    .header-form-mobile-intro { text-align: center; background-color: #c54901; padding: 1em; font-weight: bold; text-transform: uppercase; font-size: 14px; }
    .header-form-icon { display: inline-block; width: 25px; height: 25px; cursor: pointer; position: relative; top: 18px; background-position: -37px -25px; }
    .header-form-arrow { width: 20px; height: 10px; background-position: -76px -28px; top: -10px; left: 73px; position: absolute; }
    .header-form-toggle {    
        -ms-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        -webkit-transition-duration: 1s;
        transform: translate(0px, 0);
        transition-duration: 1s;
    } 
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .ep-slider .slick-slide-inner { min-height: 340px; }
    .ep-slider .slick-track { transform: translate3d(0px, 0px, 0px) !important; }
    .slick-track, .ep-slider .slick-slider { width: 100% !important; }    
    .slick-prev, .slick-next { display: none !important; }
    .slick-slide { width: 33% !important; }
    .ep-slider .slick-slide-inner-wrapper { min-height: 0; }
    .mobile-article .nr-small-article-writeup { width: 67%; }
    .functions-column { width: 50%; margin-bottom: 2em; }
    .functions-column { min-height: 640px; }
    .left-sidebar-promo { min-height: 290px; }
    .subscribe-form { height: 100px; }
    .monthbar { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .ep-slider .slick-slider { width: 100%; }
    .ep-slider .slick-prev { left: -20px; }
    .ep-slider .slick-next { right: -20px; }
    /*.ep-slider .slick-slide-inner-wrapper, .ep-slider .slick-slide-inner { min-height: 320px; }*/
    .monthbar { width: 98%; display: block; }
    .monthbar .month-header { font-size: 8px; }
    .monthbar .month-container { width: 8.33333%; }
    .functions-column { min-height: 820px; }  
    /*.subscribe-form { height: 100px; }*/
    .prefooter { position: relative; }
    .youtube-sticker { position: absolute; top: 175px; width: auto; margin-left: 15px; }
    .opening-hours-writeup { font-size: 11px; }
    .subscribe { width: 30%; margin-top: -2em; }
    .subscribe-image { margin-bottom: .5em; }
    .subscribe-form input[type="text"], .subscribe-form input[type="email"], .subscribe-form .wpcf7-submit, .subscribe-form .wpcf7-form-control-wrap, .submit-container { width: 100%; position: relative; top: 0; }
    .last-name, .submit-container { right: 0; }
    .subscribe-form input { margin-bottom: .5em; }
}

@media only screen and (min-width: 768px) and (max-width: 867px) { 
    /*.ep-slider .slick-slide-inner-wrapper, .ep-slider .slick-slide-inner { min-height: 475px; }*/
}

@media only screen and (min-width: 868px) and (max-width: 1023px) { 
    .left-sidebar-promo { min-height: 370px; }
    /*.ep-slider .slick-slide-inner-wrapper, .ep-slider .slick-slide-inner { min-height: 545px; }*/
}

/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
  /******************************************************************
  
  Stylesheet: Large Stylesheet
  
  Styles apply to 64.063em and up.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************
  
  Stylesheet: X-Large Stylesheet
  
  Styles apply to 90.063em and up.
  
  
  ******************************************************************/ }
/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************
  
  Stylesheet: XX-Large Stylesheet
  
  Styles apply to 120.063em and up.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .has-dropdown:after, .contact-details-phone-icon, .contact-details-phone-icon-big, .contact-details-address-icon, .header-form-icon, .header-form-arrow { background-size: 104px 50px; }    
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }

  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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
