/*-----------------------------------------------------------------------------------
	
	Theme Name: Telegraph
	Theme URI: http://telegraph.seoanatomy.com
	Description: Telegraph - Restaurant Wordpress Template 
	Author: Seo Anatomy
	Author URI: https://themeforest.net/user/seoanatomy
	Version: 2.0
	Tags: custom-header, custom-menu, featured-images, editor-style, microformats, post-formats, rtl-language-support, translation-ready
	Text Domain: telegraph
	Domain Path: /languages/
	
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
-----------------------------------------------------------------------------------*/

/**
	* Table of Contents
	*
	* 1.0 - General Wordpress Styles
	* 2.0 - Header Section
	*   2.1 - Language Selector
	*   2.2 - Navigation
	*   2.3 - Blog Category Toggle
	*   2.4 - Blog Search Toggle
	* 3.0 - Accessibility
	* 4.0 - Sections
	*   4.1 - Opening Times
	*   4.2 - Video About Us
	*   4.3 - Testimonials
	* 5.0 - Content
	*   5.1 - Menu Page
	*   5.2 - Post Archive
    *   5.3 - Single Post
	*   5.4 - Comments
	*   5.5 - Contact Page
	*   5.6 - Search Page
	*   5.7 - Page 404
	*   5.8 - Single Menu Page
	*   5.9 - Page / Page without sidebar
    *   5.10 - Single Video
	*   5.11 - Reservation Page
	* 6.0 - Widgets
	*   6.1 - Search Widget
	*   6.2 - Search Widget
	*   6.3 - Recent Comments
	*   6.4 - Recent Posts
	*   6.5 - Tag Cloud
	*   6.5 - Calendar
	* 7.0 - Social Share
	* 8.0 - Shortcodes
	*   8.1 - Code
	*   8.2 - Gallery
	*   8.3 - Columns
	*   8.4 - Custom Information
	*   8.5 - Toggle
	*   8.6 - Tabbed Section
	*   8.7 - Open Table Form
	* 9.0 - Footer
	*   10.1 - Footer Contacts
	*   10.2 - Footer Social
	
*/

/*--------------------------*/
/*  1.0 - General WP Styles
/*--------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body * {
	-webkit-font-smoothing: antialiased !important;
	text-rendering: auto;
}

body {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background: #ffffff;
	font-family: 'IBM Plex Sans';
}

a {
	color: #000000;
	text-decoration: none;
	outline:none !important;
}

a:visited {
	color: #555;
	outline:none !important;
}

a:focus {
	outline:none !important;
}

a:active,
a:hover {
	color: #555;
	outline:none !important;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 15px 0;
    font-weight: 300;
    text-rendering: auto;
	font-family: 'EB Garamond';
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6{
    font-size: 14px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
	white-space: pre-wrap;
	color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	padding: 30px 10%;
    margin: 40px 0;
    font-family: 'IBM Plex Sans';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	width: 100%;
	margin-bottom: 20px;
	margin: 0 0 1.5em;
}

table td {
	padding: 2px 4px;	
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background: #f7f7f7;	
	border: none;
	text-align: center;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
    letter-spacing: 3px;
	outline: none;
	margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
}

.wpcf7 textarea {
    width: 100%;
	color: black;
    padding-left: 15px;
    background: #f7f7f7;
	border: none;
	text-align: center;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
    letter-spacing: 3px;
	height: 130px;
	outline: none;
	margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
	border: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.wpcf7 input[type="submit"] {
	background: #000000;
	width: 100%;
    padding: 0 24px;
	color: #fff;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
	letter-spacing: 3px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 40px;
	text-transform: uppercase;
    margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.wpcf7 input[type="submit"]:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #404040;
}

::-webkit-input-placeholder {
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	letter-spacing: 3px;
}

::-moz-selection { 
    background: #000000; /* Safari, Chrome, Opera */
    color: #ffffff;
}

::selection { 
    background: #000000; /* Safari, Chrome, Opera */
    color: #ffffff;
}

::-moz-selection {
    background: #000000; /* FireFox */
    color: #ffffff;
}
 
.entry-content img, 
.entry-summary img, 
.comment-content img[height], 
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {
    height: auto;
	max-width: 100%;
}
 
 /* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 0 15px 0px 0;
    box-sizing: border-box;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.bypostauthor {
	padding: 0;
    color: #000;
    margin-top: 10px;
    line-height: 1.7em;
}

.gallery-caption {
	font-family: Prompt Light;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wp-caption-text {
    font-family: Prompt Light;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sticky {
    background: transparent;
}

/*--------------------------*/
/*  2.0 - Header Section
/*--------------------------*/

.black_preheader {
    background: black; 
	width: 100%; 
	height: 15px;	
}

.header_container {
    position: relative;
}

.header_navbar {
    border-bottom: 1px solid #e5e5e5;	
}

.centered_logo {
    display: table;
    margin: 0 auto;	
}

.logo {
    margin: 10px 0;
	width: 100%;
    max-width: 175px;
}

/*--------------------------*/
/*  2.1 - Language Selector
/*--------------------------*/

.language-chooser {
    margin: 0px;	
}

.language-mobile {
    display: none;
}

.language-mobile {
    vertical-align: middle;
    margin-top: 17px;
}

@media (min-width: 768px) {
    .language-mobile .qtranxs_language_chooser a {
        font-size: 12px !important;	
		display: block;
		width: 35px;
		text-align: center;
	    letter-spacing: 1px;
	    margin-right: 15px;
		color: #000000;
	    text-decoration: none;
	    font-weight: 600;
	    font-family: Prompt Light; 
	    text-transform: uppercase;
		border: 1px solid #e5e5e5;
        border-radius: 50%;
		padding: 5px;
		margin-top: -5px;
    }
}

@media (max-width: 769px) {
    .language-mobile .qtranxs_language_chooser a {
        font-size: 16px !important;	
	    letter-spacing: 1px;
	    margin-right: 15px;
		color: #000000;
	    text-decoration: none;
	    font-weight: 600;
	    font-family: Prompt Light; 
	    text-transform: uppercase;
    }
}

.language-mobile {
    display: inline-block;
	float: left;
}
	
.language-chooser {
	-webkit-padding-start: 20px;
}

.qtranxs_language_chooser li { 
	list-style: none; 
	display: inline; 
	margin-left: 0px; 
	margin-right: 0px; 
	display: inline-block;
}

.qtranxs_language_chooser > .active > a {
    display: none;
}

.qtranxs_language_chooser a:hover {
	color: #b2b2b2;
}

/*--------------------------*/
/*  2.2 - Navigation
/*--------------------------*/

