/*!
Theme Name: Persicco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: persicco
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.

Persicco is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://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
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Pro Light"), url("fonts/DINPro-Light.woff") format("woff"); }
@font-face {
  font-family: 'DIN Pro';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Pro"), url("fonts/DINPro.woff") format("woff"); }
@font-face {
  font-family: 'DIN Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Pro Medium"), url("fonts/DINPro-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url("fonts/AGaramondPro-Regular.woff2") format("woff2"), url("fonts/AGaramondPro-Regular.woff") format("woff"), url("fonts/AGaramondPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url("fonts/AGaramondPro-Bold.woff2") format("woff2"), url("fonts/AGaramondPro-Bold.woff") format("woff"), url("fonts/AGaramondPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url("fonts/AGaramondPro-BoldItalic.woff2") format("woff2"), url("fonts/AGaramondPro-BoldItalic.woff") format("woff"), url("fonts/AGaramondPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url("fonts/AGaramondPro-Italic.woff2") format("woff2"), url("fonts/AGaramondPro-Italic.woff") format("woff"), url("fonts/AGaramondPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "DIN Pro";
  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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* 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%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.psc-button {
  padding: 8px 20px;
  font-family: "DIN Pro Medium";
  font-size: 15px;
  background-color: rgba(190, 135, 104, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  cursor: pointer;
  transition: all .25s ease-out; }
  .psc-button.with-icon span {
    width: 16px;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
    .psc-button.with-icon span svg {
      width: 100%; }
    .psc-button.with-icon span #arrow-pointing-to-right {
      transition: all .25s ease-out; }
  .psc-button:hover, .psc-button:focus, .psc-button:active {
    opacity: 1;
    color: #be8768;
    background-color: #ffffff;
    transition: all .25s ease-in; }
    .psc-button:hover #arrow-pointing-to-right, .psc-button:focus #arrow-pointing-to-right, .psc-button:active #arrow-pointing-to-right {
      fill: #be8768; }

/*--------------------------------------------------------------
# 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: white; }
  a:visited {
    color: rgba(255, 255, 255, 0.7); }
  a:hover, a:focus, a:active {
    color: rgba(255, 255, 255, 0.8); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  line-height: 1.176; }
  .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);
      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 ul :hover > a,
      .main-navigation ul ul .focus > a {
        opacity: .8; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    color: #be8768;
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .main-navigation-2 ul {
    display: flex;
    justify-content: flex-end; }
  .main-navigation-2 span.phone-number {
    position: relative;
    padding-right: 55px;
    font-family: "Adobe Garamond Pro";
    font-style: italic;
    color: #be8768; }
    .main-navigation-2 span.phone-number:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 32px;
      height: 30px;
      background-image: url("http://localhost:8888/persicco/wp-content/uploads/2018/06/delivery-icon-1.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translateY(-50%); }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; }

  .main-navigation li {
    margin-right: 16px; }
    .main-navigation li:last-child {
      margin-right: 0; } }
.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 {
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
    clip-path: none;
    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
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background-color: #ffffff;
  z-index: 100; }
  @media (min-width: 1200px) {
    .site-header {
      position: relative;
      display: flex;
      height: initial;
      padding: 30px 60px 18px;
      align-items: initial; } }
  .site-header nav li a {
    font-size: 15.5px;
    font-family: "DIN Pro";
    color: #be8768;
    line-height: 1.176;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: color .25s ease-in; }
    .site-header nav li a:hover, .site-header nav li a:active, .site-header nav li a:focus {
      color: #906450; }
  .site-header .logo-wrapper {
    flex: 0 0 52px;
    padding: 10px 5px 0; }
    @media (min-width: 992px) {
      .site-header .logo-wrapper {
        position: absolute;
        top: -35px;
        left: 50%;
        width: 70px;
        height: 70px;
        padding: 5px;
        background-color: white;
        border-radius: 50%;
        transform: translate(-50%, 0);
        z-index: 100;
        width: 155px;
        height: 155px;
        padding: 20px; }
        .site-header .logo-wrapper:before {
          content: '';
          position: absolute;
          width: 180px;
          height: 62px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: bottom;
          bottom: -13px;
          left: -12px;
          background-image: url("http://localhost:8888/persicco/wp-content/uploads/2018/06/elipse-home.png"); } }
    .site-header .logo-wrapper > img {
      max-width: 100%; }
      @media (min-width: 992px) {
        .site-header .logo-wrapper > img {
          max-width: 100%;
          position: absolute;
          width: 100px;
          top: 60%;
          left: 50%;
          width: 50px;
          transform: translate(-50%, -50%);
          width: 100px; } }
  .site-header .secondary-logo-wrapper {
    flex: 0 0 65px; }
    @media (min-width: 992px) {
      .site-header .secondary-logo-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65px;
        margin-top: 10px;
        transform: translate(-50%, -50%); } }
  .site-header .menu-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    box-sizing: content-box;
    outline: none; }
    .site-header .menu-toggle #nav-icon2 {
      width: 60px;
      height: 45px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      width: 20px;
      height: 15px; }
    .site-header .menu-toggle #nav-icon2 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 50%;
      background: #be8768;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .site-header .menu-toggle #nav-icon2 span:nth-child(even) {
      left: 50%;
      border-radius: 0 3px 3px 0; }
    .site-header .menu-toggle #nav-icon2 span:nth-child(odd) {
      left: 0px;
      border-radius: 3px 0 0 3px; }
    .site-header .menu-toggle #nav-icon2 span:nth-child(1), .site-header .menu-toggle #nav-icon2 span:nth-child(2) {
      top: 0px; }
    .site-header .menu-toggle #nav-icon2 span:nth-child(3), .site-header .menu-toggle #nav-icon2 span:nth-child(4) {
      top: 6px; }
    .site-header .menu-toggle #nav-icon2 span:nth-child(5), .site-header .menu-toggle #nav-icon2 span:nth-child(6) {
      top: 12px; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(1), .site-header .menu-toggle.open #nav-icon2 span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(2), .site-header .menu-toggle.open #nav-icon2 span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(1) {
      left: 1.66px;
      top: 2.33px; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(2) {
      left: calc(50% - 1.66px);
      top: 2.33px; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(5) {
      left: 1.66px;
      top: 8.66px; }
    .site-header .menu-toggle.open #nav-icon2 span:nth-child(6) {
      left: calc(50% - 1.66px);
      top: 8.66px; }
    @media (min-width: 992px) {
      .site-header .menu-toggle {
        display: none; } }
  .site-header .mobile-main-navigation {
    position: fixed;
    left: 0;
    top: 50px;
    background-color: #feedee;
    width: 67.2vw;
    padding: 20px 0px;
    height: calc(100vh - 50px - 56px);
    overflow: scroll;
    transform: translateX(-100%);
    transition: all .45s ease-in-out; }
    .site-header .mobile-main-navigation.toggled {
      transform: translateX(0); }
    .site-header .mobile-main-navigation ul.nav-menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .mobile-main-navigation ul.nav-menu > li {
        margin: 0 30px;
        padding: 18px 0;
        border-bottom: 1px solid #e8d3d4; }
      .site-header .mobile-main-navigation ul.nav-menu a {
        text-decoration: none;
        text-transform: uppercase; }
      .site-header .mobile-main-navigation ul.nav-menu span.phone-number {
        position: relative;
        padding-right: 55px;
        font-family: "Adobe Garamond Pro";
        font-style: italic;
        color: #be8768; }
        .site-header .mobile-main-navigation ul.nav-menu span.phone-number:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 32px;
          height: 30px;
          background-image: url("http://localhost:8888/persicco/wp-content/uploads/2018/06/delivery-icon-1.png");
          background-size: contain;
          background-repeat: no-repeat;
          transform: translateY(-50%); }
    @media (min-width: 992px) {
      .site-header .mobile-main-navigation {
        display: none; } }

.site-footer {
  position: block;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  max-height: 56px;
  background-color: #ffffff;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  color: #be8768; }
  @media (min-width: 992px) {
    .site-footer {
      position: fixed;
      padding: 25px 60px; } }
  .site-footer .site-info {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: space-between; }
    .site-footer .site-info a {
      color: #be8768; }

aside {
  display: none; }
  @media (min-width: 992px) {
    aside {
      display: flex; } }
  aside.left-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 100vh;
    z-index: 100; }
  aside.right-frame {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 100vh;
    z-index: 100;
    align-items: center;
    justify-content: center; }
  aside .social-network-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    aside .social-network-menu li {
      text-align: center;
      margin-bottom: 16px; }
      aside .social-network-menu li:last-child {
        margin-bottom: 0; }
    aside .social-network-menu a {
      display: flex;
      justify-content: center;
      height: 15px;
      margin: 0 auto;
      transition: opacity .25s ease; }
      aside .social-network-menu a > svg {
        max-height: 100%; }
      aside .social-network-menu a:hover, aside .social-network-menu a:focus, aside .social-network-menu a:active {
        opacity: .7; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .post-template-single-cat-promociones .site-header .logo-wrapper {
    top: -15px;
    width: 85px;
    height: 85px; }
    .post-template-single-cat-promociones .site-header .logo-wrapper img {
      width: 50px; } }
.post-template-single-cat-promociones .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .post-template-single-cat-promociones .container {
      max-width: 750px;
      padding-top: 40px; } }
  .post-template-single-cat-promociones .container .promo-image {
    display: block;
    margin: 0 auto; }
.post-template-single-cat-promociones .promotion-title {
  margin: 0;
  font-size: 56px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  text-align: center; }
  @media (min-width: 992px) {
    .post-template-single-cat-promociones .promotion-title {
      font-size: 62px; } }
.post-template-single-cat-promociones .promotions-descriptions {
  font-size: 10px;
  font-family: "DIN Pro";
  color: #be8768;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .post-template-single-cat-promociones .promotions-descriptions {
      font-size: 16px; } }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-template-homepage .content-area {
  display: flex;
  height: calc(100vh - 110px); }
  @media (min-width: 992px) {
    .page-template-homepage .content-area {
      height: 100%; } }
.page-template-homepage .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-homepage .site-main {
      height: 100%; } }
.page-template-homepage .flex-item {
  height: 50vh; }
  @media (min-width: 992px) {
    .page-template-homepage .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-homepage .left-block {
  display: flex;
  align-items: center;
  background-size: cover; }
.page-template-homepage .right-block {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  height: calc(50vh + 300px); }
  @media (min-width: 992px) {
    .page-template-homepage .right-block {
      height: initial;
      flex: 0 0 50%; } }
  .page-template-homepage .right-block .bottom-block {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .page-template-homepage .right-block .bottom-block {
        flex-direction: row;
        height: 150px; } }
  .page-template-homepage .right-block .bottom-block-child {
    display: flex; }
    @media (min-width: 992px) {
      .page-template-homepage .right-block .bottom-block-child {
        flex: 0 0 50%; } }
    .page-template-homepage .right-block .bottom-block-child:nth-child(2) .link-wrapper {
      background-position: right; }
  .page-template-homepage .right-block .link-wrapper {
    display: block;
    flex: 1;
    padding: 35px 25px;
    text-decoration: none;
    background-image: url("http://localhost:8888/persicco/wp-content/uploads/2018/06/pattern-home-bottom.png");
    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position: left; }
.page-template-homepage .top-block {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .page-template-homepage .top-block {
      padding-top: 0;
      align-items: flex-start;
      justify-content: center; } }
.page-template-homepage .block-content {
  padding: 0 15px; }
  @media (min-width: 992px) {
    .page-template-homepage .block-content {
      max-width: 45vw;
      margin: 0 78px;
      padding: 0 0; } }
  .page-template-homepage .block-content .block-title {
    margin: 0 0 12px;
    font-size: 54px;
    font-family: "Adobe Garamond Pro";
    color: white;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center; }
    @media (min-width: 992px) {
      .page-template-homepage .block-content .block-title {
        font-size: 64px; } }
  .page-template-homepage .block-content .block-subtitle {
    margin: 0;
    font-size: 16px;
    font-family: "Adobe Garamond Pro";
    color: white;
    font-style: italic;
    line-height: 1.25;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .page-template-homepage .block-content .block-subtitle {
        font-size: 16px; } }
    .page-template-homepage .block-content .block-subtitle em {
      font-weight: 600; }
  .page-template-homepage .block-content .block-links {
    display: flex;
    list-style: none;
    padding: 20px 0 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
  .page-template-homepage .block-content .block-link {
    position: relative; }
    .page-template-homepage .block-content .block-link:not(:last-child) {
      margin-right: 15px;
      padding-right: 15px; }
      .page-template-homepage .block-content .block-link:not(:last-child):after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1px;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: translateY(-50%); }
    .page-template-homepage .block-content .block-link a {
      margin: 0;
      font-size: 14px;
      font-family: "DIN Pro Medium";
      color: white;
      line-height: 1.25;
      text-align: left;
      -webkit-font-smoothing: antialiased; }
.page-template-homepage .bottom-block {
  display: flex;
  width: 100%;
  height: 85px;
  flex-direction: row; }
  .page-template-homepage .bottom-block .bottom-block-child {
    display: flex;
    flex: 0 0 50%;
    transition: opacity .25s ease-out; }
    .page-template-homepage .bottom-block .bottom-block-child:hover, .page-template-homepage .bottom-block .bottom-block-child:focus, .page-template-homepage .bottom-block .bottom-block-child:active {
      opacity: .8;
      transition: opacity .25s ease-in; }
.page-template-homepage .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none; }
.page-template-homepage .bottom-block-title {
  margin: 0 0 8px;
  font-size: 35px;
  font-family: "Adobe Garamond Pro";
  color: white;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin: 0; }
.page-template-homepage .bottom-block-subtitle {
  margin: 0;
  margin: 0;
  font-size: 14px;
  font-family: "DIN Pro Medium";
  color: white;
  line-height: 1.25;
  text-align: left;
  -webkit-font-smoothing: antialiased; }

.page-template-contact .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-contact .content-area {
      height: 100%; } }
.page-template-contact .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-contact .site-main {
      flex-direction: row;
      height: 100%; } }
.page-template-contact .flex-item {
  height: 50vh; }
  @media (min-width: 992px) {
    .page-template-contact .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-contact .left-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  background-color: #f7f1f1;
  order: 2;
  height: auto; }
  @media (min-width: 992px) {
    .page-template-contact .left-block {
      order: 1;
      padding-left: 0; } }
.page-template-contact .right-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #be8768;
  order: 1; }
  @media (min-width: 992px) {
    .page-template-contact .right-block {
      order: 2; } }
  .page-template-contact .right-block .giant-text {
    position: relative;
    margin: 0;
    font-size: 7.7vw;
    line-height: 1;
    color: white;
    z-index: 1; }
    .page-template-contact .right-block .giant-text:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 160%;
      padding-bottom: 160%;
      transform: translate(-50%, -50%);
      z-index: -2;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5MnB4IiBoZWlnaHQ9IjkycHgiIHZpZXdCb3g9IjAgMCA5MiA5MiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5PdmFsPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWRhc2hhcnJheT0iMSwxLDEsMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxwYXRoIGQ9Ik00Niw5MSBDNzAuODUyODEzNyw5MSA5MSw3MC44NTI4MTM3IDkxLDQ2IEM5MSwyMS4xNDcxODYzIDcwLjg1MjgxMzcsMSA0NiwxIEMyMS4xNDcxODYzLDEgMSwyMS4xNDcxODYzIDEsNDYgQzEsNzAuODUyODEzNyAyMS4xNDcxODYzLDkxIDQ2LDkxIFoiIGlkPSJPdmFsIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMC41Ij48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
      background-size: contain;
      opacity: 0.4; }
    .page-template-contact .right-block .giant-text:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 124%;
      padding-bottom: 124%;
      background-color: transparent;
      border: 4px dotted white;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0.6; }
.page-template-contact .form-title {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  margin: 25px 0; }
.page-template-contact .nf-form-cont .nf-field-container {
  margin-bottom: 0; }
.page-template-contact .nf-form-cont .field-wrap > div input,
.page-template-contact .nf-form-cont .field-wrap textarea {
  padding: 19.5px 0;
  border: none;
  border-bottom: 1px solid #be8768;
  border-radius: 0;
  background-color: transparent;
  line-height: 1;
  outline: none; }
  .page-template-contact .nf-form-cont .field-wrap > div input:focus, .page-template-contact .nf-form-cont .field-wrap > div input:active,
  .page-template-contact .nf-form-cont .field-wrap textarea:focus,
  .page-template-contact .nf-form-cont .field-wrap textarea:active {
    outline: none; }
.page-template-contact .nf-form-cont input::-webkit-input-placeholder,
.page-template-contact .nf-form-cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #be8768; }
.page-template-contact .nf-form-cont input::-moz-placeholder,
.page-template-contact .nf-form-cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #be8768; }
.page-template-contact .nf-form-cont input:-ms-input-placeholder,
.page-template-contact .nf-form-cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #be8768; }
.page-template-contact .nf-form-cont input:-moz-placeholder,
.page-template-contact .nf-form-cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #be8768; }
.page-template-contact .nf-field-element textarea {
  height: auto;
  min-height: 60px; }
.page-template-contact .nf-after-field .nf-error-msg,
.page-template-contact .nf-error-msg {
  font-family: "DIN Pro";
  font-size: 10px; }
.page-template-contact .nf-before-form-content,
.page-template-contact .nf-field-label {
  display: none; }
.page-template-contact .field-wrap > div input.psc-submit-button {
  display: block;
  width: 100%;
  max-width: none;
  margin: 10px 0 0;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-family: "DIN Pro";
  background-color: #dcb4ab;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all .25s ease-out;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .page-template-contact .field-wrap > div input.psc-submit-button {
      display: inline-block;
      float: right;
      width: auto;
      padding: 8px 25px;
      margin-top: 16px;
      font-size: 10px; } }

.page-template-events .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-events .content-area {
      height: 100%; } }
.page-template-events .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-events .site-main {
      flex-direction: row;
      height: 100%; } }
.page-template-events .flex-item {
  height: 50vh; }
  @media (min-width: 992px) {
    .page-template-events .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-events .left-block {
  display: flex;
  align-items: center;
  background-size: cover; }
  @media (min-width: 992px) {
    .page-template-events .left-block {
      padding: 0 40px; } }
  .page-template-events .left-block .events-title {
    margin: 0 auto;
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    text-align: left; }
    .page-template-events .left-block .events-title span {
      display: block;
      padding-left: 40px;
      font-size: 34px;
      background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/white-dots-circles-e1527065649179.png") no-repeat;
      background-size: 25px auto;
      background-position-y: 2px; }
    .page-template-events .left-block .events-title em {
      display: block;
      padding-left: 40px;
      font-weight: bold;
      font-size: 45px;
      line-height: 1.2;
      font-style: italic; }
.page-template-events .right-block {
  position: relative;
  height: auto;
  background-color: #feedee; }
  .page-template-events .right-block .events-title {
    position: relative;
    padding-top: 30px;
    margin: 0 0 140px;
    font-size: 34px;
    text-align: center;
    color: #be8768;
    font-weight: normal;
    line-height: 1; }
    .page-template-events .right-block .events-title em {
      font-weight: bold;
      font-size: 45px;
      line-height: 1.2; }
    .page-template-events .right-block .events-title:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      width: 417px;
      height: 167px;
      background-image: url(https://devpersicco.wpengine.com/wp-content/uploads/2018/05/ellipse-dots-restaurants-1-e1527569401425.png);
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 10;
      transform: translateX(-50%);
      background-size: contain; }
  .page-template-events .right-block .overlay-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #feedee; }
    .page-template-events .right-block .overlay-content .overlay-question-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-template-events .right-block .overlay-content .overlay-question-list > li {
        padding: 0 40px 0 20px;
        border-top: 1px solid #be8768; }
      .page-template-events .right-block .overlay-content .overlay-question-list h3 {
        padding: 20px 0;
        margin: 0;
        font-size: 14px;
        font-family: "DIN Pro";
        color: #be8768;
        line-height: 1;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .page-template-events .right-block .overlay-content .overlay-question-list h3 {
            font-size: 16px; } }
      .page-template-events .right-block .overlay-content .overlay-question-list p {
        padding: 10px 0;
        margin: 0;
        font-size: 13.75px;
        color: #be8768; }
.page-template-events .form-title {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1; }
.page-template-events .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 462px;
  margin: 0 auto; }
.page-template-events .nf-form-content nf-field {
  flex: 0 0 100%;
  padding: 0 18px;
  margin-bottom: 20px; }
  .page-template-events .nf-form-content nf-field:last-child {
    flex: 0 0 100%; }
  @media (min-width: 992px) {
    .page-template-events .nf-form-content nf-field {
      flex: 0 0 50%; } }
.page-template-events .nf-field {
  flex: 0 0 50%; }
.page-template-events .nf-form-cont .nf-field-container {
  margin-bottom: 0; }
.page-template-events .nf-form-cont .field-wrap > div input,
.page-template-events .nf-form-cont .field-wrap textarea {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #be8768;
  border-radius: 0;
  background-color: transparent;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  outline: none; }
  .page-template-events .nf-form-cont .field-wrap > div input:focus, .page-template-events .nf-form-cont .field-wrap > div input:active,
  .page-template-events .nf-form-cont .field-wrap textarea:focus,
  .page-template-events .nf-form-cont .field-wrap textarea:active {
    outline: none; }
.page-template-events .nf-form-cont input::-webkit-input-placeholder,
.page-template-events .nf-form-cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #be8768; }
.page-template-events .nf-form-cont input::-moz-placeholder,
.page-template-events .nf-form-cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #be8768; }
.page-template-events .nf-form-cont input:-ms-input-placeholder,
.page-template-events .nf-form-cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #be8768; }
.page-template-events .nf-form-cont input:-moz-placeholder,
.page-template-events .nf-form-cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #be8768; }
.page-template-events .nf-field-element textarea {
  height: auto;
  min-height: 60px; }
.page-template-events .nf-after-field .nf-error-msg,
.page-template-events .nf-error-msg {
  font-family: "DIN Pro";
  font-size: 10px; }
.page-template-events .nf-before-form-content,
.page-template-events .nf-field-label {
  display: none; }
.page-template-events .field-wrap > div input.psc-submit-button {
  display: block;
  width: 100%;
  max-width: none;
  margin: 10px 0 0;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-family: "DIN Pro";
  background-color: #dcb4ab;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all .25s ease-out;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .page-template-events .field-wrap > div input.psc-submit-button {
      display: inline-block;
      float: right;
      width: auto;
      padding: 8px 25px;
      margin-top: 16px;
      font-size: 10px; } }

.page-template-franchise .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-franchise .content-area {
      height: 100%; } }
.page-template-franchise .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-franchise .site-main {
      flex-direction: row;
      justify-content: space-between;
      height: 100%; } }
.page-template-franchise .flex-item {
  height: 58vh; }
  @media (min-width: 992px) {
    .page-template-franchise .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-franchise .left-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; }
  .page-template-franchise .left-block .franchise-title {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    line-height: 0.45;
    text-align: center; }
    @media (min-width: 992px) {
      .page-template-franchise .left-block .franchise-title {
        padding: 0 40px;
        font-size: 52px; } }
    .page-template-franchise .left-block .franchise-title em {
      font-weight: normal;
      font-style: italic;
      line-height: 1; }
    .page-template-franchise .left-block .franchise-title::first-letter {
      initial-letter: 2; }
  .page-template-franchise .left-block .franchise-logo {
    display: block;
    width: 58px;
    margin: 40px auto 0; }
.page-template-franchise .right-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-color: #feedee; }
  .page-template-franchise .right-block .franchise-form-title {
    display: block;
    margin: 0 auto 30px;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    color: #906450; }
.page-template-franchise .form-title {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1; }
.page-template-franchise .events-title {
  position: relative;
  font-size: 34px;
  text-align: center;
  color: #be8768;
  font-weight: normal;
  line-height: 1;
  margin: 36px 0 140px; }
  .page-template-franchise .events-title em {
    font-weight: bold;
    font-size: 45px;
    line-height: 1.2; }
  .page-template-franchise .events-title:before {
    content: '';
    position: absolute;
    top: -254px;
    left: 50%;
    width: 414px;
    height: 414px;
    background-color: transparent;
    border-radius: 50%;
    border: dotted 1px #be8768;
    transform: translateX(-50%); }
.page-template-franchise .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 462px;
  margin: 0 auto; }
.page-template-franchise .nf-form-content nf-field {
  flex: 0 0 100%;
  padding: 0 18px;
  margin-bottom: 20px; }
  .page-template-franchise .nf-form-content nf-field:last-child {
    flex: 0 0 100%; }
  @media (min-width: 992px) {
    .page-template-franchise .nf-form-content nf-field {
      flex: 0 0 50%; } }
.page-template-franchise .nf-field {
  flex: 0 0 50%; }
.page-template-franchise .nf-form-cont .nf-field-container {
  margin-bottom: 0; }
.page-template-franchise .nf-form-cont .field-wrap > div input,
.page-template-franchise .nf-form-cont .field-wrap textarea {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #be8768;
  border-radius: 0;
  background-color: transparent;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  outline: none; }
  .page-template-franchise .nf-form-cont .field-wrap > div input:focus, .page-template-franchise .nf-form-cont .field-wrap > div input:active,
  .page-template-franchise .nf-form-cont .field-wrap textarea:focus,
  .page-template-franchise .nf-form-cont .field-wrap textarea:active {
    outline: none; }
.page-template-franchise .nf-form-cont input::-webkit-input-placeholder,
.page-template-franchise .nf-form-cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #be8768; }
.page-template-franchise .nf-form-cont input::-moz-placeholder,
.page-template-franchise .nf-form-cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #be8768; }
.page-template-franchise .nf-form-cont input:-ms-input-placeholder,
.page-template-franchise .nf-form-cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #be8768; }
.page-template-franchise .nf-form-cont input:-moz-placeholder,
.page-template-franchise .nf-form-cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #be8768; }
.page-template-franchise .nf-field-element textarea {
  height: auto;
  min-height: 60px; }
.page-template-franchise .nf-after-field .nf-error-msg,
.page-template-franchise .nf-error-msg {
  font-family: "DIN Pro";
  font-size: 10px; }
.page-template-franchise .nf-before-form-content,
.page-template-franchise .nf-field-label {
  display: none; }
.page-template-franchise .field-wrap > div input.psc-submit-button {
  display: block;
  width: 100%;
  max-width: none;
  margin: 10px 0 0;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-family: "DIN Pro";
  background-color: #dcb4ab;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all .25s ease-out;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .page-template-franchise .field-wrap > div input.psc-submit-button {
      display: inline-block;
      float: right;
      width: auto;
      padding: 8px 25px;
      margin-top: 16px;
      font-size: 10px; } }

@media (min-width: 992px) {
  .page-template-stores .site-header .logo-wrapper {
    top: -15px;
    width: 85px;
    height: 85px; }
    .page-template-stores .site-header .logo-wrapper img {
      width: 55px; }
    .page-template-stores .site-header .logo-wrapper:before {
      display: none; } }
.page-template-stores .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-stores .content-area {
      height: 100%; } }
.page-template-stores .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-stores .site-main {
      height: 100%; } }
.page-template-stores .top-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0; }
  @media (min-width: 992px) {
    .page-template-stores .top-section {
      min-height: 200px;
      padding: 0 40px;
      background-color: #faf5ea; } }
  @media (min-width: 1200px) {
    .page-template-stores .top-section {
      flex-direction: row; } }
  .page-template-stores .top-section .top-title {
    padding: 0 30px;
    text-align: center;
    background-color: #faf5ea; }
    @media (min-width: 992px) {
      .page-template-stores .top-section .top-title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background-color: transparent; } }
    @media (min-width: 992px) {
      .page-template-stores .top-section .top-title {
        text-align: center; } }
    .page-template-stores .top-section .top-title h1 {
      margin: 0;
      font-size: 56px;
      font-family: "Adobe Garamond Pro";
      color: #be8768;
      font-weight: normal;
      font-style: italic;
      line-height: 1;
      font-weight: normal;
      padding: 40px 0 10px; }
      @media (min-width: 992px) {
        .page-template-stores .top-section .top-title h1 {
          font-size: 92px; } }
      @media (min-width: 1200px) {
        .page-template-stores .top-section .top-title h1 {
          padding: 0; } }
  .page-template-stores .top-section .top-list {
    padding: 0 30px; }
    @media (min-width: 992px) {
      .page-template-stores .top-section .top-list {
        flex-direction: row;
        flex: 0 1 60%;
        padding: 0;
        padding-left: 34px; } }
    @media (min-width: 1200px) {
      .page-template-stores .top-section .top-list {
        flex: 0 1 60%; } }
  @media (min-width: 1200px) {
    .page-template-stores .top-section .slide-top-controls {
      padding-left: 20px;
      height: 200px;
      overflow: hidden; } }
  .page-template-stores .top-section .slide-top-controls ul {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 0;
    margin: 0;
    list-style: none; }
  .page-template-stores .top-section .slide-top-controls li {
    flex: 0 0 25%;
    margin-bottom: 10px; }
    .page-template-stores .top-section .slide-top-controls li:nth-child(4n+4) {
      margin-right: 0; }
    .page-template-stores .top-section .slide-top-controls li a {
      font-size: 15.5px;
      font-family: "DIN Pro";
      color: #be8768;
      line-height: 1.176;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      padding-left: 24px;
      background: url(http://localhost:8888/persicco/wp-content/uploads/2018/05/top-nav-dots.png);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center left;
      cursor: pointer; }
.page-template-stores .bottom-section {
  flex: 2; }
  @media (min-width: 992px) {
    .page-template-stores .bottom-section {
      padding-top: 20px; } }
.page-template-stores .top-stores-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
  .page-template-stores .top-stores-index > li {
    flex: 0 0 33.33%;
    font-size: 15.5px;
    font-family: "DIN Pro";
    color: #be8768;
    line-height: 1.176;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      .page-template-stores .top-stores-index > li {
        flex: 0 0 25%; } }
.page-template-stores .slick-list,
.page-template-stores .slick-track,
.page-template-stores .stores-slider {
  height: 100%;
  margin: 0;
  padding: 0; }
.page-template-stores .store-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%; }
  @media (min-width: 1200px) {
    .page-template-stores .store-item {
      flex-direction: row; } }
  .page-template-stores .store-item .block-1 {
    position: relative;
    flex: 0 0 37.4vw;
    margin: 0;
    background-color: #f5f4f4;
    order: 3; }
    @media (min-width: 1200px) {
      .page-template-stores .store-item .block-1 {
        flex: 0 0 50%;
        height: 47%;
        order: initial; } }
    .page-template-stores .store-item .block-1 .bg-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .page-template-stores .store-item .block-1 .persicco-logo-map {
      display: none;
      position: absolute;
      max-width: 170px;
      bottom: 30px;
      left: 32px;
      z-index: 10; }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-1 .persicco-logo-map {
          display: block; } }
  .page-template-stores .store-item .block-2 {
    position: relative;
    flex: 0 0 37.4vw;
    margin: 0;
    padding: 20px 30px;
    background-color: #f5f4f4;
    background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/circles-dots.png") no-repeat;
    background-size: 94px auto;
    background-position: bottom right;
    order: 2; }
    @media (min-width: 1200px) {
      .page-template-stores .store-item .block-2 {
        flex: 0 0 50%;
        height: 47%;
        order: initial; } }
    .page-template-stores .store-item .block-2 .store-title {
      margin: 0 0 15px;
      font-size: 26px;
      font-family: "Adobe Garamond Pro";
      color: #be8768;
      font-weight: normal;
      font-style: italic;
      line-height: 1;
      padding-left: 22px;
      background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/title-circles.png") no-repeat;
      background-size: 15px 15px;
      background-position-y: 5px; }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-title {
          font-size: 45px; } }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-title {
          padding-left: 42px;
          background-size: 26px 26px; } }
    .page-template-stores .store-item .block-2 .store-details {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 1200px) {
        .page-template-stores .store-item .block-2 .store-details {
          flex-direction: row; } }
      .page-template-stores .store-item .block-2 .store-details > div {
        margin-bottom: 15px; }
        @media (min-width: 1200px) {
          .page-template-stores .store-item .block-2 .store-details > div {
            margin-bottom: 0; } }
    .page-template-stores .store-item .block-2 .store-adress address {
      font-size: 14px;
      font-family: "DIN Pro";
      color: #be8768;
      line-height: 1.3;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      padding: 1px 0 0 18px;
      margin: 0;
      background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/location-icon.png") no-repeat;
      background-size: 12px auto; }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-adress address {
          line-height: 1.2;
          font-size: 16px; } }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-adress address {
          padding: 3px 0 0 24px;
          background-size: 14px 19px; } }
    .page-template-stores .store-item .block-2 .store-times {
      padding: 1px 0 0 18px;
      background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/clock-icon.png") no-repeat;
      background-size: 12px auto;
      background-position-y: 3px; }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-times {
          padding: 3px 0 0 24px;
          background-size: 18px 18px; } }
      .page-template-stores .store-item .block-2 .store-times .times {
        margin: 0;
        padding: 0;
        list-style: none; }
    .page-template-stores .store-item .block-2 .store-times .time {
      font-size: 14px;
      font-family: "DIN Pro";
      color: #be8768;
      line-height: 1.3;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 6px; }
      @media (min-width: 992px) {
        .page-template-stores .store-item .block-2 .store-times .time {
          line-height: 1.2;
          font-size: 16px; } }
  .page-template-stores .store-item .block-3 {
    flex: 0 0 37.4vw;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    order: 1; }
    @media (min-width: 1200px) {
      .page-template-stores .store-item .block-3 {
        height: 53%;
        flex: 0 0 100%;
        order: initial; } }
@keyframes revealSlide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.page-template-about-us .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-about-us .content-area {
      height: 100%; } }
.page-template-about-us .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-about-us .site-main {
      flex-direction: row;
      height: 100%;
      justify-content: space-between; } }
.page-template-about-us .flex-item {
  height: 50vh; }
  @media (min-width: 992px) {
    .page-template-about-us .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-about-us .left-block {
  display: flex;
  align-items: center;
  background-size: cover; }
.page-template-about-us .left-block {
  padding: 0 15px;
  text-align: center;
  background-color: #f6f6f6; }
  @media (min-width: 992px) {
    .page-template-about-us .left-block {
      height: initial;
      flex: 0 0 50%;
      padding: 0;
      text-align: left;
      background-color: transparent; } }
.page-template-about-us .right-block {
  padding: 0 30px; }
  @media (min-width: 992px) {
    .page-template-about-us .right-block {
      flex: 0 0 40%;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center; } }
.page-template-about-us .block-content {
  padding: 0 16px; }
  @media (min-width: 992px) {
    .page-template-about-us .block-content {
      padding: 0 40px 0 0; } }
.page-template-about-us .about-us-title {
  margin: 0;
  font-size: 56px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 0 25px;
  border-bottom: 2px dashed currentColor; }
  @media (min-width: 992px) {
    .page-template-about-us .about-us-title {
      font-size: 62px; } }
  @media (min-width: 992px) {
    .page-template-about-us .about-us-title {
      margin: 0 0 25px;
      padding: 16px 0 20px;
      text-align: right; } }
.page-template-about-us .about-us-text {
  font-size: 14px;
  font-family: "DIN Pro";
  color: #be8768;
  line-height: 1.2;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Adobe Garamond Pro";
  font-size: 16px;
  color: #be8768; }
  @media (min-width: 992px) {
    .page-template-about-us .about-us-text {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .page-template-about-us .about-us-text {
      margin: 0; } }

.page-template-restaurants .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-restaurants .content-area {
      height: 100%; } }
.page-template-restaurants .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-restaurants .site-main {
      flex-direction: row;
      height: 100%; } }
.page-template-restaurants .flex-item {
  height: 50vh; }
  @media (min-width: 992px) {
    .page-template-restaurants .flex-item {
      height: initial;
      flex: 0 0 50%; } }
.page-template-restaurants .left-block {
  display: flex;
  align-items: center;
  background-size: cover; }
  @media (min-width: 992px) {
    .page-template-restaurants .left-block {
      padding: 0 40px; } }
  .page-template-restaurants .left-block .restaurant-title {
    margin: 0 auto;
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    text-align: left; }
    .page-template-restaurants .left-block .restaurant-title span {
      display: block;
      padding-left: 40px;
      font-size: 34px;
      background: url("http://localhost:8888/persicco/wp-content/uploads/2018/05/white-dots-circles-e1527065649179.png") no-repeat;
      background-size: 25px auto;
      background-position-y: 2px; }
    .page-template-restaurants .left-block .restaurant-title em {
      font-weight: bold;
      font-size: 58px;
      line-height: 1;
      font-style: normal; }
.page-template-restaurants .right-block {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #feedee; }
  .page-template-restaurants .right-block .block-content {
    position: relative; }
    .page-template-restaurants .right-block .block-content:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      width: 417px;
      height: 167px;
      background-image: url(https://devpersicco.wpengine.com/wp-content/uploads/2018/05/ellipse-dots-restaurants-1-e1527569401425.png);
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 10;
      transform: translateX(-50%);
      background-size: contain; }
  .page-template-restaurants .right-block .restaurant-title {
    position: relative;
    padding-top: 30px;
    margin: 0 0 55px;
    font-size: 36px;
    text-align: center;
    color: #be8768;
    font-weight: normal;
    line-height: 1; }
    .page-template-restaurants .right-block .restaurant-title em {
      font-weight: bold;
      font-size: 39px;
      line-height: 1.2; }
  .page-template-restaurants .right-block .restaurant-intro {
    max-width: 370px;
    padding-top: 70px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: "Adobe Garamond Pro";
    color: #be8768;
    font-style: italic;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .page-template-restaurants .right-block .bottom-block {
    margin-top: auto;
    text-align: center;
    background-color: #fbe3e5;
    padding: 45px 0; }
    .page-template-restaurants .right-block .bottom-block > p {
      margin: 0 0 10px;
      font-size: 22px;
      font-family: "Adobe Garamond Pro";
      color: #be8768;
      font-weight: normal;
      line-height: 1; }
    .page-template-restaurants .right-block .bottom-block > em {
      display: block;
      margin: 0 0 15px;
      font-size: 39px;
      font-family: "Adobe Garamond Pro";
      color: #be8768;
      font-weight: bold;
      font-style: italic;
      line-height: 1;
      font-size: 28px; }
    .page-template-restaurants .right-block .bottom-block a {
      padding: 10px 0;
      background-color: #feedee;
      display: block;
      font-size: 28px;
      font-family: "Adobe Garamond Pro";
      color: #be8768;
      font-weight: normal; }
  .page-template-restaurants .right-block .overlay-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #feedee; }
    .page-template-restaurants .right-block .overlay-content .overlay-question-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-template-restaurants .right-block .overlay-content .overlay-question-list > li {
        padding: 0 40px 0 20px;
        border-top: 1px solid #be8768; }
      .page-template-restaurants .right-block .overlay-content .overlay-question-list h3 {
        padding: 20px 0;
        margin: 0;
        font-size: 14px;
        font-family: "DIN Pro";
        color: #be8768;
        line-height: 1;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .page-template-restaurants .right-block .overlay-content .overlay-question-list h3 {
            font-size: 16px; } }
      .page-template-restaurants .right-block .overlay-content .overlay-question-list p {
        padding: 10px 0;
        margin: 0;
        font-size: 13.75px;
        color: #be8768; }
.page-template-restaurants .form-title {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: "Adobe Garamond Pro";
  color: #be8768;
  font-weight: normal;
  font-style: italic;
  line-height: 1; }
.page-template-restaurants .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 462px;
  margin: 0 auto; }
.page-template-restaurants .nf-form-content nf-field {
  flex: 0 0 50%;
  padding: 0 18px;
  margin-bottom: 20px; }
  .page-template-restaurants .nf-form-content nf-field:last-child {
    flex: 0 0 100%; }
.page-template-restaurants .nf-field {
  flex: 0 0 50%; }
.page-template-restaurants .nf-form-cont .nf-field-container {
  margin-bottom: 0; }
.page-template-restaurants .nf-form-cont .field-wrap > div input,
.page-template-restaurants .nf-form-cont .field-wrap textarea {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #be8768;
  border-radius: 0;
  background-color: transparent;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  outline: none; }
  .page-template-restaurants .nf-form-cont .field-wrap > div input:focus, .page-template-restaurants .nf-form-cont .field-wrap > div input:active,
  .page-template-restaurants .nf-form-cont .field-wrap textarea:focus,
  .page-template-restaurants .nf-form-cont .field-wrap textarea:active {
    outline: none; }
.page-template-restaurants .nf-form-cont input::-webkit-input-placeholder,
.page-template-restaurants .nf-form-cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #be8768; }
.page-template-restaurants .nf-form-cont input::-moz-placeholder,
.page-template-restaurants .nf-form-cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #be8768; }
.page-template-restaurants .nf-form-cont input:-ms-input-placeholder,
.page-template-restaurants .nf-form-cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #be8768; }
.page-template-restaurants .nf-form-cont input:-moz-placeholder,
.page-template-restaurants .nf-form-cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #be8768; }
.page-template-restaurants .nf-field-element textarea {
  height: auto;
  min-height: 60px; }
.page-template-restaurants .nf-after-field .nf-error-msg,
.page-template-restaurants .nf-error-msg {
  font-family: "DIN Pro";
  font-size: 10px; }
.page-template-restaurants .nf-before-form-content,
.page-template-restaurants .nf-field-label {
  display: none; }
.page-template-restaurants .field-wrap > div input.psc-submit-button {
  float: right;
  padding: 8px 25px;
  margin-top: 16px;
  font-family: "DIN Pro";
  font-size: 10px;
  background-color: #dcb4ab;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  cursor: pointer;
  transition: all .25s ease-out;
  text-transform: uppercase;
  letter-spacing: 1px; }

.page-template-promotions .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-promotions .content-area {
      height: 100%; } }
.page-template-promotions .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-promotions .site-main {
      height: 100%;
      overflow: hidden; } }

.page-template-flavours .site-header .logo-wrapper {
  top: -8px;
  width: 70px;
  height: 70px;
  padding: 0; }
  .page-template-flavours .site-header .logo-wrapper:before {
    display: none; }
.page-template-flavours .content-area {
  display: flex; }
  @media (min-width: 992px) {
    .page-template-flavours .content-area {
      height: 100%;
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .page-template-flavours .content-area {
      padding-top: 0; } }
.page-template-flavours .site-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-flavours .site-main {
      height: 100%; } }
.page-template-flavours .top-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f4f4; }
  @media (min-width: 992px) {
    .page-template-flavours .top-bar {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .page-template-flavours .top-bar > div {
      width: 50%; } }
.page-template-flavours .flavours-top-title {
  padding: 40px 0 28px;
  margin: 0;
  line-height: 1; }
.page-template-flavours .top-bar-left {
  width: 100%; }
  @media (min-width: 992px) {
    .page-template-flavours .top-bar-left {
      background-color: #fbfbfb; } }
  .page-template-flavours .top-bar-left h1 {
    margin: 0;
    font-size: 30px;
    font-family: "Adobe Garamond Pro";
    color: #be8768;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    font-size: 60px; }
    @media (min-width: 992px) {
      .page-template-flavours .top-bar-left h1 {
        font-size: 60px; } }
    @media (min-width: 992px) {
      .page-template-flavours .top-bar-left h1 {
        padding-right: 40px;
        padding-left: 40px;
        text-align: left; } }
.page-template-flavours .top-bar-right > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 14px 24px 0;
  margin: 0; }
  .page-template-flavours .top-bar-right > ul li {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .page-template-flavours .top-bar-right > ul li {
        flex: 0 0 25%;
        margin-bottom: 0; } }
    .page-template-flavours .top-bar-right > ul li span {
      font-size: 15.5px;
      font-family: "DIN Pro";
      color: #be8768;
      line-height: 1.176;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      padding-left: 24px;
      background: url(http://localhost:8888/persicco/wp-content/uploads/2018/05/top-nav-dots.png);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center left;
      cursor: pointer; }
.page-template-flavours section.flavours-slider {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .page-template-flavours section.flavours-slider {
      height: calc(100vh - 222px); } }
.page-template-flavours article.flavour-single {
  width: 100%;
  height: 100%;
  position: relative; }
  .page-template-flavours article.flavour-single .left-pane {
    position: relative;
    height: 70vw;
    width: 100%;
    transform: none;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .page-template-flavours article.flavour-single .left-pane {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        opacity: 0;
        transform: translateX(-80%);
        transition: all .5s linear .2s; } }
  .page-template-flavours article.flavour-single .right-pane {
    position: relative;
    height: auto;
    width: 100%;
    transform: none;
    flex-direction: column; }
    @media (min-width: 992px) {
      .page-template-flavours article.flavour-single .right-pane {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .5s linear .4s;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
        width: 50%;
        padding: 0 54px 0 0; } }
    .page-template-flavours article.flavour-single .right-pane h2 {
      margin: 0;
      font-size: 56px;
      font-family: "Adobe Garamond Pro";
      color: #FFFFFF;
      font-weight: normal;
      font-style: italic;
      line-height: 1;
      padding: 80px 0 10px;
      text-align: center; }
      @media (min-width: 992px) {
        .page-template-flavours article.flavour-single .right-pane h2 {
          font-size: 80px; } }
      @media (min-width: 992px) {
        .page-template-flavours article.flavour-single .right-pane h2 {
          max-width: 350px;
          text-align: right; } }
    .page-template-flavours article.flavour-single .right-pane .bottom-flavours {
      width: 100%;
      padding: 10px 14px;
      background-color: rgba(0, 0, 0, 0.15); }
      @media (min-width: 992px) {
        .page-template-flavours article.flavour-single .right-pane .bottom-flavours {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 80px;
          padding: 10px 54px; } }
      .page-template-flavours article.flavour-single .right-pane .bottom-flavours .flavor-arrow {
        width: 20px;
        height: 20px;
        display: flex;
        max-width: none;
        position: absolute;
        border-radius: 50%;
        left: 0;
        background-image: url("https://i.imgur.com/f0NpR3G.png");
        background-repeat: no-repeat;
        background-size: contain; }
        .page-template-flavours article.flavour-single .right-pane .bottom-flavours .flavor-arrow.arrow-right {
          left: initial;
          right: 0;
          background-image: url("https://i.imgur.com/2CCY7Sp.png"); }
        @media (min-width: 992px) {
          .page-template-flavours article.flavour-single .right-pane .bottom-flavours .flavor-arrow {
            left: -30px; }
            .page-template-flavours article.flavour-single .right-pane .bottom-flavours .flavor-arrow.arrow-right {
              right: -30px; } }
    .page-template-flavours article.flavour-single .right-pane .flavours-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      height: 100%; }
    .page-template-flavours article.flavour-single .right-pane .flavour-item {
      flex: 0 0 50%;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .page-template-flavours article.flavour-single .right-pane .flavour-item {
          flex: 0 0 120px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .page-template-flavours article.flavour-single .right-pane .flavour-item {
          flex: 0 0 120px; } }
      .page-template-flavours article.flavour-single .right-pane .flavour-item span {
        font-size: 15.5px;
        font-family: "DIN Pro";
        color: #be8768;
        line-height: 1.176;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        padding-left: 24px;
        background: url(http://localhost:8888/persicco/wp-content/uploads/2018/05/top-nav-dots.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center left;
        cursor: pointer;
        color: white;
        display: inline-block;
        text-align: left; }
  .page-template-flavours article.flavour-single.active .left-pane {
    opacity: 1;
    transform: translateX(0); }
  .page-template-flavours article.flavour-single.active .right-pane {
    opacity: 1;
    transition: all .5s linear .4s; }
  .page-template-flavours article.flavour-single .drop-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 45vw auto;
    background-attachment: fixed;
    background-position: center 44vh;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: none; }
    @media (min-width: 992px) {
      .page-template-flavours article.flavour-single .drop-wrapper {
        display: block;
        position: static;
        background-position: 50%;
        background-size: 320px auto;
        background-attachment: fixed;
        background-position: center 28vh; } }
  .page-template-flavours article.flavour-single .mobile-drop-wrapper {
    display: block;
    position: absolute;
    width: 45vw;
    height: auto;
    transform: translate(-50%);
    left: 50%;
    top: 60px; }
    @media (min-width: 992px) {
      .page-template-flavours article.flavour-single .mobile-drop-wrapper {
        display: none; } }

html {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Adobe Garamond Pro'; }

#page.site {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    #page.site {
      height: 100vh; } }
  #page.site .site-content {
    flex: 1;
    padding-top: 50px;
    padding-bottom: 56px; }
    @media (min-width: 992px) {
      #page.site .site-content {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0px 60px 56px; } }

/*# sourceMappingURL=style.css.map */
