/**************************************************************************
	Project:		www.socialeatinghouse.com
	Version:		1.0
	Last change:	00.00.17 [Created]
	Assigned to:	Social Eating House (Dev)		

	Designed & Handcrafted by RAND STUDIO
****************************************************************************

	[ I N D E X ]

	1.  HTML and Body Styles
	2.  Heading Styles
	3.  Anchor Styles
	4.  Generic Styles
	5.  Header Styles
	6.  Menu Styles
	7.	Banner Styles (Carousal)
	8.	Welcome Styles
	9.  Inner Page Styles
	10. About Styles
	11. Menu Page Styles
	12. Dining & Contact Page Styles
	13. Gallery Page Styles
	14. Book a Table Page Styles
	15. News Page Styles
	16. Team Page Styles	
	17. 404 Page Styles	

****************************************************************************/
	/* Color Guide */
/****************************************************************************
	white        : #FFF;
	ivory        : #fcfcfa;	
	orange       : #c99e67;	
	red	         : #c51230;
	green        : #96ca2d;
	dark_gray    : #6c6961;
	light_gray   : #cac8c8;
	lighter_gray : #eeeeee;	
	medium_gray  : #e5e0d8;
    gray         : #cebca5;
	dark         : #241118; 			
	black        : #000000; 	
	btn_color    : #030304;	
	btn_hvr_color:#030304;

/*	1. HTML and Body Styles
***************************************************************************/
body {
	background: #222021;
	color: #ffffff;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	overflow-x: hidden;
}

@import url('//fonts.googleapis.com/css?family=Crimson+Text:400,600');