.navbar-default {
	font-size: 15px;
    text-transform: uppercase;
	border-radius: 0px;
	box-shadow: none;
	background: white;
}

.navbar-default .navbar-collapse {
	border-color: #e5e5e5;
	margin-bottom: 30px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 30px;	
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #000000;
	text-decoration: none;
	font-family: 'EB Garamond';
    font-size: 14px;
	letter-spacing: 3px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:before {
    content: "-";
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    background: transparent;	
	box-shadow: none;
	color: #b2b2b2;
}

.navbar-default .navbar-nav .active  a,
.navbar-default .navbar-nav .active  a:hover,
.navbar-default .navbar-nav a:hover {
    background: transparent;
	box-shadow: none;
	color: #b2b2b2 !important;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;	
	box-shadow: none;
}

.dropdown-menu {
    border: 1px solid #7f7f7f;	
	border-radius: 0px;
	box-shadow: none;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    text-decoration: none;	
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
		text-align: center;
	}
	
	ul .navbar-nav {
        text-align: center; 	
	}
	
	.navbar-nav > li {
        float: none;
        display: inline-block;
	}
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  -webkit-transition: all 500ms ease-in-out;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .navbar-default .navbar-toggle {
	    border-color: transparent;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #000000;
	}
}

/*--------------------------*/
/*  2.3 - Blog Category Toggle
/*--------------------------*/

.navbar-default .navbar-brand {
    padding: 20px 0px;
    text-decoration: none;
    color: #000000;
    font-size: 15px;	
}

.navbar-default .navbar-brand:hover {
    color: #b2b2b2;	
}

.catmenu-box {
    background: #f7f7f7;
    padding: 10px 0;
    display: none;
	margin-top: 10px;
}

.catmenu-box .close_catmenu_box {
    text-align: center;	
}

.catmenu-box .close_catmenu_box a {
	text-decoration: none;
	color: #b2b2b2;
	cursor: pointer;
}

.catmenu-box .close_catmenu_box a i:before {
	font-size: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.catmenu-box .close_catmenu_box a:hover {
	color: #000000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.catmenu-box .blog_categories {
    text-align: center;	
}

.catmenu-box .blog_categories ul {
    padding: 10px 20px;
	margin-left: 0px;
}

.catmenu-box .blog_categories ul  li  a {
    color: #000000;
    text-decoration: none;
    font-family: 'EB Garamond';
    font-size: 14px;
    letter-spacing: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.catmenu-box .blog_categories ul  li  a:hover {
    color: #b2b2b2;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 768px) {
    .blog_categories .list-inline li {
	    display: block;
		margin: 20px 0;
    }
}

.blog_after_header {
    font-family: 'EB Garamond';
    color: #b2b2b2;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
	text-align: center;
}

.navbar-header a.openmenu {
    margin-left: 15px;	
}

.navbar-header a.openmenu,
.navbar-header a.opensearch {
    margin-right: 15px;
}

/*--------------------------*/
/*  2.4 - Blog Search Toggle
/*--------------------------*/

.search-box {
    background: #f7f7f7;
    padding: 10px 15px;
    display: none;
	margin-top: 10px;
	overflow: hidden;
}

.search-box .close_search_box {
    float: right;	
}

.search-box .close_search_box a i:before {
	font-size: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.search-box .close_search_box a {
	text-decoration: none;
	color: #b2b2b2;
	cursor: pointer;
}

.search-box .close_search_box a:hover {
	color: #000000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.search-box form {
    background: rgba(0, 0, 0, 0) !important;
	margin-bottom: 0;
}

.search-box form input[type="search"] {
    margin: auto;
    border: none;
    color: #333;
    background: transparent;
	outline: none;
	width: 65%;
}

.search-box form input[type="search"]::-webkit-input-placeholder {
    font-size: 15px;
	font-family: 'IBM Plex Sans';
	line-height: initial;
	letter-spacing: 1px;
	color: #7f7f7f;
	line-height: 20px;
	text-align: left;
}

.search-box form:before {
    content: "\e041";
	font-family: "dripicons-v2" !important;
	display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin-right: 10px;
    vertical-align: middle;
}

/*--------------------------*/
/*  3.0 - Accessibility
/*--------------------------*/

@media (min-width: 751px) {
    .mini {
        max-width: 751px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
	}
}

@media (min-width: 750px) {
    .mini {
        max-width: 1200px;
	}
}

.micro {
    max-width: 700px;	
}

.right_align {
    text-align: right;	
}

.left_align {
    text-align: left;	
}

.center_align {
    text-align: center;	
}

.right {
    text-align: right;	
}

.left {
    text-align: left;	
}

.center {
    text-align: center;	
}

.clearcol {
    clear: both;
    padding-bottom: 3em;	
}

@media (max-width: 768px) {
    .col-sm-12,
	.col-sm-6,
	.col-sm-4,
	.col-sm-8,
	.col-sm-3,
	.col-sm-9,
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45,
	.col-sm-2,
	.col-sm-10 {
        padding-bottom: 1.5em;
	}
}

.page-content {
    padding-top: 3em;	
}

.vertical-center {
    min-height: 100%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-page {
    text-transform: uppercase;
    font-family: 'EB Garamond';
    font-size: 45px !important;
    letter-spacing: 4px;
}

.sub-title-page {
    text-transform: uppercase;
	color: #333333;
    font-family: Inconsolata Bold;
    font-size: 20px !important;
    letter-spacing: 4px;
}

/*--------------------------*/
/*  4.1 - Opening Times
/*--------------------------*/

.opening-times {
    height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.opening-times .title {
    color: white;
    text-align: center;
	font-family: 'EB Garamond';
    text-transform: uppercase;
    font-size: 25px;
	line-height: 30px;
    letter-spacing: 5px;
}

.opening-times .week,
.opening-times .weekend {
    color: white;
	font-family: 'EB Garamond';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
	margin-top: 30px;
}

.opening-times .hours {
    color: white;
	font-family: 'EB Garamond';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

/*--------------------------*/
/*  4.2 - Video About Us
/*--------------------------*/

.video-review  {
    height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}

.video-content {
    color: white;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'EB Garamond';
    font-size: 24px;
	text-decoration: none;
	cursor: pointer;
    position: relative;
	display: block;
	text-align: center;
}

.video-content:hover {
    color: white;	
}

.video-content:before {
	content: "\e01a";
	font-family: "dripicons-v2" !important;
	color: #ffffff;
	font-size: 25px;
	display: block;
    margin-bottom: 10px;
	-webkit-transition: 1s;
	transition: 1s;
	
}

.video-content:hover:before {
	content: "\e01a";
	font-family: "dripicons-v2" !important;
	font-size: 25px;
	color: #666666;
	-webkit-transition: 1s;
	transition: 1s;
}

.video_info_title {
    font-family: 'EB Garamond';
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
    font-size: 20px;	
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-dialog  .modal-title{
    font-family: Inconsolata Bold;
}

/*--------------------------*/
/*  4.3 - Testimonials
/*--------------------------*/

.testimonials {
    background: url('/wp-content/themes/telegraph/images/testimonials.jpg') no-repeat;
    background-size: cover;
    height: 330px;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.testimonials blockquote > p {
    font-family: 'EB Garamond';
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.testimonials blockquote > span {
    font-family: 'EB Garamond';
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/*--------------------------*/
/*  5.1 - Menu Page
/*--------------------------*/

#menu {
    padding: 40px 0 ;
}

#menu .menu-filter {
    text-align: center;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
	margin-bottom: 40px;
}

#menu .menu-filter li {
    display: inline;
	
}

#menu .menu-filter li span {
    display: inline-block;
	font-family: 'EB Garamond';
    font-size: 14px;
    line-height: 45px;
    color: #7f7f7f;
	letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#menu .menu-filter li.active span,
#menu .menu-filter li:hover span {
    color: #000000;
}

#menu .menu-item {
    margin-bottom: 40px;
    display: none;
}

@media (min-width: 768px) {
    #menu .menu-item {
        padding-right: 50px;
        padding-left: 50px;
	}
}

#menu .menu_title {
	font-size: 12px;
	font-family: 'EB Garamond';
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
}

#menu .menu_title:hover {
    text-decoration: underline;	
}

#menu .price {
	font-size: 16px;
	font-family: Inconsolata Bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu .excerpt {
	font-size: 16px;
	font-family: 'IBM Plex Sans';
	color: #666666;
	margin-top: 10px;
    line-height: 22px;
    height: 44px;
}

.menu_content {
    margin-top: 40px;	
}

#menu,
#menu .menu-item {
  -webkit-transition-duration: 2.8s;
     -moz-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

#menu {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

#menu .menu-item {
  -webkit-transition-property: top, left, opacity;
     -moz-transition-property: top, left, opacity;
      -ms-transition-property: top, left, opacity;
       -o-transition-property: top, left, opacity;
          transition-property: top, left, opacity;
}

/*--------------------------*/
/*  5.2 - Post Archive
/*--------------------------*/

#post_archive {
    margin-bottom: 80px;	
}

