.logo img
{
	width: 100%;
	max-width: 220px;
}

@media screen and (max-width: 1087px)
{
	.booknow
	{
		padding: .5em;
		margin-bottom: 1em;
		text-align: center;
		/* position: relative; */
	}

	.header
	{
		min-height: 188px;
	}

	.title-text
	{
		max-height: none;
	}

	.logo-mobile
	{
		margin-top: 2em;
	}

	.logo
	{
		margin-bottom: 1em;
	}
}

.booknow::before, .booknow::after
{
	display: none;
}

.booknow
{
	font-style: normal;
}


/* .container-slides::after
{
	content: '';
	background-image: url('images/1856watermark@2x.png');
	background-size: 158px 496px;
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
} */

.title-text
{
	z-index: 101;
}

.social-icons-link img:hover
{
	opacity: .5;
}

.tujagues-footer
{
	background: #133E24;
}

.contact-footer-container
{
	width: 100%;
	padding: 2em 3em;
	margin: 0 auto;
	background-image: none;
	display: flex;
	justify-content: space-between;
}

.footer-col
{
	width: calc( 100% / 3 );
}

.last
{
	order: 3;
}

.middle
{
	text-align: center;
}

.middle img
{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1086px)
{
	.contact-footer-container
	{
		padding: 1em 2em;
		margin: 0 auto;
		display: block;
	}

	.footer-col
	{
		width: auto;
		margin: 0 auto;
		display: block;
	}
}

.copyright
{
	color: #516D56;
	text-transform: uppercase;
}

.copyright a
{
	color: #516D56;
}

.footer-col h5
{
	padding-top: 2em;
	padding-bottom: 3em;
	font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 600;
  font-family: "Lato",sans-serif;
  color: #F2E8DA;
}

.footer-col h4
{
	font-size: 1.4rem;
	font-weight: 500;
	font-style: italic;
	color: #F2E8DA;
	letter-spacing: .75px;
}

.footer-col p
{
	font-family: "Lato", sans-serif;
	color: #F2E8DA;
	line-height: 1.3;
	letter-spacing: .25px;
}

.hours
{
	/* max-width: 400px; */
	display: flex;
}

.hours-col
{
	width: 33%;
}

@media screen and (max-width: 500px)
{
	.hours
	{
		flex-wrap: wrap;
	}

	.hours-col
	{
		width: 50%;
	}
}

.last h5
{
	text-align: right;
}

.mailchimp-signup
{
	border-left: 0;
	margin-right: 0;
	margin-left: auto;
	float: right;
	padding: 0;
}

.mailchimp-signup label
{
	display: none !important;
}

.mailchimp-signup input
{
	font-size: 0.8em;
	padding: 1em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 500;
  font-family: "Lato",sans-serif;
  color: #F2E8DA;
	background-color: transparent;
	border: 1px solid #F2E8DA
}

.mailchimp-signup input[type="submit"]
{
	background-color: #516D56;
	border: 0;
	float: right;
	margin: 0;
	width: auto;
}

.mailchimp-signup p
{
	float: right;
	text-align: right;
}

.tagline
{
	bottom: 4px;
	font-size: .9em;
}

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

	.footer-col
	{
		max-width: 500px;
	}

	#mc4wp_email
	{
		width: 100%;
	}

	.last h5
	{
		text-align: left;
	}

	.mailchimp-signup
	{
		margin: 0;
		padding: 0;
		float: none;
	}

	.mailchimp signup input
	{
		margin: 0;
	}

	.mailchimp-signup p
	{
		width: 100%;
		display: block;
		margin-top: 0;
		margin-left: 0;
		padding-top: 0;
		float: left;
		text-align: left;
	}

	#mc4wp_email
	{
		margin: 0;
	}

	.mc4wp-form
	{
		padding-top: 0;
	}

	.mailchimp-signup input[type="submit"]
	{
		float: left;
	}

	.footer-col h5
	{
		padding-bottom: 1em;
	}
}

@media screen and (min-width: 1087px)
{
	.single-menu
	{
		width: 16%;
	}
}

/* Ninja Forms
---------------------------------------------*/
.nf-form-content {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.nf-multi-cell .nf-cell:first-of-type {
	padding-left: 0 !important;
}

.nf-multi-cell .nf-cell:last-of-type {
	padding-right: 0 !important;
}

.nf-form-content input[type='button']{
	padding: 0 2em;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
}

/* Homepage Overwrites
---------------------------------------------*/
.history-background,
.reservations-background,
.booking-background {
	background-size: cover !important;
}

.history-background {
	background: url('images/home-history-section-bg.jpg');
}

.reservations-background {
	background: url('images/home-reservations-section-bg.jpg');
	position: relative;
}

.reservations-background::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(166, 167, 158, .5);
}

