/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #3a3a3a;
  background: #202020;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

a img {
  border: 0;
}

p {
  line-height: 1.6em;
  margin: 0.8em 0;
}

a {
/*  color: #7ebdd9;*/
    color: #3ca9d8;
/*  font-family: "Proxima Nova W01", Arial, sans-serif;*/
  text-decoration: none;
  background: transparent;
/*  font-weight: bold;*/
}

a:hover {
  opacity: 0.8;
}

p a:hover {
  opacity: 0.8;
}

strong {
  font-family: "Proxima Nova W01", Arial, sans-serif;
}

.intro-text {
  font-size: 17px;
  font-family: "New Century Schoolbook W01", serif;
  font-style: italic;
  margin-bottom: 25px;
}

.intro-text p {
  line-height: 1.5em;
}

@media (min-width: 680px) {
  .intro-text {
    font-size: 21px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "New Century Schoolbook W01", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 22px 0 12px;
}

h2, h3, h4 {
  text-transform: none;
}

h1 {
  font-size: 31px;
  margin-top: 0;
  color: #6c6c6e;
}

@media (min-width: 800px) {
  h1 {
    font-size: 51px;
  }
}

h2 {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

h3 {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

h4 {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6c6c6e;
}

h5 {
  font-size: 17px;
}

.cookedPageWrapper,
.wrapper {
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (min-width: 480px) {
  .cookedPageWrapper,
  .wrapper {
    padding: 0 25px;
  }
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

header.page-header {
  background: #fff;
  padding: 27px 0;
  text-align: center;
  height: auto;
}

header.page-header #logo {
  display: block;
  line-height: 0;
  max-width: 54%;
  margin: 15px auto 0;
  text-align: center;
}

@media (min-width: 520px) {
  header.page-header #logo {
    max-width: 21%;
  }
}

@media (min-width: 680px) {
  header.page-header #logo {
    transform: translate(0px, -32px);
    margin-top: 0;
  }
}

@media (min-width: 680px) {
  header.page-header {
    padding: 27px 0 0;
  }
}

@media (min-width: 800px) {
  header.page-header {
    height: 179px;
  }
}

.star-rating {
  font-family: "New Century Schoolbook W01", serif;
  font-size: 12px;
  letter-spacing: 1px;
  width: 234px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.star-rating .stars img {
  padding-right: 6px;
  width: 84px;
  height: 14px;
}

.star-rating .star-source {
  text-transform: none;
  color: #8d8e90;
  font-style: italic;
  letter-spacing: 0.5px;
  padding-top: 3px;
}

@media (min-width: 680px) {
  .star-rating {
    margin: 0;
  }
}

footer {
  font-size: 14px;
  color: #bcbcbc;
  overflow: hidden;
  font-size: 14px;
  padding-bottom: 30px;
}

footer .footer-note {
  text-align: center;
  padding: 35px 0 10px;
  color: #797a7d;
  font-size: 12px;
  line-height: 20px;
}

footer .footer-note .wrap {
  margin-top: 20px;
  overflow: hidden;
}

footer .footer-note .copyright {
  margin: 0 0 15px 0;
}

@media (min-width: 680px) {
  footer .footer-note .copyright {
    float: left;
  }
}

footer .footer-note .copyright a {
  color: #797a7d;
}

footer a#starfish {
  background: url(../img/starfish_neg.png) top left no-repeat;
  vertical-align: middle;
  width: 14px;
  height: 23px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
  transition: all 1s ease 0s;
  opacity: 0.5;
}

footer a#starfish:hover {
  opacity: 0.8;
  width: 84px;
}
footer .credit {
  display: inline-block;
  overflow: hidden;
}

@media (min-width: 680px) {
  footer .credit {
    float: right;
  }
}

footer .social-links {
  position: relative;
}


footer .tripadvisor {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #494a4b;
}

footer .tripadvisor a {
  text-indent: -9999px;
  background: url(../img/tripadvisor.png) left center no-repeat;
  width: 118px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
}

footer .signup {
  margin-top: 14px;
  padding-bottom: 8px;
}

.footer-links {
  background: #3a3a3a;
  padding: 22px 0;
}

.footer-links .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  display: block;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .col {
    -ms-flex: 0 1 calc(25% - 5px);
    flex: 0 1 calc(25% - 5px);
  }
}

@media (min-width: 520px) {
  .col.company, .col.social {
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
  }
}

@media (min-width: 768px) {
  .col.company, .col.social {
    -ms-flex: 0 1 calc(25% - 5px);
    flex: 0 1 calc(25% - 5px);
  }
}

.col.shop, .col.support {
  display: none;
}

@media (min-width: 768px) {
  .col.shop, .col.support {
    display: inline-block;
  }
}

.col h3 {
  margin-bottom: 3px;
  letter-spacing: 0.4px;
}

.col .exclusion {
  font-size: 12px;
}

.col p {
  margin: 0.9em 0;
}

.col:first-child a {
  font-weight: 500;
}

.footer-logos {
  border-top: 1px solid #d3d4d5;
  text-align: center;
  padding: 30px 0;
  font-size: 0;
  background: #fff;
}

.footer-logos .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 680px) {
  .footer-logos .wrapper {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.footer-logos .footer-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 120px;
  overflow: hidden;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 680px) {
  .footer-logos .footer-logo {
    width: auto;
  }
}

@media (min-width: 1025px) {
  .footer-logos .footer-logo {
    padding: 0 25px;
  }
}

.footer-logos img {
  vertical-align: top;
}

.home #main {
  padding: 0;
}

#main {
  background: #fff;
  padding: 0 0 45px;
}

@media (min-width: 768px) {
  #main-column {
    width: 73%;
    float: right;
  }
}

#content {
  min-height: 400px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

article {
  margin: 30px 0;
}

#sidebar {
  display: none;
}

@media (min-width: 768px) {
  #sidebar {
    width: 22%;
    float: left;
    display: block;
    margin-top: 60px;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 14px 0;
}