@font-face {
  font-family: 'Baskerville-Regular';
  src: url('../fonts/Baskerville-Regular.eot') format('embedded-opentype'), url('../fonts/Baskerville-Regular.woff') format('woff'), url('../fonts/Baskerville-Regular.ttf') format('truetype'), url('../fonts/Baskerville-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*	2. Heading Styles
***************************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight:normal !important;
	text-align: left;
}
h1 {
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	text-transform: none;
}
h2 {
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	text-transform: none;
}
h3 {
	font-size: 24px;
	line-height: 35px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*	3. Anchor Styles
***************************************************************************/
a:link, a {
	color: #cba675;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #cba675;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #cba675;
}
a:focus {
	outline: none;
}
*:focus, textarea:focus, input:focus {
	outline: none;
}
/*	4. Generic Styles
***************************************************************************/
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-left {
	padding-left: 0;
}
.no-gutter-right {
	padding-right: 0;
}
p {
	margin-bottom: 20px;
}
ul {
	padding-left: 0;
}
ul li {
	list-style-image: url("https://socialeatinghouse.com/wp-content/themes/socialeatinghouse/images/arrow.png");
	list-style-position: outside;
	line-height: 24px;
}
ol li {
	line-height: 24px;
}
.read-more-btn {
	background-color: #2b180d;
	color: #c99e67;
	font-size: 18px;
	float: left;
	line-height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all 0.5s ease-in;
	width: auto;
}
.read-more-btn:hover {
	background-color: #634e42 !important;
	color: #c99e67;
}
.strong {
	font-weight: bold;
}
figure {
	background: #222021;
}
.orange {
	color:#c99e67;
}
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*	5. Header Styles
***************************************************************************/
.header-wrap {
	background: #eeeeee;
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
	position: fixed;
	width: 100%;
	height: 28px;
	z-index: 99999;
}
.logo {
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 999;
}
.logo img {
	margin-top: 5px;
	margin-left: -5px;
	width: 258px;
	height: auto;
}
/*	Cookies Pop-up styles ************************************************/
#cookies {
	background-color: #333333;
	color: #FFF !important;
	display: none;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: fixed;
	top: 0;
	width:100%;
	height: auto;
	z-index: 999999;
}
#cookies .notice-text {
	line-height:41px;
	height:41px;
}
#cookies p.text {
	display:inline-block;
	line-height:normal;
    margin: 0 auto;
    width:100%;
}
#cookies p.text a {
	color:#FFF !important;
	text-decoration: underline;
}
#cookies p.text a:hover {
	color:#FFF !important;
	text-decoration: none;
}
#cookies p.close-btn {
    cursor: pointer;
    opacity: 1;
    font-size: 20px;
    padding: 8px 0 0 28px;
	margin: 0;
}
.custom_header,
.custom_banner {
	top: 53px !important;
}
.custom_banner {
	margin-bottom:53px;
}
.header-wrap {
	top: 0;
}
.custom_notices {
	padding-top:93px !important;
}
@media screen and (max-width: 1100px) {
	#cookies p.text {
    	width:100%;
	}
}
@media screen and (max-width:991px) {
	.notice-text {
		float: left;
		width: 95%;
	}
	.custom_menu {
		top: 163px !important;
	}
	.custom_notices {
		padding-top:173px !important;
	}
}
@media screen and (max-width:907px) {
	#cookies .notice-text {
		line-height: normal;
		height: auto;
	}
	.custom_header {
		top:50px !important;
	}	
	.custom_menu {
		top:160px !important;
	}
	.custom_banner {
		margin-bottom:50px;
		top:50px !important;
	}	
}
@media screen and (max-width:660px) {
	.custom_header {
		top:67px !important;
	}	
	.custom_menu {
		top:177px !important;
	}
	.custom_notices {
		top:35px !important;
	}
}
@media screen and (max-width:605px) {
	.notice-text {
		width:90%;
	}
}
@media screen and (max-width:505px) {
	.custom_header {
		top:69px !important;
	}	
	.custom_menu {
		top:179px !important;
	}
	.custom_banner {
		margin-bottom:69px !important;
		top:69px !important;		
	}		
}
@media screen and (max-width:481px) {
	.custom_header {
		top:88px !important;
	}	
	.custom_menu {
		top:198px !important;
	}
	.custom_banner {
		margin-bottom:88px !important;
		top:88px !important;		
	}		
}
@media screen and (max-width:419px) {	
	.custom_notices {
		padding-top:205px !important;
	}		
}
@media screen and (max-width:403px) {
	.custom_header {
		top:88px !important;
	}	
	.custom_menu {
		top:198px !important;
	}
	.custom_banner {
		top:88px !important;
	}		
}
@media screen and (max-width:379px) {
	.custom_header {
		top:107px !important;
	}	
	.custom_menu {
		top:217px !important;
	}
	.custom_banner {
		top:107px !important;
	}		
}
@media screen and (max-width:316px) {
	.notice-text {
		width: 89%;
	}
	.custom_header {
		top:126px !important;
	}	
	.custom_menu {
		top:236px !important;
	}
	.custom_banner {
		top:126px !important;
	}	
}

