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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
modifications to original reset, avoid unwated white space between elements
*/
body {
  font-size: 0;
}

/*
apply a natural box layout model to all elements
*/
html {
  box-sizing: border-box;
}

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

/*
reset the fontello default margin
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

div.desktop-navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 205px;
  background-color: #060502;
}
div.desktop-navigation a {
  text-decoration: none;
}
div.desktop-navigation a, div.desktop-navigation a:active, div.desktop-navigation a:hover, div.desktop-navigation a:visited {
  color: #bAa25a;
}
div.desktop-navigation a.desktop-logo {
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
  width: 185px;
  height: 64px;
  background: transparent url(/site/img/VILLARED_logo.png) no-repeat;
  background-size: 185px 64px;
}
div.desktop-navigation ul.main-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  background-color: #060502;
}
div.desktop-navigation div.desktop-bottom-menu {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #060502;
}
div.desktop-navigation ul.main-menu li {
  font-size: 16px;
  line-height: 1.35;
  padding: 2px 5px;
  text-transform: lowercase;
}
div.desktop-navigation ul.main-menu li.home-menu-item,
div.desktop-navigation ul.main-menu li.sub-menu-item,
div.desktop-navigation div.desktop-bottom-menu li {
  font-size: 16px;
}
div.desktop-navigation div.desktop-bottom-menu li a.book-button {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #bAa25a;
  border: 1px solid #CAA264;
  padding: 12px 12px;
  min-width: 140px;
  text-transform: capitalize;
  background-color: #060502;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  Margin-bottom: 15px;
}
div.desktop-navigation .desktop-navigation ul.main-menu li a {
  display: inline-block;
  padding: 3px 0;
}
div.desktop-navigation div.desktop-bottom-menu ul {
  margin-bottom: 10px;
}
div.desktop-navigation div.desktop-bottom-menu li {
  display: inline-block;
}
div.desktop-navigation div.desktop-bottom-menu li a {
  display: inline-block;
  margin: 0 5px;
}
div.desktop-navigation li.facebook {
  padding-left: 5px;
}
div.desktop-navigation i.icon-left {
  padding-right: 5px;
}
div.desktop-navigation ul.main-menu li a.active,
div.desktop-navigation ul.main-menu li.home-menu-item a.active,
div.desktop-navigation ul.main-menu li.sub-menu-item a.active {
  border-bottom: 1px solid #CAA264;
}
div.desktop-navigation ul.main-menu li.language-menu a {
  margin: 0px 5px;
}

div.isotopes-wrapper {
  height: 100%;
  padding: 5px 25px 40px 205px;
}
div.isotopes-wrapper .isotopes {
  height: 100%;
  margin-left: auto;
  width: 0px;
  overflow: hidden;
}
div.isotopes-wrapper h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
div.isotopes-wrapper p {
  font-size: 16px;
  margin-top: 5px;
}
div.isotopes-wrapper h2 + p {
  margin-top: 8px;
}

div.mobile-footer-wrapper {
  display: none;
}
@media screen and (max-width: 1023px) {
  div.mobile-footer-wrapper {
    display: block;
  }
}

div.mobile-footer-wrapper,
div.isotopes-wrapper {
  height: 100%;
  padding: 5px 25px 40px 205px;
}
div.mobile-footer-wrapper .isotopes,
div.isotopes-wrapper .isotopes {
  height: 100%;
  margin-left: auto;
  width: 0px;
  overflow: hidden;
}
div.mobile-footer-wrapper h2,
div.isotopes-wrapper h2 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold;
}
div.mobile-footer-wrapper p,
div.isotopes-wrapper p {
  font-size: 14px;
  margin-top: 5px;
}
div.mobile-footer-wrapper h2 + p,
div.isotopes-wrapper h2 + p {
  margin-top: 8px;
}
div.mobile-footer-wrapper .isotope,
div.isotopes-wrapper .isotope {
  margin-top: 20px;
  margin-left: 20px;
  width: 300px;
  padding: 15px 20px 20px;
  color: #efdfc8;
  background-color: #231f20;
}
div.mobile-footer-wrapper .isotope a,
div.isotopes-wrapper .isotope a {
  color: #efdfc8;
}
@media screen and (max-width: 1023px) {
  div.mobile-footer-wrapper,
div.isotopes-wrapper {
    height: auto;
    padding: 0;
  }
  div.mobile-footer-wrapper .isotopes,
div.isotopes-wrapper .isotopes {
    width: auto;
  }
  div.mobile-footer-wrapper .isotope,
div.isotopes-wrapper .isotope {
    border: 0px;
    margin: 0px auto 0px auto;
    display: block;
    width: auto;
    max-width: 400px;
    padding: 15px 0px;
  }
}

div.mobile-header .mobile-logo {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 127px;
  height: 50px;
  display: none;
}
div.mobile-header a.mobile-logo-foreground {
  background: transparent url(/site/img/VILLARED_logo.png) no-repeat;
  background-size: 145px 50px;
  background-position: center;
  z-index: 999;
}
div.mobile-header div.mobile-logo-background-1 {
  background-color: #060502;
  z-index: 998;
}
div.mobile-header div.mobile-logo-background-2 {
  background-color: #060502;
  z-index: 997;
  border: 2px solid #060502;
  /*    width:124px;
      height:102px;
      left:8px; */
  left: 10px;
  width: 120px;
  height: 100px;
}
div.mobile-header div.mobile-navigation {
  background-color: #060502;
  position: relative;
  width: 100%;
  height: 60px;
  display: none;
  border-bottom: 2px solid #bAa25a;
  z-index: 998;
}
div.mobile-header .mobile-menu-buttons {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  padding-left: 10px;
}
div.mobile-header .mobile-menu-buttons span {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 60px;
  cursor: pointer;
  color: #bAa25a;
}
div.mobile-header .mobile-menu-buttons span i.icon-phone {
  position: absolute;
  top: 20px;
  left: 13px;
  font-size: 18px;
}
div.mobile-header .mobile-menu-buttons span i.icon-menu {
  position: absolute;
  top: 18px;
  left: 13px;
  font-size: 21px;
}
div.mobile-header .mobile-menu-buttons span i.icon-down-dir {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 30px;
}
div.mobile-header ul.sub-menu,
div.mobile-header ul.top-menu {
  display: none;
}
div.mobile-header div.mobile-menu ul {
  background-color: #fcfaf5;
  border-bottom: 2px solid #060502;
}
div.mobile-header div.mobile-menu li {
  border: 0;
  display: block;
  margin-right: 8px;
  text-align: right;
  padding: 8px 5px;
  margin-bottom: 0px;
  font-size: 17px;
}
div.mobile-header div.mobile-menu li a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid white;
}
div.mobile-header div.mobile-menu li.active a {
  border-bottom: 2px solid black;
}
div.mobile-header div.mobile-menu li.home-button {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  div.mobile-header div.mobile-navigation {
    display: block;
  }
  div.mobile-header .mobile-menu-buttons {
    display: block;
  }
  div.mobile-header div.mobile-menu .has-submenu li {
    padding-right: 57px;
  }
  div.mobile-header ul.sub-menu.menu-visible,
div.mobile-header ul.top-menu.menu-visible {
    display: block;
  }
  div.mobile-header ul.menu-visible.suppress-menu-visible {
    display: none !important;
  }
}