#sidebar li a {
  color: #3a3a3a;
  font-weight: 500;
}

#sidebar li a:hover {
  color: #888;
}

#sidebar li.current > a,
#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #eb0000;
  font-family: "Proxima Nova W01", Arial, sans-serif;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  color: #3a3a3a;
}

#sidebar h3 {
  margin-top: 0;
  text-transform: none;
}

#sidebar h3 a {
  color: #3a3a3a;
  font-weight: 500;
}

#sidebar .widget {
  margin-bottom: 40px;
  max-width: 218px;
}

#sidebar.listing {
  display: block;
  padding: 0 0 15px;
}

#sidebar.listing .widget {
  display: none;
}

#sidebar.listing #product-search, #sidebar.listing .mobile-categories {
  display: block;
  max-width: 300px;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  #sidebar.listing #product-search, #sidebar.listing .mobile-categories {
    max-width: 218px;
    margin: 0 0 40px;
  }
  #sidebar.listing #product-search.mobile-categories, #sidebar.listing .mobile-categories.mobile-categories {
    display: none;
  }
}

@media (min-width: 768px) {
  #sidebar.listing {
    margin: 30px 0 0;
    text-align: left;
  }
  #sidebar.listing .widget {
    display: block;
  }
}

#sidebar.listing h4 {
  text-transform: none;
  margin: 0 0 8px;
}

#sidebar .sidebar-feature {
  background: #b1dbf0;
}

#sidebar .sidebar-feature img {
  width: 100%;
  vertical-align: top;
}

#sidebar .sidebar-feature .feature-content {
  padding: 25px 20px 35px;
  text-align: center;
}

#sidebar .sidebar-feature h3 {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

#sidebar .sidebar-feature p {
  margin: 10px 0 15px;
  line-height: 1.4em;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 13px;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  color: #3a3a3a;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 22px;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

@media (min-width: 1025px) {
  nav ul.menu a {
    color: white;
  }
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  background: #3a3a3a;
}

@media (min-width: 1025px) {
  #main-nav {
    max-width: 100%;
  }
}

#main-nav ul.menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  margin: 0;
  width: 271px;
  text-align: left;
  background: #b1dbf0;
}

@media (min-width: 1025px) {
  #main-nav ul.menu {
    display: block !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    width: 100%;
    position: static;
    background: #3a3a3a;
  }
}

#main-nav ul.menu li {
  display: block;
  border-top: 1px solid #86c5e1;
}

#main-nav ul.menu li:first-child {
  border-top: 0;
}

@media (min-width: 1025px) {
  #main-nav ul.menu li {
    border-top: none;
    display: inline-block;
  }
}

#main-nav ul.menu a {
  display: block;
  padding: 12px 20px;
}

@media (min-width: 1025px) {
  #main-nav ul.menu a {
    padding: 15px 8px;
  }
}

@media (min-width: 1150px) {
  #main-nav ul.menu a {
    padding: 15px 15px;
  }
}

#main-nav ul.menu > li:hover > a {
  color: #3a3a3a;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li:hover {
    background: #202020;
  }
  #main-nav ul.menu > li:hover > a {
    color: white;
  }
  #main-nav ul.menu > li:hover > ul.sub-menu {
    display: block !important;
  }
}

#main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li.current-menu-item, #main-nav ul.menu > li.current-menu-ancestor {
    background: #202020;
  }
  #main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
    display: none;
  }
}

#main-nav ul.menu > li.menu-item-has-children:after {
  content: ' ';
  border: 3px solid #3a3a3a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 13px;
  right: 19px;
}

#main-nav ul.menu > li.menu-item-has-children.expanded:after {
  border-width: 3px 0 0 3px;
  top: 19px;
}

#main-nav ul.menu > li.menu-item-has-children > a {
  margin: 0 50px 0 0;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li.menu-item-has-children:after {
    display: none;
  }
  #main-nav ul.menu > li.menu-item-has-children > a {
    margin: 0;
  }
}

#main-nav ul.sub-menu {
  width: 100%;
  position: static;
  background: #7ebdd9;
  border-top: none;
  margin: 0;
  padding: 0;
}

#main-nav ul.sub-menu a {
  border: none;
  color: #3a3a3a;
  font-weight: bold;
  padding-left: 30px;
}

#main-nav ul.sub-menu li.current-menu-item > a, #main-nav ul.sub-menu li.current-menu-ancestor > a {
  color: white;
}

#main-nav ul.sub-menu li {
  border-top: none;
}

@media (min-width: 1025px) {
  #main-nav ul.sub-menu {
    background: #202020;
    border-top: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    padding: 15px 20px 25px;
    z-index: 100;
    width: 215px;
  }
  #main-nav ul.sub-menu a {
    padding: 5px 0;
    display: block;
    color: white;
    line-height: 17px;
  }
  #main-nav ul.sub-menu li {
    display: block;
    border-top: none;
  }
  #main-nav ul.sub-menu li:hover > a {
    color: #b1dbf0;
    opacity: 1;
    background: none;
  }
}