#post_archive .post_thumb {
    border-radius: 50px;	
}

@media (max-width: 544px) {
    #post_archive .imgsc {
        text-align: center;
		margin-bottom: 10px 0;
	}
	
	#post_archive .desctitle {
	    text-align: center;
	}
	
	#post_archive .post_category {
	    text-align: right;
	}
	
	#post_archive .post_date {
	    text-align: left;
	}
}

#post_archive .post_thumb:hover {
    -webkit-filter: brightness(90%);	
}

#post_archive .row  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding: 30px 0px;
    border-bottom: 1px solid #ccc;
}

.sticky .row {
    background: #f7f7f7;	
}

@media (max-width: 768px) {
    #post_archive .row {
        display: block;
	}
}

#post_archive .post_title {
	font-family: 'EB Garamond';
	color: #000000;
	font-size: 25px;
	line-height: 30px;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#post_archive .post_category a {
	font-family: Oswald Light;
	color: #7f7f7f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
	display: inline-block;
}

#post_archive .post_date {
	font-family: Oswald Light;
	color: #7f7f7f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#post_archive .category_list {
    padding: 50px 0;	
}

@media (max-width: 768px) {
	
	.related_post_name {
	    text-align: center;
    }
	
	.related_post_title {
	    text-align: center;
	}
	
	.related_post_excerpt {
	    text-align: center;
	}
	
	.related_post_date {
	    text-align: center;
	}
}

.archive-title {
    font-family: 'EB Garamond';
	font-size: 25px;
    text-transform: uppercase;
    padding: 40px 0;
    line-height: 25px;
    letter-spacing: 4px;	
}

.blog-title {
    font-family: 'EB Garamond';
    font-size: 25px;
    text-transform: uppercase;
    padding: 80px 0;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    color: #b2b2b2;	
}

#true_loadmore{
	font-family: 'EB Garamond';
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
	padding: 20px;
	text-align: center;
	cursor:pointer;
	-webkit-transition: 1s;
	transition: 1s;
}

#true_loadmore:hover{
	color: #b2b2b2;
	-webkit-transition: 1s;
	transition: 1s;
}

#true_loadmore:before {
    content: "\5a";
	font-family: "dripicons-v2" !important;
	color: #000000;
	font-size: 32px;
	height: 25px;
    width: 30px;
    display: block;
    margin: auto;
	margin-bottom: 15px;
    margin-top: 20px;
	-webkit-transition: 1s;
	transition: 1s;
}

#true_loadmore:hover:before {
    content: "\5a";
	font-family: "dripicons-v2" !important;
	color: #666666;
	font-size: 32px;
	height: 25px;
    width: 30px;
	-webkit-transition: 1s;
	transition: 1s;
}

.posts_link_paginations {
    display: table;
    margin: 0 auto;
    margin-top: 40px;	
}

.posts_link_paginations .next_page {
    width: 30px;
	height: 30px;
	background: black;
}

.posts_link_paginations i {
	color: #ffffff;
}

.posts_link_paginations i:before {
    vertical-align: text-bottom;
	font-size: 25px;
	background: #000000;
	margin: 10px;
	padding: 4px;
	box-sizing: content-box;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.posts_link_paginations i:hover:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #404040;	
}

.posts_link_paginations a {
    text-decoration: none;	
}

/*--------------------------*/
/*  5.3 - Single Post
/*--------------------------*/

#singe_post .post_meta {
    margin-top: 30px;
    margin-bottom: 10px;	
}

#singe_post .single_post_date {
    font-family: Oswald Light;
	font-size: 12px;
	text-transform: uppercase;
	color: #7f7f7f;
	letter-spacing: 3px;
}

#singe_post .single_post_title {
    font-family: 'EB Garamond';
	font-size: 25px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 3px;
	line-height: 30px;
}

#singe_post .single_post_category {
	font-family: Oswald Light;
	font-size: 12px;
	color: #7f7f7f;
}

#singe_post .single_post_category a {
    font-family: Oswald Light;
	font-size: 12px;
	text-transform: uppercase;
	color: #7f7f7f;
	letter-spacing: 3px;
	text-decoration: none;
}

