/*
	Theme Name: Cafe Scheuer
	Theme URI: http://lemontec.at
	Description: HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Tobias Luger
	Author URI: http://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* Anker reset */
a:hover, a:active, a:focus, a:visited {
	text-decoration:none;
}

/* TRANSITIONS */

.menu-single * , .to-bottom, .team-img-wrapper, .team-img-wrapper *, .team-time .cta, .to-top, footer .wpcf7-form *, .facebook-wrapper *, .menu-single *, .flex-direction-nav *, #offer-wrapper *,
.click-img  {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Droid Serif', serif;
	color:#444;
}

ul {
	list-style:none;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* HEADER */
header {
	background:#fff;
	z-index:10;
	position:relative;
	padding: 10px 0;
	box-shadow:1px 1px 6px #ccc;
	font-family: 'Source Sans Pro', sans-serif;
	max-height:113px;
}


.header-black {
	background-color:#606060;
	background:rgba(0,0,0,0.75);
	box-shadow:1px 1px 6px #000;
}

.logo {
	display:none;
}

.logo img {
  max-width: 150px;
}


/* NAV */
.nav-toggle {
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 100;
  color: #888;
  display:none;
}

nav hr {
	display:none;
}

.nav-toggle:focus, .nav-toggle:hover, .current-menu-item a {
	color:#896942;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align: right;
}

nav ul li {
	display:inline-block;
}

nav a {
	  color: #000;
	  text-transform: uppercase;
	  padding: 35px 15px;
	  font-size: 16px;
	  font-weight: normal;
	  display: inline-block;
}

.header-black nav a {
	color:#fff;
}

nav a:hover {
	color:#896942;
	text-decoration:none;
}

/* ALERT HOMEPAGE */
.alertbox {
	font-family: 'Source Sans Pro', sans-serif;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
	z-index: 10;
	border-left: 2px solid rgba(137, 105, 66, 0.5);
	border-top: 2px solid rgba(137, 105, 66, 0.5);
	border-bottom: 2px solid rgba(137, 105, 66, 0.5);
	font-size: 17px;
}


.alertbox_inner {
	position: relative;
}

.alertbox i {
    cursor: pointer;
    color: #D23737;
    float: left;
    font-size: 15px;
		margin-top: 3px;
}

.alertbox .text {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.alertbox span {
    position: absolute;
    left: 0;
    width: 100%;
    background: #444;
    padding: 5px;
		text-align: center;
}


/* CONTENT */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

article {
	text-align:center;
	max-width: 700px;
	margin: 0 auto;
}

.home-template h1 {
    text-align: center;
    margin: 50px 0 25px;
    display: block;
}

.home .partner {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 15px;
}

/* ÖFFNUNGSZEITEN */
.opening-time {
	text-transform:uppercase;
	color:#000;
	text-align:center;
	display:inline-block;
	margin-right: 25px;
}


.header-black .opening-time {
	color:#fff;
}

.header-black .opening-swicher button {
    background: rgba(255,255,255, 0.3);
    border: none;
    color: #fff;
    padding: 2px 0;
    width: 70px;
    margin: 0;
    font-style: italic;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 8px;
	cursor:auto;
}

.opening-swicher button {
    background: #896942;
    border: none;
    color: #fff;
    padding: 2px 0;
    width: 70px;
    margin: 0;
    font-style: italic;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 8px;
	cursor:auto;
}

#bakery_opening {
	margin-right:0;
}


.opening-swicher {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    display: block;
}



.opening-swicher button.active {
	opacity: 1;
	background-color:#896942;
}


.opening-swicher button.active:active, .opening-swicher button.active:visited , .opening-swicher button.active:focus {
	border:none;
	box-shadow:none;
	outline:none;
}

.swicher-inner {
    border-radius: 8px;
    padding: 0;
    display: inline-block;
	overflow:hidden;
}


.opening-time span, .opening-time strong {
	display:block;
	font-size:11px;
}

.opening-time strong {
	color:#896942;
	font-size: 18px;
	font-weight:normal;
}

.opening-time ul {
	list-style:none;
	font-size:12px;
	padding:0;
	margin:0;
}

.open {
	color:#000;
}

.header-black .open {
	color:#fff;
}

.closed {
	color:#ff2828;
}

/* TIMELINE */
#timeline-wrapper {
	display: block;
    position: relative;
    width: 600px;
    margin: 0 auto 250px;
}