.mobile-menu {
  background: #202020;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 9px 35px 9px 13px;
  color: #888;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 11px;
  width: 25px;
  height: 3px;
  background: white;
  box-shadow: 0 16px 0 0 white, 0 8px 0 0 white;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 18px;
  right: 12px;
  height: 4px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 18px;
  width: 25px;
  height: 4px;
  background: white;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu.expanded {
  right: 0;
  width: 40px;
}

.footer-nav ul.menu {
  display: block;
  text-align: left;
  margin: 14px 0 0 0;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.footer-nav ul.menu li {
  display: block;
}

.footer-nav ul.menu li:hover {
  background: transparent;
}

.footer-nav ul.menu a {
  color: #bcbcbc;
  font-size: 14px;
  font-family: "Proxima Nova W08", Arial, sans-serif;
  text-transform: none;
  background: none;
  letter-spacing: normal;
  padding: 0 0 11px 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 0.9em 0px;
  padding: 0 0 0 2.2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.6em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #d3d4d5;
  clear: both;
  display: block;
  height: 1px;
  margin: 25px 0;
  padding: 0;
}

.post-content blockquote {
  font-style: italic;
  font-family: "New Century Schoolbook W01", serif;
  font-size: 18px;
  margin: 30px 0 30px 20px;
  padding: 0 25px 0 25px;
  position: relative;
}

.post-content blockquote:before {
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  width: 200px;
  position: absolute;
  top: 22px;
  left: -5px;
}

.post-content blockquote:after {
  content: "";
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d3d4d5;
  border-left: 1px solid #d3d4d5;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #f0f0f0;
}

.event-panel {
  display: block;
}

@media (min-width: 680px) {
  .event-panel {
    display: -ms-flexbox;
    display: flex;
  }
}

.event-panel .full-side {
  width: 100%;
  position: relative;
  text-align: center;
}

@media (min-width: 800px) {
  .event-panel .full-side {
    width: 50%;
  }
}

.event-panel .full-side h2, .event-panel .full-side .date, .event-panel .full-side .time, .event-panel .full-side h2 a {
  font-family: "New Century Schoolbook W01", serif;
  text-transform: none;
}

.event-panel .full-side .wrap {
  padding: 88px 30px 73px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.event-panel .full-side .date {
  font-style: italic;
  font-size: 16px;
}

@media (min-width: 800px) {
  .event-panel .full-side .date {
    font-size: 17px;
  }
}

.event-panel .full-side .tab {
  background: #b1dbf0;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.7px;
  padding: 3px 12px;
  text-transform: uppercase;
  color: #3a3a3a;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.event-panel .event-feature {
  color: white;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event-panel .event-feature h2 {
  color: white;
  font-size: 30px;
}

@media (min-width: 1025px) {
  .event-panel .event-feature h2 {
    font-size: 44px;
  }
}

.event-panel .event-feature .button {
  margin-top: 20px;
}

.event-panel .event-listing {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event-panel .event-listing .wrap {
  background: #bcbcbc;
  padding-bottom: 10px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.event-panel .event-listing .event-item {
  border-bottom: 1px solid #d3d4d5;
  padding-bottom: 10px;
  margin-bottom: 19px;
}

.event-panel .event-listing .event-item .date {
  color: #6c6c6e;
}

.event-panel .event-listing .event-item h2 {
  font-size: 21px;
  margin-top: 8px;
}

@media (min-width: 800px) {
  .event-panel .event-listing .event-item h2 {
    font-size: 25px;
  }
}

.event-panel .event-listing .event-item:last-child {
  border-bottom: none;
}

.event-item h2 a {
  color: #6c6c6e;
  font-family: "New Century Schoolbook W01", serif;
  font-weight: 500;
  position: relative;
}

.event-item h2 a .title-arrow-right {
  display: inline-block;
  border-right: 3px solid #6c6c6e;
  border-top: 3px solid #6c6c6e;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin: 0 0 2px 6px;
}

.products-panel {
  background: url("../img/Lakehouse3.jpg") no-repeat scroll center center;
  background-size: cover;
  display: block;
  padding: 35px 15px;
}

.products-panel h2 {
  font-family: "New Century Schoolbook W01", serif;
  text-transform: none;
  text-align: center;
  font-style: italic;
  font-size: 22px;
  margin: 0 0 16px;
}

@media (min-width: 1025px) {
  .products-panel {
    padding: 85px 15px 280px;
  }
}

.products-panel .wrapper {
  background: white;
  padding: 30px;
  max-width: 1090px;
}

.home .product-item {
  position: static;
}

.product-carousel .owl-wrapper {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.product-carousel .owl-wrapper .owl-item {
  position: relative;
  height: auto;
}

.home.page .pageHero {
  color: #fff;
  height: 430px;
  position: relative;
}

@media (min-width: 800px) {
  .home.page .pageHero {
    height: 430px;
  }
}

.hero_slides {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide .inner {
  left: 0;
  max-width: 750px;
  padding: 89px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 800px) {
  .slide .inner {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.slide .slide_text {
  font-size: 18px;
  text-align: center;
}

.slide .slide_text p {
  margin-bottom: 3px;
}

.slide .slide_links {
  text-align: center;
}

.slide h1 {
  font-size: 32px;
  color: white;
}

@media (min-width: 680px) {
  .slide h1 {
    font-size: 38px;
  }
}

@media (min-width: 800px) {
  .slide h1 {
    font-size: 60px;
  }
}

.slide .button {
  transition-duration: 0.3s;
  margin-top: 26px;
}

.slide .button:hover {
  background: rgba(250, 250, 250, 0.3);
  color: white;
  opacity: 1;
}

@media (min-width: 680px) {
  .slide .button {
    display: inline-block;
  }
}

.slide_image {
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
}

.slide_mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.owl-controls {
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 680px) {
  .owl-controls {
    bottom: 0px;
  }
}

.owl-pagination {
  left: 0;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.owl-page {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition: background 0.2s;
}

.owl-page:hover {
  background: white;
}

.owl-page.active {
  background: #eb0000;
}

.feaurettes {
  clear: both;
  display: block;
}

@media (min-width: 520px) {
  .feaurettes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.feaurettes .box {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1% 15px;
  text-align: center;
  position: relative;
  height: 307px;
  margin-bottom: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

@media (min-width: 520px) {
  .feaurettes .box {
    width: calc(50% - 5px);
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
  }
}

.feaurettes .box .box-image {
  background: red;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.feaurettes .box .feature-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.feaurettes .box h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.feaurettes .box p {
  margin: 3px 0;
}

#internal-banner {
  margin-bottom: 12px;
  overflow: hidden;
}

#internal-banner img {
  width: 100%;
  height: 100%;
}

@media (min-width: 800px) {
  #internal-banner {
    display: -ms-flexbox;
    display: flex;
  }
}

.wrapper.wide {
  max-width: 1275px;
}

.wrapper.wide .small-banner {
  display: none;
}

@media (min-width: 800px) {
  .wrapper.wide .small-banner {
    display: inline-block;
    width: 24%;
  }
}

.wrapper.wide .large-banner {
  margin: 0 -15px;
}

@media (min-width: 800px) {
  .wrapper.wide .large-banner {
    width: 76%;
    margin: 0;
  }
}

@media (min-width: 480px) {
  #internal-banner.wrapper {
    padding: 0;
  }
}

.wine-listing .wine-cat {
  background: #b1dbf0;
  margin-bottom: 20px;
  min-height: 250px;
}

@media (min-width: 680px) {
  .wine-listing .wine-cat {
    display: -ms-flexbox;
    display: flex;
  }
}

.wine-listing .cat-image {
  position: relative;
}

@media (min-width: 680px) {
  .wine-listing .cat-image {
    width: 45%;
  }
}

.wine-listing .cat-image a {
  display: block;
  height: 220px;
  width: 100%;
  background: #fff no-repeat center;
  background-size: cover;
  transition: 0.2s;
}

@media (min-width: 680px) {
  .wine-listing .cat-image a {
    height: 100%;
    position: absolute;
  }
}

.wine-listing .cat-content {
  padding: 30px;
}

@media (min-width: 680px) {
  .wine-listing .cat-content {
    width: 55%;
  }
}

.wine-listing h2 {
  font-family: "New Century Schoolbook W01", serif;
  font-style: italic;
  text-transform: none;
  margin-top: 0;
}

.wine-listing h3,
.promo-listing h3 {
  font-family: "New Century Schoolbook W01", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  margin-top: 0;
}

.food-listing {
  display: block;
  margin: 0 -5px;
  font-size: 0;
}

.food-listing a.food-cat {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px;
  position: relative;
  background: #b1dbf0;
  width: calc(100% - 10px);
  transition: 0.2s;
}

@media (min-width: 520px) {
  .food-listing a.food-cat {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1025px) {
  .food-listing a.food-cat {
    width: calc(33% - 10px);
  }
}

.food-listing .cat-image {
  position: relative;
  height: 250px;
  background: #b1dbf0 no-repeat center;
  background-size: cover;
}

.food-listing .food-content {
  background: #b1dbf0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 4px;
  position: absolute;
  width: 100%;
}

.food-listing h2 {
  font-family: "New Century Schoolbook W01", serif;
  font-style: italic;
  text-transform: none;
  margin-top: 0;
  color: #3a3a3a;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

#checkout_form .radio-list li,
#checkout_form .checkbox-list li {
  padding: 4px 0;
  line-height: 1.3em;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], .custom-select select, .custom-select {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  display: inline-block;
  background: #f0f0f0;
  border: none;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 9px 12px;
  height: 38px;
}

textarea {
  padding: 10px 12px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 11px 35px;
  line-height: 16px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: none;
  height: auto;
  color: white;
  border: 2px solid white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
}

.button:hover, input[type=submit]:hover {
  background: rgba(250, 250, 250, 0.3);
  color: white;
  opacity: 1;
}

form .button, form input[type=submit], .checkout-buttons .button, .checkout-buttons input[type=submit], #checkout_form .button, #checkout_form input[type=submit] {
  background: #b1dbf0;
  border: none;
  color: #3a3a3a;
  font-size: 13px;
  letter-spacing: 0.5px;
  height: 38px;
}

form .button:hover, form input[type=submit]:hover, .checkout-buttons .button:hover, .checkout-buttons input[type=submit]:hover, #checkout_form .button:hover, #checkout_form input[type=submit]:hover {
  background: #7ebdd9;
  color: #fff;
  opacity: 1;
}

form .button.grey, .checkout-buttons .button.grey, #checkout_form .button.grey {
  background: #ccc;
}

.small-button {
  font-size: 12px;
  border: none;
  padding: 12px 16px;
  height: 39px;
}

.arrow-right {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  height: 8px;
  position: absolute;
  right: 24px;
  top: 14px;
  transform: rotate(45deg);
  width: 8px;
}

.button.arrow {
  padding-right: 41px;
  position: relative;
}

.button.dark {
  border-color: #626c71;
  color: #626c71;
  padding: 9px 25px;
}

.button.dark.arrow {
  padding-right: 30px;
}

.button.dark .arrow-right {
  border-color: #626c71;
  right: 14px;
  top: 13px;
  transition: 0.2s;
}

.button.dark:hover {
  color: #000;
}

.button.dark:hover .arrow-right {
  border-color: #000;
}

.download-button {
  display: inline-block;
  background: #b1dbf0;
  color: #3a3a3a;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 12px 25px 11px 40px;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  position: relative;
}

.download-button:after {
  content: ' ';
  background: url("../img/download.svg") top left;
  background-size: 100%;
  width: 12px;
  height: 13px;
  display: block;
  position: absolute;
  left: 20px;
  top: 13px;
}

.download-button:hover {
  background: #7ebdd9;
  opacity: 1;
}

.custom-select select {
  padding: 9px 35px 9px 12px;
  height: 38px;
  background: transparent;
  border: none;
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  content: ' ';
  border: 2px solid #828282;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

.custom-select select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 2px 10px 0 0;
  vertical-align: top;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #f0f0f0;
  display: block;
  border: 1px solid #f0f0f0;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #828282;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #828282;
  background: #828282;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: -5px 0 5px;
  font-size: 14px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #eb0000;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #eb0000;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.6em;
  color: #eb0000;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding: 0 0 0 25px;
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.search-form {
  position: relative;
  margin: 0;
  width: auto;
  max-width: auto;
}

.search-form input[type='text'] {
  padding-right: 40px;
}

.search-form input[type='submit'] {
  background: url(../img/search-icon.png) no-repeat center;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 100%;
  bottom: 0;
  width: 40px;
}

.search-form input[type='submit']:hover {
  background: url(../img/search-icon.png) no-repeat center;
}

.breadcrumbs {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #888;
  margin: 0 0 15px;
}

.breadcrumbs a {
  color: #888;
  font-weight: 500;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #b1dbf0;
  opacity: 1;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  font-size: 0;
  margin-top: 14px;
  border-bottom: 1px solid #494a4b;
  padding-bottom: 8px;
}

.social-links a {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #6a7a83 url("../img/social_icons.png");
  background-position: 3px 2px;
  transition-duration: 0.2s;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.social-links a:hover {
  background-color: #b1dbf0;
}

.social-links a.twitter {
  background-position: -24px 3px;
}

.social-links a.pinterest {
  background-position: -51px 3px;
}

.social-links a.instagram {
  background-position: -78px 3px;
}

.social-links a.linkedin {
  background-position: -24px 3px;
}

header.page-header .social-links {
  display: none;
}

@media (min-width: 800px) {
  header.page-header .social-links {
    display: block;
  }
}

.social-links.share-links {
  padding: 20px 0 10px;
  margin: 0;
  border: none;
  border-top: 1px solid #d3d4d5;
}

.social-links.share-links h2 {
  display: inline-block;
  margin: 0 20px 0 0;
}

.social-links.share-links a {
  background-color: #b1dbf0;
}

.social-links.share-links a:hover {
  background-color: #7ebdd9;
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #d3d4d5;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #d3d4d5;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 12px;
  color: #3a3a3a;
  margin: -10px 0 10px;
}

.pagination {
  text-align: right;
  margin: 0;
  clear: both;
  position: relative;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  padding: 6px;
  background: #d0d0d0;
  color: #3a3a3a;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin: 15px 1px 0;
  transition: 0.2s;
  position: relative;
}

.pagination .page-numbers.current {
  background: #b1dbf0;
  color: #3a3a3a;
}

.pagination .page-numbers.dots {
  background: #3a3a3a;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers a {
  color: #3a3a3a;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  text-indent: -9999px;
  overflow: hidden;
}

.pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
  content: ' ';
  border: 3px solid #3a3a3a;
  border-width: 2px 2px 0 0;
  display: block;
  height: 6px;
  position: absolute;
  left: 11px;
  top: 13px;
  transform: rotate(45deg);
  width: 6px;
}

.pagination .page-numbers.prev:after {
  border-width: 0 0 2px 2px;
  left: 14px;
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.top-bar {
  background: #b1dbf0;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
}

.top-bar .wrapper {
  padding: 0;
}

.top-bar .meta-nav {
  display: block;
  float: right;
}

.top-bar .meta-nav a {
  display: inline-block;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 11px;
  padding: 13px 14px;
  border-left: 1px solid #7ebdd9;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
}

.top-bar .meta-nav a:hover {
  opacity: 0.6;
}

.top-bar .meta-nav a.cart-link {
  padding-left: 35px;
  background: #7ebdd9 url("../img/basket.svg") no-repeat scroll 10px 11px;
  background-size: 17px 13px;
}

.top-bar .meta-nav a.cart-link.empty {
  width: 40px;
  background-position: 15px 11px;
}

.top-bar .meta-nav a.cart-link.empty:after {
  content: '.';
  visibility: hidden;
}

.top-bar .meta-nav a.contact-link {
  display: none;
}

@media (min-width: 520px) {
  .top-bar .meta-nav a.contact-link {
    display: inline-block;
  }
}

.top-bar .meta-nav a span.welcome {
  display: none;
  color: white;
}

@media (min-width: 480px) {
  .top-bar .meta-nav a span.welcome {
    display: inline-block;
  }
}

@media (min-width: 680px) {
  .top-bar .meta-nav {
    display: inline-block;
  }
}

.top-bar .login {
  float: left;
}

.top-bar .login span.welcome {
  padding-right: 10px;
}

.product-item {
  padding: 0 11px 77px;
  position: relative;
  text-align: center;
}

.product-item a {
  color: #3a3a3a;
  text-transform: none;
  transition: 0.2s;
  display: block;
}

.product-item a:hover {
  opacity: 0.8;
}

.product-item a h4 {
  margin: 11px 0 8px;
  color: #3a3a3a;
  text-transform: none;
  font-size: 14px;
}

.product-item a.small-button {
  text-transform: uppercase;
}

.product-item a .product-image img {
  width: 100%;
}

.product-item .price {
  font-size: 12px;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 500;
  color: #8d8e90;
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
}

.product-item .amount {
  font-size: 17px;
  color: #3a3a3a;
}

.product-item .product-buttons {
  margin-top: 10px;
  min-height: 45px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.product-item .small-button.view {
  background: #b1dbf0;
  position: absolute;
  right: 50%;
  top: 0;
}

.product-item .small-button.buy {
  background: #7ebdd9;
  position: absolute;
  left: 50%;
  top: 0;
}

.product-listing {
  margin: 0 -11px;
  font-size: 0;
}

@media (min-width: 480px) {
  .product-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.product-listing .product-item {
  margin: 40px 0 20px;
}

@media (min-width: 480px) {
  .product-listing .product-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 950px) {
  .product-listing .product-item {
    width: 33.33333%;
  }
}

#related-products .product-listing .product-item {
  margin: 5px 0 20px;
}

@media (min-width: 480px) {
  #related-products .product-listing .product-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 680px) {
  #related-products .product-listing .product-item {
    width: 33.33333%;
  }
}

@media (min-width: 940px) {
  #related-products .product-listing .product-item {
    width: 25%;
  }
}

.products-panel .owl-controls {
  top: 161px;
  height: 0;
}

.owl-prev, .owl-next {
  height: 53px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 50%;
  transform: translate(-50%, 0);
  transition: background 0.2s;
  white-space: nowrap;
  width: 42px;
}

.owl-prev:hover, .owl-next:hover {
  background: none;
}

.owl-prev:before, .owl-next:before {
  border-top: 3px solid #b1dbf0;
  border-left: 3px solid #b1dbf0;
  content: '';
  display: block;
  height: 23px;
  left: 20px;
  top: 0;
  position: absolute;
  width: 23px;
  z-index: 1;
}

.owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.owl-prev:before {
  left: 17px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}

.owl-next {
  right: 0;
  transform: translate(50%, -50%);
}

.owl-next:before {
  left: 0px;
  top: 50%;
  transform: rotate(135deg) translate(-50%, 0);
}

#listing-description {
  margin-top: 30px;
}

.listing-filter {
  border-bottom: 1px solid #d3d4d5;
  padding: 0 0 12px;
  margin: 30px 0 0;
  font-weight: 500;
  font-family: "Proxima Nova W01", Arial, sans-serif;
}

.listing-filter:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 480px) {
  .listing-filter {
    text-align: right;
  }
}

.listing-filter form {
  margin: 0;
}

.listing-filter .filter-result {
  margin: 10px 0;
}

@media (min-width: 480px) {
  .listing-filter .filter-result {
    float: left;
  }
}

.listing-filter .filter-sort select {
  width: 225px;
}

.listing-filter .custom-select {
  width: auto;
  margin-left: 10px;
}

.listing-filter .custom-select:before {
  top: 12px;
}

.hub {
  display: block;
  padding-bottom: 2px;
}

@media (min-width: 800px) {
  .hub {
    padding: 40px 0 80px;
  }
}

.hub .wrapper {
  padding: 0;
}

.hub h3 {
  font-family: "New Century Schoolbook W01", serif;
  font-size: 22px;
  text-transform: none;
  color: white;
  font-style: italic;
  margin-top: 16px;
  margin-bottom: 3px;
}

.hub h2 {
  margin-bottom: 4px;
}

.hub .mem-desc p {
  margin: 2px;
}

.hub .feature {
  margin-bottom: 7px;
}

.hub .subscribe-join-panel {
  display: block;
  text-align: center;
}

@media (min-width: 1025px) {
  .hub .subscribe-join-panel {
    width: 360px;
    display: inline-block;
  }
}

.hub a.conditions {
  color: white;
  font-weight: normal;
}

@media (min-width: 1025px) {
  .grid {
    display: inline-block;
    width: calc(100% - 368px);
    float: right;
  }
}

.join-panel {
  background: #7ebdd9 url("../img/watercolour.png") no-repeat scroll center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 17px 20px 8px;
}

@media (min-width: 1025px) {
  .join-panel {
    min-height: 621px;
  }
}

.join-panel .highlights {
  margin-bottom: 20px;
}

.join-panel .highlight-item {
  padding: 3px 0;
  position: relative;
}

.join-panel .highlight-item:before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
}

.join-panel .highlight-item:last-child:before {
  border-bottom: none;
}

.join-panel .mem-logo {
  width: 150px;
  height: auto;
}

.subscribe-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.subscribe-panel h2 {
	font-size: 22px;
}

.subscribe-panel .highlights {
  margin-bottom: 20px;
}

.subscribe-panel .wrap {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  z-index: 2;
  padding: 23px 15px;
  color: white;
}

@media (min-width: 1025px) {
  .subscribe-panel .wrap {
    min-height: 307px;
  }
}

.subscribe-panel .gform_wrapper {
  max-width: none;
}

.subscribe-panel .gform_wrapper label {
  display: none;
}

.subscribe-panel .gform_wrapper .gform_body {
  display: inline-block;
  width: 231px;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.subscribe-panel .gform_wrapper .gform_footer {
  width: 50px;
  display: inline-block;
}

.subscribe-panel .gform_wrapper .validation_error {
  display: none;
}

.subscribe-panel .gfield_description.validation_message, .subscribe-panel .gform_ajax_spinner {
  color: #fff;
  position: absolute;
}

.subscribe-panel .gfield_description.validation_message {
  line-height: 10px;
}

.subscribe-panel input[type='text'] {
  background: #fff;
  padding: 11px 12px;
  height: 42px;
}

/*.subscribe-panel .button, */
.subscribe-panel input[type="submit"] {
  padding: 11px 18px;
  text-indent: -9999px;
  border: none;
  background: white url("../img/black-arrow.svg") no-repeat scroll center center;
  background-size: 9px auto;
  width: 48px;
  height: 42px;
}

/*.subscribe-panel .button:hover,*/
.subscribe-panel input[type="submit"]:hover {
  background: #7ebdd9 url("../img/black-arrow.svg") no-repeat scroll center center;
  background-size: 9px auto;
}

.subscribe-panel form {
  margin-bottom: 22px;
}

.subscribe-panel form li {
  padding: 0;
}

a.link {
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  padding-right: 35px;
}

a.link .arrow-right {
  top: 4px;
  border-color: #3a3a3a;
}

@media (min-width: 800px) {
  .product-detail h1 {
    font-size: 37px;
  }
}

.product-detail .subtitle {
  font-family: "New Century Schoolbook W01", serif;
  font-style: italic;
  font-size: 20px;
  margin: -10px 0 14px;
  color: #8a8a8d;
}

.product-detail .note-box {
  margin: 20px 0;
}

.product-detail .rating {
  margin: 14px 0;
}

.product-detail .rating a {
  padding: 3px 10px;
  border: 1px solid #d3d4d5;
  display: inline-block;
  text-align: center;
  transition: 0.2s;
}

.product-detail .rating .small {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  color: #999;
  font-weight: bold;
  text-transform: lowercase;
}

.product-detail .rating .points {
  font-family: "New Century Schoolbook W01", serif;
  font-size: 37px;
  line-height: 37px;
  color: #3a3a3a;
}

.product-detail #price {
  font-size: 29px;
  font-family: "New Century Schoolbook W01", serif;
  margin-bottom: 12px;
}

.product-detail #price del {
  color: #b1dbf0;
}

.product-detail #price .special {
  color: #eb0000;
}

.product-detail #product-description form {
  margin: 18px 0 30px;
}

.product-detail #product-description .form-options, .product-detail #product-description .qty {
  margin: 0 15px 15px 0;
  float: left;
}

.product-detail #product-description .form-options input[type=number], .product-detail #product-description .qty input[type=number] {
  width: 80px;
}

.product-detail #product-description .form-options select, .product-detail #product-description .qty select {
  width: 220px;
}

