/*!
	RESTAURANT LANDING CSS
 */

body.restaurant-landing,
.restaurant-landing .slideout-panel {
	background-color: #fff;
}

.restaurant-landing .site-inner {
	padding-top: 0;
	padding-bottom: 100px;
	position: relative;
}

.restaurant-landing .flickity-page-dots {
    bottom: 50%;
    right: 3%;
	width: auto;
}

.restaurant-landing .flickity-page-dots .dot {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8px 0;
    background: transparent;
    border: 4px solid #fff;
}

.restaurant-landing .location-header {
    background-color: #f2eeea;
}

.restaurant-landing .location-header .wrap {
    background-color: #cd412f;
    color: #fff;
    padding: 30px 40px;
    position: relative;
    margin-top: -100px;
}

.restaurant-landing .location-header h1 {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}

/*.restaurant-landing .location-header h1 a.directions{
	position: absolute;
	bottom: 0;
}*/

.restaurant-landing .location-header span.location-intro {
    font-family: 'Born Ready';
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
	line-height: 1em;
    text-transform: none;
}

.restaurant-landing .rest-intro-wrap {
	float: left;
	position: relative;
	width: 50%;
}

.restaurant-landing .rest-intro-wrap span.addr {
    border-top: 1px solid rgba(255,255,255,.20);
    border-bottom: 1px solid rgba(255,255,255,.20);
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 8px 0;
    margin: 8px 0;
}

.restaurant-landing .rest-intro-wrap span.addr strong {
    border-left: 1px solid rgba(255,255,255,.20);
    margin-left: 5px;
    padding-left: 8px;
}

.restaurant-landing .rest-intro-wrap a.directions {
	color: #fff;
    display: inline-block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    border-left: 1px solid rgba(255,255,255,.20);
    margin-left: 10px;
    padding-left: 12px;
    text-transform: uppercase;
}

.restaurant-landing .rest-intro-wrap a.body-tel {
	color: #fff;
	display: inline-block;
	font-size: 17px;
    font-size: 1.7rem;
	font-weight: 700;
}