#timeline-wrapper > img {
	margin:0 auto;
	display:block;
}

.timeline-single {
    position: absolute;
    text-align: right;
    left: 0;
    top: 80px;
	z-index: 10;
}

.timeline-single img {
    margin-top: 20px;
}

.timeline-single:nth-child(3) {
    top: 495px;
    left: auto;
    right: 0;
	text-align:left;
}

.timeline-single:nth-child(4) {
    top: 740px;
    right: auto;
    left: 0;
}

.timeline-single:nth-child(5) {
    top: 900px;
    left: auto;
    right: 0;
    text-align: left;
}

.timeline-single i, .timeline-single strong {
	display:block;
}

.timeline-single i {
	font-size:45px;
	font-weight:bold;
	font-style:italic;
}

.timeline-single strong {
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	color: #896942;
	margin-top: -10px;
}

.timeline-overlay {
    position: absolute;
    left: 0;
    top: 230px;
    background-color: #fff;
    padding: 21px 10px 10px;
    width: 270px;
    text-align: center;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 0 0 5px 5px;
	border-top: 3px solid #896942;
	display:none;
	overflow: visible !important;
}

.click-img {
    border: 3px solid rgba(137, 105, 66, 0.5);
    padding: 2px;
	border-radius:90%;
	cursor:pointer;
}

.click-img:hover {
    border: 3px solid rgba(137, 105, 66, 1.0);
}

.timeline-single:nth-child(3) .timeline-overlay, .timeline-single:nth-child(5) .timeline-overlay {
    left: auto;
    right: 0;
}

.timeline-overlay strong {
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
}

.timeline-overlay p {
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.timeline-overlay .fa {
    transform: rotate(270deg);
    font-style: normal;
    position: absolute;
    top: -13px;
    left: 48%;
    font-size: 13px;
    color: #896942;
}

/* OFFER PAGE */
#offer-wrapper {
	text-align:center;
}

#offer-wrapper p {
    color: #896942;
}

#offer-wrapper img {
    width: 270px;
    height: 270px;
    border-radius: 90%;
    border: 3px solid rgba(137, 105, 66, 0.5);
    padding: 2px;
}

#offer-wrapper img:hover {
    border: 3px solid rgba(137, 105, 66, 1.0);
}

.view-article {
    display: block;
    color: #896942;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0 150px;
}

/* single post */
.single  article {
	margin: 100px auto;
}

.single h1 {
    font-size: 25px;
	text-align:center;
	margin-bottom: 10px;
	margin-top:30px;
}

.single h1 a {
	font-style:normal;
}


.single article img {
	width: 270px;
    height: 270px;
    border-radius: 90%;
    border: 3px solid #896942;
    padding: 3px;
}

.single p {
	text-align:center;
}

/* BAKERY PAGE */
#bakery-slider-wrapper {
    max-height: 600px;
    overflow: hidden;
	position:relative;
}

#bakery-wrapper h3, #bakery-wrapper h4 {
    font-weight: bold;
    font-size: 20px;
}

#bakery-wrapper p {
    line-height: 22px;
    font-size: 14px;
}

#bakery-wrapper .col-md-6 img {
    width: 350px;
    height: auto;
    margin-bottom: 40px;
}

#bakery-wrapper article {
    margin-top: 100px;
    margin-bottom: 100px;
	overflow: hidden;
}

#bakery-slider-wrapper ul {
    padding: 0;
}

#bakery-slider-wrapper li {
	position:relative;
}

#bakery-slider-wrapper .slider-text {
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align:center;
}

#bakery-slider-wrapper .flex-direction-nav {
    top: 40%;
}

.slider-hr {
	background: url("img/slider_hr.png") repeat-x;
    width: 100%;
    height: 10px;
    z-index: 10000;
    position: absolute;
    bottom: 0;
}

.slider-text-inner {
    position: relative;
}

.slider-text-inner b {
    display: block;
    font-size: 27px;
    margin-top: 5px;
}

#bakery-slider-wrapper img {
    width: 100%;
}

#bakery-slider-wrapper .slider-text-inner img {
    width: auto;
}