.product-detail #product-description .options-section:after {
  content: "";
  display: block;
  clear: both;
}

.product-detail #product-description h3 {
  margin: 0 0 4px;
  text-transform: none;
}

.product-detail #product_image {
  max-width: 360px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .product-detail #product_image {
    float: right;
    width: 40%;
  }
}

.product-detail #product_image a {
  display: block;
  transition: 0.2s;
}

.product-detail #product_image img {
  vertical-align: top;
}

.product-detail #product_image .thumbs {
  margin: 20px -10px;
  font-size: 0;
}

.product-detail #product_image .thumbs a {
  display: inline-block;
  width: calc(33% - 20px);
  margin: 0 10px;
  transition: 0.2s;
}

.product-detail #product_image .thumbs a img {
  width: 100%;
  border: 1px solid #d3d4d5;
}

@media (min-width: 768px) {
  .product-detail #product-info, .product-detail #product-description {
    float: left;
    width: 54%;
  }
}

@media (min-width: 1025px) {
  .product-detail #product-info, .product-detail #product-description {
    width: 57%;
  }
}

.product-detail .downloads {
  margin: 0 14px 30px;
}

.product-detail .downloads p {
  margin-top: 0;
}

.product-detail .product-awards {
  margin: 0 5px 12px;
}

.product-detail .product-awards h2 {
  margin-left: 5px;
}