.mycanvas iframe {
  margin-top: 10px;
}
.mycanvas h3 {
  margin-top: 15px;
}
.mycanvas h2 + p {
  margin-top: 30px;
}
.mycanvas h3 + p, .mycanvas h5 + p {
  margin-top: 25px;
}
.mycanvas p + h3 {
  margin-top: 25px;
}
.mycanvas .emptyline {
  display: none;
}
.mycanvas .menu-divider {
  margin-top: 20px;
}
.mycanvas p.menu-divider + p {
  margin-top: 10px;
}

html,
body {
  height: 100%;
  color: #1d1609;
}

body {
  background-color: #dedede;
  font-family: "Rubik", sans-serif;
}

a[href^=tel] {
  white-space: nowrap;
}

.desktop-navigation {
  text-decoration: none !important;
}

h2 {
  font-weight: bold;
  font-size: 31px;
  line-height: 1.1;
}

h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h4, p {
  font-size: 16px;
  line-height: 1.6;
}

h5 {
  font-size: 14px;
  font-weight: normal;
}

p, h2, h3, h4, h5 {
  margin-top: 10px;
}

p:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0px;
}

.mycanvas ul {
  list-style-type: disc;
  display: block;
  padding-left: 30px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}

li {
  display: list-item;
}

em {
  font-style: italic;
}