.restaurant-landing .rest-intro-wrap a.body-tel:before {
	content: "\f4b8";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

/*.restaurant-landing .rest-intro-wrap a.directions {
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 50px;
}*/

.restaurant-landing .rest-intro-wrap a.directions:before {
	content: "\f203";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.restaurant-landing .hours-wrap {
	border: 1px solid rgba(255,255,255,.20);
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 60px 25px;
    margin-top: 8px;
    text-transform: uppercase;
    width: 43%;
}

.restaurant-landing .hours-wrap h2 {
    font-family: 'Born Ready';
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
}

.restaurant-landing .hours-wrap span.time {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.restaurant-landing .hours-wrap .one-half {
	text-align: center;
}

.restaurant-landing .restaurant-content {
    background-color: #f2eeea;
	padding: 40px 0;
	position: relative;
}

.restaurant-landing .restaurant-content .rest-dscr {
	padding: 40px 60px 80px 0;
}

.restaurant-landing .restaurant-content .rest-dscr span,
.restaurant-landing .chef-mang-container .inner span,
.restaurant-landing .nxt-info h2 span {
	color: #cd412f;
	font-family: 'Born Ready';
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: none;
}

.restaurant-landing .restaurant-content .rest-dscr h2 {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 24px;
}

.restaurant-landing .restaurant-content .rest-food.one-half.js-box {
	position: absolute;
    height: 500px;
    right: 0;
    top: 100px;
    overflow: hidden;
}

.restaurant-landing .restaurant-content .rest-food.one-half.js-box img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.restaurant-landing .chef-mang-container {
	background-color: #3e3630;
    color: #fff;
    padding: 20px;
    position: relative;
    margin: -40px auto 0;
    width: 625px;
	max-width: 100%;
	-webkit-box-shadow: 10px 10px 36px -14px rgba(0,0,0,0.64);
	-moz-box-shadow: 10px 10px 36px -14px rgba(0,0,0,0.64);
	box-shadow: 10px 10px 36px -14px rgba(0,0,0,0.64);
}

.restaurant-landing .chef-mang-container .inner {
	border: 1px solid #b0a299;
	padding: 20px;
}

.restaurant-landing .chef-mang-container .inner h3 {
	color: #efe2d5;
	border-bottom: 1px solid #b0a299;
	font-size: 30px;
	font-size: 3rem;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.restaurant-landing .chef-mang-container .inner .chef,
.restaurant-landing .chef-mang-container .inner .manager {
    padding: 20px 40px 10px;
}

.restaurant-landing .chef-mang-container .inner p.message {
    padding: 20px 40px;
}

.restaurant-landing .chef-mang-container a.button {
	display: block;
	border: 1px solid #b0a299;
	color: #b0a299;
	text-transform: uppercase;
	text-align: center;
}

.restaurant-landing .chef-mang-container a.button:hover {
	color: #fff;
}

.restaurant-landing .nxt-info {
    position: absolute;
    top: 35%;
}

.restaurant-landing .nxt-info h2 {
	text-transform: uppercase;
}

.restaurant-landing .nxt-info h2 span {
	display: block;
}

.restaurant-landing .nxt-info .point {
	width: 3px;
    height: 400px;
    background: #888e3d;
    margin-left: 10px;
    transition: width 1s ease;
}

.rest-info-container {
	background-attachment: fixed;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 150px 0;
}

.restaurant-landing .rest-info-container .info-content {
	background-color: #fff;
	float: left;
	padding: 20px;
	position: relative;
	width: 75%;
}

.restaurant-landing .rest-info-container .info-content .inner {
    float: left;
    border: 1px solid #f1eee9;
    padding: 5px 40px 30px;
}

.restaurant-landing .rest-info-container .info-content h2 {
	color: #cd412f;
	font-family: 'Born Ready';
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
	border-bottom: 1px solid #f1eee9;
	padding: 15px 0;
	margin-bottom: 24px;
    text-transform: none;
}

.restaurant-landing .rest-info-container .info-content span.icon {
	color: #888e3d;
    margin-right: 7px;
}

.restaurant-landing .rest-info-container .info-content h4.highlight-title,
.restaurant-landing .rest-info-container .info-content h3.highlight-title {
	color: #888e3d;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-container {
	background-color: #fff;
	opacity: 0;
	transform: translate3d(0,0,0);
	transition: opacity 0.4s ease-in-out,
				padding 0.2s ease-in-out;
}

.tour-container button.toggle-off {
    position: absolute;
    right: 20px;
}

.restaurant-landing button#hide-tour,.restaurant-landing button.fb_hide_tour {
	background-color: rgba(74,137,143,.90);
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    position: absolute;
    right: -35.5px;
    top: 63%;
}

.restaurant-landing button#hide-tour,.restaurant-landing button.fb_hide_tour:hover {
	background-color: #cd412f;
}

.restaurant-landing button#hide-tour,.restaurant-landing button.fb_hide_tour:after {
	content: "\f46d";
	font-family: "ionicons";
	font-weight: normal;
	margin-left: 7px;
}

.tour-container{
	pointer-events: none;
}

.tour-container.show {
	pointer-events: all;
	opacity: 1;
	background-color: rgba( 255, 255, 255, 1 );
    position:absolute;
    padding: 20px;
    top:0;
    left:0;
    text-align: center;
    overflow:hidden;
    height:100%;
    width: 100%;
    z-index: 9998;
}

.restaurant-landing iframe.embed-container {
    position: absolute;
    left: 50%;
    top: 15%;
	margin-left: -300px;
}

.restaurant-landing .rest-info-container .ammenities {
	float: right;
	width: 50%;
}

.restaurant-landing .rest-info-container .ammenities span {
	display: inline-block;
	color: #888e3d;
	font-weight: 500;
}

.restaurant-landing .rest-info-container .ammenities span.wifi {
    padding: 0 20px;
}

.restaurant-landing .rest-info-container .ammenities span.wifi:before {
	content: "\f1eb";
	color: #cd412f;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.restaurant-landing .rest-info-container .ammenities span.seating:before {
	content: "\f058";
	color: #cd412f;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

/*Trip Adviser
------------------------------------------*/
.site-footer .wrap{
	position: relative;
}

#trip-adviser-badge{
	position: absolute;
    right: 0;
    top: -70px;
    transform: scale(0.65);
}

#trip-adviser-badge #CDSWIDCOE.widCOE{
	border: none !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.restaurant-landing .rest-info-container .info-content {
		width: 90%;
	}
}