.product-detail .product-awards img {
  vertical-align: middle;
  margin: 0 5px 15px;
}

.product-detail .info-section {
  border-top: 1px solid #d3d4d5;
  padding: 25px 14px 20px;
}

.product-detail .info-section h2 {
  margin: 0;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.product-detail .info-section h2:after, .product-detail .info-section h2:before {
  content: ' ';
  height: 3px;
  width: 13px;
  background: #3a3a3a;
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  transition: 0.2s;
}

.product-detail .info-section .info-content {
  overflow: hidden;
}

.product-detail .info-section .info-content p {
  margin-bottom: 5px;
}

.product-detail .info-section.collapsed h2:after {
  transform: rotate(90deg);
}

.product-detail #related-products {
  clear: both;
  padding-top: 25px;
}

#add-to-cart {
  position: relative;
}

#add-to-cart.loading {
  opacity: 1;
}

#add-to-cart.loading:before {
  content: "";
  background: #dceff8 url("../img/ajax-loader.gif") no-repeat center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#add-to-cart.added:before {
  content: "";
  background: #dceff8;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#add-to-cart.added:after {
  content: "";
  border: 2px solid #3a3a3a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  left: 48%;
  top: 10px;
}

.home-content .wrapper {
  padding: 60px 25px;
}

@media (min-width: 680px) {
  .home-content .wrapper {
    background: white url("../img/Homepage_Illy.jpg") no-repeat scroll right top;
    background-size: 68% auto;
    min-height: 335px;
    max-width: 937px;
    padding: 60px 80px;
  }
}

