/*!
Theme Name: Our Restaurant
Theme URI: http://www.bajweb.com/
Author: Alex
Author URI: http://www.bajweb.com/example
Description: Nice and clean WP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bajweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*
/////////////////////////////
variables
/////////////////////////////
*/
/*
/////////////////////////////
MIXINS
/////////////////////////////
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- Extra Small devices (less than 575.98px )
- Small devices (landscape phones, less than 768px)
- Medium devices (tablets, less than 992px)
- Large devices (desktops, less than 1199.98px)

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
/*
/////////////////////////////
EXTENDS
/////////////////////////////
*/
/*
====================================
SET UP
====================================
*/
html {
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.7; }
  @media only screen and (max-width: 62em) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6rem; }

*,
::after,
::before {
  margin: 0;
  padding: 0; }

div#load_screen {
  background: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh; }

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc( 50% - 60px );
  left: calc( 50% - 60px ); }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  /* fixes potential theme css conflict */ }
  .acf-map img {
    max-width: inherit !important; }

.hero.section {
  width: 100%;
  height: 100vh; }

.branding-media {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 555;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  animation: moveDown 0.4s ease 1.5s forwards; }

.site-description {
  font-size: 2rem;
  text-transform: uppercase; }

.cta {
  padding: 1.2rem 5rem;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #c39f76;
  display: inline-block;
  margin-top: 3rem;
  transition: all 0.4s; }
  .cta:hover {
    text-decoration: none;
    outline: none;
    background-color: #c39f76; }

img.custom-logo {
  width: 50px;
  height: 50px; }

.socmedia {
  margin: 5rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .socmedia li:not(:last-child) {
    margin-right: 3rem; }
  .socmedia .socmedia-item a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-size: cover; }

.site-image-branding {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.cycle-slideshow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  position: relative; }
  .cycle-slideshow li {
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative; }
    .cycle-slideshow li .slider-text {
      z-index: 555;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cycle-slideshow .cycle-pager {
    position: absolute;
    z-index: 666;
    padding: 50px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    .cycle-slideshow .cycle-pager span {
      width: 30px;
      height: 5px;
      background-color: #ddd;
      display: inline-block;
      margin-right: 20px;
      cursor: pointer;
      border-radius: 4px; }
    .cycle-slideshow .cycle-pager .cycle-pager-active {
      background-color: #222; }
  .cycle-slideshow .slide-arrows {
    position: absolute;
    top: calc( 50% - 50px );
    width: 50px;
    height: 50px;
    z-index: 666;
    font-size: 50px;
    color: #ddd;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cycle-slideshow .cycle-prev {
    left: 50px;
    background-image: url("img/icons/prev.png"); }
  .cycle-slideshow .cycle-next {
    right: 50px;
    background-image: url("img/icons/next.png"); }

.site-video-branding video,
.site-video-branding embed,
.site-video-branding iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 11;
  display: block; }
.site-video-branding #video-play-pause {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 777;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.site-video-branding .pause-btn {
  background-image: url("img/icons/pause.png"); }
.site-video-branding .play-btn {
  background-image: url("img/icons/play.png"); }

/* CSS Document */
/*Pagination - numericko ispisivanje stranica*/
.pagination {
  margin: 20px; }

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 5px; }

.pagination ul > li {
  display: inline; }

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 5px 0 0 5px; }

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-right-width: 1px;
  border-radius: 0 5px 5px 0; }

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

h1 {
  font-size: 4.5rem;
  font-weight: 100;
  color: #c39f76;
  margin: 0; }

h2 {
  font-size: 3.5rem;
  font-weight: 100;
  color: #222222;
  margin: 0; }

.content {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 200;
  margin-top: 5rem;
  letter-spacing: 0.3rem; }

/* site branding animation */
@keyframes moveDown {
  0% {
    top: 20%;
    opacity: 0;
    visibility: hidden; }
  50% {
    top: 60%;
    opacity: 1;
    visibility: visible; }
  100% {
    top: 50%;
    opacity: 1;
    visibility: visible; } }
/*
//////////////////////////////////
 H E A D E R
//////////////////////////////////
*/
.masthead-front-page {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  z-index: 999; }
  @media only screen and (max-width: 62em) {
    .masthead-front-page {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      background-color: #222222; } }

#primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  animation: moveDown 0.8s ease 2s forwards; }
  @media only screen and (max-width: 62em) {
    #primary-menu {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      display: none; } }
  @media only screen and (max-width: 62em) {
    #primary-menu li.menu-logo {
      order: -1;
      margin-top: -10rem; } }
  #primary-menu li {
    padding: 1rem 2rem; }
    #primary-menu li a:link,
    #primary-menu li a:visited {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 300;
      display: block;
      padding-bottom: 1.5rem;
      outline: none; }
    #primary-menu li a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 62em) {
      #primary-menu li:not(:last-child) {
        border-bottom: 1px solid white; } }
    @media only screen and (max-width: 62em) {
      #primary-menu li {
        padding-bottom: .1rem; } }