h2 + h3 {
  margin-top: 15px;
}

p + h3 {
  margin-top: 15px;
}

p.price {
  position: relative;
  padding-right: 60px;
}

span.price-1 {
  position: absolute;
  right: 0;
  top: 0;
}

span.price-2 {
  position: absolute;
  right: 0;
  top: 24px;
}

.has-2-prices {
  min-height: 50px;
}

a,
a:active,
a:hover,
a:visited {
  color: #1d1609;
}

html.ios.touch {
  /*
  avoid "rubber band" when in ipad "app" mode
  */
  position: fixed;
  height: 100%;
  width: 100%;
}

div.viewport {
  position: relative;
  height: 100%;
  min-width: 1024px;
}

/*
div.canvas-wrapper + div.desktop-navigation {
  -webkit-box-shadow: 1px 0 5px 5px rgba(181, 156, 121, 0.8);
    box-shadow: 1px 0 5px 5px rgba(181, 156, 121, 0.8);   
}
*/
div.canvas-wrapper a.canvas-close-button {
  display: inline-block;
  font-size: 20px;
  background-color: #fcfaf5;
  border: 1px solid #393939;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #393939;
  padding: 5px;
}

div.supersized-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 205px;
  overflow: hidden;
  z-index: -9999;
  background-color: #e0e0e0;
}

.canvas-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 930px;
  background-color: #fcfaf5;
}

.mycanvas {
  outline: none;
  height: 100%;
  overflow: auto;
  position: relative;
  margin-left: 205px;
  -webkit-overflow-scrolling: touch;
  padding: 75px 20px 50px 20px;
  background-color: #fcfaf5;
}

.canvas-inner {
  max-width: 600px;
  margin: auto;
}

.canvas-wrapper p.menu-divider + p {
  margin-top: 20px;
}

.canvas-wrapper p.wijn {
  font-style: italic;
  font-size: 17px;
}

.canvas-wrapper i.icon-wine {
  font-style: normal;
  margin-right: 4px;
  font-size: 14px;
}

.canvas-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #393939;
}

/* Mailchimp styles */
.canvas-wrapper #mc_embed_signup form {
  padding: 10px 0;
}

.webfonts-loading div.mobile-menu ul,
.webfonts-loading div.desktop-navigation ul,
.webfonts-loading div.mycanvas,
.webfonts-loading div.isotope {
  visibility: hidden;
}

div.resengo-custom {
  margin-top: 20px;
  border: 1px solid grey;
  max-width: 550px;
}

