/*!
Theme Name: Restaurant 3
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; }

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); } }
/*skrollr js plugin*/
#info {
  position: fixed;
  top: 50px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  z-index: 999999999; }

/*sirina window*/
.sirina-window {
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 999999999;
  color: white;
  background-color: #666;
  font-size: 18px;
  padding: 5px; }

.acf-map {
  width: 100%;
  height: 100%;
  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;
  background-color: #444444;
  background-image: url("img/bg/patern_bg.png"); }
  @media only screen and (max-width: 62em) {
    .hero.section {
      height: auto; } }

.site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 555; }

img.custom-logo {
  width: auto;
  height: 80px; }

.cta-box {
  position: relative;
  margin-top: 2rem;
  display: inline-block;
  width: 20rem;
  height: 6rem; }
  .cta-box .cta {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 6rem; }
    .cta-box .cta.first-cta {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ef4836;
      color: #222222;
      transition: all 0.5s ease; }
    .cta-box .cta.second-cta {
      background-color: #222222;
      color: #ef4836;
      border: 1px solid #ef4836;
      font-weight: 600; }
  .cta-box:hover > .first-cta {
    height: 0; }
  .cta-box:hover > .cta {
    text-decoration: none; }

.socmedia {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center; }
  .socmedia li:not(:last-child) {
    margin-right: 2rem; }
  .socmedia .socmedia-item a {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-size: cover; }

.cycle-slideshow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  position: relative; }
  .cycle-slideshow li {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .cycle-slideshow li .slider-text {
      z-index: 555;
      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"); }

/* 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-rigth-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; }

/*
//////////////////////////////////
C O M P O N E N T S
//////////////////////////////////
*/
.section:not(.hero) {
  padding: 10rem 0; }
  @media only screen and (max-width: 62em) {
    .section:not(.hero) {
      padding: 5rem 0; } }

.box-placeholder {
  display: flex;
  position: relative; }
  @media only screen and (max-width: 62em) {
    .box-placeholder {
      position: static;
      display: block; } }
  .box-placeholder .box-image {
    flex-basis: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 62em) {
      .box-placeholder .box-image {
        width: 100%; } }
  .box-placeholder .box-text {
    flex-basis: 60%;
    position: absolute;
    padding: 5rem;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 111;
    margin-bottom: 0; }
    @media only screen and (max-width: 62em) {
      .box-placeholder .box-text {
        width: 100%;
        position: static;
        transform: translateY(0%); } }
    .box-placeholder .box-text:not(.hero-paragraph) {
      padding: 3rem;
      width: 60%; }
      @media only screen and (max-width: 62em) {
        .box-placeholder .box-text:not(.hero-paragraph) {
          width: 100%; } }
      .box-placeholder .box-text:not(.hero-paragraph) h2 {
        font-size: 3rem; }
    .box-placeholder .box-text::after, .box-placeholder .box-text::before {
      content: '';
      display: block;
      position: absolute;
      background-color: #ef4836;
      top: 0;
      left: 0; }
    .box-placeholder .box-text::before {
      width: 5px;
      height: 50%; }
    .box-placeholder .box-text::after {
      width: 50%;
      height: 5px; }
    .box-placeholder .box-text h1, .box-placeholder .box-text h2 {
      font-size: 4rem;
      color: #ef4836;
      font-weight: 300;
      margin: 0 0 2rem; }
    .box-placeholder .box-text .footer-description-info {
      letter-spacing: 0.5rem;
      font-weight: 300;
      margin-bottom: 2rem; }
    .box-placeholder .box-text.dark {
      background-color: #222222;
      color: #cccccc; }
    .box-placeholder .box-text.light {
      background-color: #ffffff;
      color: #555555; }

/*
//////////////////////////////////
 H E A D E R
//////////////////////////////////
*/
#toggle-button {
  position: fixed;
  z-index: 999;
  width: 6rem;
  height: 6rem;
  background-color: #444444;
  border: 2px solid #ef4836;
  border-radius: 50%;
  top: 5rem;
  right: 5rem;
  cursor: pointer; }
  #toggle-button span {
    position: relative;
    width: 60%;
    height: 2px;
    background-color: #ef4836;
    display: block;
    margin: 28px auto; }
    #toggle-button span::before, #toggle-button span::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #ef4836;
      display: block;
      transition: top 0.4s ease; }
    #toggle-button span::before {
      top: -1rem; }
    #toggle-button span::after {
      top: 1rem; }
  #toggle-button span.active {
    background-color: transparent; }
    #toggle-button span.active::before, #toggle-button span.active::after {
      top: 0;
      transition: all 0.4s ease; }
    #toggle-button span.active::before {
      transform: rotate(45deg); }
    #toggle-button span.active::after {
      transform: rotate(-45deg); }
  #toggle-button:hover > span::before {
    top: -0.4rem; }
  #toggle-button:hover > span::after {
    top: 0.4rem; }
  #toggle-button:hover > span.active::before {
    top: 0rem; }
  #toggle-button:hover > span.active::after {
    top: 0rem; }

