/**
  * Name: Restaurant HTML Template - Coffee
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/style.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "nouislider.min.css";
@import "map.min.css";
@import "magnific-popup.min.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  line-height: 1;
  padding: 0 !important;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
  font-family: "Oswald", sans-serif;
  color: #696969;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

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

p {
  font-family: "CerebriSans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

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

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */

ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */

table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

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

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */

embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background: #fff;
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 15px;
  height: 25px;
  margin-right: 13px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

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

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Contact Form 7 */
fieldset {
  margin-bottom: 0px;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
}

.select::after {
  position: absolute;
  content: "\e904";
  right: 10px;
  top: 46%;
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #fff;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select.t1::after {
  color: #171412;
}

select {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 17px;
  height: 50px !important;
  font-family: "CerebriSans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 10px;
  background-color: #48433f;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

select option {
  font-size: 16px;
  line-height: 11px;
  color: #696969;
  background-color: #fff;
  text-transform: capitalize;
}

select.style-1 {
  background: #f1f1f1;
  color: #171412;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  font-family: "CerebriSans";
  color: #171412;
  overflow: hidden;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  font-family: "CerebriSans";
  color: #171412;
}

textarea.style-1,
input[type="text"].style-1,
input[type="password"].style-1,
input[type="datetime"].style-1,
input[type="datetime-local"].style-1,
input[type="date"].style-1,
input[type="month"].style-1,
input[type="time"].style-1,
input[type="week"].style-1,
input[type="number"].style-1,
input[type="email"].style-1,
input[type="url"].style-1,
input[type="search"].style-1,
input[type="tel"].style-1,
input[type="color"].style-1 {
  background: #48433f;
  color: #fff;
}

textarea.style-1::placeholder,
input[type="text"].style-1::placeholder,
input[type="password"].style-1::placeholder,
input[type="datetime"].style-1::placeholder,
input[type="datetime-local"].style-1::placeholder,
input[type="date"].style-1::placeholder,
input[type="month"].style-1::placeholder,
input[type="time"].style-1::placeholder,
input[type="week"].style-1::placeholder,
input[type="number"].style-1::placeholder,
input[type="email"].style-1::placeholder,
input[type="url"].style-1::placeholder,
input[type="search"].style-1::placeholder,
input[type="tel"].style-1::placeholder,
input[type="color"].style-1::placeholder {
  color: #fff;
}

textarea.style-2,
input[type="text"].style-2,
input[type="password"].style-2,
input[type="datetime"].style-2,
input[type="datetime-local"].style-2,
input[type="date"].style-2,
input[type="month"].style-2,
input[type="time"].style-2,
input[type="week"].style-2,
input[type="number"].style-2,
input[type="email"].style-2,
input[type="url"].style-2,
input[type="search"].style-2,
input[type="tel"].style-2,
input[type="color"].style-2 {
  background: #f1f1f1;
  color: #171412;
}

textarea.style-2::placeholder,
input[type="text"].style-2::placeholder,
input[type="password"].style-2::placeholder,
input[type="datetime"].style-2::placeholder,
input[type="datetime-local"].style-2::placeholder,
input[type="date"].style-2::placeholder,
input[type="month"].style-2::placeholder,
input[type="time"].style-2::placeholder,
input[type="week"].style-2::placeholder,
input[type="number"].style-2::placeholder,
input[type="email"].style-2::placeholder,
input[type="url"].style-2::placeholder,
input[type="search"].style-2::placeholder,
input[type="tel"].style-2::placeholder,
input[type="color"].style-2::placeholder {
  color: #171412;
}

textarea.style-2:focus,
input[type="text"].style-2:focus,
input[type="password"].style-2:focus,
input[type="datetime"].style-2:focus,
input[type="datetime-local"].style-2:focus,
input[type="date"].style-2:focus,
input[type="month"].style-2:focus,
input[type="time"].style-2:focus,
input[type="week"].style-2:focus,
input[type="number"].style-2:focus,
input[type="email"].style-2:focus,
input[type="url"].style-2:focus,
input[type="search"].style-2:focus,
input[type="tel"].style-2:focus,
input[type="color"].style-2:focus {
  background-color: #fff;
  border: 1px solid #c3a27c;
}

textarea.style-3,
input[type="text"].style-3,
input[type="password"].style-3,
input[type="datetime"].style-3,
input[type="datetime-local"].style-3,
input[type="date"].style-3,
input[type="month"].style-3,
input[type="time"].style-3,
input[type="week"].style-3,
input[type="number"].style-3,
input[type="email"].style-3,
input[type="url"].style-3,
input[type="search"].style-3,
input[type="tel"].style-3,
input[type="color"].style-3 {
  background-color: #48433f;
  color: #fff;
  border: 1px solid #48433f;
  margin-bottom: 15px;
}

textarea.style-3::placeholder,
input[type="text"].style-3::placeholder,
input[type="password"].style-3::placeholder,
input[type="datetime"].style-3::placeholder,
input[type="datetime-local"].style-3::placeholder,
input[type="date"].style-3::placeholder,
input[type="month"].style-3::placeholder,
input[type="time"].style-3::placeholder,
input[type="week"].style-3::placeholder,
input[type="number"].style-3::placeholder,
input[type="email"].style-3::placeholder,
input[type="url"].style-3::placeholder,
input[type="search"].style-3::placeholder,
input[type="tel"].style-3::placeholder,
input[type="color"].style-3::placeholder {
  color: #fff;
}

textarea.style-3:focus,
input[type="text"].style-3:focus,
input[type="password"].style-3:focus,
input[type="datetime"].style-3:focus,
input[type="datetime-local"].style-3:focus,
input[type="date"].style-3:focus,
input[type="month"].style-3:focus,
input[type="time"].style-3:focus,
input[type="week"].style-3:focus,
input[type="number"].style-3:focus,
input[type="email"].style-3:focus,
input[type="url"].style-3:focus,
input[type="search"].style-3:focus,
input[type="tel"].style-3:focus,
input[type="color"].style-3:focus {
  border: 1px solid #c3a27c;
}

input[type="date"]::-webkit-calendar-picker-indicator::after {
  color: #fff;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 16px;
  line-height: 11px;
  background-color: #fff;
  color: #c3a27c;
  border-radius: 10px;
  padding: 15px;
  height: 50px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  border: none;
}

textarea {
  height: 213px !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

:-moz-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #051028;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 75px;
  line-height: 90px;
}

h2 {
  font-size: 48px;
  line-height: 57px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 22px;
  line-height: 33px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed !important;
}
.position-unset {
  position: unset;
}
.z-5 {
  z-index: 5;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-grow {
  flex-grow: 1;
}
.row-reverse {
  flex-direction: row-reverse;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-end {
  text-align: end;
}
.text-center {
  text-align: center;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-50 {
  margin-top: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-68 {
  margin-bottom: 68px;
}
.mb-66 {
  margin-bottom: 66px;
}
.mb-63 {
  margin-bottom: 63px;
}
.mb-62 {
  margin-bottom: 62px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-77 {
  margin-bottom: 77px;
}
.mb-113 {
  margin-bottom: 113px;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.e-resize {
  cursor: e-resize;
}
.auto-slide .swiper-slide {
  width: auto;
}
.auto-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.tf-color {
  color: #c3a27c !important;
}
#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #051028;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #c3a27c;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #fff;
}

/* button */
/* -------------------------------------------------------------- */
.button-default {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  color: rgb(45, 39, 35);
  letter-spacing: 2px;
}

.button-default i {
  color: #c3a27c;
}

.button-default.style-white {
  color: #fff;
}

.button-default.style-white:hover {
  color: #c3a27c;
}

.button-style-1 {
  width: max-content;
  height: 50px;
  background-color: #c3a27c;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2.5px;
  padding: 0 38px 0 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-style-1:hover {
  background-color: #2d2723;
}

.button-reply {
  width: max-content;
  height: 33px;
  padding: 0 18px 0 15px;
  background-color: #2d2723;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "CerebriSans";
  font-size: 12px;
  letter-spacing: 0.5px;
}

.button-reply:hover {
  background-color: #c3a27c;
  color: #fff;
}

.button-style-2 {
  width: max-content;
  height: 50px;
  background-color: #f4c42e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-style-2:hover {
  color: #2d2723;
  background-color: #fff;
}

.button-style-2.active {
  color: #2d2723;
  background-color: #fff;
}

.button-style-2.active:hover {
  color: #fff;
  background-color: #c3a27c;
}

/* header */
/* -------------------------------------------------------------- */



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    color: #fff;
    background: #f4c42e;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}

.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #363434;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

.jssor-slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,.7)
}

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 245px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
    text-align: center;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #033e4b;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #f4c42e;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #f4c42e;
    }

    #ommenu > ul > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #363434;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 42px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}



/* footer */
/* ---------------------------------- */
.footer {
  background-color: #2d2723;
  padding-top: 122px;
  position: relative;
  overflow: hidden;
}

.footer.type-1 {
  padding-top: 138px;
}

.footer > .item-1 {
  position: absolute;
  bottom: -1px;
  left: -8px;
}

.footer > .item-2 {
  position: absolute;
  top: -29px;
  right: -9px;
}

.footer .title-wg {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 61px;
  position: relative;
}

.footer .title-wg::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 2px;
  background-color: #c3a27c;
  left: 1px;
  bottom: -19px;
}

.footer .text {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #dedede;
  letter-spacing: 0.3px;
}

.footer .text span {
  color: #c3a27c;
}

.logo-footer {
  margin-bottom: 25px;
  margin-top: 13px;
}

.footer .contact {
  margin-top: 6px;
}

.footer .contact .title-wg {
  margin-bottom: 56px;
}

.footer .contact ul li {
  margin-bottom: 21px;
}

.footer .contact .text {
  line-height: 27px;
}

.footer .time ul li {
  margin-bottom: 10px;
}

.footer .newletters form {
  position: relative;
  margin-top: 26px;
}

.footer .newletters form button {
  position: absolute;
  right: 8px;
  top: 0;
  background-color: transparent;
}

.footer .newletters form label {
  margin-top: 20px;
  padding-left: 28px;
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #dedede;
  letter-spacing: 0.3px;
}

label input[type="radio"],
label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn-checkbox {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

input:checked ~ .btn-checkbox {
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-checkbox:after {
  content: "\ea10";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 8px;
  left: 3px;
  top: -6px;
  color: #2d2723;
  display: none;
}

input:checked ~ .btn-checkbox:after {
  display: block;
}

.footer-bottom {
  margin-top: 85px;
  border-top: 1px solid #4c4744;
  padding-top: 24px;
  padding-bottom: 25px;
  display: flex;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer.type-1 .footer-bottom {
  margin-top: 92px;
  margin-bottom: 28px;
}

.widget-social {
  display: flex;
  align-items: center;
  gap: 17px;
}

.widget-social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.widget-social ul li a {
  font-size: 15px;
  color: #fff;
}

.widget-social ul li:hover a {
  color: #c3a27c;
}

.footer-bottom > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 52px;
  height: 53px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 17px;
  background-color: #2d2723;
}

/* banner-page */
/* -------------------------------------------------------------- */
.banner-page {
  padding-top: 307px;
  padding-bottom: 54px;
  background-image: url(../images/bg-section/bg-blog.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.banner-page > .item-1 {
  position: absolute;
  bottom: -9px;
  left: -54px;
}

.banner-page > .item-2 {
  position: absolute;
  bottom: -18px;
  right: -63px;
}

.banner-page::before {
  background-color: rgb(18, 15, 12);
  opacity: 0.502;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.banner-page::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 83px;
  bottom: -57px;
  left: 0;
  background-image: url(../images/bg-section/wave.png);
}

.banner-page .text {
  color: #f6e7d0;
  text-align: center;
  font-family: "Sue Ellen Francisco";
  font-size: 40px;
  font-weight: 400;
  line-height: 65px;
  text-transform: capitalize;
}

.banner-page .heading {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 89px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  margin-top: 109px;
}

.breadcrumbs li {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
}

.breadcrumbs li.item::after {
  position: absolute;
  content: "/";
  color: #fff;
  right: -19px;
}

.breadcrumbs li a {
  color: #fff;
  letter-spacing: 0.5px;
}

.breadcrumbs li.active a {
  color: #c3a27c;
}

.banner-page.menu-page {
  padding-top: 303px;
  padding-bottom: 57px;
  background-image: url(../images/bg-section/bg-menu.jpg);
}

.banner-page.reservation-page {
  padding-top: 303px;
  padding-bottom: 57px;
  background-image: url(../images/bg-section/bg-reservation.jpg);
}

.banner-page.contact-page {
  padding-top: 303px;
  padding-bottom: 57px;
  background-image: url(../images/bg-section/bg-contact.jpg);
}

.banner-page.about-page {
  padding-top: 303px;
  padding-bottom: 57px;
  background-image: url(../images/bg-section/bg-about.jpg);
}

.banner-page.offer-page {
  background-image: url(../images/bg-section/bg-offer.jpg);
}

.banner-page.team-page {
  background-image: url(../images/bg-section/bg-our-team.jpg);
}

.banner-page.portfolio-page {
  background-image: url(../images/bg-section/bg-portfolio.jpg);
}

.banner-page.event-page {
  background-image: url(../images/bg-section/bg-private-event.jpg);
}

.banner-page.shop-page {
  background-image: url(../images/bg-section/bg-shop.jpg);
}

/* wg-update */
.wg-update {
  padding-top: 130px;
  padding-bottom: 134px;
}

.wg-update-wrap {
  padding: 66px 15px 75px 15px;
  text-align: center;
  border-radius: 10px;
  background: url(../images/bg-section/wg-update.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.wg-update-wrap > .item-1 {
  position: absolute;
  bottom: -220px;
  left: -213px;
}

.wg-update-wrap > .item-2 {
  position: absolute;
  bottom: -195px;
  right: -54px;
}

.wg-update-wrap .title {
  font-size: 35px;
  line-height: 45px;
  color: #171412;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 17px;
}

.wg-update-wrap .text {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 27px;
}

.wg-update-wrap form {
  max-width: 542px;
  margin: auto;
  position: relative;
}

.wg-update-wrap form button {
  position: absolute;
  top: 0;
  right: 7px;
}

.wg-update.type-1 {
  padding-top: 124px;
  padding-bottom: 136px;
}

.wg-update.type-1 .wg-update-wrap {
  padding-bottom: 77px;
}

/* wg-blog */
/* --------------------------- */
.blog-grid {
  padding-bottom: 135px;
}

.wg-blog {
  margin-bottom: 78px;
  position: relative;
}

.wg-blog::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}

.wg-blog:hover::before {
  animation: height_blog 1s;
}

.wg-blog .image {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.wg-blog .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wg-blog .content {
  position: relative;
  z-index: 1;
}

.wg-blog:hover .image img {
  margin-top: -90px;
  margin-bottom: 2px;
}

.wg-blog .meta {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 13px;
  line-height: 35px;
  margin-bottom: 9px;
  color: #666666;
  padding-left: 2px;
}

.wg-blog .meta span {
  position: relative;
  margin-right: 27px;
}

.wg-blog .meta span::after {
  position: absolute;
  width: 13px;
  height: 1px;
  content: "";
  top: 50%;
  right: -20px;
  background-color: #c3a27c;
}

.wg-blog .meta span:last-child::after {
  display: none;
}

.wg-blog .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.wg-blog .text {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin-top: -75px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wg-blog:hover .text {
  margin-top: -10px;
  margin-bottom: 23px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.wg-blog .bottom {
  margin-top: 0px;
  border-top: 1px solid #e1e2e3;
  padding-top: 23px;
}

/* wg-pagination */
.wg-pagination ul {
  display: flex;
  gap: 10px;
}

.wg-pagination ul li {
  width: 49px;
  height: 49px;
  border: 1px solid #c3a27c;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wg-pagination ul li:hover,
.wg-pagination ul li.active {
  background-color: #c3a27c;
}

.wg-pagination ul li a {
  font-family: "CerebriSans";
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #171412;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wg-pagination ul li:hover a,
.wg-pagination ul li.active a {
  color: #fff;
}

/* heading-section */
.heading-section .sub {
  color: #c3a27c;
  font-family: "CerebriSans";
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  position: relative;
}

.heading-section .sub-before {
  padding-left: 22px;
}

.heading-section.text-center .sub-before {
  padding-left: 0;
}

.heading-section .sub-before::before {
  position: absolute;
  content: url(../icon/coffee-2.svg);
  top: -4px;
  left: -2px;
}

.heading-section.text-center .sub-before::before {
  left: -24px;
}

.heading-section .sub-after::after {
  position: absolute;
  content: url(../icon/coffee-2.svg);
  top: -4px;
  margin-left: 9px;
}

.heading-section .main {
  color: #171412;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-top: 9px;
}

.heading-section.style-1 .main {
  color: #fff;
}

/* preload */
/* -------------------------------- */
.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100%;
  width: 100%;
  background-color: #000;
}

.preload-container .middle {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 100;
  margin: -50px 0 0 -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: url(../images/preload.png);
  animation: preload 1.2s linear infinite alternate;
}

/* progress- */
/* ---------------------------------------- */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #f4c42e;
}

.progress-wrap::after {
  position: absolute;
  content: "\e905";
  font-family: "icomoon";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap:hover::after {
  animation: 1s tf-buzz-out alternate linear infinite;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: #fff;
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/* cursor */
/* ------------------------------------------  */
.tf-mouse {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
footer#footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tf-mouse-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  z-index: 10000;
  background-color: #c3a27c;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.tf-mouse-inner.mouse-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #c3a27c;
  opacity: 0.3;
}

.tf-mouse-outer {
  margin-left: -22px;
  margin-top: -22px;
  width: 40px;
  height: 40px;
  border: 2px solid #c3a27c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
  opacity: 0.5;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}

.tf-mouse-outer.mouse-hover {
  opacity: 0;
}
div#logo img {
    width: 80%;
}
a.review {
    /* width: max-content; */
    /* height: 50px; */
    background-color: #f4c42e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px 43px;
    border-radius: 5px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 38px 0 0 0;
}