/*	6. Menu Styles
***************************************************************************/
.slicknav_menu,
.custom_nav {
	display: none;
}
@media screen and (max-width: 40em) {
.js #menu {
	display: none;
}
.js .slicknav_menu,
.js .custom_nav {
	display: block;
}
}
.navbar-default ul.menu {
	margin: 1px auto 0 auto;
	padding-left:4%;
	width:775px;	
}
.navbar {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	min-height: auto !important;
	padding: 0 !important;
}
.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
}
.navbar-collapse {
	display: block;
	padding-left: 0 !important;
}
.menu li {
	float: left;
	list-style: none;
	padding: 0;
	position: relative;
}
.menu li a {
	color: #000000 !important;
	font-family: 'Arial', 'Roboto-Regular';
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.menu li a:hover {
	color: #cba675 !important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.menu li.current-menu-item a {
	color: #cba675 !important;
}
.social-media {
	margin-top:5px;
	width:172px;
	position: absolute;
	top: 0;
	right: 3%;
}
.social-media a.book-table {
	color: #000000;
	font-family: 'Arial', 'Roboto-Regular';
	font-size: 13px;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
.social-media a:hover {
	color: #cba675;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
.social-icons a {
	float: left;
	margin-right: 3px;
}
.social-icons.pull-right {
	margin-top: -2px;
}
/* 7. Banner Styles
***************************************************************************/
.slick-wrap {
	position: relative;
	z-index: 999;
}
.banner {
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:800px;
	position: relative;
	height: auto;
}
.banner .caption {
	margin-top:58px;
	text-align: center;
	z-index: 9999;
}
.banner .caption img {
	text-align: center;
	margin: 0 auto;
} 
.banner .michelin img {
	width:136px;
	height:auto;
}
.banner .caption p {
	color: #330000;
	font-size: 18px;
	line-height: 24px;
	margin: 12px 0 10px 0;
	padding: 0 17%;		
}
.banner .heading {
	margin-top:515px;
}
.banner .heading img {	
	margin-bottom:5px;
	height: auto;
	width: 320px;
}
.banner .heading p {
	margin-top:0;
}
.banner .caption .michelin p {
	color: #9c845d;
	margin-bottom: 0;	
	text-shadow:none;		
}
.read-btn-wrap {
	margin: 0 auto;
	width: 410px;
}
.banner .caption .read-more-btn, .read-btn-wrap .read-more-btn {
	background: transparent;
	color: #c99e67 !important;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 250px;
}
.read-more-btn a {
	background: #2b180d;
	border: 1px solid #e1bc8c;
	color: #fff !important;
	display: block;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 3px;
	padding: 13px 15px 12px 15px;
	text-shadow: none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,  .read-more-btn a {
 color: #c99e67 !important;
}
}
.read-more-btn a:hover {
	background: #634e42;
	border: 1px solid #c99e67;
	color: #fff !important;
	padding: 13px 15px 12px 15px;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
/* 8. Welcome Styles
***************************************************************************/
.welcome {
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.75);
	padding-top:55px;
	padding-bottom:54px;
	position: relative;
	z-index: 99;
}
.welcome p {
	color: #c99e67;
	font-family: 'Baskerville-Regular';
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
	opacity: 0.6;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
	.welcome-image {
		background-repeat: no-repeat;
		background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
}
.welcome-image {
	background-repeat: no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	position: relative;
	padding-top:465px;
	min-height:704px;
	height: auto;
	z-index: 9;
}
.back-to-top {
	background: #030304 !important;
	border: 1px solid #030304;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	width: 60px;
	height: 60px;
	z-index: 999;
}
.back-to-top:hover, .back-to-top:focus {
	background: #030304 !important;
	border: 1px solid #030304;
	color: #ffffff;
}
.back-to-top .glyphicon {
	color: #ffffff;
	font-size: 22px;
	padding-top: 2px;
	top: 6px;
}
.back-to-top .glyphicon:hover, .back-to-top:hover .glyphicon, .back-to-top:focus .glyphicon {
	color: #ffffff;
}
/* 9. Inner Page Styles
***************************************************************************/
.inner-content {
	padding: 33px 0 30px 0;
}
.inner-content h1 {
	margin-bottom: 30px;
}
.inner-content h2, .inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6 {
	color: #c99e67;
	margin-bottom: 15px;
}
.inner-content h2 {
	font-size:24px;
	line-height: 24px;
	margin-bottom: 46px;
	margin-top: 0;
	text-transform:uppercase;
}
.inner-content h5 {
	line-height: 40px;
}
.inner-content img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
}
/* 10. About Styles
***************************************************************************/
.about-menu {
	padding-top: 54px;
	padding-bottom: 34px;
}
.lead-ins {
	margin-bottom:21px;
}
.about-menu .well {
	color: #ffffff;
	margin-bottom: 19px;
	position: relative;
}
.about-menu .well h2 {
	color: #c99e67;
	font-size:24px;
	font-weight:bold;
	line-height: 24px;
	margin-bottom: 24px;
	text-transform:none;
}
.about-menu .well .text-wrap p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 23px;
}
.about-menu .well .paragraph-link {
	position: relative;
	z-index: 99;
}
.about-menu .well .thumbnail {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.about-menu .well .thumbnail img {
	margin: 0;
	width: 100%;
	height: auto;
}
.about-menu img.optional-image {
	margin-top:30px !important;
}
.about-menu .well .text-wrap {
	margin-bottom:40px;
	height: auto;
}
.about-menu .well .text-wrap a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: underline;
}
.about-menu .well .text-wrap a:hover {
	color: #c99e67;
}
.well {
	background: none;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	display: inherit;
	min-height: 20px;
	margin-bottom: 0;
	padding: 15px 15px 0 15px;
	position: relative;
	-webkit-box-shadow: none;
}
/* 11. Menu Page Styles
***************************************************************************/
#menus h2 {
	margin-bottom:41px;
}
#menus p {
	font-size: 18px;
	line-height: 24px;
}
.menu-page p:first-child {
	margin-bottom: 32px;
}
.menu-page .border-line {
	float: left;
	width: 100%;
}
.menu-page a {
	color:#FFF;
}
.menu-page a:hover {
	color:#c99e67;
}
.menu-page .menu-text {
	float: left;
	margin-top: 38px;
	padding: 0 19%;
	width: 100%;
}
#menus .read-btn-wrap {
	margin-top: 41px;
}
/* 12. Dining & Contact Page Styles
***************************************************************************/
#private-dining {
	padding-top:37px;
	padding-bottom: 8px;
}
.dining-image .thumbnail {
	background: none;
	border: 0;
	margin-bottom:30px;
	padding: 0;
}
.dining-image .thumbnail img {
	margin-bottom: 15px;
	width: 100%;
}
.dining, 
.wine,
.dining-contact {
	margin-top: -6px;
}
.dining strong {
}
.dining p {
	font-size: 16px;
	line-height: 24px;
}
.menu-label {
	width: 100%;
}
.menu-label a {
	font-size: 16px;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.menu-label {
		margin-bottom:20px;
	}
}
.heading-title img {
	margin: 0 auto 8px auto;
	width:83px;
	height: auto;
}
.dining a, .book-table-timings a {
	text-decoration: underline;
}
.dining .tel,
.book-table-timings .tel {
	text-decoration: none;
}
.wine-image img {
	margin-bottom: 15px;
	width: 100%;
}
.wine p {
	font-size: 18px;
	line-height: 24px;
}
.wine .wine-label a {
	color:#FFF;
	/*font-family:'Times-Bold';*/
	font-weight:600;
	text-decoration: underline;	
}
.dining-contact p {
	margin: 0;
}
#reservations {
	padding-top: 26px;
}
.book-table {
	width: 43.6%;
}
.book-table-form {
	margin: 0;
	padding-left: 20px;
	width: 23%;
}