#bakery-slider-wrapper strong {
    font-weight: bold;
    font-style: italic;
    font-size: 45px;
    color: #896942;
    margin: 0;
}

#bakery-slider-wrapper p {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin: 5px 0 15px;
}



/* TEAM */
#team {
	text-align:center;
	margin: 0;
	padding: 0;
}

#team li {
  margin-top: 50px;
  margin-bottom: 50px;
  position:relative;
}

#team b, #team span {
	display:block;
}

#team b {
	font-family: 'Lobster', cursive;
	font-size:21px;
	margin-top: 10px;
	font-weight:normal;
}

#team span {
	color:#896942;
	font-size:15px;
	font-weight: normal;
	margin-top: 0;
}

.team-img-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor:pointer;
}

.team-img-wrapper:hover {
	transform: scale(0.9,0.9);
}

.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 20;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  font-style: italic;
  padding-top: 47%;
  opacity:0.0
}

.team-img-wrapper:hover .team-overlay {
  opacity:1.0;
}

.hr-content {
  padding-right: 100px;
  padding-left: 100px;
}


/*team lightbox*/
.team-lightbox {
  z-index:100;
  background-color:#fff;
  position: absolute;
  z-index: 100;
  box-shadow: 1px 1px 6px #999;
  display: none;
  top: 0;
  left: 0;
  border-top: 6px solid #896942;
}

.team-lightbox ~ .active {
  display: block;
}

.team-lightbox div:first-child {
	padding:0;
}

.team-lightbox strong {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #000;
  margin: 45px 0 0;
  display:block;
}

.team-lightbox hr {
  width: 20px;
  border-color: #896942;
  padding: 0;
  margin: 9px auto;
}

#team .team-lightbox span {
	font-size:13px;
}

/* team history */
.team-time {
  background:url("img/time-bg.jpg") no-repeat;
  text-align: center;
  background-size: 100% auto;
  padding: 70px 0;
}

.team-time b {
  font-weight: bold;
  font-style: italic;
  font-size: 59px;
  color: #fff;
  display:block;
}

.team-time strong {
  font-size: 20px;
  color: #fff;
  display:block;
}

.team-time .cta {
  background-color: #896942;
  color: #fff;
  text-transform: uppercase;
  padding: 11px;
  display: inline-block;
  margin-top: 40px;
}

.team-time .cta:hover {
  background-color: #fff;
  color: #896942;
}

/* SLOGAN */
#slogan {
	text-align:center;
	margin-top:100px;
	margin-bottom:30px;
}


/* TO BOTTOM */
.cb-slideshow {
	background-color:#000;
}

.homeslide-single h1 {
	background:url("img/slide-hr.png") no-repeat;
	background-position: center center;
	color:#fff;
	font-size:18px;
	font-style:normal;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}

.homeslide-single h2 {
	background:url("img/slide-hr2.png") no-repeat;
	background-position: center center;
	color:#fff;
	font-size:18px;
	font-style:normal;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}

.homeslide-single p {
	color:#fff;
	font-size:17px;
	font-style:normal;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	max-width:350px;
	margin: 15px auto;
}

.wlan-icon {
    margin-bottom: 20px;
}

.homeslide-single {
	position:absolute;
	top:30%;
}

.to-bottom {
  background-color: #fff;
  position: fixed;
  bottom: -35px;
  left: 50%;
  color: #896942;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  height: 70px;
  border-radius: 100%;
  transition:all 1.2s ease 0s
}

.to-bottom:hover {
	text-decoration:none;
	opacity:0.5;
}

.to-bottom:hover i {
	position:relative;
	margin-top:5px;
	transition:all 1.2s ease 0s
}

.to-bottom i {
	display:block;
}

.to-bottom i:first-child {
  margin-top: 10px;
}

.to-bottom i:last-child {
  margin-top: -6px;
}

/* SPEISEKARTE */
.menu-single .eatbig {
	width: 270px;
}

.menu-single .eatbig.active {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}

.eatbtn {
	cursor:pointer;
}

.menu-single .eatbig img {
	position: absolute;
    left: 26%;
    top: -80px;
    box-shadow: 1px 1px 6px #999;
    width: 270px;
    height: 270px;
    z-index: 100;
    background-color: #fff;
    border-radius: 0;
}