#singe_post .single_post_thumb {
    width: 100%;
	height: auto;
}

#singe_post .micro {
    margin-top: 30px;
}

#singe_post .social_block {
    border-top: 1px solid #7f7f7f;
	padding-top: 20px;
}

#singe_post .social_block .single_post_tags a {
    color: #7f7f7f;
    font-family: Oswald Light;
    font-size: 12px;
	line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-right: 30px;
	white-space: nowrap;
    display: inline-block;
}

#singe_post .post_share {
    margin-bottom: 30px;	
}

@media (min-width: 769px) {
    #singe_post .post_share ul {
        float: right;
        padding: 0;
        text-align: center;
	    line-height: 30px;
	}
}

@media (max-width: 768px) {
    #singe_post .post_share ul {
        float: left;
        padding: 0;
        text-align: center;
	    line-height: 30px;
	}
}

#singe_post .post_share ul li {
    display: inline-block;
    text-align: left;
	margin-right: 8px;
}

#singe_post .post_share ul li a {
    text-decoration: none;
	color: #000000;
    font-size: 22px;
}

#singe_post .post_share ul li a:hover {
	color: #b2b2b2;
}

#singe_post .related_post {
    margin-top: 10px;	
}

#singe_post .related_post_name {
    color: #000000;
	font-family: 'EB Garamond';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

@media (min-width: 769px) {
    #singe_post .related_post_title {
	    margin-top: 30px;
        font-family: Inconsolata Bold;
	    font-size: 13px;
	    text-transform: uppercase;
	    text-decoration: none;
	    letter-spacing: 3px;
	    color: #000000;
	    line-height: 20px;
        min-height: 40px;
        display: block;
	}
}

@media (max-width: 768px) {
    #singe_post .related_post_title {
	    margin-top: 30px;
        font-family: Inconsolata Bold;
	    font-size: 13px;
	    text-transform: uppercase;
	    text-decoration: none;
	    letter-spacing: 3px;
	    color: #000000;
	    line-height: 20px;
        display: block;
	}
}

@media (min-width: 769px) {
    #singe_post .related_post_excerpt {
        font-family: 'IBM Plex Sans';
	    font-size: 15px;
	    margin-top: 20px;
	    line-height: 20px;
        min-height: 60px;
	}
}

@media (max-width: 768px) {
    #singe_post .related_post_excerpt {
        font-family: 'IBM Plex Sans';
	    font-size: 15px;
	    margin-top: 5px;
	    line-height: 20px;
	}
}

@media (min-width: 769px) {
    #singe_post .related_post_date {
        font-family: Oswald Light;
	    font-size: 11px;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    margin-top: 10px;
	    color: #7f7f7f;
	}
}

@media (max-width: 768px) {
    #singe_post .related_post_date {
        font-family: Oswald Light;
	    font-size: 11px;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    margin-top: 5px;
	    color: #7f7f7f;
	}
}

#singe_post .col-sm-12 img,
#singe_post .col-sm-6.spacing img,
#singe_post .col-sm-4.spacing img,
#singe_post .col-sm-8.spacing img,
#singe_post .col-sm-3.spacing img,
#singe_post .col-sm-9.spacing img, 
#singe_post .col-sm-15.spacing img,
#singe_post .col-sm-25.spacing img,
#singe_post .col-sm-35.spacing img,
#singe_post .col-sm-45.spacing img,
#singe_post .col-sm-2.spacing img,
#singe_post .col-sm-10.spacing img {
    padding-top: 1em;
}

#singe_post .clearcol {
	padding-bottom: 2em !important;
}

#singe_post .spacing
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing, 
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing,
#singe_post .spacing {
    padding-bottom: 1em !important;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    overflow: hidden;
    position: absolute;
	background: #000000;
    bottom: 0px;
	line-height: normal;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    font-size: 0px;
	float: left;
}

.owl-buttons .owl-prev:before {
    content: "\55";
	font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
	font-size: 30px;
    color: white;
	text-align: -webkit-center;
	width: 30px;
	height: 30px;
}

.owl-buttons .owl-next:before {
    content: "\56";
	font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
	font-size: 30px;
    color: white;
}

 #vidwrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
    background-repeat: no-repeat;
	width: 1140px;
	height: 650px;
}

/*--------------------------*/
/*  5.4 - Comments
/*--------------------------*/

#respond h3 {
    font-size: 24px !important;
    font-weight: normal;
    line-height: 1.5em; 
}

.logged-in-as a {
    text-decoration: none;	
}

#respond p {
    margin: 0 0 15px 0; 
}

#respond label {
    /*display:block;*/
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px; 
}

#respond #author,
#respond #email,
#respond #url {
    width: 100%;
    height: 40px;
	margin: 10px 0px;
    background: #f7f7f7;
    border: none;
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 1px;
    outline: none;
	border-radius: initial;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#respond #comment  {
	width: 100%;
	color: #000000;
    background: #f7f7f7;
    border: none;
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
    outline: none;
    margin: 10px 0;
	border-radius: initial;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#respond #comment:focus,
#respond #author:focus,
#respond #email:focus,
#respond #url:focus {
	border: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#respond #comment::-webkit-input-placeholder,
#respond #author::-webkit-input-placeholder,
#respond #email::-webkit-input-placeholder,
#respond #url::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 18px;
	font-family: 'IBM Plex Sans';
    letter-spacing: 3px;
	color: #000000;
}

#respond #submit {
    width: 100%;
	height: 40px;
	margin: 10px 0px;
	font-family: Oswald Light;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 300;
	outline: none;
	background: #000000;
	color: white;
	border-style: none;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#respond #submit:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
    background: #404040;
}

.comment img {
    float: left;
	margin: 0 15px 0px 0;
}

#comments {
    margin-bottom: 40px;
	margin-top: 40px;
}

.commentlist {
	margin: 0 0 60px 0;
padding: 0; }

.commentlist li {
    clear: both;
    list-style: none;
}

.commentlist li article {
    position: relative;
    margin-bottom: 20px; 
}

.commentlist li article .comment-text {
    margin: 20px 20px 25px 80px; 
}

.comments-title {
	font-family: 'EB Garamond';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
	margin-bottom: 40px;
}

.commentlist li article img.avatar {
    position: absolute;
    width: 50px;
    height: 50px; 
}

.comment-author .fn {
	font-family: 'EB Garamond';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-style: initial;
}