.fixed-header {
  position: fixed;
  background-color: #222222;
  padding: 1rem 0;
  left: 2rem;
  right: 2rem;
  width: calc( 100% - 4rem ); }

.toggle-bar-front {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 5rem;
  align-self: flex-end;
  display: none;
  cursor: pointer;
  background-image: url("img/icons/menu.svg");
  background-size: cover;
  background-position: center;
  cursor: pointer; }
  @media only screen and (max-width: 62em) {
    .toggle-bar-front {
      display: block;
      width: 5rem;
      height: 5rem; } }

@media only screen and (max-width: 62em) {
  #primary-menu.show-menu {
    display: flex;
    height: 100vh; } }

#colophon {
  background-color: #222222;
  padding: 10rem 2.5rem;
  text-align: center; }
  #colophon h1 {
    margin: 3rem 0; }
  #colophon .copyright-info,
  #colophon .footer-description-info {
    color: #a2a2a2; }

.about {
  margin: 10rem 0; }
  .about__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; }

.chef {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10rem 0; }
  .chef__text {
    text-align: right;
    padding-left: 10rem; }
    .chef__text .content {
      font-weight: 300; }

.menu {
  margin: 10rem 0; }
  .menu p {
    margin: 0; }
  .menu h3 {
    color: #c39f76;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.5rem;
    border-bottom: 2px solid #c39f76;
    margin-bottom: 2rem; }
  .menu__item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    .menu__item h4 {
      font-size: 2rem;
      letter-spacing: 5px; }
  .menu__-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .menu__-box .ingredients {
      color: #888888;
      font-style: italic; }
    .menu__-box .price {
      font-size: 3rem;
      font-weight: bold;
      color: #c39f76;
      margin-left: 5rem; }

.spinner {
  background-color: #222222;
  padding: 5rem 0;
  color: #ffffff; }
  .spinner h2 {
    color: #ffffff; }
  .spinner__item {
    position: relative;
    border: 1rem solid #c39f76;
    padding: 10rem 0;
    margin-top: 5rem; }
    .spinner__item::before {
      content: '';
      display: block;
      position: absolute;
      height: 1.5rem;
      width: 60%;
      top: -1rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: #222222; }
    .spinner__item img {
      position: absolute;
      top: -5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .spinner__item .count {
      font-size: 6rem; }
  .spinner h3 {
    margin-top: 2rem;
    font-size: 2.5rem;
    font-style: italic; }

.contact {
  margin: 10rem 0;
  text-align: center; }
  .contact__info {
    background-color: #222222;
    padding: 5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .contact__info,
    .contact__info a, .contact__info h2 {
      color: #b3b3b3; }
    .contact__info h4 {
      font-size: 2.2rem;
      color: #c39f76; }
    .contact__info p {
      font-size: 1.8rem;
      font-style: italic; }
    .contact__info img {
      width: 10rem;
      height: 10rem; }
  .contact__form {
    border: 1px solid #222222;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .contact__form .description {
      margin: 3rem 0;
      font-size: 1.8rem;
      width: 100%;
      font-style: italic;
      color: #555555;
      font-weight: 300; }
    .contact__form .contact_form_7,
    .contact__form .wpcf7-form {
      width: 80%;
      margin: 0 auto; }
      .contact__form .contact_form_7 input,
      .contact__form .contact_form_7 textarea,
      .contact__form .wpcf7-form input,
      .contact__form .wpcf7-form textarea {
        height: 4rem; }
      .contact__form .contact_form_7 .wpcf7-submit,
      .contact__form .wpcf7-form .wpcf7-submit {
        width: 100%;
        margin-top: 5rem;
        font-size: 1.8rem;
        text-transform: uppercase; }
      .contact__form .contact_form_7 p,
      .contact__form .wpcf7-form p {
        margin-bottom: 0; }

.quotes {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0; }
  .quotes,
  .quotes h2 {
    color: #ffffff; }
  .quotes .blockquote {
    padding: 1rem 0 1rem 2rem;
    margin-top: 5rem;
    border-left: 0.5rem solid #c39f76; }
    .quotes .blockquote .blockquote-content {
      font-size: 1.8rem;
      line-height: 3rem;
      letter-spacing: 0.2rem;
      font-style: italic;
      font-weight: 300; }
    .quotes .blockquote .blockquote-footer {
      color: #cccccc;
      font-size: 1.5rem;
      margin-right: 3rem; }

/*# sourceMappingURL=style.css.map */