@media screen and (max-height: 650px) {
  div.desktop-navigation ul.main-menu {
    position: static;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 1023px) {
  body {
    background-color: #f3f3f3 !important;
  }

  .desktop-only {
    display: none !important;
  }

  div.viewport {
    min-width: 320px;
    max-width: 600px;
    background-color: #fcfaf5;
    height: auto;
    min-height: 100%;
    padding-bottom: 50px;
    margin: auto;
  }

  div.viewport.home {
    background-color: #231f20;
  }

  div.desktop-navigation {
    display: none;
  }

  div.mobile-header .mobile-logo {
    display: inline-block;
  }

  div.supersized-wrapper {
    position: relative;
    height: auto;
    top: auto;
    padding-bottom: 75%;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
  }

  div.canvas-wrapper {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    overflow: hidden;
  }

  div.canvas-wrapper .mycanvas {
    height: auto;
    overflow: visible;
    margin-left: 0px;
    padding: 25px 20px 25px 20px;
    background-color: #fcfaf5;
  }

  div.canvas-wrapper a.canvas-close-button {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  div.mobile-footer-wrapper .isotope,
div.isotopes-wrapper .isotope {
    margin: 0px 15px 0px 15px;
  }

  div.canvas-wrapper .mycanvas {
    padding: 35px 15px 0 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
.imageblock {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0px solid white;
}

.imageblock-template {
  width: 100%;
  position: relative;
}

.image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
}

.imageblock-template-1 {
  padding-bottom: 50%;
}
.imageblock-template-1 .image-wrapper-1 {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imageblock-template-2 {
  padding-bottom: 50%;
}
.imageblock-template-2 .image-wrapper-1 {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  border-right: 3px solid white;
}
.imageblock-template-2 .image-wrapper-2 {
  display: block;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  border-left: 3px solid white;
}

.imageblock-template-3 {
  padding-bottom: 50%;
}
.imageblock-template-3 .image-wrapper-1 {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 33.333%;
  border-right: 3px solid white;
}
.imageblock-template-3 .image-wrapper-2 {
  display: block;
  top: 0;
  bottom: 50%;
  left: 66.666%;
  right: 0;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
}
.imageblock-template-3 .image-wrapper-3 {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 66.666%;
  right: 0;
  border-top: 3px solid white;
  border-left: 3px solid white;
}

.imageblock-template-4,
.imageblock-template-5,
.imageblock-template-6,
.imageblock-template-7,
.imageblock-template-8,
.imageblock-template-9,
.imageblock-template-10 {
  padding-bottom: 75%;
}
.imageblock-template-4 .image-wrapper-1,
.imageblock-template-5 .image-wrapper-1,
.imageblock-template-6 .image-wrapper-1,
.imageblock-template-7 .image-wrapper-1,
.imageblock-template-8 .image-wrapper-1,
.imageblock-template-9 .image-wrapper-1,
.imageblock-template-10 .image-wrapper-1 {
  display: block;
  top: 0;
  bottom: 33.333%;
  left: 0;
  right: 0;
  border-bottom: 3px solid white;
}
.imageblock-template-4 .image-wrapper-2,
.imageblock-template-5 .image-wrapper-2,
.imageblock-template-6 .image-wrapper-2,
.imageblock-template-7 .image-wrapper-2,
.imageblock-template-8 .image-wrapper-2,
.imageblock-template-9 .image-wrapper-2,
.imageblock-template-10 .image-wrapper-2 {
  display: block;
  top: 66.666%;
  bottom: 0;
  left: 0%;
  right: 66.666%;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
.imageblock-template-4 .image-wrapper-3,
.imageblock-template-5 .image-wrapper-3,
.imageblock-template-6 .image-wrapper-3,
.imageblock-template-7 .image-wrapper-3,
.imageblock-template-8 .image-wrapper-3,
.imageblock-template-9 .image-wrapper-3,
.imageblock-template-10 .image-wrapper-3 {
  display: block;
  top: 66.666%;
  bottom: 0;
  left: 33.333%;
  right: 33.333%;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
}
.imageblock-template-4 .image-wrapper-4,
.imageblock-template-5 .image-wrapper-4,
.imageblock-template-6 .image-wrapper-4,
.imageblock-template-7 .image-wrapper-4,
.imageblock-template-8 .image-wrapper-4,
.imageblock-template-9 .image-wrapper-4,
.imageblock-template-10 .image-wrapper-4 {
  display: block;
  top: 66.666%;
  bottom: 0;
  left: 66.666%;
  right: 0%;
  border-top: 3px solid white;
  border-left: 3px solid white;
}

@media screen and (max-width: 1023px) {
  .imageblock {
    border: 0px;
  }

  .image-wrapper {
    border-color: white !important;
  }
}

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