@media (min-width: 800px) {
  .home-content .wrapper {
    background-size: 52% auto;
  }
}

@media (min-width: 680px) {
  .home-content .wrapper .intro {
    width: 51%;
  }
}

/* ------------------------------------
PRODUCT LISTING & DETAIL
------------------------------------ */
.product-grid {
  position: relative;
}

.product-grid .spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -30px;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}

.product-grid.loading .spinner {
  display: block;
  z-index: 1000;
}

.product-grid.loading #store {
  opacity: 0.2;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

del, .discounted, .oldprice, .old-price, .old_price {
  text-decoration: line-through;
}

/* option selector */
.sold_out {
  display: none;
}

.hide {
  display: none;
}

/* matrix selector */
#product-form-matrix .hide {
  display: none;
}

#product-form-matrix .form-options .options {
  display: none;
}

#product-form-matrix .form-options .unavailable {
  opacity: 0.4;
}

.confirmation-addtocart {
  padding: 10px 0 0;
}

.confirmation-addtocart .status {
  color: #eb0000;
}

.confirmation-addtocart a {
  color: #3a3a3a;
  font-weight: bold;
}

/* ------------------------------------
CART
------------------------------------ */
#cart {
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0;
}

#cart td, #cart th {
  padding: 15px 10px 15px 0;
  border-right: none;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