#eat-menu-wrapper {
  background: url(img/eat-bg.jpg) repeat-y;
  background-size: cover;
  padding: 50px 0;
  background-position: left bottom;
}

#eat-menu-wrapper ul {
	padding:0;
	list-style:none;
}

#eat-menu-wrapper li {
  display: block;
  margin-bottom: 40px;
}

.menu-single i, .menu-single h3, .menu-single h4, .menu-single hr {
	display:block;
	text-align:center;
}

.menu-single {
  background-color: #fff;
  padding: 10px 0 0 20px;
  color: #000;
}

.menu-single li b {
  color: #896942;
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}

.menu-single article {
	text-align:left;
	margin-top: 15px;
}

.menu-single p {
	font-style:italic;
}

.menu-single > img {
  text-align: center;
  margin: 40px auto 0;
  display: block;
}

.menu-single ul img {
  width: 100px;
  height: 100px;
  border-radius: 90%;
  padding: 2px;
  border: 3px solid rgba(137, 105, 66, 0.4);
}

.menu-single ul img:hover {
	border-color: rgba(137, 105, 66, 1.0);
}

.menu-single hr {
  border-color: #000;
  border-width: 2px;
  width: 60px;
  margin-bottom: 50px;
}

.menu-single i {
  font-size: 30px;
  margin: 40px 0 0;
}

.menu-single h3, .menu-single h4 {
  font-size: 20px;
  font-weight: bold;
}

/* ANGEBOT SLIDER */
#offer-slider-wrapper {
	position:relative;
	margin-bottom:100px;
}

#offer-slider-wrapper ul {
	padding:0;
}

#offer-slider-wrapper img {
  padding: 0;
  margin: 0 auto;
  display: block;
  border-radius: 90%;
  border: 2px solid #896942;
  padding: 3px;
  float: none;
}

#offer-slider-wrapper span {
  color: #896942;
  font-size: 29px;
  text-align: center;
  display: block;
  margin-top: 100px;
  font-weight: bold;
  font-style: italic;
}

.flex-control-paging {
	display:none;
}

.flex-direction-nav {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  display: block;
  list-style:none;
}

.flex-direction-nav a {
  background: url("img/icons/slider-controlls.png") no-repeat;
  width: 58px;
  height: 75px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

.flex-direction-nav a:hover {
	opacity:0.5;
}

.flex-direction-nav .flex-nav-next a
{
  background-position: 0 -109px;
}

.flex-nav-prev {
  float: left;
}

.flex-nav-next {
  float: right;
}



#offer-slider-wrapper strong {
  display: block;
  text-align: center;
  font-style: italic;
  color: #000;
  margin-bottom: 25px;
  font-weight:normal;
  font-size:16px;
}


/* FOOTER */
footer {
	background-color:#252525;
	color:#fff;
	text-align:center;
}

footer a {
  color: #fff;
  font-style: italic;
  border-right: 1px solid #fff;
  padding: 0 5px;
  display: inline-block;
  margin: 7px 0;
  font-size:14px;
  line-height: 12px;
}

footer a:hover {
	color:#896942;
}

footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

footer ul li {
	display: block;
}

footer .copyright ul li {
    display: inline-block;
}

.copyright {
  margin: 0;
  background-color: #3d3d3d;
  padding: 15px 0;
  position:relative;
}

.to-top {
  width: 50px;
  height: 50px;
  border-radius: 90%;
  background-color: #896942;
  border: none;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.to-top:hover, .to-top:active, .to-top:focus, .to-top:visited {
  color: #fff;
  transform: scale(1.1);
}

.to-top i {
  display: block;
  font-size:16px;
}

.to-top i:first-child {
  margin-top: 10px;
}

.to-top i:last-child {
  margin-top: -5px;
}

/* contact form */
footer .wpcf7-form {
  max-width: 635px;
  margin: 35px auto 0;
}

body .gform_wrapper {
    max-width: 615px;
    margin: auto;
}

body .gform_wrapper li.hidden_label input {
    margin: 0;
}

.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
    color: #fff !important;
}

footer input, footer textarea {
  background-color: #3D3D3D;
  border: none;
  padding: 15px;
  margin-bottom: 25px;
  width: 200px;
  border: 1px solid transparent;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #896942 !important;
}

