/*
    Theme Name: Delizie di Bacco
    Theme URI: http://deliziedibacco.it/
    Description: Theme for Delizie di bacco
    Version: 1
    Author: Joern Bargmann (@joernba)
    Author URI: http://joern.im
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

.slider__wrapper:after {
  content: "";
  display: table;
  clear: both; }

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

*, *:before, *:after {
  box-sizing: inherit; }

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

input {
  width: 100%; }

input[type=submit] {
  background: #de6120;
  border: 1px solid #de6120;
  color: #fff;
  font-size: 16px;
  padding: 3px 6px;
  text-transform: uppercase;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  color: #fff !important; }

input[type=text] {
  background: #fff;
  border: 1px solid #B7B7B7;
  color: #848484;
  font-size: 16px;
  margin-bottom: 0.66667em;
  padding: 3px 6px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  color: #666 !important; }

.vertical-push {
  height: 1.33333em; }

@media only screen and (max-width: 850px) {
  input[type=text] {
    max-width: none;
    width: 100%; } }
/* Glide.js */
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .slider__wrapper {
    height: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .slider__item {
    height: 100%;
    float: left;
    clear: none; }
  .slider__arrows-item {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px; }
    .slider__arrows-item--right {
      bottom: 50%;
      right: 30px; }
    .slider__arrows-item--left {
      bottom: 50%;
      left: 30px; }
  .slider__nav {
    position: absolute;
    bottom: 30px; }
    .slider__nav-item {
      width: 12px;
      height: 12px;
      float: left;
      clear: none;
      display: block;
      margin: 0 5px;
      background: #fff; }
      .slider__nav-item--current {
        background: #ccc; }
      .slider__nav-item:hover {
        background: #ccc; }

body {
  background: url("../images/bg-n.jpg") center center repeat-y #ffffff;
  color: #848484;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  margin: 6em 0; }
  body#home {
    background: url("../images/bg.jpg") center center repeat-y #ffffff;
    height: 100vh;
    overflow: auto;
    margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
  line-height: 1.2;
  letter-spacing: .8px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #de6120; }

h1 {
  font-size: 28.8px;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  text-transform: uppercase; }

h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0; }

h4 {
  font-size: 12.8px; }

h3 + h4 {
  margin-top: 0.5em; }

strong {
  font-size: 21px; }

em {
  font-style: italic; }

.special-heading {
  color: #333;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  text-transform: none; }

.special-text {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  text-decoration: underline;
  text-transform: lowercase; }
  .special-text a {
    color: #c34c43; }

p, ul {
  font-size: 13px; }

a {
  color: #848484;
  text-decoration: none; }
  h3 a {
    color: #de6120; }
  a:hover, a.active {
    color: #de6120; }

small {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  body {
    background: none;
    margin: 0; } }
/* Layout and Grid */
.page {
  background: #ffffff;
  margin: 0 auto;
  padding: 2em;
  width: 100%;
  max-width: 890px;
  overflow: auto; }
  .page.home {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    height: 540px;
    max-width: 890px;
    margin-top: -270px;
    margin-left: -445px;
    top: 50%;
    left: 50%; }

#home .footer {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1; }
  #home .footer a {
    color: #ffffff; }

.footer footer {
  color: #ffffff; }
  .footer footer a {
    color: #ffffff; }

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 890px;
  overflow: auto; }

.grid {
  margin: 0 0 6em 0;
  clear: both; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

.row {
  clear: both;
  margin-bottom: 2em;
  width: 100%;
  overflow: auto; }

[class*='col-'] {
  float: left;
  padding-right: 2em; }
  footer [class*='col-'] {
    padding-right: 1em;
    padding-left: 1em; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

/* Opt-in outside padding */
.grid-pad {
  padding: 2em 0 2em 2em; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 2em; }

.push-1-2 {
  margin-left: 50%; }

.push-1-3 {
  margin-left: 33.33%; }

.push-2-3 {
  margin-left: 66.66%; }

.push-3-5 {
  margin-left: 60%; }

.no-padding {
  padding: 0; }

@media only screen and (max-width: 890px) {
  .page.home {
    position: relative;
    height: auto;
    margin: 0;
    top: 6em;
    left: 0; }

  .push-3-5 {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .grid {
    margin: 0 0 2em 0; }

  [class*='col-'] {
    float: none;
    display: block;
    width: 100%;
    padding: 0; }

  .push-1-2 {
    margin-left: 0; }

  .push-1-3 {
    margin-left: 0; }

  .push-2-3 {
    margin-left: 0; }

  .mob-col-1-2 {
    width: 50%;
    float: left; }

  .mob-col-1-3 {
    width: 33.33%;
    float: left;
    padding-right: 1em; }

  .mob-col-2-3 {
    width: 66.66%;
    float: left; }

  .mob-row {
    clear: both;
    margin-bottom: 2em;
    width: 100%;
    overflow: auto; } }
@media only screen and (max-width: 500px) {
  .mob-col-1-2, .mob-col-1-3, .mob-col-2-3 {
    width: 100%;
    float: none; } }
.menu {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  float: right;
  text-transform: uppercase;
  font-size: 13px; }
  .menu li {
    float: left;
    margin-right: 9px; }
    .menu li:after {
      content: "/";
      padding-left: 6px; }
    .menu li:last-of-type {
      margin-right: 0; }
      .menu li:last-of-type:after {
        content: none;
        padding-left: 0; }

.archive {
  background: #ededed;
  padding: 1em; }
  .archive * {
    color: #848484; }
  .archive h3 {
    font-size: .8em;
    margin-bottom: 2em;
    margin-top: 0; }
  .archive h4 {
    margin-bottom: 0;
    text-decoration: underline; }

.archive__nav li {
  margin: 3px 0; }

@media only screen and (max-width: 850px) {
  .menu {
    margin-top: 1em; } }
.section-border {
  border-top: 1px solid #b7b7b7;
  padding-top: 1em; }

.text-column {
  display: inline-block;
  margin-left: 1em; }

.text-two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }
  .text-two-columns p:first-of-type {
    margin-top: 0; }

.files {
  padding-bottom: 0.5em;
  text-align: right; }

.content p a {
  text-decoration: underline; }

/* Map */
.map {
  width: 100%;
  height: 400px;
  border: none; }

.gm-style img {
  max-width: none; }

/* Wines section */
.wine {
  margin-top: 0.5em;
  padding: 0.5em; }

.hidden {
  display: none; }

.visible {
  display: block; }

/* Delicatessen section */
h3.hidden-text, h3.hidden-text-on {
  background-size: cover; }
  h3.hidden-text span, h3.hidden-text-on span {
    text-indent: -9999px;
    display: inline-block; }

.deli-column1 h3.hidden-text {
  background-image: url("../images/titles/il-mondo-salato.png");
  width: 139px;
  height: 61px; }

.deli-column2 h3.hidden-text {
  background-image: url("../images/titles/mille-e-piu.png");
  width: 238px;
  height: 37px; }

.deli-column3 h3.hidden-text {
  background-image: url("../images/titles/dolcissimo.png");
  width: 178px;
  height: 34px; }

.wine-column1 h3.hidden-text {
  background-image: url("../images/titles/ode-al-vino.png");
  width: 119px;
  height: 60px; }

.alcohol h3.hidden-text {
  background-image: url("../images/titles/mister-alcol.png");
  width: 105px;
  height: 61px; }

.whisky h3.hidden-text {
  background-image: url("../images/titles/whisky.png");
  width: 174px;
  height: 37px; }

.aiuto h3.hidden-text {
  background-image: url("../images/titles/un-piccolo-aiuto.png");
  width: 169px;
  height: 56px; }

.present-column1 h3.hidden-text {
  background-image: url("../images/titles/regalo.png");
  width: 176px;
  height: 60px; }

.present-column3 h3.hidden-text {
  background-image: url("../images/titles/pacchetto.png");
  width: 262px;
  height: 122px; }

.italy h3.hidden-text {
  background-image: url("../images/titles/italia_off.png");
  width: 150px;
  height: 97px; }

.italy h3.hidden-text-on {
  background-image: url("../images/titles/italia_on.png");
  width: 150px;
  height: 97px; }

.france h3.hidden-text {
  background-image: url("../images/titles/francia_off.png");
  width: 150px;
  height: 97px; }

.france h3.hidden-text-on {
  background-image: url("../images/titles/francia_on.png");
  width: 150px;
  height: 97px; }

.world h3.hidden-text {
  background-image: url("../images/titles/mondo_off.png");
  width: 150px;
  height: 97px; }

.world h3.hidden-text-on {
  background-image: url("../images/titles/mondo_on.png");
  width: 150px;
  height: 97px; }

/* Contact */
#routeForm {
  margin-top: 6em; }

.adp-substep, .adp-text, .adp-summary, .adp-legal {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  color: #848484 !important; }