#cart td:first-child, #cart th:first-child {
  width: 10%;
}

#cart td:last-child, #cart th:last-child {
  text-align: right;
}

#cart th {
  padding: 15px 10px 10px 0;
  background: transparent;
}

#cart td.product-image {
  line-height: 0;
}

#cart td.product-image img {
  width: 90%;
}

#cart .product-note {
  padding-top: 4px;
}

#cart .price-cell, #cart .quantity-cell, #cart .update-cell, #cart .totalprice-cell, #cart td.remove, #cart .promotion {
  white-space: nowrap;
}

#cart .price-cell, #cart .totalprice-cell, #cart .promotion {
  font-weight: bold;
}

#cart input[name='qty'] {
  width: 55px;
  margin-right: 5px;
}

#cart form {
  margin: 0;
  padding: 0;
}

#cart td.remove a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
}

#cart td.remove a:before, #cart td.remove a:after {
  content: '';
  background: #888;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 2px;
  transform: rotate(45deg);
}

#cart td.remove a:after {
  transform: rotate(-45deg);
}

#cart td.remove a:hover:before, #cart td.remove a:hover:after {
  background: #eb0000;
}

.cart-section {
  padding: 0 0 20px;
  text-align: right;
}

.cart-section form {
  margin: 0;
  padding: 0;
}

.cart-section input[type="text"], .cart-section .custom-select {
  width: 150px !important;
  margin: 0 10px;
  vertical-align: middle;
  text-align: left;
}