footer input:active,
footer textarea:active,
footer input:focus,
footer textarea:focus {
  box-shadow: 0 0px 4px #896942;
  border: 1px solid rgba(137, 105, 66, 0.5);
  outline: none;
}

footer .wpcf7-form textarea  {
	width:100%;
  max-width: 300px;
  height: 194px;
}

footer input[type="submit"] {
  background-color: #896942;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

footer input[type="submit"]:hover {
	opacity:0.5;
}

footer h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 39px;
  text-transform: uppercase;
  margin: 30px 0 0;
  display: block;
}

footer h3:after {
  content: "\00af";
  color: #896942;
  top: 12px;
  display: inline-block;
  position: relative;
  left: 20px;
}

footer h3:before {
  content: "\00af";
  color: #896942;
  top: 12px;
  display: inline-block;
  position: relative;
  right: 20px;
}

/* footer facebook */

footer .facebook-wrapper {
  margin: 35px 0;
}

footer .facebook-wrapper strong {
	display:block;
	font-style:italic;
  margin-bottom: 15px;
}

footer .facebook-wrapper a {
  border: none;
  width: 50px;
  height: 50px;
  background-color: #3D3D3D;
  border-radius: 90%;
}

footer .facebook-wrapper a i {
  font-size: 25px;
  margin-top: 14px;
}

footer .facebook-wrapper a:hover {
	color:#fff;
	background-color: #896942;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 45px;
  color: #000;
  margin: 0;
}

h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #896942;
  margin: 5px 0 30px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:1486px) {
	.team-time {
	  background-size: auto 100%;
	}
}

@media (max-width:991px) {
	nav ul {
		text-align:center;
	}

	nav {
	  border-top: 1px solid #eee;
	  margin-top: 10px;
	}

	nav a {
		padding: 15px 15px 5px;
	}

	header {
		max-height:169px;
	}

}

@media (max-width:767px) {
	.menu-single img {
	  margin: 0 auto;
	  display: block;
	}

	.home .partner {
    top: 150px;
	}

	.alertbox {
		width: 100%;
        top: auto;
        transform: none;
		bottom: 0;
		background: rgba(0, 0, 0, 1);
	}

	.menu-single article, .menu-single li b {
		text-align: center;
		display:block;
	}

	.menu-single {
		padding: 5px;
		margin: 20px 0;
	}


}


@media (max-width:620px) {
	nav,
	nav ul li:last-child hr,
	#bakery-slider-wrapper, 
	#timeline-wrapper > img,
	.opening-time,
	.opening-swicher,
	#timewrapper
	{
		display:none;
	}

	header { 
		max-height:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index:105;
	}

	/*
	nav {
		background-color: #fff;
		margin: 10px 30px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-radius: 0px 0px 7px 7px !important;
		overflow: visible !important;
	}
	*/

	.timeline-single {
		position: relative !important;
		text-align: center !important;
		left: 0;
		top: 0 !important;
		z-index: 10 !important;
		margin-top: 15px;
	}

	#timeline-wrapper {
		width:100%;
	}

	.timeline-overlay {
		position: relative;
		left: 0 !important;
		top: 15px;
		margin: 0 auto;
	}

	.to-top {
		bottom: 110px;
	}

	nav hr {
	  display: block;
	  margin: 0 auto 0;
	  padding: 0;
	  width: 20px;
	  border-color: #ccc;
	  position: relative;
	  top: 6px;
	}

	nav {
	  padding-top: 10px;
	}

	nav a {
	  padding: 8px 15px 8px;
	}

	.nav-toggle {
		display:block;
	}


	.logo {
		display:inline-block;
	}

	nav ul li {
	  display: block;
	}

	.team-lightbox, .team-lightbox img {
		width:100%;
		padding-bottom:10px;
	}

	.team-lightbox strong {
		margin-top:0;
	}



}


@media (max-width:420px) {
	#eat-menu-wrapper .container {
	  padding-left: 0;
	  padding-right: 0;
	}
	
	.menu-single .eatbig img {
		left:0;
	}
	
	.flex-direction-nav {
		display:none;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow: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;
	}
	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;
	}
}