.book-table-form-2 {
    margin: 0;
    padding-left: 20px;
    width: 80%;
}

#contact {
	padding-top:0;
	padding-bottom:70px;
}
.contact h2 {
	margin-bottom: 40px;
	margin-top: 0;
}
.contact p {
	font-size: 16px;
	line-height:21px;
}
.contact .sub-heading {
	line-height: 24px;
}
.contact-form-wrap {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.contact-form {
	float: none;
	margin: 0 auto;
	width: 350px;
	text-align: center;
}
.contact .gift-voucher {
	float: left;
	margin: 0 0 40px 0;
	text-align: center;
	width: 100%;
}
.email .pull-left, .email .pull-right {
	width: 100%;
}
.contact a.link {
	text-decoration: underline;
}
.contact fieldset {
	margin-bottom: 0;
}
.book-table-form fieldset {
	border: 0;
}
.book-table-form .form-control {
	color: #FFF;
}
.contact legend, .dining-contact legend {
	border: 0 none;
	color: #c99e67;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: none;
}
.dining-contact legend {
	float:left;
	font-size: 17px;
	letter-spacing: 3px;
	width:100%;
}
.contact legend {
	color:#c99e67;
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 10px;
}
.dining-contact .form-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.dining-contact input[type=date] {
	width: 80% !important;
	padding-left: 3px;
}
}
.contact .form-group {
	float: none;
	margin: 0 auto 15px;
	width: 70%;
	height: auto;
	text-align: center;
}
.dining-contact .form-group.pull-left, .dining-contact .form-group.pull-right {
	width: 48%;
}
.form-control,
input,
textarea,
select {
}
.contact .form-group.message, .contact .input-group, .dining-contact .form-group.message, .dining-contact .input-group, .form-group.message .input-group {
	background: transparent;
	width: 100%;
	height: auto;
}
.wpcf7-form-control-wrap {
	height: 45px;
}
.contact .form-group input, .dining-contact .form-group input {
	background: transparent;
	width: 100%;
	height: 25px;
}
#private-dining h2 {
	margin-bottom: 46px;
}
.book-table-form form {
	margin-top: -6px;
}
.book-table-form .form-group input {
	background: transparent;
	margin-top: 6px;
	height: 34px;
}
.book-table-form .form-control {
	background: transparent !important;
	text-align: center !important;
}
.book-table-form .input-group {
	text-align: center;
}
.book-table-form .wpcf7-date {
	border: 0 !important;
	width: 135px !important;
	padding-left: 8px !important;
	margin: 0 auto !important;
	float: none !important;
	text-align: center !important;
}
.book-table-form select {
	color: #FFF;
	padding-left: 0;
	text-align: center !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.book-table-form select {
	padding-left: calc(37.5%) !important;
}
  /* Safari only override */
  ::i-block-chrome,  .book-table-form select {
 padding-left: 0 !important;
 text-indent:33%;
 text-align-last: center;
 text-align: center;
 -ms-text-align-last: center;
 -moz-text-align-last: center;
}
}
.book-table-form option,
.contact .form-control option {
	text-align: center !important;
	width: 100%;
    background-color: #222021 !important;
    color: #fff;
}
.contact .form-group input {
	height: auto;
}
.contact .form-control, 
.dining-contact .form-control, 
.dining-contact .wpcf7-date, 
.contact .es_textbox_class {
	border: 1px solid #c99e67;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
}
.dining-contact .form-control {
	padding: 3px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.dining-contact .form-group textarea {
	background: transparent;
	padding: 3px 4px;
	height: 85px;
	resize: none;
}
.contact-form p {
	margin-bottom: 0;
}
.dining-contact .wpcf7-submit {
	background: #2b180d;
	border: 1px solid #c99e67;
	color: #fff;
	float: left;
	font-size: 17px;
	letter-spacing: 3px;
	margin-top: 0;
	padding: 14px 15px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;				
	width: 100%;
}
.dining-contact .wpcf7-submit:hover {
	background: #634e42;
	border: 1px solid #c99e67;
	color: #fff;
	padding: 14px 15px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;	
}
.book-table-form .wpcf7-submit {
	padding: 13px 15px 12px 15px;
}
.book-table-form .wpcf7-submit:hover {
	padding: 13px 15px 12px 15px;
}
.link-white a {
	color:#FFF;
}
.reservation .link {
	float: left;
	margin: 8px 0;	
	width: 100%;
}
.contact .es_textbox_class {
	background: transparent;
	padding: 6px 12px;
	margin-bottom: 5px;
	width: 245px;
	height: 34px;
}
.contact .wpcf7-submit, .contact .es_textbox_button {
	background: transparent;
	border: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}
.contact .es_button {
	padding-top: 7px;
}
.contact .wpcf7-submit:hover, .contact .es_textbox_button:hover {
	color: #FFF;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}
.contact .wpcf7-validation-errors, .contact div.wpcf7-mail-sent-ok, .dining-contact .wpcf7-validation-errors, .dining-contact div.wpcf7-mail-sent-ok {
	border: none;
	color: #c51230;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.contact .wpcf7-not-valid-tip, .dining-contact .wpcf7-not-valid-tip {
	color: #c51230;
}
.contact div.wpcf7-mail-sent-ok, .dining-contact div.wpcf7-mail-sent-ok, #es_msg_pg {
	color: #c99e67;
	font-weight: bold;
	font-size: 16px;
}
.book-table-form input {
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,  .book-table-form ::-webkit-input-placeholder {
 text-indent: 100px;
}
}
.form-control::-webkit-input-placeholder, .contact .es_textbox_class::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
	color: #FFF;
}
.form-control:-moz-placeholder, .contact .es_textbox_class:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
	color: #FFF;
	opacity: 1;
}
.form-control::-moz-placeholder, .contact .es_textbox_class::-moz-placeholder {
  /* Mozilla Firefox 19+ */
	color: #FFF;
	opacity: 1;
}
.form-control:-ms-input-placeholder, .contact .es_textbox_class:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
.form-control::-ms-input-placeholder, .contact .es_textbox_class::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
.form-control::placeholder, .contact .es_textbox_class::placeholder {
  /* Most modern browsers support this now. */
  color: #FFF;
}
/* 13. Gallery Page Styles
***************************************************************************/
#gallery {
	padding-top: 25px;
}
/* clearfix because of floats */
.container:before, .container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}
.gallery-item {
	float: left;
	margin-bottom: 1%;
	margin-right: 1%;
}
.gallery-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.first-item {
	clear: both;
}
/* Gallery Images Style */
.gallery-item.a {
	width: 49.9%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.gallery-item.a {
	width: 49.9%;
}
  ::i-block-chrome,  .gallery-item.a {
 width: 49.9%;
 height: 375px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,  .gallery-item {
 margin-bottom: 0.8% !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,  .gallery-item.h {
 height: 255px !important;
}
}
.gallery-item.b {
	width: 49%;
	margin-right: 0;
}
.gallery-item.c {
	width: 24%;
}
.gallery-item.d {
	width: 24%;
	margin-right: 0;
}
.gallery-item.e {
	width: 34%;
}
.gallery-item.f {
	width: 15%;
}
.gallery-item.g {
	width: 13%;
}
.gallery-item.h {
	width: 35%;
	float: right;
	margin-right: 0;
	height: 258px;
}
.gallery-item.i {
	width: 15%;
	height: 120px;
}
.gallery-item.j {
	width: 13%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	::i-block-chrome, .gallery-item.i {
 height: 122px;
}
	::i-block-chrome, .gallery-item.j img {
 height: 122px;
}
}
.lb-caption {
	color: #ffffff;
	float: left;
	font-size: 16px !important;
	line-height: 18px;
	text-align: center;
	width: 100%;
}
.lb-data .lb-details {
	width: 100%;
}
.lb-data .lb-number {
	display: none !important;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.lb-nav a.lb-prev {
	filter: alpha(opacity=1);
	opacity: 1;
}
.gallery-btn {
	margin-top:10px;
}

/* 14. Book a Table Page Styles
***************************************************************************/
#book-table {
	padding-top: 22px;
}
.book-gallery img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.book-table-timings {
	font-size: 18px;
	margin-top: -5px;
	padding-right:5px;
}
.book-table-timings strong {
	color:#c99e67;
	font-weight:normal;
}
#book-table h2 {
	margin-bottom: 45px;
}
/* 15. News Page Styles
***************************************************************************/
#news {
	padding-top:22px;
}
.month-btn {
	background: #c89e66;
	color: #ffffff;
	/*font-family: 'Times-Bold';*/
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 11px;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
.news-post {
	margin-top: 20px;
}
.news-post h2 {
	/*font-family: 'Times-Bold';*/
	font-size: 22px;
	font-weight:600;
	line-height:30px;
	margin-bottom: 12px;
	margin-top: 0;
}
.first-column h2:first-of-type {
	font-size: 28px;
	line-height: 36px;
}
.news-post hr {
	border-top: 4px solid #7e4f25;
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
}
.news-post hr.border-bottom {
	margin: 11px 0 25px 0 !important;
}
.news-content p, .news p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}
.news-content figure {
	margin-bottom: 15px;
}
.news-content img {
	width: 100%;
}
.share-icon {
	width: 100%;
}
#st-1, .st-center {
	text-align: left;
}
.st-btn[data-network="sharethis"] {
	background-color: none !important;
	padding: 0 !important;
}
.st-btn.st-first.st-last {
	background: none !important;
}
.st-btn > svg {
	fill: #ffffff;
}
/* 16. Team Page Styles
***************************************************************************/
#team {
	padding-top:12px;
	padding-bottom: 0;
}
.team-members {
	margin-bottom: 0;
}
.team-members img {
	width: 100%;
	height: auto;
}
.team-members h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 0 0;
	text-transform: capitalize;
}
.team-members .designation {
	color: #c99e67;
	font-size: 18px;
	line-height: 24px;
}
.team-members .text-wrap {
	margin-top: 10px;
	min-height:310px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,  .team-members .text-wrap.c {
 /*min-height: 312px;*/
}
}
.team-members .text-wrap p {
	font-size: 16px;
	line-height: 24px;
}
/* 17. 404 Page Styles
***************************************************************************/
.page-not-found {
	margin-bottom: 35px;
	margin-top: 35px;
}
.page-not-found h1 {
	color:#c99e67;
	/*font-family: 'Times-Bold';*/
	font-size: 250px;
	font-weight:600;
	line-height: 40px;
	margin: 119px 0;
	text-align: center;
	text-shadow: 1px 2px 1px #bb9c75;
	text-transform:uppercase;
}
.page-not-found h2 {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	letter-spacing: 8px;
}
.page-not-found h3 {
	font-size: 30px;
	line-height:45px;
	margin: 36px 0 45px 0;
	padding: 0 14%;
	text-align: center;
	text-transform: none;
}
.page-not-found .error-btns {
	margin: 0 auto;
	width:380px;
}
.error-btns .read-more-btn {
	background: transparent;
	border: 0;
	float: left;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width:180px;
}
.error-btns .read-more-btn a {
	border: 1px solid #c99e67;
	background: #2b180d;
	color: #c99e67;
	display: block;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 3px;
	padding: 14px 13px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.error-btns .read-more-btn a:hover {
	border: 1px solid #c99e67;
	background: #634e42;
	color: #c99e67;
	padding: 14px 13px;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.copyright {
	margin-bottom:47px;
}
.copyright a {
	color:#cba675;
}
.copyright a:hover {
	color:#cba675;	
}
.legal-notices {
	padding-top:40px;
	padding-bottom:20px;
}
.legal-notices h2 {
	color:#c99e67;
	font-size: 24px;
	font-family: 'HelveticaNeue-Light';
	line-height: 24px;
	margin-bottom: 24px;
	text-transform: none;
}
.legal-notices .article {
	width:100%;
}
.legal-notices ol,
.legal-notices ul {
	padding-left: 15px;
}
.legal-notices ul {
	margin-bottom:20px;
}
.legal-notices ul ul {
	margin-top:20px;
}
table {
	border:1px solid #fff;
	border-collapse: collapse;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
}
table tr th, table tr td {
	text-align:left;
	padding: 5px;
	vertical-align:top;
}
table .data1 {
	width:20%;
}
table .data2 {
	width:30%;
}
table .data3 {
	width:50%;
}
@media screen and (max-width:480px) {
table tr th, table tr td {
	font-size:13px;
}	
}
@media screen and (max-width:377px) {
table tr th, table tr td {
	font-size:12px;
}	
}
.cookies-table {
	border:0;
	border-collapse: collapse;
	margin-bottom:40px;
	width:100%;
}
.cookies-table tr {
	border-bottom:3px solid #fff;
}
.cookies-table tr td {
	padding:15px;
}
.cookies-table1 .data1 {
	width:6%;
}
.cookies-table1 .data2 {
	width:44%;
}
.cookies-table1 .data3 {
	width:50%;
}
.cookies-table2 .data1 {
	width:10%;
}
.cookies-table2 .data2 {
	width:10%;
}
.cookies-table2 .data3 {
	width:80%;
}
.contact-form input {
	color: black;
}