.comment-author .comment-meta {
    font-family: 'IBM Plex Sans';
	font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px; 
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-author .comment-meta a {
	color: #b2b2b2;
    text-decoration: none; 
}

.comment-content {
    padding: 0;
    color: #000;
    margin-top: 10px;
    line-height: 1.7em; 
}

.comment-content h1 {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: normal;
    color: #000; 
}

.comment-content h2 {
    padding: 0 0 20px 0;
    font-size: 21px;
    line-height: 1.3em;
    font-weight: normal;
    color: #000; 
}

.comment-content h3 {
    padding: 0 0 20px 0;
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    color: #000; 
}

.comment-content h4 {
    padding: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    color: #000;
}

.comment-content h5 {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    color: #000; 
}

.comment-content h6 {
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    color: #000; 
}

.comment-content p {
    padding: 0; 
}

.comment-content table {
    width: 100%;
    margin: 0 0 30px 0; 
}

.comment-content table th {
    background: #f4f4f4;
    padding: 5px;
    font-weight: bold; 
}

.comment-content table td {
    padding: 5px; 
}

.comment-content dl {
    margin: 0 0 20px 0; 
}

.comment-content dt {
    margin: 5px 0;
    font-weight: bold; 
}

.comment-content ul {
    padding: 0 0 20px 20px;
    list-style: disc; 
}

.comment-content ul li {
    padding: 0;
    list-style: disc !important;
    font-size: 13px;
    line-height: 1.7em;
    color: #7f7f7f; 
}

.comment-content ol {
    padding: 0 0 20px 20px; 
}

.comment-content ol li {
    padding: 0;
    font-size: 13px;
    line-height: 1.7em;
    color: #7f7f7f;
    list-style: decimal !important; 
}

.comments-area .pingback {
    padding: 10px;
    margin: 0 0 15px 0;
    background: #f4f4f4; 
}

.comment-text .reply a {
	font-family: 'IBM Plex Sans';
    font-size: 14px;
	color: #b2b2b2;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 3px;
}

.comment-text .reply a:hover {
    color: #000 !important;
}

.commentlist ul.children {
    clear: both;
    margin: 0 0 0 40px; 
}

.comment-meta a {
    color: #8d8d8d !important; 
}

#cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #555 !important;
}

.comment-reply-title {
    font-family: 'EB Garamond';
	font-size: 16px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/*--------------------------*/
/*  5.5 - Contact Page
/*--------------------------*/

.write_us {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-family: 'EB Garamond';
    font-size: 25px;
    letter-spacing: 4px;
    padding: 50px 0;
}

#contact-page .wpcf7 input[type="text"],
#contact-page .wpcf7 input[type="email"],
#contact-page .wpcf7 input[type="tel"] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background: #f7f7f7;	
	border: none;
	text-align: center;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
    letter-spacing: 3px;
	outline: none;
	margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
}

#contact-page .wpcf7 textarea {
    width: 100%;
	color: black;
    padding-left: 15px;
    background: #f7f7f7;
	border: none;
	text-align: center;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
    letter-spacing: 3px;
	height: 130px;
	outline: none;
	margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
}

#contact-page .wpcf7 input[type="text"]:focus,
#contact-page .wpcf7 input[type="email"]:focus,
#contact-page .wpcf7 input[type="tel"]:focus,
#contact-page .wpcf7 textarea:focus {
	border: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#contact-page .wpcf7 input[type="submit"] {
	background: #000000;
	width: 100%;
    padding: 0 24px;
	color: #fff;
	font-family: 'IBM Plex Sans';
    font-size: 14px;
	letter-spacing: 3px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 40px;
	text-transform: uppercase;
    margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#contact-page .wpcf7 input[type="submit"]:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #404040;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	letter-spacing: 3px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	letter-spacing: 3px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: black;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	letter-spacing: 3px;
}

/*--------------------------*/
/*  5.6 - Search Page
/*--------------------------*/

.search-title {
	font-family: 'EB Garamond';
    font-size: 25px;
    text-transform: uppercase;
    padding: 80px 0;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    color: #b2b2b2;
}

.search_results {
    margin-bottom: 50px;	
}

.search-subtitle {
	font-family: 'EB Garamond';
	font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
	margin-top: 20px;
    line-height: 15px;
    letter-spacing: 3px;
}

.result-title {
	font-family: 'IBM Plex Sans';
	font-size: 16px;
    letter-spacing: 1px;
	line-height: 16px;
}

.result-title a {
    text-decoration: none;
	color: #000000;
}

.result-title a:hover {
    color: #b2b2b2;
}

.search-suggestions li {
	font-family: 'IBM Plex Sans';
	font-size: 16px;
    letter-spacing: 1px;
}

.nothing-found {
    margin-bottom: 30px;	
}

/*--------------------------*/
/*  5.7 - Search Page
/*--------------------------*/

.not-found {
    height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.not-found p {
    text-align: center;	
}

.error404page {
    font-family: 'EB Garamond';
	font-size: 45px;
	color: #000000;
	margin: 30px 0;
	letter-spacing: 3px;
}

.error404 {
    font-family: Inconsolata Bold;
	font-size: 20px;
	color: #000000;
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	
}

/*--------------------------*/
/*  5.8 - Single Menu Page
/*--------------------------*/

.arrows-navigation {
    margin-bottom: 30px;
	border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    padding: 20px 0;
}

.arrow-left,
.arrow-right,
.nav-back-menu{
    text-align: center;	
}

.arrow-left a,
.arrow-right a,
.nav-back-menu a {
    text-decoration: none;
	color: #000000;
}

.arrow-left a:hover,
.arrow-right a:hover,
.nav-back-menu a:hover {
	color: #b2b2b2;
}

.arrow-left i,
.arrow-right i,
.nav-back-menu i {
    font-weight: 600;
}

.single-menu-price {
    margin: 20px 0;
    font-size: 18px;
    font-family: Inconsolata Bold;
    text-transform: uppercase;
    text-decoration: none;	
}

/*--------------------------*/
/*  5.9 - Page / Page without sidebar
/*--------------------------*/

.hide-title-page {
    text-transform: uppercase;
    font-family: 'EB Garamond';
    font-size: 25px !important;
    letter-spacing: 4px;
	margin: 30px 10px;
}

.spacing {
    padding-bottom: 3em;	
}

.ws_title {
	font-family: 'EB Garamond';
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000000;
	margin-bottom: 20px;
}

.ws_content {
    margin-top: 50px; 
	margin-bottom: 50px;	
}

@media (min-width: 768px) {
    .ws_content .ws_padings {
        padding-left: 50px;	
    }
}

/*--------------------------*/
/*  5.10 - Single Video
/*--------------------------*/

#vidwrap:hover {
    cursor: pointer;	
}