#masthead {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 62em) {
    #masthead {
      overflow-y: scroll;
      display: block; } }
  #masthead #info-bar,
  #masthead #menu-bar {
    flex: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 62em) {
      #masthead #info-bar,
      #masthead #menu-bar {
        width: 100%;
        height: auto;
        padding: 3rem 1rem; } }

#info-bar {
  flex: 50%;
  background-color: #222222; }
  #info-bar h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 3rem; }
  #info-bar .site-description {
    color: #cccccc;
    font-size: 2.5rem;
    margin-bottom: 0; }
  #info-bar h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem; }

#masthead.active {
  opacity: 1;
  visibility: visible; }

#menu-bar {
  flex: 50%;
  background-color: #ef4836; }
  #menu-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    #menu-bar ul li a {
      display: inline-block;
      padding: 1.5rem 3rem;
      color: #222222;
      text-decoration: none;
      font-size: 2.5rem;
      text-transform: uppercase;
      position: relative;
      transition: all 0.4s ease; }
      #menu-bar ul li a::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #222222;
        height: 2px;
        width: 0;
        bottom: 0;
        left: 0;
        transition: all 0.4s ease; }
      #menu-bar ul li a:hover {
        transform: translateX(2rem); }
      #menu-bar ul li a:hover::after {
        width: 100%; }

/*
//////////////////////////
 F O O T E R
//////////////////////////
*/
#colophon {
  background-image: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }
  #colophon .box-sign-up,
  #colophon .box-soc {
    width: 100%;
    padding: 5rem;
    background-color: #222222;
    position: relative;
    box-sizing: border-box; }
    #colophon .box-sign-up::after, #colophon .box-sign-up::before,
    #colophon .box-soc::after,
    #colophon .box-soc::before {
      content: '';
      display: block;
      position: absolute;
      background-color: #ef4836;
      top: 0;
      left: 0; }
    #colophon .box-sign-up::before,
    #colophon .box-soc::before {
      width: 5px;
      height: 50%; }
    #colophon .box-sign-up::after,
    #colophon .box-soc::after {
      width: 50%;
      height: 5px; }
    #colophon .box-sign-up h2,
    #colophon .box-soc h2 {
      font-size: 3rem;
      color: #ef4836;
      margin-bottom: 3rem;
      font-weight: 300; }
  #colophon .copyright-info {
    color: #666;
    text-align: center;
    margin-top: 3rem; }
  #colophon .box-soc {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 62em) {
      #colophon .box-soc {
        display: block;
        margin-top: 5rem; } }

#mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 48em) {
    #mc_embed_signup_scroll {
      display: block; } }
  #mc_embed_signup_scroll .mc-field-group {
    flex: 0 0 45%; }
    #mc_embed_signup_scroll .mc-field-group input {
      width: 100%;
      height: 4rem;
      background-color: #323232;
      border: none;
      border-bottom: 3px solid #ef4836;
      color: #ffffff; }
      @media only screen and (max-width: 48em) {
        #mc_embed_signup_scroll .mc-field-group input {
          margin-top: 2rem; } }