@media only screen and (max-width: 1200px) {

	.restaurant-landing .location-header span.location-intro {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.restaurant-landing .location-header h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	.restaurant-landing .rest-intro-wrap span.addr {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.restaurant-landing .rest-intro-wrap a.directions {
		font-size: 12px;
		font-size: 1.2rem;
		top: 0;
		bottom: auto;
	}

	.restaurant-landing .hours-wrap {
		padding: 20px 20px 10px;
	}

	.restaurant-landing .restaurant-content .rest-food.one-half.js-box {
		display: none;
	}

	.restaurant-landing .rest-dscr.one-half.first {
		padding: 40px 0 80px 0;
		width: 100%;
	}

	.restaurant-landing .chef-mang-container {
		width: 525px;
	}

	.restaurant-landing .chef-mang-container .inner p.message {
		padding: 20px;
	}

	.restaurant-landing .chef-mang-container .inner .chef,
	.restaurant-landing .chef-mang-container .inner .manager {
		padding: 20px 20px 10px;
	}

	.restaurant-landing .nxt-info h2 span {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.restaurant-landing .nxt-info h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.rest-info-container {
		padding: 100px 0;
	}


}

@media only screen and (max-width: 1023px) {

	.restaurant-landing .hours-wrap span.time {
		font-size: 20px;
		font-size: 2rem;
	}

	.restaurant-landing .restaurant-content .rest-dscr {
    	padding: 20px 60px 40px 0;
	}

	.restaurant-landing .nxt-info {
		display: none;
	}

	.restaurant-landing .chef-mang-container {
		width: 625px;
	}

}

@media only screen and (max-width: 860px) {

	.restaurant-landing .rest-intro-wrap {
		width: 100%;
	}

	.restaurant-landing .location-header {
		background-color: #f2eeea;
		float: left;
		z-index: 9999;
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.restaurant-landing .location-header .wrap {
    	margin: 0;
	}

	.restaurant-landing .hours-wrap {
		margin-top: 20px;
		width: 100%;
	}

	.restaurant-landing .hours-wrap .one-half {
    	width: 25%;
    	text-align: center;
	}

	.restaurant-landing button#hide-tour,.restaurant-landing button.fb_hide_tour {
		font-size: 20px;
		font-size: 2rem;
		right: -33px;
	}

	.restaurant-landing .rest-info-container .ammenities {
		float: left;
		display: block;
		width: 100%;
	}

	#trip-adviser-badge{
		display: none;
	}
}

@media only screen and (max-width: 760px) {

	.promotions-slider-container .fb-special h1,
	.promotions-slider-container .fb-special h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.promotions-slider-container .fb-special {
		font-size: 20px;
		font-size: 2rem;
	}

	.restaurant-landing .hours-wrap .one-half {
    		width: 50%;
	}

	.restaurant-landing .rest-dscr.one-half.first {
		padding: 60px 0;
	}

	.rest-info-container{
		background: none !important;
		background-image: none !important;
	}

}

@media only screen and (max-width: 660px) {
	.rest-info-container{
		background-image: none !important;
		background-color: #FFF !important;
	}

	.rest-info-container .wrap{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 600px) {


	.restaurant-landing .location-header .wrap {
		padding: 50px 30px;
    	border-top: 1px solid rgba(255,255,255,.20);
	}

	.restaurant-landing .location-header span.location-intro,
	.restaurant-landing .chef-mang-container .inner span {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.restaurant-landing .location-header h1,
	.restaurant-landing .hours-wrap h2,
	.restaurant-landing .restaurant-content .rest-dscr span,
	.restaurant-landing .restaurant-content .rest-dscr h2 {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.restaurant-landing .rest-info-container .info-content .inner {
		padding: 5px 20px 30px;
	}

	.restaurant-landing .site-inner {
		padding: 0 0 60px;
	}

	.restaurant-landing .rest-info-container .info-content {
		width: 100%;
	}

	.restaurant-landing button#hide-tour,.restaurant-landing button.fb_hide_tour {
		float: left;
		font-size: 16px;
		font-size: 1.6rem;
		display: block;
		position: relative;
		right:auto;
		top: auto;
		margin-top: 30px;
		transform: none;
		width: 100%;
	}

	.rest-info-container {
    	padding: 60px 0;
	}
}