#vidwrap:before {
	content: "\e01a";
	font-family: "dripicons-v2" !important;
	font-size: 32px;
	line-height: 50px;
	width: 46px;
	text-align: center;
	height: 50px;
	color: #ffffff;
	position: absolute;
    display: block;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: #000000;
    padding: 6px 8px;
    box-sizing: content-box;
	-webkit-transition: 1s;
	transition: 1s;
}
		
#vidwrap:hover:before {
    content: "\e01a";
	font-family: "dripicons-v2" !important;
	color: #666666;
	-webkit-transition: 1s;
	transition: 1s;
}

/*--------------------------*/
/*  5.11 - Reservation Page
/*--------------------------*/

.ot_form {
    display: table;
	margin: 0 auto;
}

.ot_reservation {
	max-width: 800px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 120px;
}

.booking_title {
    font-family: 'EB Garamond';
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 30px;
	text-align: center;
    margin-bottom: 50px;
	margin-top: 50px;
}

/*--------------------------*/
/*  6.0 - Widgets
/*--------------------------*/

.widget-area {
    margin-top: 30px;
	margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;	
}

.widget img {
    max-width: 100%;
}

.widget h1.widget-title {
	font-family: 'EB Garamond';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #7f7f7f;
	margin: 0 0 15px 0;
	letter-spacing: 3px;
}

.widget .textwidget { padding-top:5px;}

.widget ul {
	margin: 0 !important;
    -webkit-padding-start: 0;
}

.widget ul li {
	list-style: none;
	border-bottom: 1px dotted #b2b2b2;
	color: #666 !important;
	padding: 5px 0 5px 0 !important;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li a {
	text-decoration: none;
    font-size: 16px !important;
    font-family: 'IBM Plex Sans';
	text-transform: uppercase;
    letter-spacing: 2px;
	color: #000000;
}

.widget ul li.current-menu-item a {
	color: #7f7f7f !important;
}

.widget ul li a:before {
    content: "\56";
	font-size: 12px;
    display: inline-block;
    font-family: dripicons-v2;
	float: right;
}

.widget ul li a:hover {
	color: #b2b2b2 !important;
	text-decoration: none;
}

.widget ul li ul {
	margin: 5px 0 0 0 !important;
}

.widget ul li ul li {
	border: 0;
	border-top: 1px dotted #b2b2b2;
	padding: 5px 0 5px 18px !important;
}

.widget ul li ul li:last-child {
	padding: 5px 0 0 18px !important;
}

.icon-tiny {
    font-size: 15px;
}

.icon-small {
    font-size: 30px;
}

.icon-large {
    color: black;
	font-size: 60px;
}

/*--------------------------*/
/*  6.1 - Search Widget
/*--------------------------*/

.widget #search-input {
    width: 100%;
	height: 34px;
	border: 1px solid #7f7f7f;
    padding: 3px 5px;
}

.widget input[type="search"]::-webkit-input-placeholder {
	font-size: 15px;
	font-family: 'IBM Plex Sans';
	line-height: initial;
	letter-spacing: 1px;
	color: #7f7f7f;
	line-height: 20px;
}

.widget #searchsubmit {
	height: 34px;
    background: transparent;
    border: 1px solid #7f7f7f;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.widget #searchsubmit:hover {
    background: #000000;
    border: 1px solid #000000;
	color: #ffffff;
}

/*--------------------------*/
/*  6.2 - Categories Widget
/*--------------------------*/

.widget select {
    border: 1px solid #b2b2b2;
    padding: 3px;
    width: 100%;	
}

/*--------------------------*/
/*  6.3 - Recent Comments
/*--------------------------*/

.widget .recentcomments .comment-author-link {
    font-family: 'EB Garamond';
    color: #000000;
    font-size: 15px;
    letter-spacing: 3px;	
}

.comment-author-link a:before {
    content: none !important;	
}

/*--------------------------*/
/*  6.4 - Recent Posts
/*--------------------------*/

.widget .post-date {
    color: #7f7f7f;
    font-size: 16px;
}

/*--------------------------*/
/*  6.5 - Tag Cloud
/*--------------------------*/

.widget .tagcloud a {
    border: 1px solid #000000;
    padding: 5px;
    text-decoration: none;
    background: #ffffff;
	color: #000000;
    font-size: 16px !important;
    line-height: 35px;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
	white-space: nowrap;
}

.widget .tagcloud a:hover {
    background: #000000;
	color: #ffffff;
}

/*--------------------------*/
/*  6.6 - Calendar
/*--------------------------*/

.widget  .calendar_wrap caption {
	text-align: center;
    padding: 5px 0;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 10px;
}

.widget  .calendar_wrap tr th {
    text-align: center;
	padding: 3px;
}

.widget  .calendar_wrap tr td {
    text-align: center;	
	padding: 2px;
}

.widget  .calendar_wrap #prev {
    padding-top: 15px;	
}

.widget  .calendar_wrap #prev a {
    text-decoration: none;
	font-family: 'IBM Plex Sans';
	font-size: 15px;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.widget  .calendar_wrap #prev a:hover {
    text-decoration: none;
	color: #b2b2b2;
}

.widget  .calendar_wrap #next {
    padding-top: 15px;	
}

.widget  .calendar_wrap #next a {
    text-decoration: none;
	font-family: 'IBM Plex Sans';
	font-size: 15px;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.widget  .calendar_wrap #next a:hover {
    text-decoration: none;
	color: #b2b2b2;
}

/*--------------------------*/
/*  7.0 - Social Share
/*--------------------------*/