#mc-embedded-subscribe {
  width: 20rem;
  background-color: #ef4836;
  margin-top: 2rem;
  padding: 1rem; }

/*
//////////////////////////////////
A B O U T 
//////////////////////////////////
*/
#about {
  background-image: linear-gradient(rgba(230, 230, 230, 0.8), rgba(230, 230, 230, 0.8)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }
  #about .box-image {
    height: 45rem; }

/*
//////////////////////////////////
F E A T U R E S 
//////////////////////////////////
*/
#features {
  background-image: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }
  @media only screen and (max-width: 62em) {
    #features .last-box:not(:first-child) {
      margin-top: 5rem; } }
  #features .last-box:last-child,
  #features .last-box:nth-last-child(2) {
    margin-top: 10rem; }
    @media only screen and (max-width: 62em) {
      #features .last-box:last-child,
      #features .last-box:nth-last-child(2) {
        margin-top: 5rem; } }
  #features .box-image {
    height: 35rem; }

/*
//////////////////////////////////
C O M P O N E N T S
//////////////////////////////////
*/
#menu {
  background-image: linear-gradient(rgba(230, 230, 230, 0.8), rgba(230, 230, 230, 0.8)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }
  #menu .row-group:not(:last-child) {
    margin-bottom: 10rem; }
    @media only screen and (max-width: 62em) {
      #menu .row-group:not(:last-child) {
        margin-bottom: 5rem; } }
  #menu .row-group:nth-child(even) .box-placeholder {
    justify-content: flex-end; }
  #menu .row-group:nth-child(even) .box-text {
    left: 0; }
  #menu .box-image {
    height: 60rem; }
  #menu .item-menu:not(:last-child) {
    margin-bottom: 3rem; }
  #menu .item-menu .item-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    #menu .item-menu .item-box h4 {
      font-weight: 600;
      color: #ef4836;
      font-size: 2.5rem;
      margin: 0; }
    #menu .item-menu .item-box .dots {
      border-bottom-style: dotted;
      border-color: #C39F76;
      flex: 1;
      margin: 0 1rem; }
    #menu .item-menu .item-box .price {
      font-weight: 600;
      color: #ef4836;
      font-size: 2.5rem; }
  #menu .item-menu .item-description {
    font-style: italic;
    color: gray;
    margin-top: 1rem; }

/*
//////////////////////////////////
C O N T A C T
//////////////////////////////////
*/
#contact {
  background-image: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }
  #contact .box-image {
    height: 60rem; }

.contact-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0 0; }
  @media only screen and (max-width: 48em) {
    .contact-features {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 48em) {
    .contact-features > div {
      flex-basis: 100%;
      text-align: center;
      margin-top: 3rem; } }
  .contact-features p {
    margin-bottom: 1rem; }
  .contact-features img {
    height: 5rem;
    width: auto;
    display: block;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 48em) {
      .contact-features img {
        margin: 0 auto; } }

/*
//////////////////////////////////
R E S E R V A T I O N
//////////////////////////////////
*/
#reservation {
  background-image: linear-gradient(rgba(239, 72, 54, 0.9), rgba(239, 72, 54, 0.9)), url("img/bg/patern_bg.png");
  background-repeat: repeat;
  background-size: 8px 8px; }

.reservation-box {
  padding: 5rem 10rem;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .reservation-box h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ef4836; }
  .reservation-box div {
    color: #cccccc;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 2rem;
    margin-top: 3rem;
    font-weight: 300; }
  .reservation-box button {
    border: none;
    background-color: #ef4836;
    padding: 1.2rem 3.5rem;
    color: #222222;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 2rem; }

#modalForm .modal-header {
  text-align: center; }
  #modalForm .modal-header h5 {
    font-size: 2.2rem; }
#modalForm .form-group {
  width: 80%;
  margin: 2rem auto; }

.wpcf7-form-control:not(textarea) {
  height: 3.5rem; }

.wpcf7-submit {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  width: 20rem;
  background-color: #ef4836;
  text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