#shopping-cart-totals {
  margin-top: 25px;
}

#shopping-cart-totals .shopping-cart-total {
  padding: 5px 0 0;
}

#shopping-cart-totals .shopping-cart-total span {
  display: inline-block;
}

#shopping-cart-totals .shopping-cart-total .amount {
  margin-left: 5px;
}

#shopping-cart-totals #shopping-cart-total {
  font-size: 26px;
  padding: 15px 0 0;
}

#shopping-cart-buttons .next {
  float: right;
}

.gst-note {
  font-size: 13px;
  color: #888;
}

/* ------------------------------------
CHECKOUT
------------------------------------ */
#checkout_form {
  width: 100%;
}

#checkout_form form {
  margin: 0;
}

#checkout_form ul, #checkout_form ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#checkout_form li {
  line-height: 1.6em;
}

#checkout_form label.left {
  display: block;
  padding: 0 0 2px 0;
}

#checkout_form .errormsg, #checkout_form .status {
  color: #eb0000;
  display: block;
}

#checkout_form .errormsg {
  display: block;
  font-size: 12px;
  line-height: normal;
  padding: 5px 0;
}

#checkout_form .form-section {
  margin-bottom: 20px;
  overflow: hidden;
}

#checkout_form .fieldset {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-bottom: 20px;
  max-width: 460px;
}

#checkout_form .fieldset.right {
  float: right;
}

#checkout_form .fieldset.fullsize {
  width: 100%;
}

#checkout_form .input_check {
  display: none;
}

#checkout_form span.note {
  font-size: 1em;
  color: #888;
  display: block;
  line-height: normal;
  padding: 5px 0;
}

#checkout_form .button.prev {
  margin-right: 5px;
}

#checkout_form .forgot-link {
  margin: 10px 0;
  display: inline-block;
}

#checkout_form div.radio, #checkout_form div.checker {
  vertical-align: text-bottom;
  margin-right: 10px;
}

#checkout_form .checkout-buttons {
  margin: 30px 0;
}

#checkout_form li.small-field {
  width: 48.5%;
  margin-right: 3%;
  display: inline-block;
}

#checkout_form li.small-field.right {
  margin-right: 0;
}

.securenotice {
  background: url("/_tentacle/app/_inc/img/lock.gif") no-repeat scroll 10px 9px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  margin: 50px 0 0;
  padding: 8px 15px 8px 30px;
}

.delivery-summary .smallbutton {
  display: block;
  margin-top: 5px;
}

.delivery-summary .delivery-address {
  line-height: 1.4em;
  margin: 15px 0 10px;
}

.payment-summary table {
  margin: 15px 0 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #454549;
}

.payment-summary table td {
  padding: 10px 0;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
}

.payment-summary .totalprice-cell {
  white-space: nowrap;
  text-align: right;
}

.orders-table, .post-content .orders-table {
  margin-top: 0;
}

.user-orders {
  margin-top: 35px;
}

.stripe-badge {
  vertical-align: middle;
  display: block;
  width: 119px;
  height: auto;
  margin: 25px 0 0;
}

@media screen and (max-width: 860px) {
  #shopping-cart-postage, #shopping-cart-promo {
    text-align: left;
  }
  .cart-section input[type="text"], .cart-section .custom-select, .cart-section .button {
    margin: 0 5px 10px 0;
    vertical-align: top;
  }
  .cart-section .mobile label {
    display: block;
    margin-bottom: 5px;
  }
  #cart th:nth-child(3), #cart td:nth-child(3), #cart th:nth-child(2), #cart td:first-child {
    display: none;
  }
  #cart th:first-child {
    width: auto;
  }
}

/* ------------------------------------
ROOM VIEW
------------------------------------ */
@media screen and (max-width: 1000px) {
  a#preview {
    display: none;
  }
}

.preview_content {
  position: relative;
}

.preview_content .inner {
  display: block;
}

.preview {
  margin: 15px -30px 15px;
  clear: both;
}

.preview .image_wrapper {
  position: relative;
  width: 1000px;
  height: 637px;
  overflow: hidden;
  margin: 0 auto;
}

.preview .image_wrapper span {
  display: none;
  position: absolute;
  line-height: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3), inset 2px 2px 80px 0 rgba(202, 202, 202, 0.7);
  border-radius: 2px;
  padding: 15px;
  border: 5px solid #000;
  background: #fff;
}

.preview .image_wrapper span.noframe {
  box-shadow: none;
  background: transparent;
  padding: 20px;
  border: none;
}

.preview .image_wrapper span.noframe img {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.preview .image_wrapper span.active {
  display: block;
}

.preview .background {
  position: absolute;
  width: 100%;
}

.preview_content small {
  text-align: right;
  display: block;
}

.preview_buttons {
  position: relative;
  margin: 30px 0 0;
}

.preview_buttons #back-to-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.preview_buttons ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.preview_buttons ol li {
  list-style: none;
  display: inline-block;
}

.preview_buttons label {
  display: inline-block;
  padding: 0 10px 0 0;
}

.preview_buttons .custom-select {
  width: 150px;
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  #shopping-cart-buttons .prev {
    display: none;
  }
  #cart th:nth-child(4), #cart td:nth-child(4) {
    display: none;
  }
  #checkout_form .fieldset {
    width: 100%;
  }
  #checkout_form .fieldset.right {
    float: none;
  }
  .orders-table th:nth-child(2), .orders-table td:nth-child(2), .orders-table th:nth-child(3), .orders-table td:nth-child(3) {
    display: none;
  }
}

.cooked-recipe-search form {
	margin-top: 0;
}

.recipe-action iframe {
  clear: none;
  margin: 0;
}

#cooked-plugin-page .social-links.share-links {
	border: 0 none;
}

#cooked-plugin-page .social-links.share-links h2 {
	display: inline-block;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}


/*# sourceMappingURL=../maps/main.css.map */