.booking-background {
	background: url('images/home-booking-section-bg.jpg');
}


/* Grid Items
---------------------------------------------*/
.df-grid-item {
	margin-bottom: 4%;
}

@media screen and (min-width: 640px) {
	.df-grid--2 .df-grid-item {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
	}

	.df-grid--2 .df-grid-item:nth-of-type(2n+2) {
		margin-right: 0;
	}
}

@media screen and (min-width: 640px) {
	.df-grid--3 .df-grid-item {
		width: 32%;
		margin-right: 2%;
		display: inline-block;
	}

	.df-grid--3 .df-grid-item:nth-of-type(3n+3) {
		margin-right: 0;
	}
}

/* Dining Grid
---------------------------------------------*/
.df-grid--dining .df-grid-item__img {
	padding-bottom: 50%;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #000;
	overflow: hidden;
}

.df-grid--dining .df-grid-item__img:hover .df-grid-item__title {
	transform: translateY( 0 );
}

.df-grid--dining .df-grid-item__title {
	width: 100%;
	padding: 0 1em;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	transform: translateY( 26px );
	transition: transform .2s ease;
}

.df-grid--dining .df-grid-item__title h4 {
	color: #fff;
	font-family: "Crimson Text", serif;
}

.df-grid--dining .df-grid-item__title p {
	margin: 0;
	height: 26px;
	font-family: "Lato",sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #f2e8da;
}


/* Dining Page
---------------------------------------------*/
.df-dining__banner img {
	max-width: 100%;
	height: auto;
}

.df-dining-ctas {
	/* text-align: center; */
	margin: 2em 0;
}

.df-dining-cta {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.df-dining-cta {
	/* margin-left: 0;
	margin-left: 0; */
}

/* Utils
---------------------------------------------*/
.df-title--1 {
	font-family: 'Crimson Text', serif;
	font-size: 1.8em;
	font-style: italic;
	padding-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #1a5632;
}

.df-title--2 {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	/* font-weight: bold; */
	color: #133e24;
}

.df-title--2 {
}

.df-button {
  padding: 1.25em 1.5em;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-size: 1em;
	font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255,255,255,.5);
  border: 10px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 0 0 4px rgba(255,255,255,.5);
  color: #1a5632;
	transition: box-shadow .25s ease, background-color .25s ease;
}

.df-button:hover {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 0 4px #1a5632;
}

.df-center {
	text-align: center;
}

/* Fancybox
---------------------------------------------*/
.fancybox-is-open .fancybox-bg {
	width: 100%;
	height: 100%;
}


/* Dining Slider
---------------------------------------------*/
.df-dining-slider {
	margin-bottom: 4em;
}

.df-dining-slider .bx-wrapper .bx-viewport {
	min-height: auto;
}

.df-dining-slider .bx-wrapper .bx-viewport li {
	min-height: auto;
	padding-top: 0;
	background-size: cover;
  background-position: center;
}

.df-dining-slider .bx-wrapper .bx-viewport li a {
	display: block;
	height: 400px;
	position: relative;
	opacity: 0;
	background-color: rgba(0,0,0,.1);
	transition: opacity .25s ease;
}

.df-dining-slider .bx-wrapper .bx-viewport li a:hover {
	opacity: 1;
}

.df-dining-slider .bx-wrapper .bx-viewport li .dashicons {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	top: calc( 50% - 1.5rem );
	right: 0;
	left: 0;
	font-size: 3rem;
	color: #fff;
}

.df-dining-slider .bx-pager {
	display: block;
}

.df-dining-slider .bx-wrapper .bx-pager,
.df-dining-slider .bx-wrapper .bx-controls-auto {
	top: 100%;
	padding-top: 10px;
}

.df-dining-slider .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	background: #e0e1da;
	border-radius: 6px;
}

.df-dining-slider .bx-wrapper .bx-pager.bx-default-pager a:hover
, .df-dining-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a6a79e;
	transition: background-color .25s ease;
}

.df-dining-slider .bx-wrapper img {
	max-width: 100%;
	height: auto;
	min-height: auto !important;
}