.share-facebook:before {
	content: 'F';
	font-family: Prompt Light;
	color: #000000;
	font-size: 18px;
	border: 1px solid #333333;
    padding: 2px 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.share-twitter:before {
	content: 'T';
	font-family:Prompt Light;
	color: #000000;
	font-size: 18px;
	border: 1px solid #333333;
    padding: 2px 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.share-google:before {
	content: 'G';
	font-family: Prompt Light;
	color: #000000;
	font-size: 18px;
	border: 1px solid #333333;
    padding: 2px 9px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.share-pinterest:before {
	content: 'P';
	font-family: Prompt Light;
	color: #000000;
	font-size: 18px;
	border: 1px solid #333333;
    padding: 2px 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.share-facebook:hover:before,
.share-twitter:hover:before,
.share-google:hover:before, 
.share-pinterest:hover:before {
	color: #ffffff;
	background: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;	
}

/*--------------------------*/
/*  8.1 - Code
/*--------------------------*/

.full_width_shortcode {
    height: 330px;	
}

.full_width_div {
    position: absolute;
    width: 100%;
    left: 0;
}

code {
	color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    border-radius: 0;
	padding: 0;
	border: none;
	background: rgba(0, 0, 0, 0.05);
    white-space: inherit;
}

/*--------------------------*/
/*  8.2 - Gallery
/*--------------------------*/

.gallery {
    margin-bottom: 30px !important;
    margin-left: -5px !important;
    margin-right: -10px !important; 
}

.gallery img {
    max-width: 100% !important;
    border: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.gallery-item {
    margin-bottom: 0;
    margin-top: 0 !important;
	padding: 0 15px;
	margin: 0px;
}

.gallery-item a img {
    cursor: pointer;
    cursor: zoom-in; 
}

.gallery dl dt {
    margin: 0 !important; 
}

.image_shortcode {
    width: 100%;
}

.image_shortcode:hover {
    -webkit-filter: brightness(90%);
}

@media (max-width: 544px) {
    .valign {
        display: block;
	}
}

@media (min-width: 545px) {
    .valign {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
	}
}

.mrgbtm {
    margin-bottom: 10px;	
}

/*--------------------------*/
/*  8.3 - Columns
/*--------------------------*/

/* 1/5 */
.col-xs-15 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
	}
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
	}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
	}
}

/* 2/5 */
.col-xs-25 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-25 {
        width: 40%;
        float: left;
	}
}

@media (min-width: 992px) {
    .col-md-25 {
        width: 40%;
        float: left;
	}
}

@media (min-width: 1200px) {
    .col-lg-25 {
        width: 40%;
        float: left;
	}
}

/* 3/5 */
.col-xs-35 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-35 {
        width: 60%;
        float: left;
	}
}

@media (min-width: 992px) {
    .col-md-35 {
        width: 60%;
        float: left;
	}
}

@media (min-width: 1200px) {
    .col-lg-35 {
        width: 60%;
        float: left;
	}
}

/* 4/5 */
.col-xs-45 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-45 {
        width: 80%;
        float: left;
	}
}

@media (min-width: 992px) {
    .col-md-45 {
        width: 80%;
        float: left;
	}
}

@media (min-width: 1200px) {
    .col-lg-45 {
        width: 80%;
        float: left;
	}
}

/*--------------------------*/
/*  8.4 - Custom Information
/*--------------------------*/

@media (min-width: 401px) {
    .custom_info .col-sm-6 {
        padding-right: 30px;
        padding-left: 30px;	
	}
}

@media (max-width: 400px) {
    .custom_info .col-sm-6 {
        padding-right: 15px;
        padding-left: 15px;	
	}
}

.custom_info h2 {
	font-size: 25px;
	line-height: 28px;
	font-family: 'EB Garamond';
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #000000;
}

.custom_info h3 {
	font-size: 12px;
	line-height: 16px;
	font-family: 'EB Garamond';
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #333333;
}

.custom_info .col-sm-6 div {
	font-size: 16px;
	font-family: 'IBM Plex Sans';
	color: #000000;
}

.custom_info .col-sm-6 a.go_to_page {
	display: block;
	font-size: 12px;
	font-family: 'EB Garamond';
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 4px;
	margin-top: 10px;
}

.custom_info .col-sm-6 a.go_to_page:hover {
    text-decoration: underline;
}

.custom_info img:hover {
	-webkit-filter: brightness(90%); 
}

/*--------------------------*/
/*  8.5 - Toggle
/*--------------------------*/

.toggle {
	margin-bottom: 15px;	
}

.toggle .open h3 a {
	background: #fff;
	border: 1px solid #333;
	font-weight: bold;
	font-weight: 400;	
}

.toggle .open h3 a:before {
	color: #7f7f7f;
	content: "\39";
	font-family: "dripicons-v2" !important;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}

