@font-face {
  font-weight:  700;
  font-style:   normal;
  font-family: 'American Typewriter Bold Med';
  src: url('../fonts/AmericanTypewriterStd-Bold.eot'), /* IE9 Compat Modes */
       url('../fonts/AmericanTypewriterStd-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AmericanTypewriterStd-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}


@font-face {
  font-weight:  400;
  font-style:   normal;
  font-family: 'American Typewriter Bold Cn';
  src: url('../fonts/AmericanTypewriterStd-BdCnd.eot'), /* IE9 Compat Modes */
       url('../fonts/AmericanTypewriterStd-BdCnd.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AmericanTypewriterStd-BdCnd.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-weight:  400;
  font-style:   normal;
  font-family: 'American Typewriter Std Med';
  src: url('../fonts/AmericanTypewriterStd-Med.eot'), /* IE9 Compat Modes */
       url('../fonts/AmericanTypewriterStd-Med.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AmericanTypewriterStd-Med.ttf')  format('truetype'); /* Safari, Android, iOS */
}


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

/* defaults */

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #111;
  font-size: 18px;
  font-family: "AmericanTypewriter", "American Typewriter",'American Typewriter Std Med', sans-serif;
  line-height: 1;
  color: #fff;
}

h1,h2,h3 {
  margin: 0 0 0.5em;
  font-weight: normal;
  text-transform: lowercase;
}

p {
  margin: 0 0 1em;
  line-height: 1.6;
}

b, strong {
  font-family: 'AmericanTypewriter-Bold', 'American Typewriter Bold Med','American Typewriter Bold Med', sans-serif;
  font-weight: normal;
}

img, svg {max-width: 100%!important; height: auto;}

nav, ul, li {margin: 0; padding: 0; list-style: none;}

address {font-style: normal; line-height: 1.6;}

.clearfix:before,
.clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
.clearfix       {zoom:1;}

.aligncenter {text-align: center;}

/* links */

a {
  color: #ff1e25;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a:hover {
  text-decoration: underline;
  color: red;
}

/* cool buttons */

.cool-button a,
.cool-button input[type=submit] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.cool-button a:hover,
.cool-button input[type=submit]:hover {
  -webkit-transform: translate(-2px,-2px);
  -ms-transform: translate(-2px,-2px);
  transform: translate(-2px,-2px);
  box-shadow: 1px 1px rgba(0,0,0,0.4);
}
.cool-button a:active,
.cool-button input[type=submit]:active {
  -webkit-transform: translate(0,0);
  -ms-transform:     translate(0,0);
  transform:         translate(0,0);
  box-shadow: inset 1px 1px rgba(0,0,0,0.4);
  opacity: 0.8
}

/* ==========================================================================
   Language switcher
   ========================================================================== */

body.en .fr,
body.fr .en {
  display: none;
}

body.fr .fr,
body.en .en {
  display: block;
}

/* ==========================================================================
    Selection highlight colour
   ========================================================================== */

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


/* ==========================================================================
   Layout
   ========================================================================== */

.main-container {
  position: relative;
  margin-left: 80px;
}


.main-titles {
  font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Cn', sans-serif;
  line-height: 1;
  top: 0;
  text-align: right;
  left: 0;
  z-index: 999;
  padding: 1em 2em;
  width: 100%;
  color: #111;
  background: #fff;
}


.main-titles h1 {
  letter-spacing: -3px;
  font-size: 4em;
  line-height: 1;
  margin: 0 0 0.1em;
}


.main-titles h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: -0.3em;
  margin-bottom: 0.2em;
  font-family: "AmericanTypewriter",'American Typewriter Std Med', sans-serif;
}


/* ==========================================================================
   Main nav
   ========================================================================== */

.main-menu {
  position: absolute;
	z-index: 9999;
  width: 80px;
  top:0;
  left: 0;
  height: 100%;
  background: #111;
}

.main-menu a,
.lang {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 60px;
  background-image: url('../imgs/monkey-sprite.svg');
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  text-transform: lowercase;
}
.main-menu a:hover,
.lang a:hover {
	background-color: #0088e8;
}

.main-menu a:active {
	opacity: 0.95;
}

.lang {position: fixed; width: 40px; right: 0; bottom: 0; height: 30px; background-position: left -1611px; opacity: 0.5;}
.lang.fr-switcher {right: 40px; background-position: right -1611px; }


body.en .en-switcher,
body.fr .fr-switcher {
  opacity: 1;
}


.main-menu .home      a {background-position: center 20px; height: 110px;}
.main-menu .about     a {background-position: center -105px;}
.main-menu .events    a {background-position: center -185px;}
.main-menu .news      a {background-position: center -262px;}
.main-menu .drinks    a {background-position: center -417px;}
.main-menu .food      a {background-position: center -498px;}
.main-menu .burgers   a {background-position: center -651px;}
.main-menu .media     a {background-position: center -340px;}
.main-menu .breakfast a {background-position: center -577px;}
.main-menu .contact   a {background-position: center -722px;}
.main-menu .bitcoin   a {background-position: center -1444px;}

.main-menu .facebook  a {background-position: center -1067px;}
.main-menu .twitter   a {background-position: center -1145px;}
.main-menu .instagram a {background-position: center -1300px;}
.main-menu .google    a {background-position: center -1219px;}

.main-menu .home      a:before,
.main-menu .home.current-menu-item a,
.main-menu .home      a:hover {background-color: #ff1e25;}
.main-menu .about     a:before,
.main-menu .about.current-menu-item a,
.main-menu .about     a:hover {background-color: #591202;}
.main-menu .events    a:before,
.main-menu .events.current-menu-item a,
.main-menu .events    a:hover {background-color: #8c2703;}
.main-menu .news      a:before,
.main-menu .news.current-menu-item a,
.main-menu .news      a:hover {background-color: #a64f03;}
.main-menu .drinks    a:before,
.main-menu .drinks.current-menu-item a,
.main-menu .drinks    a:hover {background-color: #d98e04;}
.main-menu .food      a:before,
.main-menu .food.current-menu-item a,
.main-menu .food      a:hover {background-color: #91742d;}
.main-menu .burgers   a:before,
.main-menu .burgers.current-menu-item a,
.main-menu .burgers   a:hover {background-color: #a39047;}
.main-menu .media     a:before,
.main-menu .media.current-menu-item a,
.main-menu .media     a:hover {background-color: #82725a;}
.main-menu .breakfast a:before,
.main-menu .breakfast.current-menu-item a,
.main-menu .breakfast a:hover {background-color: #9b8b7a;}
.main-menu .contact   a:before,
.main-menu .contact.current-menu-item a,
.main-menu .contact   a:hover {background-color: #d0c8be;}
.main-menu .contact   a:before,
.main-menu .contact.current-menu-item a,
.main-menu .contact   a:hover {background-color: #A09991;}
.main-menu .bitcoin   a:before,
.main-menu .bitcoin.current-menu-item a,
.main-menu .bitcoin   a:hover {background-color: #f79520;}

.main-menu .facebook   a:before,
.main-menu .facebook.current-menu-item a,
.main-menu .facebook   a:hover {background-color: #3b5998;}
.main-menu .twitter    a:before,
.main-menu .twitter.current-menu-item a,
.main-menu .twitter    a:hover {background-color: #3a92c8;}
.main-menu .instagram  a:before,
.main-menu .instagram.current-menu-item a,
.main-menu .instagram  a:hover {background-color: #517fa4;}
.main-menu .google  a:before,
.main-menu .google.current-menu-item a,
.main-menu .google     a:hover {background-color: #fb3626;}

.main-menu a:before {
	position:absolute;
	top: 0;
	left: -190px;
  z-index: 2;
	display: block;
	padding: 0 20px 0 10px;
	width: auto;
	height: 60px;
	background-color: #0088e8;
  color: #fff;
	content:attr(data-title);
	white-space: nowrap;
  font-size: 20px;
	line-height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .home a:before {
  height: 110px;
  line-height: 110px;
}
.main-menu a:hover:before {
	left: 80px;
	opacity: 1;
}

/* hidey-showy button */

.hidey-showy {
 display: none;
 background: #111 url('../imgs/monkey-sprite.svg') no-repeat right -1512px;
 font-weight: bold;
 color: #eee;
 border: none;
 padding: 1.5em 1em;
 text-align: left;
 width: 100%;
}
.hidey-showy:active {
 background-color: #000;
}





/* ==========================================================================
   Slider
   ========================================================================== */

/* home slider */

.main-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* home slider anchors */
.main-slider > a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 778px;
  width: 100%;
  line-height: 0;
  opacity: 0;
}

/* home slider img */
.main-slider a > img {
  width: 100%;
  height: auto;
}

.cycle-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  background: rgba(255,31,39,0.9);
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 30px;
  line-height: 1.4;
  max-width: 65%;
}

.cycle-prev-next {
  position: absolute;
  bottom: 2%;
  width: 100%;
}

.cycle-prev-next span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 600;
  margin: 0 10px;
  padding: 18px;
  width: 50px;
  background:  url("../imgs/monkey-sprite.svg") no-repeat center -805px;
  color: transparent;
  text-align: center;
  text-indent: -9999px;
  font-size: 28px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.cycle-prev-next span:first-child {
  left: 0;
  background-position:  center -905px;
}

.cycle-prev-next span:hover {
  opacity: 1;
}

.cycle-prev-next span:active {
  opacity: 0.2;
}

.cycle-slideshow a             {display: none;}
.cycle-slideshow a:first-child {display: block;}



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

.home-content .row:before,
.home-content .row:after {content:""; display:table;}
.home-content .row:after {clear:both;}
.home-content .row       {zoom:1;}

.home-content .row {
  padding: 4em;
}

.home-content .col2 {
  float: left;
  width: 50%;
  min-height: 1px;
}

.home-content .col3-span {
  float: left;
  width: 66.666666%;
  min-height: 1px;
}

.home-content .col3 {
  float: left;
  width: 33.333333%;
  min-height: 1px;
}

.home-content .col4 {
  float: left;
  width: 25%;
  min-height: 1px;
}

.home-content h1 {
    margin-bottom: 1em;
  }


/* events list */

.home-content .events {
  padding: 0;
  background: #200000;
  color: #fff;
}

.home-content .events h1 {
  padding: 1.5em 0 0 2em;
  position: absolute;
}

.events-container {
  overflow: scroll;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.events-list li {
  display: inline;
}

.events-list a {
  display: inline-block;
  overflow: hidden;
  padding: 6em 0.5em 2em;
  height: 350px;
  width: 100%;
  max-width: 180px;
  color: #fff;
  text-align: center;
  white-space: normal;
  font-size: 22px;
  vertical-align:top;
}
.events-list a:hover {
  background-color: #360000;
  text-decoration: none;
}

.events-list .current {background: rgba(255,31,39,0.2);}

.events-list time {
  display: block;
  margin-bottom: 0.5em;
  color: #ff1e25;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 30px;
  font-family: "AmericanTypewriter",'American Typewriter Std Med', sans-serif;
}


/* scrollbar */

.events-container::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
.events-container::-webkit-scrollbar-track {
		background: #630000;
	}
.events-container::-webkit-scrollbar-thumb {
		margin: 10px;
		background: #ff1e25;
	}
.events-container::-webkit-scrollbar-thumb:hover {
		background: #FF5B19;
	}

/* food */

.home-content .food {
  background: #222 url("../imgs/blackboard.jpg");
  background-size: cover;
  color: #fff;
}


.food .description {
  padding: 0 1em;
  width: 67%;
  float: left;
  margin: 0 3% 0 0;
  position: relative;
  padding-left: 170px;
}

.food .plat-du-jour {
  background: rgba(0,0,0,0.5);
  padding: 2em 1em;
  text-align: center;
  width: 30%;
  float: left;
  margin-top: -2em;
}

  .food .mealtimes {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', sans-serif;
  }

  .food .mealtimes h2 {
    color: #ff1e25;
  }
  .food .plat-du-jour h2 {
    color: #ff1e25;
    font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', sans-serif;
    margin-bottom: 0.2em;
  }

  .food .plat-du-jour time {
    margin-bottom: 3em;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .food .plat-du-jour p {
    margin-bottom: 1em;
  }

  .food .plat-du-jour .price {
    font-size: 38px;
    margin-bottom: 0;
  }


/* about */

.home-content .about {
  background: #222 url("../imgs/bricks-dark.jpg");
  color: #fff;
  background-size: cover;
}

.about .monkey-features {
  margin: 4em 2em;
}

.about .monkey-features li {
  width: 49.1%;
  display: inline-block;
  height: 50px;
  font-size: 22px;
  padding-left: 40px;
  background:  url("../imgs/monkey-sprite.svg") no-repeat -20px -1010px;
  margin-bottom: 0.5em;
}

/* happy hours */

.home-content .happy-hours {
  background: #a64f03;
  color: #fff;
}
  .happy-hours h2 {
    font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', sans-serif;
    margin-bottom: 0.2em;
  }

  .happy-hours .clocks {
    margin-top: 2em;
    text-align: center;
  }

  .happy-hours .clocks svg {
    width: 80%;
    margin: 0 3em;
  }


/* social */

.home-content .social {
  overflow: hidden;
  padding: 0;
  background: #171717;
  color: #fff;
}

.home-content .social > div {
  display: block;
  height: 350px;
}

.home-content .social div > a {
  display: block;
  width: 100%;
  text-align: center;
  min-height: 350px;
  padding: 25% 25% 0 25%;
}
/*

.home-content .social a:active {
   -webkit-transform: scale(0.7,0.7);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: scale(0,0);
   background-color: transparent;
   box-shadow: none;
   opacity: 1;
}
*/

.home-content .facebook    > a {background-color: #591202;}
.home-content .twitter     > a {background-color: #a64f03;}
.home-content .instagram   > a {background-color: #8c2703;}
.home-content .tripadvisor > a {background-color: #d98e04;}

.home-content .social .social-clicked > a {
  padding: 0;
  max-height: 350px;
  background: #171717 url('../imgs/loading.gif') no-repeat center center;
  color: transparent;
}

.home-content .twitter iframe {
  padding-left: 0.5em;
}

.tripadvisor.social-clicked {padding: 1em;}

.social .instagram-gallery li,
.social .instagram-gallery img {
  height: 350px;
  width: 100%;
}

/* map */

.home-content .map {
  padding: 10em 2em 1em;
  background: #222 url("../imgs/map.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: right;
  font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med';
}


/* ==========================================================================
    internal pages
   ========================================================================== */

/* single */

.page-header-image {
  overflow: hidden;
  max-height: 778px;
  width: 100%;
}

.page-header-image img {
  width: 100%;
  height: auto;
}

.page-content,
.archive-content,
.single-content {
  padding: 2em 5%;
  line-height: 1.6;
  background: #fff;
  color: #111;
  width: 66.6666%;
  height: 100%;
  position: relative;
  float: left;
}

.page-content > h1,
.archive-content > h1,
.single-content > h1 {
  font-size: 46px;
  line-height: 1.2;
  clear: left;
}

.event-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 10px 0;
  background: #ff1e25;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  border-radius: 50%;
  display: block;
  margin-right: 1em;
  margin-top: 0.15em;
}

.single-post-meta {
  text-align: center;
  font-size: 14px;
  margin: 6em 0 2em;
  color: #666;
}


.archive-item {
  margin-bottom: 3em;
}

.archive-item h1 {
  font-size: 32px;
  line-height: 1.2;
}

.archive-item-thumb {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* post images */

.post-image {
  text-align: center;
  background: #111;
  width: 100%;
  display: block;
  margin: 2em 0;
  padding: 5%;
}

/* post videos */

.page-content iframe {
  text-align: center;
  background: #111;
  display: block;
  margin: 2em auto;
  padding: 1%;
}


/* ==========================================================================
    Sidebar
   ========================================================================== */


.right-sidebar {
  width: 33.3333%;
  float: right;
  background: #111;
  padding: 2em;
  font-size: 16px;
  line-height: 1.6;
}

/* sidebar upcoming posts */

.right-sidebar .events-container {
  margin-bottom: 2em;
  overflow: hidden;
}

.right-sidebar .events-list a {
  display: block;
  height: auto;
  padding: 0;
  max-width: none;
  text-align: left;
  font-size: 16px;
}

.right-sidebar .events-list a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.right-sidebar .events-list a.current {
  background-color: transparent;
}

.right-sidebar .events-list time {
  display: block;
  margin-bottom: 0;
  width: 65px;
  font-size: 16px;
  letter-spacing: 0;
}

.right-sidebar .events-list a:hover time {
  text-decoration: underline;
}

.right-sidebar article {margin-bottom: 2em;}

.right-sidebar article h1 {line-height: 1.1;}

.right-sidebar article a {
  display: block;
  margin-bottom: 0.5em;
}


/* hack to hide specials - redo in php! */

.right-sidebar .widget_categories .cat-item-447 {
  display: none;
}


/* ==========================================================================
    Spreadsheets
   ========================================================================== */

.csvTable th ,
.csvTable td {padding: 0.5em;}


/* ==========================================================================
    Papery
   ========================================================================== */

.main-content.papery {
  background-image: url('../imgs/paper-tile.jpg');
}

.main-content.papery .page-content,
.main-content.papery .archive-content,
.main-content.papery .single-content  {
  background: transparent;
  width: 100%;
  font-size: 22px;
  max-width: 1100px;
  color: rgba(17, 17, 17, 0.75);
  text-shadow: -1px -1px rgba(0,0,0,0.2);
}

.main-content.papery .page-content > h1,
.main-content.papery .archive-content > h1,
.main-content.papery .single-content > h1 {
  text-align: center;
  font-size: 62px;
}

.main-content.papery .page-content h2,
.main-content.papery .archive-content h2,
.main-content.papery .single-content h2 {
  font-size: 52px;
}

 .main-content.papery .right-sidebar{
  display: none;
}


/* Papery post images */

.main-content.papery .post-image {
  background: transparent;
  margin: 1em 0;
  padding: 0;
}


/* ==========================================================================
    Specials Board
   ========================================================================== */

.page-template-specials-board-php .main-menu {display: none;}

.page-template-specials-board-php .page-content {width: 100%;}


.page-template-specials-board-php .main-container {
  margin-left: 0;
  height: 100%;
  background: #222 url("../imgs/blackboard.jpg");
  background-size: cover;
  color: #fff;
}

.page-template-specials-board-php .language-switcher-container {display: none;}

.page-template-specials-board-php .food .plat-du-jour {
  font-size: 22px;
  background: transparent;
  max-width: 800px;
  padding: 2em;
  float: none;
  margin: 0 auto;
  width: 100%;
}
/*

.page-template-specials-board-php  .food .mealtimes {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', sans-serif;
  }

.page-template-specials-board-php  .food .mealtimes h2 {
    color: #ff1e25;
  }
.page-template-specials-board-php  .food .plat-du-jour h2 {
    color: #ff1e25;
    font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', sans-serif;
    margin-bottom: 0.2em;
  }

.page-template-specials-board-php  .food .plat-du-jour time {
    margin-bottom: 3em;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

.page-template-specials-board-php  .food .plat-du-jour p {
    margin-bottom: 1em;
  }

.page-template-specials-board-php  .food .plat-du-jour .price {
    font-size: 38px;
    margin-bottom: 0;
  }
*/


/* ==========================================================================
    Specials form
   ========================================================================== */

.page-template-specials-form-php {background: #fff;}
.page-template-specials-form-php .page-content {width: 100%;}
#usp_form {margin: 1em 0;}
#usp_form fieldset {border: none; margin: 0 0 2em; padding: 0;}
#usp_form input {width: 100%; display: inline-block; padding: 1em; font-size: 22px; margin: 0;}
#usp_form label {width: 100%; display: inline-block; padding: 1em 0;}



/* ==========================================================================
    Search
   ========================================================================== */


.widget-search #s {
  background: #656565;
  font-size: 22px;
  color: #fff;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 80%;
  padding-left: 0.5em;
}

.widget-search #searchsubmit {
  float: right;
  border: none;
  height: 40px;
  width: 15%;
  font-size: 0;
  color: transparent;
  background: #ff1e25 url('../imgs/monkey-sprite.svg') center -1382px;
}

/* search results */

.search-results .page-content > h1 {
  font-size: 32px;
  line-height: 1.2;
}


/* ==========================================================================
    Sharing Footer
   ========================================================================== */



.social-footer {
  margin: 3em 0;
  color: #fff;
  text-transform: uppercase;
}

.social-footer .social-icons {
  margin: 0;
  padding: 0;
}

.social-footer .social-icons li {
  display: inline-block;
  float: left;
  width: 23.8%;
  margin-left: 1.6%;
}
.social-footer .social-icons li:first-child {
  margin-left: 0;
}


.social-footer .social-icons a {
  display: block;
  width: 100%;
  height: 60px;
  background-image: url('../imgs/monkey-sprite.svg');
  background-color: #ccc;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}

.social-footer .social-icons .contact   {background-position: center -722px;}

.social-footer .social-icons .facebook  {background-position: center -1067px;}
.social-footer .social-icons .twitter   {background-position: center -1145px;}
.social-footer .social-icons .google    {background-position: center -1219px;}

.social-footer .social-icons .contact:before,
.social-footer .social-icons .contact:hover  {background-color: #d0c8be;}
.social-footer .social-icons .facebook:before,
.social-footer .social-icons .facebook:hover {background-color: #3b5998;}
.social-footer .social-icons .twitter:before,
.social-footer .social-icons .twitter:hover  {background-color: #3a92c8;}
.social-footer .social-icons .google:before,
.social-footer .social-icons .google:hover   {background-color: #fb3626;}


/* ==========================================================================
    Subnav
   ========================================================================== */

.subnavigation {margin: 2em auto; overflow: hidden; width: 100%; font-size: 14px;}
.subnavigation .navigationRight {float: right; max-width: 49%;}
.subnavigation .navigationLeft  {float: left; max-width: 49%;}

.subnavigation a {
  font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med';
  width: auto;
  font-size: 14px;
  padding: 1.25em 1em;
  color: #fff;
  transition: all 0.05s ease;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #666;
  text-align: center;
}

.subnavigation .navigationRight {float: right; max-width: 49%; padding: 2em 0;}
.subnavigation .navigationLeft  {float: left;  max-width: 49%; padding: 2em 0;}

.subnavigation a:hover  {background-color: #333; text-decoration: none;}
.subnavigation a:active {background-color: #ff1e25; color: #fff;}

.subnavigation .navigationRight a:before {content: "Next: ";}
.subnavigation .navigationLeft  a:before {content: "Prev: ";}



/* ==========================================================================
  Instagram gallery
   ========================================================================== */

.media-template .page-content,
.media-template .page-content,
.media-template .main-content {
  background: transparent;
  width: 100%;
  color: #fff;
}

.media-template .instagram-gallery {margin: 2em 0;}

  .media-template .instagram-gallery li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 29%;
    height: auto;
    text-align: center;
    line-height: 1;
    margin: 0 6.333333% 6.333333% 0;
  }

  .instagram.social-clicked .instagram-item {
    position: relative;
    overflow: hidden;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
    margin: 0;
  }
  .instagram.social-clicked .instagram-item-title {
    display: none;
  }

  .media-template .instagram-gallery li:nth-child(3n){
    margin-right: 0;
  }

  .instagram-item video {
    width: 100%;
    height: 100%;
  }

/* sliding captions */

.media-template .instagram-gallery .instagram-item-title {
  position: absolute;
  width: 100%;
  padding: 1em;
  bottom: -120px;
  color: #fff;
  line-height: 140%;
  opacity: 0;
  background: #111;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 50%;
  left: -50%;
}

.instagram-item:hover .instagram-item-title {
  bottom: 4px;
  opacity: 1;
}

.mobile .instagram-item .instagram-item-title {
  bottom: 0;
  opacity: 1;
}


/* ==========================================================================
    Contact form
   ========================================================================== */


#simple-contact-form {
  width: 100%;
  overflow: hidden;
  border: 0;
  margin: 2em 0;
}
#simple-contact-form fieldset {
  border: 0;
}

#simple-contact-form input,
#simple-contact-form textarea {
  float: left;
  width: 65%;
  padding: 0.5em;
}


#simple-contact-form #scf_email,
#simple-contact-form #scf_name,
#simple-contact-form #scf_response,
#simple-contact-form #scf_message {
  float: right;
  background: #333;
  border: 1px solid #111;
  color: #fff;
  padding: 0.75em;
}

#simple-contact-form #scf_email:focus,
#simple-contact-form #scf_name:focus,
#simple-contact-form #scf_response:focus,
#simple-contact-form #scf_message:focus  {
  border-color: #000;
  outline: #aaa;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);

}

#simple-contact-form label {
  float: left;
  clear: both;
  width: 30%;
  padding: 0.75em 0;
}

#simple-contact-form .scf-submit {
  text-align: right;
  padding: 1em 10px 1em 0;
}

#simple-contact-form .scf-submit #scf_contact {
    border: none;
    padding: 1em 2em;
    color: #fff;
    background: #ff1e25;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    text-align: center;
    float: none;
    width: auto;
  }
#simple-contact-form .scf-submit #scf_contact:hover {
   background-color: #990000;
  }
#simple-contact-form .scf-submit #scf_contact:active {
   background-color: #ff1e25;
  }

#simple-contact-form .scf_error {
  border: 1px solid #ff1e25!important;
}

p.scf_error {
  color: #990000;
  font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med';
}



/* ==========================================================================
    WP Page Navi
   ========================================================================== */

/* clearfix */
.wp-pagenavi:before,
.wp-pagenavi:after {content:""; display:table;}
.wp-pagenavi:after {clear:both;}
.wp-pagenavi       {zoom:1;}


.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi span {
  border: none;
  position: relative;
  background-color: #202d36;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 18px;
  margin-left: 2%;
  color: #fff;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  background-color: #ff1e25; color: #000;
  text-decoration: none;
}

.wp-pagenavi .page:active,
.wp-pagenavi .first:active,
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:active,
.wp-pagenavi .last:active {
  top:  1px;
  box-shadow: inset 2px 2px 0 0 rgba(0,0,0,.2);
  opacity: 0.7;
}

.wp-pagenavi span {background-color: #ff1e25; color: #000;}




/* ==========================================================================
    iPads (portrait)
   ========================================================================== */

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

  .home-content .row {
    padding: 2em;
  }
  .home-content .row.events,
  .home-content .row.social {
    padding: 0;
  }


  .home-content .col4 {
    float: left;
    width: 50%;
  }

  /* food */

  .home-content .row.food .description,
  .home-content .row.food .plat-du-jour {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  /* about */

  .home-content .row.about .col2 {
    width: 100%;
    float: none;
  }


/* eof tablets */
}

/* ==========================================================================
    Smartphones (portrait and landscape)
  ========================================================================== */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

  /* fonts */

  * {font-family: "AmericanTypewriter","American Typewriter", Courier, 'Courier New', serif!important;}

  b, strong {font-family: 'AmericanTypewriter-Bold','American Typewriter Bold Med', Courier, 'Courier New', serif;}

  .main-titles {font-family: 'AmericanTypewriter-CondensedBold','AmericanTypewriter-Bold','American Typewriter Bold Med', Courier, 'Courier New', serif;}


/* ==========================================================================
   Layout and Menu
   ========================================================================== */

  /* hidey-showy button */

  .hidey-showy {
   display: block;
  }

  .main-container {
    margin-left: 0;
  }

  .main-titles {
    padding: 1em 0.2em;
    text-align: center;
  }

  .main-titles h1 {
    letter-spacing: -3px;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1;
  }

  .main-titles h2 {
    line-height: 1.5;
    margin: 0.75em 0 0.5em;
  }
  .main-titles h3 {
    line-height: 1.25;
  }

  .main-menu {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
  }

  .main-menu a {
    width: calc(100% - 120px);
    background-position-x: 20px!important;
  }

  .main-menu a:before {
  	position:absolute;
  	top: 0;
  	left: 90px;
  	width: 100%;
    font-size: 28px;
  	line-height: 60px;
  }
  .main-menu .home a:before {
    height: 110px;
    line-height: 110px;
  }
  .main-menu a:hover:before {
  	left: 80px;
  }



/* ==========================================================================
   home rows
   ========================================================================== */

  .home-content .row {
    background-image: none!important;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 2em 1em;
  }

  .home-content .row div {
    width: 100%;
    padding: 0;
  }

  /* events */
  .home-content .row.events,
  .home-content .row.events div {padding: 0;}
  .home-content .events h1 {margin: 0.5em; padding: 0}

  /* food */
  .home-content .food .description,
  .home-content .food .mealtimes,
  .home-content .food .plat-du-jour {
     width: 100%;
     float: none;
     position: relative;
     padding: 0;
     margin: 0 0 1em;
    }

  .home-content .food div.mealtimes * {text-align: center; font-size: 200%; line-height: 1; margin: 0.5em; }
  .home-content .food div.plat-du-jour {padding: 1em;}

  /* happy hours */
  .home-content .happy-hours .hours {width: 100%;}
  .home-content .happy-hours .clocks {display: none;}

  /* about */
  .home-content .about  {text-align: left!important;}
  .home-content .about .monkey-features {margin: 1em 0;}
  .home-content .about .monkey-features li {margin: 0.5em 0 ; width: auto; float: none; display: block;}

  /* social */
  .home-content .row.social {padding: 0;}
  .home-content .row.social div {width: 100%; float: none; padding: 0;}
  .home-content .row.social > a {padding: 2em;}

  /* Internal */

  .page-content,
  .archive-content,
  .single-content {
    padding: 2em 1em;
    width: 100%;
    float: none;
    overflow: hidden;
  }

  /* 404, search results */

  /* papery */

  /* ==========================================================================
      Spreadsheets
     ========================================================================== */

  .papery > article {
    padding: 0;
    font-size: 16px;
  }

  .main-content.papery .page-content > h1,
  .main-content.papery .archive-content > h1,
  .main-content.papery .single-content > h1 {
    margin-top: 1em;
    text-align: center;
    font-size: 32px;
  }

  .main-content.papery .page-content h2,
  .main-content.papery .archive-content h2,
  .main-content.papery .single-content h2 {
    font-size: 22px;
  }


  .csvTable th ,
  .csvTable td {
    vertical-align: top;
    padding: 0.5em;
    font-size: 16px;
  }

  /* ******* CONTACT FORM ******* */

  #simple-contact-form input,
  #simple-contact-form textarea,
  #simple-contact-form #scf_email,
  #simple-contact-form #scf_name,
  #simple-contact-form #scf_response,
  #simple-contact-form #scf_message {
    float: none;
    width: 100%;
  }

  #simple-contact-form label {
    float: none;
    clear: both;
    width: 100%;
  }

  #simple-contact-form fieldset {
    padding-left: 0;
    padding-right: 0;
  }

  #simple-contact-form .scf-submit {
    width: 100%;
  }


/* ==========================================================================
  Instagram gallery
   ========================================================================== */

.instagram-gallery {margin: 0;}

    .media-template .instagram-gallery li  {
    float: none;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
  }

    .media-template .instagram-gallery li  video {
    width: 100%;
    height: 100%;
  }

  .media-template .instagram-gallery .instagram-item-title {
    position: relative;
    width: 100%;
    padding: 1em;
    bottom: 0;
    opacity: 1;
    margin-left: 0;
    left: 0;
  }


/* EOF responsive smart */

}




/* ==========================================================================
  Lightbox
   ========================================================================== */

#lightbox {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.8);
  -webkit-filter: none !important;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 15px solid #fff;
  border-radius: 0;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: #171717 url('../imgs/loading.gif') center center no-repeat;
  width: 64px;
  height: 64px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.lightbox-caption {
  text-align: center;
  color: #fff;
  padding: 1em;
}


.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity:0.4;
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -ms-transition:     all 0.3s;
  transition:     all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url('../imgs/close.png');
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../imgs/next.png');
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../imgs/previous.png');
}