.toggle h3 a {
	display: block;
	color: #000000;
	font-family: 'EB Garamond';
    letter-spacing: 3px;
	line-height: 22px !important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 14px 12px 14px;
	background-color: #fff;
	border: 1px solid #333;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.toggle h3 a:before {
	color: #000000;
	content: "\e035";
	font-family: "dripicons-v2" !important;
	font-size: 16px;
	margin-right: 15px;	
	vertical-align: middle;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.toggle.open h3 a:before {
    color: #000000;
    content: "\39";
    font-family: "dripicons-v2" !important;
	font-size: 16px;
	margin-right: 15px;	
	vertical-align: middle;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.toggle > div {
	padding: 20px 25px;
	border-top: 0px;
	display: none;
	border: 1px solid #e7e7e7;
}

/*--------------------------*/
/*  8.6 - Tabbed Section
/*--------------------------*/

.shortcode_tabgroup {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.shortcode_tabgroup > h3 {
	border-bottom: 2px solid #000;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	clear: both;
}

.shortcode_tabgroup ul.tabs {
	width: 23%;
	float: left;
	padding: 10px 0 10px 0;
	border-right: 1px solid #b2b2b2;
	margin: 0;
}

.shortcode_tabgroup.top ul.tabs {
	width: 100%;
	float: none;
	padding: 13px 0 0 0;
	border-right: none;
	border-bottom: 1px solid #b2b2b2;
	margin: 0;
}

.shortcode_tabgroup ul.tabs li {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	border-bottom: 1px solid #b2b2b2;
}

.shortcode_tabgroup.top ul.tabs li {
	list-style: none;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}

.shortcode_tabgroup ul.tabs li a {
	text-transform: uppercase;
	font-size: 16px;
    font-family: 'EB Garamond';
    letter-spacing: 3px;
	font-weight: 300;
	color: #7f7f7f;
	padding: 12px 0 8px 0;
	display: inline-block;
	text-decoration: none;
}

.shortcode_tabgroup ul.tabs li.active { 
	border-bottom: 2px solid #000;
}

.shortcode_tabgroup ul.tabs li.active a {
	color: #000;
	font-weight: 400;
}
 
.shortcode_tabgroup .panels {
	width: 76%;
	float: left;
	border-left: 1px solid #b2b2b2;
	margin-left: -1px;
	padding: 20px 0 20px 0;
}

.shortcode_tabgroup.top .panels {
	width: 100%;
	float: none;
	clear: both;
	border-left: none;
	margin-left: 0;
	padding: 20px 0 20px 0;
}

.shortcode_tabgroup .panels div.panel { 
	padding-left: 30px;
}

.shortcode_tabgroup.top .panels div.panel { 
	padding-left: 0;
}

.shortcode_tabgroup.side {
        margin-bottom: 40px;	
}

@media (max-width: 768px) {
	
   .shortcode_tabgroup ul.tabs { 
       width: 100%;
       float: none;
       padding: 13px 0 20px 0;
       border-right: none;
}

    .shortcode_tabgroup.top ul.tabs { 
		border-bottom: none;
	}
	
	.shortcode_tabgroup ul.tabs li { 
		margin: 0;
	}
	
	.shortcode_tabgroup.top ul.tabs li { 
		width: 100%;
		float: left;
		border-bottom: 1px solid #b2b2b2 !important;
	}
	
	.shortcode_tabgroup .panels, 
	.shortcode_tabgroup.top .panels { 
	    width: 100%;
	    float: left;
	    border-left: none;
	    margin-left: 0;
	    padding: 20px 0 20px 0;
	}
	
	.shortcode_tabgroup .panels div.panel { 
		padding-left: 0;
	}
	
	.shortcode_tabgroup.side {
	    margin-bottom: 0px;
    }
	
}

/*--------------------------*/
/*  8.7 - Open Table Form
/*--------------------------*/

.date_reserv {
    background: #ffffff;
    font-family: 'EB Garamond';
    font-size: 12px;
    letter-spacing: 3px;
	width: 150px;
    border: none;
    border: 1px solid #b2b2b2;
    height: 35px;
    line-height: 35px;
	outline: none;
	padding-left: 10px;
}

.ot_reservation .date_icon:before {
    content: "\4d";
    font-family: "dripicons-v2" !important;
    font-size: 20px;
	color: #000000;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin-right: 15px;
	font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
}

.hour_reserv {
    background: #ffffff;
    font-family: 'EB Garamond';
    font-size: 12px;
    letter-spacing: 3px;
	width: 150px;
    border: none;
    border: 1px solid #b2b2b2;
    height: 35px;
    line-height: 35px;
	outline: none;
	text-transform: uppercase;
	padding-left: 10px;
}

.hour_reserv option {
    font-family: 'EB Garamond' !important;
    font-size: 14px !important;
}

.ot_reservation .hour_icon:before {
    content: "\59";
    font-family: "dripicons-v2" !important;
    font-size: 20px;
	color: #000000;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin-right: 15px;
	font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
}

.party_reserv {
    background: #ffffff;
    font-family: 'EB Garamond';
    font-size: 12px;
    letter-spacing: 3px;
	width: 150px;
    border: none;
    border: 1px solid #b2b2b2;
    height: 35px;
    line-height: 35px;
	outline: none;
	text-transform: uppercase;
	padding-left: 10px;
}

.party_reserv option {
    font-family: 'EB Garamond' !important;
    font-size: 14px !important;
}

.ot_reservation .party_icon:before {
    content: "\e056";
    font-family: "dripicons-v2" !important;
    font-size: 20px;
	color: #000000;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin-right: 15px;
	font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-style: normal;
}

.otreservations-submit {
    margin-top: 50px;
    font-size: 14px;
    font-family: 'EB Garamond';
    letter-spacing: 3px;
    background: #000000;
	color: #ffffff;
    outline: none;
	border: 1px solid #000000;
    height: 50px;
    line-height: 45px;
    padding-left: 50px;
    padding-right: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: table;
    margin: 50px auto;
}

.otreservations-submit:hover {
    background: #404040;
	border: 1px solid #404040;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.ui-datepicker {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    min-width: 17em;
    width: auto;
	font-family: 'EB Garamond';
	margin: 15px 0px;
	display: none;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
	margin-bottom: 5px;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal;
	margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background: white;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month { 
    color: #000000;	
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    color: #7f7f7f;	
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font-family: "dripicons-v2" !important;
    padding-left: 7px;
    color: #7f7f7f;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
	line-height: 34px;
	-webkit-transition: 1s;
	transition: 1s;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\55";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\56";
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    color: #000000;
	-webkit-transition: 1s;
	transition: 1s;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}

.ui-datepicker th {
    padding: 7px;
	color: #7f7f7f;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ui-datepicker td {
    padding: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.ui-datepicker td:hover {
    background-color: #f1f1f1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #f1f1f1;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #f1f1f1;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 5px;
    font-weight: normal;
    color: #000000;
    font-size: 12px;
	letter-spacing: 3px;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

/*--------------------------*/
/*  9.0 - Footer
/*--------------------------*/

.footer {
    background: black;
	min-height: 278px;
}

.footer a {
    color: #2e2e2e;
	text-decoration: none;
}

.footer .developer {
    color: #7f7f7f;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #7f7f7f;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footer .developer:hover {
    color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footer_logo {
    margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
    max-width: 175px;
}

.copyright {
    color: #7f7f7f;
    text-align: center;
    padding-top: 70px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    font-family: 'IBM Plex Sans';
    max-width: 300px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

/*--------------------------*/
/*  9.1 - Footer Contacts
/*--------------------------*/

.prefooter {
    background: #f7f7f7;	
}

.footer-contacts {
	padding-bottom: 40px;
	padding-top: 40px;
	font-family: Inconsolata Bold;
    font-size: 14px;
}

.footer-contacts .row div {
    text-align: center;	
	margin: 20px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.footer-contacts .row .address span {
    text-align: left;
	display: inline-block;	
}

.footer-contacts .row .phone span {
    text-align: center;
	display: inline-block;	
}

.footer-contacts .row .emails span {
    text-align: right;
	display: inline-block;	
}

.footer-contacts  .row .address:before {
    content: "A:";
    display: inline-block;
	vertical-align: top;
}

.footer-contacts  .row .phone:before {
    content: "P:";	
	display: inline-block;
	vertical-align: top;
}

.footer-contacts  .row .emails:before {
    content: "E:";	
	display: inline-block;
	vertical-align: top;
}

/*--------------------------*/
/*  9.2 - Footer Social
/*--------------------------*/

.social {
	text-align: center;
	margin-top: 10px;
}

.social a {
    display: inline-block;
	margin: 0 5px;
}

.facebook:after {
    content: 'F';
    font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.twitter:after {
    content: 'T';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.googleplus:after {
    content: 'G';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.pinterest:after {
    content: 'P';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.vimeo:after {
    content: 'V';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.youtube:after {
    content: 'Y';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.instagram:after {
    content: 'I';
	font-family: Prompt Light;
    color: white;
    font-size: 14px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    padding: 5px 0px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 35px;
    text-align: center;
}

.facebook:hover:after,
.twitter:hover:after,
.googleplus:hover:after,
.pinterest:hover:after,
.vimeo:hover:after,
.youtube:hover:after,
.instagram:hover:after {
	color: #2e2e2e;
	-webkit-transition: 1s;
	transition: 1s;
}