@charset "UTF-8";
html, body {
    height: 100%;
    width: 100%;
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
body {
    overflow-x:hidden;
    /*font-size: 75%;*/
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.03em;
    font-family: Georgia,"Times New Roman",serif;
    color: #fff;
}
ul li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    background: transparent;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: arial;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 140%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1, h2, h4, h5, h6 {
    font-weight: normal;
    /*letter-spacing: 0.03em;*/
}
h3 {
    letter-spacing: 0.1em;
}

p {
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #fff;
}

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

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

textarea {
    resize: none;
    outline: none;
}

select {
    outline: none;
}

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

.clear {
    clear: both;
}

a {
    transition: color .6s ease-in-out;
}

.floatLeftImp {
    float: left !important;
}

.floatRigthImp {
    float: right !important;
}
/* End Reset */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/** Helper **/
.absolute-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hide {
  display: none;
}
.well {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.no-scroll {
  overflow: hidden;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #000;
  opacity: .8;
  z-index: 900;
  left: 0;
}
.uc {
  text-transform: uppercase;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.two-columns {
  width: 100%;
}
.two-columns .left-column,
.two-columns .right-column {
  width: 50%;
  float: left;
}
div.scLooseFrameZone {
  display: none;
}
.page-edit {
  overflow: hidden;
}
.page-edit li {
  float: left;
  margin-right: 2em;
}
.scEmptyImage {
  width: auto;
}
@media (min-width: 1024px) {
  footer .hero-image img.scEmptyImage {
    width: auto;
    border: none;
    border-radius: 0;
  }
}
/*------------------------------------*\
  MEDIA QUERIES - New version based on Penfolds2
\*------------------------------------*/
/**
Usage:
@media @tablet {
	footer {
		width: 768px;
	}
}*/
/* ---------------------------------------
         z-index
-----------------------------------------*/
/* ---------------------------------------
         Global colors
-----------------------------------------*/
.redButton {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
}
/* 
    -- Pagination and Bullet style Mixins --
    Use this if you want to change the shape of the bullet in the nav,
    or if you want to style the owl-slider pagination.

    This mixin only styles the block level element (height and size).
    
    usage: include .bullet-shape() or .diamond-shape() in parent selector.
    
    i.e:
        foo.bar { .diamond-shape() } will be the default 6px width x height diamond.
        .foo.bar { .bullet-shape(12px) } will be a 12px diamater circle.

*/
p {
  font-size: 14px;
  margin-bottom: 1em;
}
.hero-image img {
  display: block;
  margin: 0 auto;
}
/*
    ----- Structural styles -----
*/
.banner-placeholder {
  max-width: 1200px;
  margin: 0 auto;
}
/*------- Template 3 MIXIN --------*/
.border-radius-form {
  border-radius: 5px;
}
body {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  color: #878787;
}
input,
textarea,
button {
  background: none;
}
p {
  color: #878787;
}
a {
  color: #c4854a;
  transition: none;
}
.page.page-home .tcenter.logo {
  display: none;
}
.layout-content .title:first-of-type,
.layout-content .title-alt:first-of-type {
  margin-top: .5em;
}
.layout-content .join-us-container {
  padding-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 640px) {
  .layout-content .join-us-container {
    padding: 0 1.5em;
    text-align: left;
  }
}
.layout-content .join-us-container .form-wrapper span.error {
  display: none;
}
@media (max-width: 480px) {
  .layout-content .join-us-container .form-wrapper {
    width: 100%;
    min-width: 0;
  }
}
.layout-content .join-us-container .form-wrapper div.tcenter .submit-button:after {
  display: none;
}
@media (min-width: 480px) {
  .layout-content .join-us-container .form-wrapper .vlist li:nth-child(2n) {
    margin-left: 0;
  }
  .layout-content .join-us-container .clearfix {
    clear: both;
    margin-left: 0;
  }
  .layout-content .join-us-container .clearleft {
    clear: left;
    margin-left: 0;
  }
}
/*
  ----------------------------- Default Variables

  ------ Can be overwritten in each sites variables.less

*/
/*
  ----------------------------- Inherit Resets
*/
html,
body {
  height: 100%;
  width: 100%;
}
/*
  ----------------------------- Helper Classes / Utilities
*/
.js-hide-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}
/*
  ----------------------------- Container styles for the Age Gate
*/
#country-selector *:focus,
#language-selector *:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #fff;
}
#dob-year:focus {
  outline: none;
}
#age-gate-section input {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder {
  color: #c4854a;
  opacity: 0.7;
}
input::-moz-input-placeholder {
  color: #c4854a;
  opacity: 0.7;
}
input:-moz-input-placeholder {
  color: #c4854a;
  opacity: 0.7;
}
input:-ms-input-placeholder {
  color: #c4854a;
  opacity: 0.7;
}
#age-gate-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 5000;
  background: #fff url(/Includes/Seppelt/Images/seppelt_bg.jpg) no-repeat center center / cover;
  transform: translate3d(0, -9%, 0);
  transition: transform .4s .7s, opacity .4s .7s;
}
#age-gate-section.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: inherit;
}
#age-gate-section.js-absolute {
  position: absolute !important;
}
#age-gate-section .nicescroll-cursors {
  border: #fff !important;
  background-color: #fff !important;
}
#age-gate-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
#age-gate-section [class^="icon-"]:before {
  height: 100%;
  width: 20px;
  padding: 0;
}
#age-gate-section a {
  color: #fff;
  text-decoration: underline;
}
#age-gate-section p {
  color: #fff;
}
#age-gate {
  text-align: center;
  color: #fff;
  height: 100%;
}
#age-gate .absolute-centred {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  max-height: 550px;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  #age-gate .absolute-centred {
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
  }
}
.age-gate-container {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  overflow: hidden;
  box-shadow: none;
}
.age-gate-container .age-gate-container-wrapper {
  padding: 25px;
  height: 100%;
}
/*
  ----------------------------- Age Gate Contents
*/
.age-gate-container .icon-chevron:before {
  content: "\e801";
  position: absolute;
  top: 0;
  left: 5px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  transform: rotate(90deg);
}
.age-gate-container .active .icon-chevron:before {
  content: "\e800";
}
.age-gate-container .logo {
  margin: 0 0 1em 0;
}
.age-gate-container .logo a {
  background: url(/Includes/Seppelt/Images/logo.png) no-repeat center center / contain;
  display: block;
  height: 86px;
  margin: 0 auto;
  max-width: 100%;
  width: 257px;
}
.age-gate-container .message {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 1px rgba(25, 25, 25, 0.2);
}
.age-gate-container .message:nth-child(n+3) {
  margin-bottom: 25px;
}
#country-selector,
#language-selector {
  position: relative;
  width: 100%;
  max-width: 533.33333333px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#country-selector .selected,
#language-selector .selected {
  position: relative;
  width: calc(100% - 50px);
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}
#country-selector .select-dropdown,
#language-selector .select-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -50px;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
#country-selector .select-dropdown span,
#language-selector .select-dropdown span {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#age-gate-section .country-name,
#age-gate-section .language-list,
#age-gate-section .language-name {
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 1px rgba(25, 25, 25, 0.2);
}
#age-gate-section .country-list,
#age-gate-section .language-list {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 50px;
  text-align: left;
}
@media (min-width: 768px) {
  #age-gate-section .country-list,
  #age-gate-section .language-list {
    max-height: 7em;
    overflow-y: scroll;
  }
}
#age-gate-section .country-list li,
#age-gate-section .language-list li {
  display: block;
  padding: 4px 15px;
  border-bottom: #fff;
}
#age-gate-section .country-list li:hover,
#age-gate-section .language-list li:hover,
#age-gate-section .country-list li:focus,
#age-gate-section .language-list li:focus,
#age-gate-section .country-list li:active,
#age-gate-section .language-list li:active {
  background: rgba(255, 255, 255, 0.1);
}
#age-gate-section .country-list li:last-child,
#age-gate-section .language-list li:last-child {
  margin-bottom: 10px;
}
#date-of-birth {
  position: relative;
  min-height: 170px;
  margin-top: 20px;
}
#date-of-birth #dob-year,
#date-of-birth #dob-date-add {
  visibility: hidden;
}
#date-of-birth #dob-year.active,
#date-of-birth #dob-date-add.active {
  position: relative;
  visibility: visible;
}
#dob-date-add {
  position: absolute;
  left: 0;
  right: 0;
}
#dob-date-add #dob-date-month,
#dob-date-add #dob-date-day {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#dob-date-add #dob-date-month.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#dob-date-add #dob-date-day.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .1s;
}
#dob-date-add .dob-go-back {
  position: absolute;
  top: 20px;
  left: -40px;
}
#dob-date-add .dob-go-back .icon-chevron:before {
  transform: rotate(360deg);
}
.age-gate-container .number {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
#dob-year {
  margin-top: 25px;
  display: none;
}
#dob-year.active {
  display: block;
}
#date-of-birth::after {
  clear: both;
  content: "";
  display: table;
}
#date-of-birth .number {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  height: 84px;
  width: 60px;
  margin-right: 4px;
}
@media (min-width: 460px) {
  #date-of-birth .number {
    height: 90px;
    width: 70px;
    margin-right: 7px;
  }
}
#date-of-birth .number:last-child {
  margin-right: 0;
}
#date-of-birth .number input {
  position: absolute;
  top: 0;
  left: -999em;
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 16px;
  opacity: 0;
}
#date-of-birth .number .number-value {
  font-size: 40px;
  line-height: 2;
  height: 100%;
}
#date-of-birth .number .number-value.filled {
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
}
#date-of-birth.valid .number {
  border: 1px solid #198819;
}
#date-of-birth.valid .number input {
  display: none;
}
#date-of-birth.invalid .number {
  border: 1px solid #D62020;
}
.age-gate-container .divider {
  margin: 25px 0;
  font-size: 20px;
}
#age-gate-legal {
  margin: 20px 0 0;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ag-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.number-value.focus {
  position: absolute;
  width: 100%;
  height: 100%;
}
.number-value.focus::before {
  content: "_";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: blinker .4s infinite alternate;
}
a#btnFacebookConnect {
  text-decoration: none;
}
#btnFacebookConnect {
  font-family: "Lucida Grande", "Helvetica Neue", "Roboto", "Tahoma";
  font-size: 13px;
  text-align: left;
  letter-spacing: normal;
  font-weight: bold;
  display: inline-block;
  color: white;
  background-color: #3a579b;
  border-bottom: 1px solid #334d88;
  padding: 16px 12px;
  margin-bottom: 1em;
  border-radius: 3px;
  padding-left: 45px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#btnFacebookConnect::before {
  font-family: "twe-custom";
  position: absolute;
  content: "\e813";
  line-height: 1;
  color: white;
  font-size: 25px;
  left: 17px;
  top: 26%;
}
#btnFacebookConnect span {
  display: block;
  margin-top: -2px;
}
#btnFacebookConnect:active {
  background-color: #365190;
}
#btnFacebookConnect:hover {
  background-color: #3e5da6;
}
#loading-div-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  z-index: 6000;
}
#loading-div-background p {
  position: absolute;
  color: #ffffff;
  top: 60vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: inherit;
}
#loading-div,
#loading-div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loading-div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50vh;
  font-size: 6px;
  text-indent: -9999em;
  border-left: 1.6em solid #fff;
  border-top: 1.6em solid rgba(255, 255, 255, 0.2);
  border-right: 1.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.6em solid rgba(255, 255, 255, 0.2);
  border-left: 1.6em solid #ffffff;
  transform: translateZ(0);
  animation: ag-load 1.1s infinite linear;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}
/*--------------- Teamplate B Mixins --------------------*/
/*---------------------------- AtlasB specific layout -------------------------------*/
.wrapper-site {
  width: 90%;
  margin: 0 auto;
}
.layout-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.layout-content .absolute-cover {
  display: none;
}
.layout-content h1.title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #c4854a;
  position: relative;
  zoom: 1;
  text-align: left;
}
.layout-content h1.title:before,
.layout-content h1.title:after {
  content: "";
  display: table;
}
.layout-content h1.title:after {
  clear: both;
}
.layout-content h1.title span {
  font-family: "PlayfairDisplay", "Times New Roman", Serif !important;
  font-size: 12px;
}
.layout-content h2.title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #c4854a;
}
section.layout-content {
  background: "/Includes/Seppelt/Images/body-bg-pattern.jpg";
  margin-bottom: 2.5em;
  padding-bottom: 1em;
}
.wine-overview .content-with-image h2,
.wine-range .content-with-image h2 {
  padding-top: 1em;
}
li .content .extract {
  margin-bottom: 2em;
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}
.owl-controls,
.owl-controls.clickable,
.owl-theme.owl-controls {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 44%;
}
.owl-controls .owl-nav,
.owl-controls.clickable .owl-nav,
.owl-theme.owl-controls .owl-nav {
  margin: 0;
  line-height: 19px;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls.clickable .owl-nav .owl-prev,
.owl-theme.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls.clickable .owl-nav .owl-next,
.owl-theme.owl-controls .owl-nav .owl-next {
  font-family: "twe-custom";
  position: absolute;
  margin: 0;
  bottom: -8px;
  border: 1px solid #c4854a;
  border-radius: 30px;
  padding: 16px;
  text-indent: 0;
  background: #fff;
}
@media (max-width: 480px) {
  .owl-controls .owl-nav .owl-prev,
  .owl-controls.clickable .owl-nav .owl-prev,
  .owl-theme.owl-controls .owl-nav .owl-prev,
  .owl-controls .owl-nav .owl-next,
  .owl-controls.clickable .owl-nav .owl-next,
  .owl-theme.owl-controls .owl-nav .owl-next {
    bottom: 110px;
  }
}
.owl-controls .owl-nav .owl-prev:after,
.owl-controls.clickable .owl-nav .owl-prev:after,
.owl-theme.owl-controls .owl-nav .owl-prev:after,
.owl-controls .owl-nav .owl-next:after,
.owl-controls.clickable .owl-nav .owl-next:after,
.owl-theme.owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  color: #c4854a;
  text-indent: 0;
  font-size: 18px;
}
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls.clickable .owl-nav .owl-prev:hover,
.owl-theme.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls.clickable .owl-nav .owl-next:hover,
.owl-theme.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-prev:active,
.owl-controls.clickable .owl-nav .owl-prev:active,
.owl-theme.owl-controls .owl-nav .owl-prev:active,
.owl-controls .owl-nav .owl-next:active,
.owl-controls.clickable .owl-nav .owl-next:active,
.owl-theme.owl-controls .owl-nav .owl-next:active {
  background: #fff !important;
  -webkit-tap-highlight-color: #fff !important;
}
.owl-controls .owl-nav .owl-prev:hover:after,
.owl-controls.clickable .owl-nav .owl-prev:hover:after,
.owl-theme.owl-controls .owl-nav .owl-prev:hover:after,
.owl-controls .owl-nav .owl-next:hover:after,
.owl-controls.clickable .owl-nav .owl-next:hover:after,
.owl-theme.owl-controls .owl-nav .owl-next:hover:after,
.owl-controls .owl-nav .owl-prev:active:after,
.owl-controls.clickable .owl-nav .owl-prev:active:after,
.owl-theme.owl-controls .owl-nav .owl-prev:active:after,
.owl-controls .owl-nav .owl-next:active:after,
.owl-controls.clickable .owl-nav .owl-next:active:after,
.owl-theme.owl-controls .owl-nav .owl-next:active:after {
  color: #ffffff;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls.clickable .owl-nav .owl-prev,
.owl-theme.owl-controls .owl-nav .owl-prev {
  left: -14px;
}
.owl-controls .owl-nav .owl-prev:after,
.owl-controls.clickable .owl-nav .owl-prev:after,
.owl-theme.owl-controls .owl-nav .owl-prev:after {
  content: "\e81f";
}
.owl-controls .owl-nav .owl-next,
.owl-controls.clickable .owl-nav .owl-next,
.owl-theme.owl-controls .owl-nav .owl-next {
  right: -14px;
}
.owl-controls .owl-nav .owl-next:after,
.owl-controls.clickable .owl-nav .owl-next:after,
.owl-theme.owl-controls .owl-nav .owl-next:after {
  content: "\e820";
}
/*---------------------------- Common Content Page -------------------------------*/
.layout-content {
  zoom: 1;
  /*-----------------Content with image styling-----------------*/
  /*----------------- Hero image with content styling -------------------*/
  /*----------------- Iframe styling -------------------*/
  /*iframe {
        width: 100%;
        background: url("../../../../Images/ajax-loader-black.gif") bottom left no-repeat;
        background-position: 50% 20%;
    }*/
  /*----------------- Hyperlink styling -------------------*/
}
.layout-content:before,
.layout-content:after {
  content: "";
  display: table;
}
.layout-content:after {
  clear: both;
}
.layout-content .content-with-image {
  padding-left: 2em;
  padding-right: 2em;
  zoom: 1;
  margin-bottom: 3em;
  text-align: center;
}
.layout-content .content-with-image ul,
.layout-content .content-with-image ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .content-with-image ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .content-with-image ul li:before {
  background-color: #878787;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .content-with-image ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .content-with-image:before,
.layout-content .content-with-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-image:after {
  clear: both;
}
.layout-content .content-with-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-image .content-image {
  text-align: center;
  float: none;
  margin: 0 0 20px 0;
  max-width: auto;
}
.layout-content .content-with-image .content-with-image-text {
  text-align: center;
  padding: 5px 0 0 0;
}
.layout-content .content-with-image .content-with-image-text .title {
  text-align: center;
}
.layout-content .content-with-image .content-with-image-text .sub-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-image .content-with-image-text .sub-title p {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin: 0;
}
.layout-content .content-with-image .content-with-image-text .content-container {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  text-align: center;
}
.layout-content .content-with-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-image.join-us-cwi .content-with-image-text .title {
  text-align: center;
}
.layout-content .content-with-left-image {
  zoom: 1;
  margin-bottom: 3em;
  text-align: left;
}
.layout-content .content-with-left-image:before,
.layout-content .content-with-left-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-left-image:after {
  clear: both;
}
.layout-content .content-with-left-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-left-image .content-image {
  text-align: left;
  float: left;
  margin: 0 4% 2% 0;
  max-width: 48%;
}
.layout-content .content-with-left-image .content-with-image-text {
  text-align: left;
  padding: 5px 0 0 0;
}
.layout-content .content-with-left-image .content-with-image-text .title {
  text-align: left;
}
.layout-content .content-with-left-image .content-with-image-text .sub-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-left-image .content-with-image-text .sub-title p {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin: 0;
}
.layout-content .content-with-left-image .content-with-image-text .content-container {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  text-align: left;
}
.layout-content .content-with-left-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-left-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-left-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-left-image .content-with-image {
  padding-left: 0;
}
.layout-content .content-with-left-image .content-with-image-text {
  padding-left: 2em;
}
.layout-content .content-with-right-image {
  zoom: 1;
  margin-bottom: 3em;
  text-align: left;
}
.layout-content .content-with-right-image:before,
.layout-content .content-with-right-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-right-image:after {
  clear: both;
}
.layout-content .content-with-right-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-right-image .content-image {
  text-align: left;
  float: right;
  margin: 0 0 2% 4%;
  max-width: 48%;
}
.layout-content .content-with-right-image .content-with-image-text {
  text-align: left;
  padding: 5px 0 0 0;
}
.layout-content .content-with-right-image .content-with-image-text .title {
  text-align: left;
}
.layout-content .content-with-right-image .content-with-image-text .sub-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-right-image .content-with-image-text .sub-title p {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin: 0;
}
.layout-content .content-with-right-image .content-with-image-text .content-container {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  text-align: left;
}
.layout-content .content-with-right-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-right-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-right-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-right-image .content-with-image {
  padding-right: 0;
}
.layout-content .content-with-right-image .content-with-image-text {
  padding-right: 2em;
}
.layout-content .hero.content {
  margin-bottom: 1em;
}
.layout-content .hero.content .hero-image {
  margin-bottom: 1.5em;
}
.layout-content .hero.content .content-wrap {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  padding: 0 2em;
  text-align: center;
}
.layout-content .hero.content .content-wrap h1 {
  margin: 0.5em 0;
  text-align: center;
}
.layout-content .widget.hero.tc .hero-image {
  box-shadow: transparent 0 0 2px 2px;
}
.layout-content .iFrame-content {
  margin-bottom: 3em;
}
.layout-content a {
  text-decoration: underline;
  color: #c4854a;
}
.sprite-arrow-right-white {
  background: url('/Includes/Seppelt/Images/atlasb-sprite.png') top left no-repeat;
  background-position: 0px 0px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
.sprite-arrow-right-red {
  background: url('/Includes/Seppelt/Images/atlasb-sprite.png') top left no-repeat;
  background-position: -8px 0px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
.sprite-arrow-right-black {
  background: url('/Includes/Seppelt/Images/atlasb-sprite.png') top left no-repeat;
  background-position: 0px -16px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
/** 404 page Styling */
.page-not-found .layout-content {
  padding-top: 1em;
  min-height: 53.4vh;
  /**
                     * iPad with portrait orientation.
                     */
  /**
                     * iPad with landscape orientation.
                     */
  /**
                     * iPhone 5
                     * You can also target devices with aspect ratio.
                     */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .page-not-found .layout-content .layout-content {
    height: 1024px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .page-not-found .layout-content .layout-content {
    height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .page-not-found .layout-content .layout-content {
    height: 500px;
  }
}
.page-not-found .layout-content .image-with-content .two-columns {
  padding: 2% 0 0 2%;
}
.page-not-found .member-banner .layout-content {
  height: auto;
  min-height: 0;
  padding-top: 0;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  body.mobNavOverlay::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .layout-content .hero-image {
    margin-bottom: 2em;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Mobile phone */
@media (max-width: 600px) {
  .layout-content .content-with-image {
    padding: 0;
    text-align: left;
  }
  .layout-content .content-with-image .content-image {
    text-align: left;
  }
  .layout-content .content-with-image .content-with-image-text {
    padding: 0 1.5em;
    text-align: left;
  }
  .layout-content .content-with-image .content-with-image-text .title,
  .layout-content .content-with-image .content-with-image-text .sub-title,
  .layout-content .content-with-image .content-with-image-text .content-container {
    text-align: left;
  }
  .layout-content .content-with-left-image .content-with-image,
  .layout-content .content-with-right-image .content-with-image {
    padding: inherit 0.5em;
  }
  .layout-content .content-with-left-image .content-image,
  .layout-content .content-with-right-image .content-image {
    float: none;
    margin: 0 0 15px 0;
    display: block;
    max-width: 100%;
  }
  .layout-content .content-with-left-image .content-image img,
  .layout-content .content-with-right-image .content-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .layout-content .content-with-left-image .content-with-image-text,
  .layout-content .content-with-right-image .content-with-image-text {
    padding: 0 1.5em;
  }
  .layout-content .hero.content .content-wrap {
    text-align: left;
  }
  .layout-content .hero.content .content-wrap h1 {
    text-align: left;
  }
}
/* Mobile phone */
@media (max-width: 480px) {
  .layout-content .content-with-left-image .content-with-image,
  .layout-content .content-with-right-image .content-with-image {
    padding: inherit 0;
  }
  .layout-content .content-with-image .content-with-image-text .title,
  .layout-content .content-with-image .content-with-image-text .sub-title,
  .layout-content .content-with-image .content-with-image-text .content-container {
    word-wrap: break-word;
  }
  .layout-content .hero.content .content-wrap h1 {
    word-wrap: break-word;
  }
  footer nav {
    padding: 5% 0;
  }
}
.two-column-container {
  width: 100%;
  display: inline-block;
}
.two-column-container .col1 {
  width: 50%;
  float: left;
}
.two-column-container .col2 {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .two-column-container .col1,
  .two-column-container .col2 {
    width: 100%;
    float: none;
  }
  .two-column-container .col2 {
    padding-top: 5%;
    clear: both;
  }
}
header {
  margin: 0 auto;
  max-width: 1000px;
  padding: 1.2em 0 1.5em 0;
  display: block;
  background: #fff;
}
header .logo {
  background-size: 100%;
  max-width: 210px;
  height: 86px;
  margin: 0;
  float: left;
  min-width: 185px;
  position: relative;
}
header .logo a {
  background: url("/Includes/Seppelt/Images/logo.png") no-repeat top center / contain;
  display: block;
  width: 100%;
  height: 100%;
}
header .widget {
  clear: left;
}
header.layout-header {
  zoom: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: none;
  z-index: 99999;
}
header.layout-header:before,
header.layout-header:after {
  content: "";
  display: table;
}
header.layout-header:after {
  clear: both;
}
.nav-main {
  font-size: 17px;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  margin: 0em 0 0em 13.5em;
  display: block;
}
.nav-main .logo,
.nav-main .nav-secondary {
  display: none;
}
.nav-main .nav-main-toggle {
  text-indent: -9999px;
  display: none;
}
.nav-main .vlist.menu {
  float: left;
  display: block;
  width: 75%;
}
.nav-main li {
  display: inline-block;
  width: 30%;
  padding: 0 1.4em 0.4em 0;
  text-align: left;
  vertical-align: top;
}
.nav-main li a.uc {
  color: #c4854a;
  text-transform: capitalize;
  line-height: 1.6em;
  text-align: left;
  margin-right: 1em;
}
.nav-main li a.uc:hover {
  border-bottom: 1px solid #fff;
}
.nav-main li.active > a {
  font-weight: bold;
  color: #c4854a;
}
.nav-main li.active > a:hover {
  border-bottom: none;
}
.nav-main li.active ul.vlist {
  border-top: 2px solid #c4854a;
  left: 0;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.nav-main li.active ul.vlist li {
  display: inline-block;
  padding: 3px 25px;
  width: auto;
}
.nav-main li.active ul.vlist li a.uc {
  margin: 0;
}
.nav-main ul.vlist {
  display: none;
  margin: 0;
  padding: 0;
}
.nav-main ul.vlist li a {
  font-size: 23px;
}
/*
.home .nav-main,
.winemaker .nav-main,
.contact-us-page .nav-main,
.cellar-door .nav-main,
.visit .nav-main,
.privacy .nav-main,
.termsandconditions .nav-main {
	height:5.7em;
}
*/
.layout-content nav.nav-secondary {
  position: relative;
  font-size: 17px;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  padding: 0;
  margin: 0;
}
.layout-content nav.nav-secondary::before {
  position: absolute;
  height: 100%;
}
.layout-content nav.nav-secondary ul {
  border-top: 2px solid #c4854a;
  border-bottom: 2px solid #c4854a;
  display: table;
  margin: -2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.layout-content nav.nav-secondary li {
  border-right: 1px solid #c4854a;
  padding: 1em 4em;
  display: table-cell;
  text-align: center;
}
.layout-content nav.nav-secondary li:last-child {
  border: none;
}
.layout-content nav.nav-secondary a {
  color: #c4854a;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}
.layout-content nav.nav-secondary a:before {
  background-color: #c4854a;
  border-radius: 100%;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: -16px;
  top: 6px;
}
.layout-content nav.nav-secondary a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .nav-main li {
    padding: 0 0 0.25em 0em;
  }
  .nav-main {
    font-size: 15px;
    margin-left: 13.5em;
  }
}
@media (max-width: 875px) {
  .nav-main li a.uc {
    margin-right: 0em;
    width: 90%;
  }
  .nav-main {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .nav-main ul.menu {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  body.body-mobNavActive:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  body .master-container .nav-main {
    height: auto;
  }
  .layout-header {
    float: left;
  }
  header.layout-header {
    position: relative;
    left: 0%;
    width: 112.5%;
    left: -6.5%;
  }
  .layout-content nav.nav-secondary {
    display: none;
  }
  .nav-main {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav-main .nav-main-toggle {
    position: absolute;
    top: 1.4em;
    right: 1.5em;
    cursor: pointer;
    display: block;
    width: 32px;
  }
  .nav-main .nav-main-toggle:after {
    content: "\e81c";
    font-size: 28px;
    color: #c4854a;
    width: 32px;
    height: 32px;
    font-family: "twe-custom";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: middle;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* Font smoothing.*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    display: block;
  }
  .nav-main .nav-main-toggle.active:after {
    content: "\e807";
  }
  .nav-main ul.vlist.menu {
    position: relative;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #c4854a;
    background: "";
    display: none;
    overflow: hidden;
  }
  .nav-main ul.vlist.menu li {
    display: block;
    text-align: center;
    padding: 0.8em 0 0.8em;
    width: auto;
  }
  .nav-main ul.vlist.menu li:hover a {
    border-bottom: none;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    left: 12px;
    position: relative;
    top: 4px;
    width: 18px;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link:before {
    background: #c4854a none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 14px;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link:after {
    background: #c4854a none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 8px;
    position: absolute;
    top: 2px;
    width: 2px;
  }
  .nav-main ul.vlist.menu li.sub-menu-open .drop-link {
    transform: rotate(43deg);
  }
  .nav-main ul.vlist.menu li.sub-menu-open ul.vlist {
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
    font-style: italic;
    line-height: 2.2em;
  }
  .nav-main ul.vlist.menu li ul.vlist {
    position: static;
    left: 0;
    top: 0;
    display: none;
    padding: 0.2em 0;
    border: none;
  }
  .nav-main ul.vlist.menu li ul.vlist li {
    display: block;
    padding: 0.85em 0;
  }
  .nav-main ul.vlist.menu li ul.vlist li:first-child {
    padding: 1em 0;
  }
  .nav-main .nav-secondary {
    display: none;
    clear: both;
  }
  .nav-main .nav-secondary ul.sec-nav-list {
    display: block;
    margin: 0;
    padding: 0 0 1em 0;
    text-align: center;
  }
  .nav-main .nav-secondary ul.sec-nav-list li {
    display: block;
    text-align: center;
    padding: 0.8em 0;
    width: auto;
  }
  .nav-main .nav-secondary ul.sec-nav-list li:hover a {
    border-bottom: none;
  }
}
/*  
    The following block is kept for safety, but pretty sure we are no longer using this template for search on any 
    sites. Keeping this here as a fall back on older sites in case new CSS isnt deployed.
    Also targetting specifically on header, as these below styles were conflicting with the search results page.
*/
nav .site-search-wrapper.hide {
  display: block;
  float: right;
  margin: 0;
  width: 15%;
  position: absolute;
  min-width: 180px;
  right: 1em;
}
nav .site-search-wrapper.hide .site-search {
  border: 1px solid #c4854a;
  border-radius: 9px;
  padding: 0 0.8em;
  height: 40px;
  position: relative;
}
nav .site-search-wrapper.hide .site-search h2 {
  display: none;
}
nav .site-search-wrapper.hide .site-search .siteSearch {
  color: #c4854a;
  font-size: 15px;
  height: 38px;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
}
nav .site-search-wrapper.hide .site-search:after {
  content: "\e823";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 7px;
}
nav .site-search-wrapper.hide .overlay {
  display: none;
}
@media (min-width: 1000px) {
  nav .site-search-wrapper.hide {
    width: 15%;
  }
}
@media (max-width: 768px) {
  nav .site-search-wrapper.hide {
    display: none;
    padding-bottom: 2em;
    width: 100%;
    position: relative;
    right: 0;
  }
  nav .site-search-wrapper.hide .site-search {
    margin: 0 auto;
    width: 240px;
  }
}
.search-keyword-wrap ::-webkit-input-placeholder,
.search-keyword-wrapper ::-webkit-input-placeholder {
  color: rgba(135, 135, 135, 0.5);
}
.search-keyword-wrap :-moz-placeholder,
.search-keyword-wrapper :-moz-placeholder {
  color: rgba(135, 135, 135, 0.5);
}
.search-keyword-wrap ::-moz-placeholder,
.search-keyword-wrapper ::-moz-placeholder {
  color: rgba(135, 135, 135, 0.5);
}
.search-keyword-wrap :-ms-input-placeholder,
.search-keyword-wrapper :-ms-input-placeholder {
  color: rgba(135, 135, 135, 0.5);
}
.search-keyword-wrap input {
  color: #878787;
  font-size: 15px;
  margin: 0;
  position: absolute;
  min-width: 140px;
  right: 0;
  border: 1px solid #c4854a;
  padding: 8px 30px 11px 11px;
  border-radius: 8px;
}
.search-btn-wrap {
  position: relative;
}
.search-btn-wrap input {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.search-btn-wrap:after {
  content: "\e823";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 18px;
  color: #583a1d;
  height: 20px;
  width: 20px;
  right: 9px;
  line-height: 0;
  top: 18px;
  z-index: -1;
}
@media (max-width: 768px) {
  .search-field {
    display: none;
  }
}
.site-search-wrapper.hide {
  display: block;
}
.site-search-wrapper .overlay {
  display: none;
}
.site-search-wrapper h2 {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
}
.site-search-wrapper input {
  width: 100%;
  border: 1px solid #c4854a;
  font-size: 1em;
  padding: 5px 12px;
  box-sizing: border-box;
}
.site-search-wrapper .search-popular-terms {
  position: relative;
}
.site-search-wrapper .search-popular-terms:before {
  content: "\e823";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 18px;
  color: #583a1d;
  height: 20px;
  width: 20px;
  top: -27px;
  right: 9px;
}
.site-search-wrapper .search-popular-terms ul {
  border: 1px solid #c4854a;
  border-top: 0 none;
  padding: .4em .8em;
}
.site-search-wrapper .search-popular-terms ul li {
  color: rgba(135, 135, 135, 0.55);
}
.site-search-wrapper .search-popular-terms ul .ui-state-focus {
  color: #878787;
}
.search-results {
  margin-top: 1.3rem;
}
.search-results .result-category-title {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0.7em;
}
.search-results .result-item {
  margin-bottom: 0.7em;
  clear: both;
  padding-right: 1em;
}
.search-results .page-thumbnail {
  float: left;
  display: block;
  margin: 0 1em 0.7em 0;
}
.search-results .page-thumbnail img {
  max-width: 150px;
}
.search-results .twocol .leftcol,
.search-results .twocol .rightcol {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.search-results .twocol .leftcol {
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .search-results .twocol .leftcol,
  .search-results .twocol .rightcol {
    width: 100%;
  }
  .search-results .twocol .leftcol {
    margin-left: 0;
  }
}
.banner-placeholder {
  max-width: 1000px;
  margin: 0 auto;
}
.carousel .image-carousel {
  overflow: hidden;
  padding-top: 43%;
}
.carousel .image-carousel .owl-slider {
  left: 0;
  padding: 0 79px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.carousel .image-carousel .owl-slider:first-child {
  z-index: 9;
}
.carousel .image-carousel .owl-slider p[data-title] {
  position: absolute;
  top: 25%;
  color: white;
  width: 60%;
  font-weight: bold;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 1.75em;
  left: 20%;
  margin: 0;
  line-height: 1em;
  text-shadow: #c4854a 0px 1px 3px;
  display: none;
}
.carousel .image-carousel .owl-slider span.caption {
  font-weight: normal;
  display: block;
  padding: 1em 0 1.75em;
  font-size: 0.6em;
  line-height: 1.25em;
  letter-spacing: 0;
  max-height: 3.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.carousel .image-carousel .owl-slider a.owl-cta {
  background: transparent;
  border: 1px solid #a56e4c;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: white;
  border-color: #a56e4c;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.carousel .image-carousel .owl-slider a.owl-cta:hover,
.carousel .image-carousel .owl-slider a.owl-cta:focus,
.carousel .image-carousel .owl-slider a.owl-cta:active,
.carousel .image-carousel .owl-slider a.owl-cta.active,
.open > .dropdown-toggle.carousel .image-carousel .owl-slider a.owl-cta {
  color: white;
  border-color: #000000;
}
.carousel .image-carousel .owl-slider a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.carousel .image-carousel .owl-slider a.owl-cta .badge {
  color: transparent;
  background-color: white;
}
.carousel .image-carousel .owl-slider a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #aaaaaa;
}
.carousel .image-carousel .owl-slider a.owl-cta:hover {
  background: #a56e4c;
  border-color: #a56e4c;
  box-shadow: #333333 0 2px 4px 0px;
  text-shadow: none;
}
.carousel .image-carousel .owl-slider.dark p[data-title] {
  color: #c4854a;
  text-shadow: white 0px 1px 3px;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta {
  background: transparent;
  border: 1px solid #c4854a;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #c4854a;
  border-color: #c4854a;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:hover,
.carousel .image-carousel .owl-slider.dark a.owl-cta:focus,
.carousel .image-carousel .owl-slider.dark a.owl-cta:active,
.carousel .image-carousel .owl-slider.dark a.owl-cta.active,
.open > .dropdown-toggle.carousel .image-carousel .owl-slider.dark a.owl-cta {
  color: #c4854a;
  border-color: #000000;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta .badge {
  color: transparent;
  background-color: #c4854a;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #d7ac84;
  box-shadow: #d7ac84 0 2px 4px 0px;
  text-shadow: none;
}
.carousel .owl-loaded {
  overflow: visible;
  padding: 0;
}
.carousel .owl-loaded .owl-slider {
  padding: 0;
  position: relative;
}
.carousel .owl-loaded .owl-slider:first-child {
  z-index: auto;
}
.owl-carousel > .owl-item {
  text-align: center;
}
.owl-carousel > .owl-item > li {
  display: inline-block;
}
.owl-theme .owl-slider {
  font-size: 14px;
  text-align: center;
  height: 100%;
}
.owl-theme .owl-slider p[data-title] {
  position: absolute;
  top: 25%;
  color: white;
  width: 60%;
  font-weight: bold;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 1.75em;
  display: none;
  left: 20%;
  margin: 0;
  line-height: 1em;
  text-shadow: #c4854a 0px 1px 3px;
}
.owl-theme .owl-slider span.caption {
  font-weight: normal;
  display: block;
  padding: 1em 0 1.75em;
  font-size: 0.6em;
  line-height: 1.25em;
  letter-spacing: 0;
  max-height: 3.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.owl-theme .owl-slider a.owl-cta {
  background: transparent;
  border: 1px solid #a56e4c;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: white;
  border-color: #a56e4c;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.owl-theme .owl-slider a.owl-cta:hover,
.owl-theme .owl-slider a.owl-cta:focus,
.owl-theme .owl-slider a.owl-cta:active,
.owl-theme .owl-slider a.owl-cta.active,
.open > .dropdown-toggle.owl-theme .owl-slider a.owl-cta {
  color: white;
  border-color: #000000;
}
.owl-theme .owl-slider a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.owl-theme .owl-slider a.owl-cta .badge {
  color: transparent;
  background-color: white;
}
.owl-theme .owl-slider a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #aaaaaa;
}
.owl-theme .owl-slider a.owl-cta:hover {
  background: #a56e4c;
  border-color: #a56e4c;
  box-shadow: #333333 0 2px 4px 0px;
  text-shadow: none;
}
.owl-theme .owl-slider.dark p[data-title] {
  color: #c4854a;
  text-shadow: white 0px 1px 3px;
}
.owl-theme .owl-slider.dark a.owl-cta {
  background: transparent;
  border: 1px solid #c4854a;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #c4854a;
  border-color: #c4854a;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.owl-theme .owl-slider.dark a.owl-cta:hover,
.owl-theme .owl-slider.dark a.owl-cta:focus,
.owl-theme .owl-slider.dark a.owl-cta:active,
.owl-theme .owl-slider.dark a.owl-cta.active,
.open > .dropdown-toggle.owl-theme .owl-slider.dark a.owl-cta {
  color: #c4854a;
  border-color: #000000;
}
.owl-theme .owl-slider.dark a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.owl-theme .owl-slider.dark a.owl-cta .badge {
  color: transparent;
  background-color: #c4854a;
}
.owl-theme .owl-slider.dark a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.owl-theme .owl-slider.dark a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #d7ac84;
  box-shadow: #d7ac84 0 2px 4px 0px;
  text-shadow: none;
}
.owl-theme .owl-pagination {
  bottom: 5%;
  left: 50%;
  margin-left: -30%;
  position: absolute;
  width: 60%;
}
.owl-theme .owl-buttons {
  display: none;
}
.owl-theme .owl-page {
  background: url("/Includes/Seppelt/Images/slider-sprite.png") 0 0 no-repeat;
}
.owl-theme .owl-page span.owl-numbers {
  margin: 0;
  padding: 0;
}
.owl-theme .owl-page .active {
  background-position: 0 0;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons div,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons div,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  text-indent: -999px;
  height: 34px;
  width: 40px;
  margin-bottom: 15px;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("/Includes/Seppelt/Images/owl-prev.png") 0 0 no-repeat;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url("/Includes/Seppelt/Images/owl-next.png") 0 -35px no-repeat;
}
.carousel.homepage,
.carousel.aboutpage {
  background: #fff;
  width: calc(100% + 200px) !important;
  margin-left: calc(0% - 100px) !important;
  position: relative;
}
.carousel.homepage .owl-item,
.carousel.aboutpage .owl-item {
  opacity: 0.3;
}
.carousel.homepage .owl-item.active,
.carousel.aboutpage .owl-item.active {
  opacity: 1;
  box-shadow: transparent 0 0 2px 2px;
}
.carousel.homepage .owl-controls,
.carousel.aboutpage .owl-controls {
  /*
        height: 1px;
        margin-top: -1px;
        line-height: 1px;
        .owl-prev {
            height: 100%;
            left: 0;
            position: absolute;
            text-indent: -9999px;
            top: 0;
            width: 50px;
        }
        .owl-next {
            height: 100%;
            right: 0;
            position: absolute;
            text-indent: -9999px;
            top: 0;
            width: 50px;
        }*/
}
.carousel.homepage img {
  display: block;
  margin: 0 auto;
}
.carousel.homepage .owl-loaded.owl-theme .owl-slider.dark p[data-title],
.carousel.aboutpage .owl-loaded.owl-theme .owl-slider.dark p[data-title] {
  display: block;
}
.carousel.aboutpage img {
  min-height: 130px;
}
.carousel.aboutpage {
  margin-bottom: 3em;
}
.image-carousel .owl-controls {
  position: static;
  display: block;
  height: 1px;
  margin-top: -1px;
  line-height: 1px;
}
.image-carousel .owl-controls .owl-prev,
.image-carousel .owl-controls .owl-next {
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 80px;
  background: none;
  border: 0;
  border-radius: 0;
}
.image-carousel .owl-controls .owl-prev:after,
.image-carousel .owl-controls .owl-next:after {
  display: none;
}
.image-carousel .owl-controls .owl-prev:hover,
.image-carousel .owl-controls .owl-next:hover {
  background: none !important;
}
.image-carousel .owl-controls .owl-prev {
  left: 0;
}
.image-carousel .owl-controls .owl-next {
  right: 0;
}
@media (max-width: 1140px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 160px) !important;
    margin-left: calc(0% - 80px) !important;
  }
  .carousel .image-carousel {
    padding-top: 44%;
  }
  .carousel .owl-loaded {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 80px) !important;
    margin-left: calc(0% - 40px) !important;
  }
  .carousel .image-carousel {
    padding-top: 47%;
  }
  .carousel .image-carousel .owl-slider {
    padding: 0 39px;
  }
  .carousel .owl-loaded {
    padding-top: 0;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
  }
}
@media (max-width: 850px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 60px) !important;
    margin-left: calc(0% - 30px) !important;
  }
  .carousel.homepage .owl-slider {
    font-size: 0.9em;
  }
  .carousel.homepage .owl-slider,
  .owl-carousel .owl-video-tn {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .carousel.homepage .owl-item img,
  .carousel.homepage .owl-video-tn {
    min-height: 300px;
  }
  .carousel.homepage .owl-item.active .owl-slider img {
    height: auto;
    max-width: 740px;
    width: auto;
  }
  .owl-carousel .owl-video-wrapper .owl-video-play-icon {
    top: 150px;
  }
  .carousel .image-carousel {
    height: 300px;
    padding: 0;
  }
  .carousel .image-carousel .owl-slider {
    position: relative;
    margin: 0 29px;
    padding: 0;
    width: auto;
  }
  .carousel .owl-loaded {
    height: auto;
    padding: 0;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .carousel.homepage .owl-slider {
    font-size: 0.8em;
  }
}
@media (max-width: 640px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
  }
  .carousel.homepage .owl-slider a.owl-cta {
    padding: 10px 10px 10px 15px;
  }
  .carousel.homepage .owl-item.active .owl-slider img {
    max-width: 590px;
  }
  .carousel .image-carousel .owl-slider {
    margin: 0 19px;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
    margin: 0;
  }
  .carousel.homepage .image-carousel .owl-slider img {
    max-width: 590px;
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .carousel.homepage .owl-slider p[data-title] {
    font-size: 1.5em;
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 380px) {
  .carousel.homepage .owl-slider a.owl-cta {
    padding: 8px 12px 9px 15px;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-prev,
.content-page .image-carousel.owl-carousel .owl-controls .owl-next,
.generic-carousel.owl-carousel .owl-controls .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: calc(50% - 64px);
  display: block !important;
  color: black;
  height: 88px;
  width: 7.5%;
  max-width: 56px;
  text-indent: -9999px;
  background: white;
  opacity: .9;
  z-index: 300;
  transition: background .2s;
  border-radius: 0;
  border: none;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-prev::after,
.content-page .image-carousel.owl-carousel .owl-controls .owl-next::after,
.generic-carousel.owl-carousel .owl-controls .owl-prev::after,
.generic-carousel.owl-carousel .owl-controls .owl-next::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.generic-carousel.owl-carousel .owl-controls .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-next {
  top: calc(30% - 64px);
}
@media (min-width: 600px) {
  .generic-carousel.owl-carousel .owl-controls .owl-prev,
  .generic-carousel.owl-carousel .owl-controls .owl-next {
    display: none !important;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-nav .owl-next,
.generic-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}
.content-page .image-carousel.owl-carousel .owl-controls,
.generic-carousel.owl-carousel .owl-controls {
  display: none;
  position: static;
  height: 1px;
  margin-top: -1px;
  line-height: 1px;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .content-page .image-carousel.owl-carousel .owl-controls,
  .generic-carousel.owl-carousel .owl-controls {
    display: block;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span {
  display: none;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #cecece;
}
@media (max-width: 600px) {
  .content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span,
  .generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: block;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 8px;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-carousel .owl-paging {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-paging .owl-current,
.owl-carousel .owl-paging .owl-seperator,
.owl-carousel .owl-paging .owl-total {
  display: inherit;
}
.owl-carousel .owl-paging .owl-seperator {
  margin: 5px 15px;
}
.content-page .image-carousel .owl-controls,
.generic-carousel .owl-controls {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 44%;
}
.content-page .image-carousel .owl-controls .owl-nav,
.generic-carousel .owl-controls .owl-nav {
  margin: 0;
  line-height: 19px;
  display: none;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel .owl-controls .owl-nav .owl-prev,
.content-page .image-carousel .owl-controls .owl-nav .owl-next,
.generic-carousel .owl-controls .owl-nav .owl-next {
  font-family: "twe-custom";
  position: absolute;
  margin: 0;
  bottom: -8px;
}
@media (max-width: 480px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev,
  .generic-carousel .owl-controls .owl-nav .owl-prev,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next,
  .generic-carousel .owl-controls .owl-nav .owl-next {
    bottom: 110px;
  }
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
.generic-carousel .owl-controls .owl-nav .owl-next:after {
  position: absolute;
  color: #c4854a;
  font-size: 5em;
}
@media (max-width: 800px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 4em;
  }
}
@media (max-width: 600px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 2.5em;
  }
}
@media (max-width: 500px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 1.6em;
  }
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:hover,
.generic-carousel .owl-controls .owl-nav .owl-prev:hover,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:hover,
.generic-carousel .owl-controls .owl-nav .owl-next:hover,
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:active,
.generic-carousel .owl-controls .owl-nav .owl-prev:active,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:active,
.generic-carousel .owl-controls .owl-nav .owl-next:active {
  background: #fff !important;
  -webkit-tap-highlight-color: #fff !important;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:hover:after,
.generic-carousel .owl-controls .owl-nav .owl-next:hover:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:active:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:active:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:active:after,
.generic-carousel .owl-controls .owl-nav .owl-next:active:after {
  color: #ffffff;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel .owl-controls .owl-nav .owl-prev {
  transform: rotate(0deg);
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:after {
  content: "\e815";
}
.content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
.generic-carousel .owl-controls .owl-nav .owl-next:after {
  content: "\e816";
}
.content-page .image-carousel .owl-controls .owl-prev:after,
.content-page .image-carousel .owl-controls .owl-next:after {
  display: block;
}
.content-page .carousel .owl-loaded {
  overflow: hidden;
}
.carousel .image-carousel .owl-slider p[data-title] {
  display: block !important;
  top: 50%;
}
.content-page .owl-pagination,
.content-page .owl-buttons {
  display: none;
}
.layout-content .carousel.content-page {
  padding: 0 6%;
}
.layout-content p {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  margin-bottom: 10px;
}
.layout-content .hero-image img {
  display: block;
  margin: 0 auto;
}
.layout-content .image-with-content {
  margin: 0 auto;
  max-width: 1000px;
}
.layout-content .image-with-content ul,
.layout-content .image-with-content ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .image-with-content ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .image-with-content ul li:before {
  background-color: #878787;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .image-with-content ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .image-with-content .two-columns .column-2 {
  float: left;
  width: 48%;
  padding-right: 2%;
}
.layout-content .image-with-content .two-columns .title {
  display: none;
}
.layout-content .image-with-content .two-columns .title-alt.hide {
  display: block;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #c4854a;
  margin-bottom: 30px;
}
.layout-content .image-with-content.image-left .left-column {
  float: right;
  width: 47%;
  padding: 0 0 2% 0%;
}
.layout-content .image-with-content.image-left .right-column {
  float: left;
  width: 48%;
  padding: 0 0% 2% 0;
}
.layout-content .image-with-content.image-left .column-2 {
  display: none;
}
.layout-content .image-with-content.image-right {
  /* .column-2 {
                float: left;
                margin-left: 2%;
            }*/
}
.layout-content .image-with-content.image-right .right-column {
  float: right;
  width: 48%;
  padding: 0 0 2% 2.5%;
}
.layout-content .image-with-content.image-right .left-column {
  float: left;
  width: 42%;
  padding: 0 2.5% 2% 0;
}
.layout-content .image-with-content.image-right .column-2 {
  display: none;
}
.layout-content .image-with-content.no-image {
  padding: 0 2em;
}
.layout-content .image-with-content.no-image .right-column {
  display: none;
}
.layout-content .image-with-content.no-image .left-column {
  float: left;
  margin: 0 auto 30px;
  width: 48%;
  line-height: 1.5em;
}
.layout-content .image-with-content.no-image .column-2 {
  float: right;
  margin-left: 0;
  line-height: 1.5em;
  padding-right: 0;
}
.layout-content .image-with-content.full-width .right-column,
.layout-content .image-with-content.full-width .left-column {
  float: none;
  margin: 0 auto 30px;
  width: 100%;
  zoom: 1;
}
.layout-content .image-with-content.full-width .right-column:before,
.layout-content .image-with-content.full-width .left-column:before,
.layout-content .image-with-content.full-width .right-column:after,
.layout-content .image-with-content.full-width .left-column:after {
  content: "";
  display: table;
}
.layout-content .image-with-content.full-width .right-column:after,
.layout-content .image-with-content.full-width .left-column:after {
  clear: both;
}
@media (max-width: 768px) {
  .layout-content .image-with-content {
    padding: 0 0 2%;
    width: 92%;
  }
  .layout-content .image-with-content.no-image .two-columns,
  .layout-content .image-with-content.no-image .left-column,
  .layout-content .image-with-content.no-image .column-2 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .layout-content .right-column,
  .layout-content .left-column,
  .layout-content .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.image-left .two-columns .left-column,
  .layout-content .image-with-content.image-left .two-columns .right-column,
  .layout-content .image-with-content.image-left .two-columns .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.image-right .two-columns .right-column,
  .layout-content .image-with-content.image-right .two-columns .left-column,
  .layout-content .image-with-content.image-right .two-columns .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.no-image .two-columns .left-column,
  .layout-content .image-with-content.no-image .two-columns .column-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer {
  position: absolute;
  left: 0;
  padding: 2.2em 4%;
  width: 100%;
  background: #000;
  border-top: 5px solid #000;
}
footer * {
  font-size: 15px;
  color: #c4854a;
  padding: 0;
}
footer p {
  line-height: 1.8em;
  color: #c4854a;
}
footer h1,
footer h2 {
  font-weight: bold;
  opacity: 1;
  margin-bottom: 1em;
  font-size: 1em;
  letter-spacing: 0.04em;
  color: #c4854a;
}
footer .content-container h2 {
  margin-top: 3em;
}
footer a {
  text-decoration: underline;
  color: #c4854a;
}
footer a:hover,
footer a:visited {
  color: #c4854a;
}
footer .hero-image img {
  display: block;
  float: right;
  border: 8px rgba(0, 0, 0, 0.5) solid;
  border-radius: 20px;
  width: 320px;
  height: auto;
}
footer div.two-columns {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
footer .two-columns {
  width: 100%;
}
footer .two-columns .left-column {
  width: 40%;
  float: left;
}
footer .two-columns .right-column {
  width: 50%;
  float: right;
  max-width: 1000px;
  margin-right: 0;
}
footer .nav-footer.tcenter.clearfix {
  text-align: left;
  clear: none;
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
  margin-top: 2em;
}
footer nav {
  margin: 0 auto;
  padding: 1em 0 0;
}
footer nav .nav-footer-list {
  margin: 0 auto;
}
footer nav .nav-footer-list ul li {
  display: inline-block;
}
footer nav .nav-footer-list ul li:after {
  content: "|";
  width: 1em;
  margin: 0 0 0 0.5em ;
  display: inline-block;
}
footer nav .nav-footer-list ul li a {
  display: inline-block;
}
footer nav .nav-footer-list ul li a.uc {
  text-transform: none;
}
footer nav .nav-footer-list ul li.last {
  float: right;
}
footer nav .nav-footer-list ul li.last:after,
footer nav .nav-footer-list ul li:nth-child(4):after {
  display: none;
}
footer nav .nav-footer-list ul li.last,
footer nav .nav-footer-list ul li.first {
  background: none;
  padding-left: 0;
}
footer .hlist.social {
  margin: 0.5em auto 0;
  max-width: 1000px;
  padding: 0;
}
footer .hlist.social > li.search {
  display: none;
}
footer .hlist.social > li .hlist > li {
  display: inline-block;
}
footer .hlist.social > li .hlist > li .icon-social {
  border: 1px solid;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
footer .hlist.social > li .hlist > li a:hover {
  transform: scale(1.1);
}
footer nav .nav-footer-list ul li.last a:hover {
  transform: scale(1.057);
}
/* footer social bp*/
@media (max-width: 480px) {
  .hlist.social > li .hlist > li .icon-social {
    margin-right: 5px !important;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .hlist.social > li .hlist > li .icon-social:before {
    padding: 5px 0 1px;
    margin-left: -1px;
  }
  footer .nav-footer.tcenter.clearfix {
    margin-top: 0em;
  }
}
/* footer image breakpoint */
@media (max-width: 720px) {
  footer .hero-image img {
    display: none;
  }
  footer .two-columns .left-column {
    width: 100%;
    float: left;
  }
  footer nav .nav-footer-list ul li.last {
    float: none;
    display: block;
    margin-top: 1em;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  footer nav .nav-footer-list ul li a {
    font-size: 0.9em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1024px) {
  footer .hero-image img {
    width: 388px;
    height: auto;
    margin-right: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 640px) {
  footer {
    background-size: cover 100%;
  }
  footer nav {
    padding: 30px 0 0;
  }
}
.featured-wines-section {
  position: relative;
  padding: 0;
  margin-top: 3em;
  zoom: 1;
}
.featured-wines-section .title {
  margin: 0 auto;
}
.featured-wines-section .title h1 {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #c4854a;
  position: relative;
  zoom: 1;
  text-align: center;
}
.featured-wines-section .title h1:before,
.featured-wines-section .title h1:after {
  content: "";
  display: table;
}
.featured-wines-section .title h1:after {
  clear: both;
}
.featured-wines-section .title p {
  text-align: center;
}
.featured-wines-section .featured-wines-list {
  display: block;
  float: none;
  border: 0 solid #c4854a;
  padding: 20px 0px 40px 0;
  margin: 0.5em 0 3.5em 0px;
  width: calc(100% - 2px);
  position: relative;
}
@media (max-width: 480px) {
  .featured-wines-section .featured-wines-list {
    width: 100%;
  }
  .featured-wines-section .featured-wines-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #c4854a;
    position: relative;
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .featured-wines-section .featured-wines-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .featured-wines-section .featured-wines-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .featured-wines-section .featured-wines-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .featured-wines-section .featured-wines-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .featured-wines-section .featured-wines-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .featured-wines-section .featured-wines-list .tab.active:before {
    border-bottom: 0;
  }
  .featured-wines-section .featured-wines-list .tab.active:after {
    border-bottom: 0;
  }
}
.featured-wines-section .featured-wines-list::before,
.featured-wines-section .featured-wines-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.featured-wines-section .featured-wines-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.featured-wines-section .featured-wines-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
.featured-wines-section .featured-wines-list::before {
  position: absolute;
  width: 99.8%;
  box-shadow: transparent 0 0 10px 3px;
  z-index: 0;
  content: "";
}
.featured-wines-section .featured-wines-list::after {
  background: "/Includes/Seppelt/Images/body-bg-pattern.jpg";
}
.featured-wines-section .featured-wines-list .content .title {
  height: 4.6em;
  overflow: hidden;
  margin-bottom: 6%;
  font-size: 22px;
}
.featured-wines-section .featured-wines-list .content .sub-title {
  height: 4em;
  overflow: hidden;
  margin-bottom: 6%;
}
.featured-wines-section .featured-wines-list .content .range-name.hide {
  display: block;
  text-align: center;
  padding: 2% 6% 0;
  text-transform: uppercase;
  height: ;
  font-weight: 600;
  overflow: hidden;
}
.featured-wines-section .featured-wines-list .content .extract {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  line-height: 19px;
  display: block;
  margin-top: 0;
  height: 5.9em;
  overflow: hidden;
  padding: 0 6%;
  word-wrap: break-word;
  margin-bottom: 6%;
}
.featured-wines-section .featured-wines-list .owl-item > li {
  float: left;
  margin: 40px 0 0;
  padding: 3%;
  width: 100%;
  z-index: 1;
  position: relative;
  border: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  color: #c4854a;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .extract {
  display: block;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title,
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.featured-wines-section .featured-wines-list .owl-item > li .content:before,
.featured-wines-section .featured-wines-list .owl-item > li .content:after {
  content: "";
  display: table;
}
.featured-wines-section .featured-wines-list .owl-item > li .content:after {
  clear: both;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:hover,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:focus,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:active,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon {
  color: #000;
  border-color: #c4854a;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #000;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:hover:after {
  color: #c4854a;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .hero-image {
  background: url('') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.featured-wines-section .featured-wines-list .owl-item > li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.featured-wines-section .featured-wines-list .owl-item > li:before {
  border-top: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content {
  padding-bottom: 2em;
  text-align: center;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .none {
  font-size: 1.2em;
  line-height: 1em;
  color: #919191;
  margin-top: 0.5em;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 0;
  margin: 0;
  height: 3.5em;
  text-align: center;
  text-transform: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .extract {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .range-name {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin: 0;
  padding: 1em 0 0.5em 0;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper {
  margin-bottom: 1em;
}
.featured-wines-section .view-all-wines {
  position: relative;
  top: -76px;
  text-align: center;
  z-index: 1;
}
.featured-wines-section .view-all-wines a {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  background: #fff;
  z-index: 1;
  position: relative;
}
.featured-wines-section .view-all-wines a:hover,
.featured-wines-section .view-all-wines a:focus,
.featured-wines-section .view-all-wines a:active,
.featured-wines-section .view-all-wines a.active,
.open > .dropdown-toggle.featured-wines-section .view-all-wines a {
  color: #000;
  border-color: #c4854a;
}
.featured-wines-section .view-all-wines a .open > .dropdown-toggle {
  background-image: none;
}
.featured-wines-section .view-all-wines a .badge {
  color: transparent;
  background-color: #000;
}
.featured-wines-section .view-all-wines a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.featured-wines-section .view-all-wines a:hover:after {
  color: #c4854a;
}
.featured-wines-section .view-all-wines a:before {
  display: none;
}
.featured-wines-section:before,
.featured-wines-section:after {
  content: "";
  display: table;
}
.featured-wines-section:after {
  clear: both;
}
.wine-list-section.ranges {
  zoom: 1;
}
.wine-list-section.ranges .wine-list {
  text-align: center;
  float: none;
  border: 0px solid #c4854a;
  padding: 20px 0px 20px 0;
  margin: 0px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .wine-list-section.ranges .wine-list {
    width: 100%;
  }
  .wine-list-section.ranges .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #c4854a;
    position: relative;
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-list-section.ranges .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-list-section.ranges .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-list-section.ranges .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-list-section.ranges .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-list-section.ranges .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-list-section.ranges .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-list-section.ranges .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-list-section.ranges .wine-list::before,
.wine-list-section.ranges .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
}
.wine-list-section.ranges .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.wine-list-section.ranges .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
.wine-list-section.ranges .wine-list::before {
  position: absolute;
  width: calc(100% - 2px);
  box-shadow: transparent 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-list-section.ranges .wine-list::after {
  background: "/Includes/Seppelt/Images/body-bg-pattern.jpg";
}
.wine-list-section.ranges .wine-list li {
  float: none;
  margin: 0;
  padding: 1em;
  width: 48%;
  z-index: 1;
  position: relative;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.wine-list-section.ranges .wine-list li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.wine-list-section.ranges .wine-list li .content .sub-title {
  color: #c4854a;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.wine-list-section.ranges .wine-list li .content .extract {
  display: block;
}
.wine-list-section.ranges .wine-list li .content .title,
.wine-list-section.ranges .wine-list li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.wine-list-section.ranges .wine-list li .content:before,
.wine-list-section.ranges .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-list-section.ranges .wine-list li .content:after {
  clear: both;
}
.wine-list-section.ranges .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:hover,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:focus,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:active,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-list-section.ranges .wine-list li .link-wrapper .link-icon {
  color: #000;
  border-color: #c4854a;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #000;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:hover:after {
  color: #c4854a;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-list-section.ranges .wine-list li .hero-image {
  background: url('') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.wine-list-section.ranges .wine-list li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.wine-list-section.ranges .wine-list li:before {
  border-top: none;
}
.wine-list-section.ranges .wine-list li .hero-image img {
  margin: -20px auto 0;
}
.wine-list-section.ranges .wine-list li .content {
  display: inline-block;
  padding-bottom: 2em;
}
.wine-list-section.ranges .wine-list li .content .title {
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0;
  text-transform: none;
}
.wine-list-section.ranges .wine-list li .content .sub-title {
  display: none;
}
.wine-list-section.ranges .wine-list li .content .link-wrapper {
  margin-bottom: 2em;
}
.wine-list-section.ranges:before,
.wine-list-section.ranges:after {
  content: "";
  display: table;
}
.wine-list-section.ranges:after {
  clear: both;
}
@media (max-width: 768px) {
  .wine-list-section.ranges .hero-image img {
    max-width: 180px;
    margin-top: -60px;
  }
}
@media (max-width: 640px) {
  .wine-list-section.ranges .wine-list li {
    padding: 1% 7% 0;
    width: 100%;
  }
  .wine-list-section.ranges .wine-list li .content .link-wrapper {
    top: 0 !important;
  }
}
@media (max-width: 480px) {
  .layout-content .wine-list-section.ranges .wine-list .tab.active {
    display: block;
    text-indent: -9999px;
  }
  .layout-content .wine-list-section.ranges .wine-list .tab.active .icon-accordion {
    display: block;
    text-indent: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list::before,
  .layout-content .wine-list-section.ranges .wine-list::after {
    display: none;
  }
  .layout-content .wine-list-section.ranges .wine-list li {
    display: none;
    left: -2px;
    margin-bottom: 20px;
    margin-top: -80px;
  }
  .layout-content .wine-list-section.ranges .wine-list li::before,
  .layout-content .wine-list-section.ranges .wine-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .wine-list-section.ranges .wine-list li::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #c4854a;
    top: 40px;
  }
  .layout-content .wine-list-section.ranges .wine-list li::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #c5884e;
  }
  .layout-content .wine-list-section.ranges .wine-list li:before {
    border-top: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list li:after {
    border-top: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list li .hero-image img {
    margin-top: 40px !important;
    top: 0;
    margin-bottom: 0;
  }
}
/* Version A */
.wine-range {
  zoom: 1;
}
.wine-range.tab::before,
.wine-range.tab::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.wine-range.tab::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.wine-range.tab::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
.wine-range .wines {
  position: relative;
}
.wine-range .wines .wine-list {
  text-align: center;
  float: none;
  border: 0px solid #c4854a;
  padding: 20px 0px 20px 0;
  margin: 0 0 0px 0px;
  width: 100%;
  position: relative;
}
.wine-range .wines .wine-list .tab::before,
.wine-range .wines .wine-list .tab::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.wine-range .wines .wine-list .tab::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.wine-range .wines .wine-list .tab::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
@media (max-width: 480px) {
  .wine-range .wines .wine-list {
    width: 100%;
  }
  .wine-range .wines .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #c4854a;
    position: relative;
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-range .wines .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-range .wines .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-range .wines .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-range .wines .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-range .wines .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-range .wines .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-range .wines .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-range .wines .wine-list::before,
.wine-range .wines .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
}
.wine-range .wines .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.wine-range .wines .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
.wine-range .wines .wine-list::before {
  position: absolute;
  width: calc(100% - 2px);
  box-shadow: transparent 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-range .wines .wine-list li {
  float: none;
  margin: 0;
  padding: 1em;
  width: 48%;
  z-index: 1;
  position: relative;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.wine-range .wines .wine-list li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.wine-range .wines .wine-list li .content .sub-title {
  color: #c4854a;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.wine-range .wines .wine-list li .content .extract {
  display: block;
}
.wine-range .wines .wine-list li .content .title,
.wine-range .wines .wine-list li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.wine-range .wines .wine-list li .content:before,
.wine-range .wines .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-range .wines .wine-list li .content:after {
  clear: both;
}
.wine-range .wines .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:hover,
.wine-range .wines .wine-list li .link-wrapper .link-icon:focus,
.wine-range .wines .wine-list li .link-wrapper .link-icon:active,
.wine-range .wines .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-range .wines .wine-list li .link-wrapper .link-icon {
  color: #000;
  border-color: #c4854a;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #000;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:hover:after {
  color: #c4854a;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-range .wines .wine-list li .hero-image {
  background: url('') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.wine-range .wines .wine-list li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.wine-range .wines .wine-list li:before {
  border-top: none;
}
.wine-range .wines .wine-list li .content {
  display: block;
}
.wine-range .wines .wine-list li .content .title {
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0;
  text-transform: none;
}
.wine-range .wines .wine-list li .content .sub-title {
  display: none;
}
.wine-range .wines .wine-list li .content .link-wrapper {
  margin-bottom: 2em;
}
.wine-range .wines .wine-list li .content .link-wrapper a {
  max-width: 160px;
  min-width: 120px;
}
.wine-range:before,
.wine-range:after {
  content: "";
  display: table;
}
.wine-range:after {
  clear: both;
}
@media (max-width: 640px) {
  .wine-range .wines .wine-list li {
    padding: 7%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wine-range .wines .wine-list li {
    padding: 7%;
    width: 100%;
  }
  .wine-range .wines .wine-list span {
    display: block;
  }
  .wine-range .wines .wine-list .tab.active {
    display: block;
    text-indent: -9999px;
  }
  .wine-range .wines .wine-list .tab.active .icon-accordion {
    display: block;
    text-indent: 0;
  }
  .wine-range .wines .wine-list::before,
  .wine-range .wines .wine-list::after {
    display: none;
  }
  .wine-range .wines .wine-list li {
    display: none;
    left: -2px;
    margin-bottom: 20px;
    margin-top: -80px;
  }
  .wine-range .wines .wine-list li::before,
  .wine-range .wines .wine-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .wine-range .wines .wine-list li::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #c4854a;
    top: 40px;
  }
  .wine-range .wines .wine-list li::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #c5884e;
  }
  .wine-range .wines .wine-list li:before {
    border-top: 0;
  }
  .wine-range .wines .wine-list li:after {
    border-top: 0;
  }
  .wine-range .wines .wine-list li .hero-image img {
    margin-top: 30px !important;
    top: 0;
    margin-bottom: 0;
  }
}
.awards-section {
  clear: both;
}
.awards-section h4 {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 1em;
}
.awards-section .awards-list {
  margin-bottom: 2.5em;
  list-style: none;
}
.awards-section .awards-list .award {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  vertical-align: top;
  padding-left: 1.5em;
  /*  &.trophy{
            left: 0;
            top:0;
        }*/
}
.awards-section .awards-list .award:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  font-size: 15px;
  font-family: "Roboto", "Helvetica", Sans-Serif;
}
.awards-section .awards-list .award .award-wine,
.awards-section .awards-list .award .award-result,
.awards-section .awards-list .award .award-detail {
  display: block;
  clear: both;
  font-size: 15px;
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  line-height: 17px;
}
.awards-section .awards-list .award .award-wine {
  color: #c4854a;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.awards-section .awards-list .award .award-result {
  margin-bottom: 5px;
}
.awards-section .awards-list .award .award-detail {
  font-size: 15px;
}
.awards-section .awards-list .award .icon-award {
  display: block;
  left: 0;
  position: absolute;
  text-align: left;
  top: -6px;
}
.awards-section .link-wrapper {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.awards-section .link-wrapper a {
  text-decoration: none;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
}
.awards-section .link-wrapper a:hover,
.awards-section .link-wrapper a:focus,
.awards-section .link-wrapper a:active,
.awards-section .link-wrapper a.active,
.open > .dropdown-toggle.awards-section .link-wrapper a {
  color: #000;
  border-color: #c4854a;
}
.awards-section .link-wrapper a .open > .dropdown-toggle {
  background-image: none;
}
.awards-section .link-wrapper a .badge {
  color: transparent;
  background-color: #000;
}
.awards-section .link-wrapper a:after {
  position: relative;
  width: 28px;
  margin-left: 10px;
  top: 2px;
}
.wine-details-page .layout-content {
  width: 100%;
  padding: 0;
}
.wine-details-page .wine-details {
  padding-top: 2em;
}
.wine-details-page .wine-details .hero-image {
  float: right;
  width: 42%;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}
.wine-details-page .wine-details .content-wrap {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  float: left;
  padding: 0 2% 0 3%;
  width: 58%;
}
.wine-details-page .wine-details .content-wrap .content-container {
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
}
.wine-details-page .wine-details .content-wrap .download {
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
}
.wine-details-page .wine-details .content-wrap .download:before {
  border-left: 1px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .download:after {
  color: #000;
  content: "\e826";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .download-notes {
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
  display: none;
  padding: 0;
  height: auto;
  margin-top: -1px;
  clear: left;
}
.wine-details-page .wine-details .content-wrap .download-notes:before {
  border-left: 1px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .download-notes:after {
  color: #000;
  content: "\e826";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download-notes.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .download-notes:before {
  display: none;
}
.wine-details-page .wine-details .content-wrap .download-notes:after {
  display: none;
}
.wine-details-page .wine-details .content-wrap .download-notes li a {
  display: block;
  color: #000;
  padding-left: 8%;
  position: relative;
  text-decoration: none;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:after {
  content: "\e809";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 3px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover {
  background-color: #c4854a;
  color: #fff;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover:after {
  color: #fff;
  top: 10px;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover .file-info.hide {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  padding-bottom: 4%;
  color: #c2b2bb;
}
.wine-details-page .wine-details .content-wrap .where-to-buy {
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
  display: inline-block;
  float: none;
}
.wine-details-page .wine-details .content-wrap .where-to-buy:before {
  border-left: 1px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .where-to-buy:after {
  color: #000;
  content: "\e826";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .where-to-buy.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .where-to-buy:after {
  content: "\e82c";
  right: 3px;
}
.wine-details-page .wine-details .content-wrap .tabs {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright li {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0.6em;
  display: block;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright li .content-container.hide {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  display: block;
  text-transform: none;
}
.wine-details-page .wine-details .content-wrap .tabs-content {
  float: left;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container.first-child {
  display: none;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards tr:nth-child(even) {
  margin-bottom: 20px;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards tr,
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards td {
  float: left;
  width: 100%;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards td {
  float: left;
  width: 95%;
  line-height: 1.5;
  padding-left: 5%;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards .award {
  color: #000;
  position: relative;
  font-weight: bold;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards .award:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
  color: #b0afb2;
}
.wine-list-section .related-wines {
  zoom: 1;
}
.wine-list-section .related-wines:before,
.wine-list-section .related-wines:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-category {
  display: none;
  margin: 0 auto;
  position: relative;
  top: 1.8em;
  width: 20%;
  z-index: 1;
}
.wine-list-section .related-wines .related-wines-category h3 {
  background: #b91315;
  color: #ffffff;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
}
.wine-list-section .related-wines .related-wines-list {
  position: relative;
}
.wine-list-section .related-wines .related-wines-list .wine-list {
  float: right;
  border: 0 solid #c4854a;
  padding: 20px 0 20px;
  margin: 30px 0 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .wine-list-section .related-wines .related-wines-list .wine-list {
    width: 100%;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #c4854a;
    position: relative;
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-list-section .related-wines .related-wines-list .wine-list::before,
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  display: block;
}
.wine-list-section .related-wines .related-wines-list .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #c4854a;
  top: 40px;
}
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #c5884e;
}
.wine-list-section .related-wines .related-wines-list .wine-list::before {
  position: absolute;
  width: 99.8%;
  box-shadow: transparent 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  background: "/Includes/Seppelt/Images/body-bg-pattern.jpg";
}
.wine-list-section .related-wines .related-wines-list .wine-list li {
  float: left;
  margin: 40px 0 30px 20px;
  padding: 0;
  width: 29.33%;
  z-index: 1;
  position: relative;
  border: 0px solid #c5884e;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content {
  zoom: 1;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
  text-align: center;
  position: relative;
  zoom: 1;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:before,
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  text-align: center;
  color: #c4854a;
  text-transform: uppercase;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title:before {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title,
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
  padding: 6% 6% 0;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content:before,
.wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:focus,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:active,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
  color: #000;
  border-color: #c4854a;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #000;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover:after {
  color: #c4854a;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .hero-image {
  background: url('') center center no-repeat;
  margin: 0;
  min-height: 200px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .hero-image img {
  margin: -20px auto 0;
  max-width: 55px;
  min-width: 55px;
  z-index: 3;
  position: relative;
  max-height: 1000px;
  min-height: 0;
  width: auto;
}
@media (max-width: 768px) {
  .wine-list-section .related-wines .related-wines-list .wine-list li {
    float: left;
    margin: 40px 3% 20px;
    padding: 3%;
    width: 44%;
    z-index: 1;
    position: relative;
    border: 1px solid #c5884e;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content {
    zoom: 1;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title {
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    color: #c4854a;
    text-transform: none;
    text-align: center;
    position: relative;
    zoom: 1;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:before,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
    font-family: "Roboto", "Helvetica", Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: #878787;
    text-align: center;
    color: #c4854a;
    text-transform: uppercase;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title:before {
    display: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
    padding: 6% 6% 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:before,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 23px 11px 27px;
    font-size: 14px;
    line-height: initial;
    border-radius: 30px;
    color: #000;
    border-color: #000;
    font-family: "PlayfairDisplay", "Times New Roman", Serif;
    letter-spacing: 0;
    text-decoration: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:focus,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:active,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon.active,
  .open > .dropdown-toggle.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
    color: #000;
    border-color: #c4854a;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
    background-image: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .badge {
    color: transparent;
    background-color: #000;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:after {
    font-family: "twe-custom";
    content: "\e816";
    font-size: 20px;
    margin: 0 0 0 7px;
    top: 2px;
    width: 28px;
    position: relative;
    color: #c4854a;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover:after {
    color: #c4854a;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
    display: none;
  }
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider {
  width: 90%;
  padding: 0;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .uc.title {
  min-height: 4em;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .sub-title {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .link {
  width: 160px;
  font-size: 15px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .link .icon-arrow-right-02 {
  margin: 0 0 0 9px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
  padding-top: 0;
  border-top: 0;
  text-align: center;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper a {
  width: 80%;
  text-align: center;
  margin: auto;
  /* &:hover {
                                .icon-arrow-right-02 {
                                    background: url('@{img-btn-arrow-hover}') center right no-repeat;
                                }
                            }*/
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper a .icon-arrow-right-02 {
  display: inline-block;
  height: 17px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 9px;
}
.wine-list-section .related-wines .related-wines-list .owl-controls {
  /*display:none;*/
}
.wine-list-section .related-wines .related-wines-list .owl-buttons {
  display: block;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons div {
  margin: 0;
  padding: 0;
  text-indent: -999px;
  height: 34px;
  width: 40px;
  margin-bottom: 15px;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons .owl-prev {
  background: url("/Includes/Seppelt/Images/owl-prev.png") 0 0 no-repeat;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons .owl-next {
  background: url("/Includes/Seppelt/Images/owl-next.png") 0 -35px no-repeat;
}
@media (max-width: 768px) {
  .wine-details-page .wine-details .content-wrap .download {
    clear: both;
    display: block;
    float: none;
    max-width: 260px;
    width: auto;
  }
  .wine-details-page .wine-details .content-wrap .where-to-buy {
    clear: both;
    display: block;
    float: none;
    max-width: 260px;
    width: auto;
    margin-top: 1.5em;
  }
  .wine-details-page .wine-details .content-wrap .download-notes {
    zoom: 1;
    float: none;
    margin-top: -1px;
    max-width: 260px;
    width: auto;
  }
  .wine-details-page .wine-details .content-wrap .download-notes:before,
  .wine-details-page .wine-details .content-wrap .download-notes:after {
    content: "";
    display: table;
  }
  .wine-details-page .wine-details .content-wrap .download-notes:after {
    clear: both;
  }
  .wine-list-section .related-wines {
    zoom: 1;
  }
  .wine-list-section .related-wines:before,
  .wine-list-section .related-wines:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list {
    position: relative;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li {
    border: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    padding-top: 0;
    border-top: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .hero-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .hero-image img {
    margin-top: 15px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li:nth-child(2n+3) {
    clear: both;
  }
  .awards-section .awards-list {
    list-style: none;
  }
  .awards-section .awards-list .award {
    display: block;
    width: 97%;
  }
}
@media (max-width: 640px) {
  .awards-section .awards-list {
    list-style: none;
  }
  .awards-section .awards-list .award {
    display: block;
    width: 97%;
  }
  .awards-section .link-wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .wine-details-page .wine-details .hero-image {
    float: right;
    width: 100%;
    margin-bottom: 10px;
  }
  .wine-details-page .wine-details .hero-image img {
    height: 600px;
    width: auto;
    display: block;
  }
  .wine-details-page .wine-details .content-wrap {
    width: 100%;
  }
  .wine-details-page .wine-details .content-wrap .c {
    float: left;
    margin: 0;
    width: 80%;
  }
  .wine-list-section .related-wines .related-wines-category {
    top: 1.5em;
    width: 8em;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    padding-top: 0;
    border-top: 0;
  }
}
.border-rounded {
  border-radius: 2em;
  border: 1px solid;
  border-color: #e3c6aa;
}
.generic-carousel > div:nth-child(3) {
  margin-right: 0;
}
.layout-content .generic-carousel {
  left: -1%;
  width: 102%;
}
.layout-content .generic-carousel .promo-img-top:after {
  background: "/Includes/Seppelt/Images/body-bg-pattern.jpg";
}
.layout-content .generic-carousel .promo-img-top .content-image {
  margin: 0;
}
.layout-content .generic-carousel .promo-img-top .content-with-image-text {
  padding: 1.8em 1.8em 0.2em;
  text-align: left;
}
.layout-content .generic-carousel .promo-img-top .title.content-title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-weight: 700;
  color: #c4854a;
  font-size: 25px;
  line-height: 29px;
  text-transform: none;
  margin-bottom: 0.4em;
  text-align: left;
  padding: 0;
}
.layout-content .generic-carousel .promo-img-top .sub-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  padding: 0;
}
.layout-content .generic-carousel .promo-img-top .content-container {
  margin-bottom: 1em;
  text-align: left;
  color: #c4854a;
}
.layout-content .generic-carousel .promo-img-top .content-container p {
  color: #c4854a;
}
.layout-content .generic-carousel .content-with-image {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* Mobile first styles - default */
.layout-content .link-read-more {
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
}
.layout-content .link-read-more:hover,
.layout-content .link-read-more:focus,
.layout-content .link-read-more:active,
.layout-content .link-read-more.active,
.open > .dropdown-toggle.layout-content .link-read-more {
  color: #000;
  border-color: #c4854a;
}
.layout-content .link-read-more .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .link-read-more .badge {
  color: transparent;
  background-color: #000;
}
.layout-content .promo-img-top {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  margin: 0 1em;
  border: 2px solid #c4854a;
}
.layout-content .promo-img-top img {
  width: 100%;
  overflow: hidden;
}
.layout-content .promo-img-top .title,
.layout-content .promo-img-top .sub-title {
  margin: 0;
}
.layout-content .promo-img-top .title.content-title {
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 0.045em;
  padding-bottom: 0.4em;
  color: #c4854a;
}
.layout-content .promo-img-top .sub-title {
  padding: 0;
  padding-bottom: 1.4em;
  text-align: left;
  letter-spacing: 0.1em;
}
.layout-content .promo-img-top .sub-title::before {
  display: none;
}
.layout-content .promo-img-top .content-container {
  font-size: 1em;
  line-height: 1.2em;
  clear: both;
  color: #878787;
  /* could possibly need some back-end coding to truncate the text. For now setting the max height and overlfow hidden to mask the remaining content*/
  overflow: hidden;
  font-family: "Roboto", "Helvetica", Sans-Serif;
}
.layout-content .promo-img-top .read-more {
  margin: 1em 1.7em 2em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
}
.layout-content .promo-img-top .read-more:hover,
.layout-content .promo-img-top .read-more:focus,
.layout-content .promo-img-top .read-more:active,
.layout-content .promo-img-top .read-more.active,
.open > .dropdown-toggle.layout-content .promo-img-top .read-more {
  color: #000;
  border-color: #c4854a;
}
.layout-content .promo-img-top .read-more .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .promo-img-top .read-more .badge {
  color: transparent;
  background-color: #000;
}
.layout-content .content .sub-title {
  display: none;
}
.layout-content .promo-img-top .sub-title,
.layout-content .content-with-image-text .sub-title {
  display: none;
}
@media (max-width: 768px) {
  .layout-content .generic-carousel .promo-img-top .content-with-image-text {
    padding: 1em;
  }
}
/* Small devices (640px and up) */
@media (min-width: 640px) {
  .layout-content .promo-img-top {
    /* Removes the gutter on last item:
              !important - possible ie8 issue. last-child pseudo selector partially supported.
            */
  }
}
/*  See bottom of stylesheet for 'Join Us' form styles */
::-webkit-input-placeholder {
  color: #d19f70;
  opacity: 1;
}
:-moz-placeholder {
  color: #d19f70;
  opacity: 1;
}
::-moz-placeholder {
  color: #d19f70;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ead3bd !important;
  opacity: 1 !important;
}
.contact-us-page .layout-content .content-with-image {
  margin-bottom: 0;
}
.contact-us-page .image-with-content.no-image {
  padding: 0;
}
.contact-us-page .image-with-content.no-image .two-columns .title-alt.hide {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.contact-us-page .image-with-content.no-image .two-columns .left-column {
  float: none;
  margin: 0;
  width: 44%;
}
.contact-us-page .image-with-content.no-image .two-columns .left-column .content-container {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  color: #878787;
  line-height: 22px;
}
.contact-us-page .page-contact-us {
  padding: 1em 4% 2.5em;
}
.contact-us-page .page-contact-us .two-columns {
  zoom: 1;
}
.contact-us-page .page-contact-us .two-columns.no-address .right-column {
  float: left;
}
.contact-us-page .page-contact-us .two-columns:before,
.contact-us-page .page-contact-us .two-columns:after {
  content: "";
  display: table;
}
.contact-us-page .page-contact-us .two-columns:after {
  clear: both;
}
.contact-us-page .page-contact-us .two-columns .left-column {
  width: 52%;
  margin: -90px 0 0 0;
  float: right;
}
.contact-us-page .page-contact-us .two-columns .right-column {
  width: 44%;
  margin-right: 4%;
  float: right;
}
.contact-us-page .map {
  float: left;
  width: 100%;
  height: 500px;
  margin-right: 0%;
  border-top: solid 1px #c4854a;
  border-right: solid 1px #c4854a;
  border-left: solid 1px #c4854a;
}
.contact-us-page .map-address {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: solid 1px #c4854a;
  border-right: solid 1px #c4854a;
  border-left: solid 1px #c4854a;
  border-top: solid 1px #c4854a;
  position: relative;
  padding: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.contact-us-page .map-address h2 {
  display: none;
}
.contact-us-page .map-address .yellow {
  font-weight: bold;
  color: #c4854a;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
  font-family: "Roboto", "Helvetica", Sans-Serif;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.contact-us-page .map-address .content-container {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-us-page .map-address p {
  margin: 0;
  text-align: center;
}
.contact-us-page .map-address .social {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin-top: 1.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.contact-us-page .map-address .social .search.fright {
  display: none;
}
.contact-us-page .map-address .social ul li:last-of-type {
  margin-right: 0px;
}
.contact-us-page .map-address .social ul li {
  float: left;
  margin-right: 16px;
}
.contact-us-page .map-address .social ul li a {
  border: 1px solid #c4854a;
  border-radius: 100%;
  color: #c4854a;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
  box-sizing: content-box;
}
.contact-us-page .map-address .social ul li:hover {
  transform: scale(1.1);
}
.form-wrapper .error:not(label) {
  border: 1px solid #ff0000 !important;
}
.form-wrapper li.tc {
  margin-bottom: 15px;
}
.form-wrapper label,
.form-wrapper .styled-select-label {
  display: none;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="date"],
.form-wrapper input[type="number"],
.form-wrapper select,
.form-wrapper textarea {
  outline: none;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #c4854a;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  border-left: 1px solid #c4854a;
  border-right: 1px solid #c4854a;
  border-top: 1px solid #c4854a;
  border-bottom: 1px solid #c4854a;
  padding: 5px 20px;
  border-radius: 10px;
}
.form-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  color: #c4854a;
}
.form-wrapper select option {
  padding: 10px 20px;
  color: #c4854a;
}
.form-wrapper select option:first-child {
  color: #c4854a;
}
.form-wrapper select::-ms-expand {
  display: none;
}
.form-wrapper textarea {
  height: 190px;
  padding: 12px 20px;
}
.form-wrapper .select-box {
  position: relative;
}
.form-wrapper .select-box:before {
  content: "\e814";
  font-size: 20px;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #c4854a;
  height: 100%;
  width: 39px;
  line-height: 38px;
  color: #c4854a;
}
.form-wrapper ::-webkit-input-placeholder {
  color: #c4854a;
}
.form-wrapper :-moz-placeholder {
  color: #c4854a;
}
.form-wrapper ::-moz-placeholder {
  color: #c4854a;
}
.form-wrapper :-ms-input-placeholder {
  color: #c4854a;
}
.form-wrapper div.tcenter {
  position: relative;
  width: auto;
  float: left;
  margin-top: 0.75em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrapper div.tcenter:before {
  content: "\e816";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 32px;
  pointer-events: none;
  transform: translateX(115%);
}
.form-wrapper div.tcenter:hover:before {
  color: #c4854a;
}
.form-wrapper div.tcenter .submit-button {
  background: transparent;
  border: 1px solid #000;
  padding: 0 42px 0 26px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  z-index: 9;
}
.form-wrapper div.tcenter .submit-button:hover,
.form-wrapper div.tcenter .submit-button:focus,
.form-wrapper div.tcenter .submit-button:active,
.form-wrapper div.tcenter .submit-button.active,
.open > .dropdown-toggle.form-wrapper div.tcenter .submit-button {
  color: #000;
  border-color: #c4854a;
}
.form-wrapper div.tcenter .submit-button .open > .dropdown-toggle {
  background-image: none;
}
.form-wrapper div.tcenter .submit-button .badge {
  color: transparent;
  background-color: #000;
}
.form-wrapper div.tcenter .submit-button:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.form-wrapper div.tcenter .submit-button:hover:after {
  color: #c4854a;
}
@media (max-width: 768px) {
  .form-wrapper .contact-us-page div.tcenter {
    width: 208%;
  }
}
@media (max-width: 480px) {
  .form-wrapper .contact-us-page div.tcenter {
    width: 100%;
  }
}
.form-wrapper li:first-child {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  overflow: auto;
}
.form-wrapper li:first-child .errors {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.form-wrapper li:first-child .errors .error {
  line-height: 20px;
  color: #ff0000;
  padding: 0 0 0 25px;
  margin: 0 2% 2%;
  position: relative;
  float: left;
}
.form-wrapper li:first-child .errors .error:last-child {
  margin-bottom: 1em;
}
.form-wrapper li:first-child .errors .error:after {
  content: 'x';
  position: absolute;
  left: 0;
  padding: 0 5px 2px;
  top: 1px;
  border-radius: 5px;
  line-height: 15px;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
@media (max-width: 768px) {
  .contact-us-page .layout-content .image-with-content.no-image {
    margin: 0 auto;
  }
  .contact-us-page .layout-content .image-with-content.no-image .two-columns .left-column {
    float: none;
    margin: 0;
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column {
    width: 100%;
    float: none;
    margin: 0;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist {
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc {
    width: 48%;
    float: left;
    display: block;
    margin: 0 0 4% 0;
    position: relative;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc.full-width {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div {
    position: relative;
    top: 0;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div textarea,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div select {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors {
    float: left;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors .error {
    width: 45%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:nth-child(2n) {
    margin-right: 4%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:before,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    clear: both;
  }
  .contact-us-page .layout-content .page-contact-us .left-column {
    width: 100%;
    float: none;
    margin: 0;
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .left-column:before,
  .contact-us-page .layout-content .page-contact-us .left-column:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .left-column:after {
    clear: both;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map {
    margin-top: 1em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address {
    margin-bottom: 7em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .contact-us-page .layout-content .page-contact-us .left-column .map-address {
    margin-bottom: 5em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social {
    margin-top: 1.5em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li {
    /*                                  float: left;
                                    height: 32px;*/
    margin-right: 14px;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li .icon-social:before {
    padding: 0 !important;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li a {
    line-height: 29px;
    font-size: 20px;
    margin: 0 !important;
    /* &:before {
                                            width: 30px;
                                            height: 32px;
                                            padding: 0;
                                            margin: 0;
                                        }*/
  }
  .contact-us-page .layout-content .page-contact-us .right-column {
    width: 100%;
    float: none;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist {
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 4% 0;
    position: relative;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc.full-width {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors .error {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:nth-child(2n) {
    margin-right: 4%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:before,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    clear: both;
  }
}
.layout-content .content-with-image.simple-content {
  padding: 3% 2em;
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text h2 {
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text p {
  margin-bottom: 1.5em;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul,
.layout-content .content-with-image.simple-content .content-with-image-text ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul li:before {
  background-color: #878787;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .content-with-image.simple-content .content-with-image-text ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .content-with-image.simple-content .content-with-image-text .content-container {
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text .content-container h2 {
  font-size: 16px;
  line-height: 22px;
  color: #c4854a;
}
.wrapper-sitemap {
  border-top: 1px solid #c4854a;
  padding: 3% 0;
}
.wrapper-sitemap ul {
  margin-bottom: 60px;
}
.wrapper-sitemap ul .level-sitemap1 {
  font-weight: bold;
  padding: 5px 0 5px 45px;
}
.wrapper-sitemap ul .level-sitemap2 {
  font-weight: bolder;
  padding: 5px 0 5px 65px;
}
.wrapper-sitemap ul .level-sitemap3 {
  padding: 5px 0 5px 85px;
}
.layout-content .content-with-image.simple-content .content-container > div {
  display: block;
}
@media only screen and (max-width: 640px) {
  .layout-content .content-with-image.simple-content {
    padding: 4% 0;
  }
  .layout-content .content-with-image.simple-content .content-with-image-text {
    padding: 0;
  }
  .layout-content .content-with-image.simple-content .content-with-image-text > h2 {
    padding: 0 20px;
  }
  .layout-content .content-with-image.simple-content .content-container h2 {
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #c4854a;
    position: relative;
    font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    margin: 20px 0 0 0;
    /*cursor: pointer;
                margin-bottom: 1em;
                position: relative;
                padding-right: 25px;
                &:after{
                    position: absolute;
                    top: 0;
                    right: 0;
                    .fontIcon("\e814");
                }
                &.active {
                    &:after {
                        content: "\e807";
                    }
                }
                */
  }
  .layout-content .content-with-image.simple-content .content-container h2::before,
  .layout-content .content-with-image.simple-content .content-container h2::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .content-with-image.simple-content .content-container h2::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #c4854a;
    top: 40px;
  }
  .layout-content .content-with-image.simple-content .content-container h2::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #c5884e;
  }
  .layout-content .content-with-image.simple-content .content-container h2:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .layout-content .content-with-image.simple-content .content-container h2:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .layout-content .content-with-image.simple-content .content-container h2 .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .layout-content .content-with-image.simple-content .content-container h2 .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .layout-content .content-with-image.simple-content .content-container h2.active .icon-accordion:before {
    content: '\e824';
  }
  .layout-content .content-with-image.simple-content .content-container h2.active:before {
    border-bottom: 0;
  }
  .layout-content .content-with-image.simple-content .content-container h2.active:after {
    border-bottom: 0;
  }
  .layout-content .content-with-image.simple-content .content-container h2:before {
    width: calc(100% - 1px);
  }
  .layout-content .content-with-image.simple-content .content-container > div {
    left: -2px;
    padding: 20px 25px;
    margin-top: -20px;
    position: relative;
  }
  .layout-content .content-with-image.simple-content .content-container > div::before,
  .layout-content .content-with-image.simple-content .content-container > div::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .content-with-image.simple-content .content-container > div::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #c4854a;
    top: 40px;
  }
  .layout-content .content-with-image.simple-content .content-container > div::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #c5884e;
  }
  .layout-content .content-with-image.simple-content .content-container > div:before {
    top: 0;
    height: 100%;
    border-top: 0;
    z-index: 1;
    width: calc(100% - 1px);
  }
  .layout-content .content-with-image.simple-content .content-container > div:after {
    top: 10px;
    height: calc(100% - 20px);
    border-top: 0;
    z-index: 1;
  }
  .layout-content .content-with-image.simple-content .content-container .accBody {
    display: none;
  }
}
/*----------------- History Module -------------------*/
.history-content-carousel {
  min-height: 240px;
}
.history-module .label-wrapper {
  font-size: 15px;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  color: #c4854a;
  text-transform: uppercase;
  margin-bottom: 1em;
  zoom: 1;
}
.history-module .label-wrapper .label:hover {
  cursor: pointer;
}
.history-module .label-wrapper .label.left {
  float: left;
  margin-left: 3em;
}
.history-module .label-wrapper .label.right {
  float: right;
  margin-right: 3em;
}
.history-module .label-wrapper:before,
.history-module .label-wrapper:after {
  content: "";
  display: table;
}
.history-module .label-wrapper:after {
  clear: both;
}
.history-module .owl-controls .owl-nav .owl-next:hover,
.history-module .owl-controls .owl-nav .owl-prev:hover,
.history-module .owl-controls .owl-nav .owl-next:active,
.history-module .owl-controls .owl-nav .owl-prev:active {
  background: transparent!important;
}
.history-module .owl-controls .owl-nav .owl-next:hover:before,
.history-module .owl-controls .owl-nav .owl-prev:hover:before,
.history-module .owl-controls .owl-nav .owl-next:active:before,
.history-module .owl-controls .owl-nav .owl-prev:active:before {
  color: inherit;
}
.history-module .timeline {
  border-bottom: 1px solid #c4854a;
  border-top: 1px solid #c4854a;
  position: relative;
  font-size: 17px;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  padding: 0 3em;
}
.history-module .timeline .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.history-module .timeline .owl-item {
  border-right: 1px solid #c4854a;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.history-module .timeline .owl-item:last-child {
  border-right: none;
}
.history-module .timeline .owl-item a {
  color: #c4854a;
  text-decoration: none;
}
.history-module .timeline .owl-item:hover a {
  border-bottom: 1px solid #fff;
}
.history-module .timeline .selected {
  cursor: default;
}
.history-module .timeline .selected a {
  color: #c4854a;
}
.history-module .timeline .selected:hover a {
  border-bottom: none;
}
.history-module .timeline .owl-controls {
  position: static;
}
.history-module .timeline .owl-prev {
  border: none;
  border-radius: 0;
  border-right: 1px solid #c4854a;
  display: block;
  height: 100%;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  background: none;
}
.history-module .timeline .owl-prev:after {
  display: none;
}
.history-module .timeline .owl-prev:before {
  content: "\e815";
  font-size: 20px;
  color: #c4854a;
  width: 10px;
  height: 20px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -5px;
  text-indent: 0;
}
.history-module .timeline .owl-prev.disabled {
  cursor: auto;
}
.history-module .timeline .owl-prev.disabled:before {
  opacity: 0.4;
}
.history-module .timeline .owl-prev:hover:before {
  color: #c4854a;
}
.history-module .timeline .owl-next {
  border: none;
  border-radius: 0;
  background-color: initial;
  display: block;
  height: 100%;
  width: 3em;
  position: absolute;
  top: 0;
  right: 1px;
  text-indent: -9999px;
}
.history-module .timeline .owl-next:after {
  display: none;
}
.history-module .timeline .owl-next:before {
  content: "\e816";
  font-size: 20px;
  color: #c4854a;
  width: 10px;
  height: 20px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -11px -5px 0 0;
  text-indent: 0;
}
.history-module .timeline .owl-next.disabled {
  cursor: auto;
}
.history-module .timeline .owl-next.disabled:before {
  opacity: 0.4;
}
.history-module .timeline .owl-next:hover:before {
  color: #c4854a;
}
.history-module .history-content-carousel .history-item {
  padding: 3em;
}
.history-module .history-content-carousel .history-subtitle {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin-bottom: 0.8em;
}
.history-module .history-content-carousel .history-subtitle p {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4854a;
  display: block;
  margin: 0;
}
.history-module .history-content-carousel h1 {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #c4854a;
}
.history-module .history-content-carousel .history-extract {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
}
.history-module .history-content-carousel .history-item-image {
  float: left;
  max-width: 55%;
  margin: 0 4% 4% -3em;
}
.history-module .history-content-carousel .owl-video-play-icon {
  background: url("/Includes/Seppelt/Images/video-play.png") no-repeat center;
  width: 152px;
  height: 152px;
  margin: -76px 0 0 -76px;
}
.history-module .history-content-carousel .history-item-video {
  margin-left: -3em;
  width: calc(100% + 6em);
}
.history-module .history-content-carousel .owl-video-tn.owl-lazy {
  background-position: center center;
  background-size: cover;
  height: 360px;
}
.history-module .history-content-carousel .owl-item .owl-video-wrapper {
  opacity: 0;
}
.history-module .history-content-carousel .owl-item.active .owl-video-wrapper {
  opacity: 1;
}
@media (max-width: 640px) {
  .history-module .history-content-carousel .history-item-image {
    display: block;
    float: none;
    margin: 0 0 1.5em -3em;
    max-width: 150%;
    width: calc(100% + 6em);
  }
  .history-module .history-content-carousel .history-item-image img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .history-module .label-wrapper .label.left {
    margin-left: 2em;
  }
  .history-module .label-wrapper .label.right {
    margin-right: 2em;
  }
  .history-module .timeline {
    padding: 0 2em;
  }
  .history-module .timeline .owl-prev,
  .history-module .timeline .owl-next {
    width: 2em;
  }
  .history-module .history-content-carousel .history-item {
    padding: 2em;
  }
  .history-module .history-content-carousel .history-item-image {
    margin: 0 0 1.5em -2em;
    width: calc(100% + 4em);
  }
}
@supports (-moz-appearance:none) and (display:contents) {
  @media (min-width: 1023px) {
    .history-module .label-wrapper .label.right {
      margin-right: 0;
    }
    .history-module {
      width: 100%;
      min-width: 1000px;
    }
    .history-module .timeline .owl-next,
    .history-module .timeline .owl-prev {
      width: 45px;
    }
    .history-module .owl-responsive-1024 {
      width: calc(101% + 30px) !important;
    }
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'twe-custom';
  src: url('/Includes/Core/Fonts/Icons/twe-custom.eot?72508491');
  src: url('/Includes/Core/Fonts/Icons/twe-custom.eot?72508491#iefix') format('embedded-opentype'), url('/Includes/Core/Fonts/Icons/twe-custom.woff?72508491') format('woff'), url('/Includes/Core/Fonts/Icons/twe-custom.ttf?72508491') format('truetype'), url('/Includes/Core/Fonts/Icons/twe-custom.svg?72508491#twe-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "twe-glyphs";
  src: url("/Includes/Core/Fonts/Icons/twe-glyphs.eot");
  src: url("/Includes/Core/Fonts/Icons/twe-glyphs.eot?#iefix") format("embedded-opentype"), url("/Includes/Core/Fonts/Icons/twe-glyphs.woff") format("woff"), url("/Includes/Core/Fonts/Icons/twe-glyphs.ttf") format("truetype"), url("/Includes/Core/Fonts/Icons/twe-glyphs.svg#twe-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "twe-glyphs";
    src: url("/Includes/Core/Fonts/Icons/twe-glyphs.svg#twe-glyphs") format("svg");
  }
}
/* FONT DECLARATIONS
 * --------------------------
    Use these unicode character content if targetting with a class in sitecore is not possible.
    .font-char() mixin is declared here. Use this if adding in the class to markup isn't possible.
*/
[class^="icon-"]:before {
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  padding: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Social Icons */
.icon-social {
  border-radius: 100%;
  /* width: 40px;
    height: 40px;*/
  display: block;
  font-size: 200%;
}
/* FONT CHARACTERS
 * -------------------------- */
.icon-angle-left:before {
  content: '\e800';
}
.icon-angle-right:before {
  content: '\e801';
}
.icon-angle-up:before {
  content: '\e802';
}
.icon-angle-down:before {
  content: '\e803';
}
.icon-play:before {
  content: '\e804';
}
.icon-down-dir:before {
  content: '\e805';
}
.icon-menu:before {
  content: '\e806';
}
.icon-cancel:before {
  content: '\e807';
}
.icon-ok:before {
  content: '\e808';
}
.icon-download:before {
  content: '\e809';
}
.icon-twitter:before {
  content: '\e80a';
}
.icon-linkedin:before {
  content: '\e80b';
}
.icon-youtube-play:before {
  content: '\e80c';
}
.icon-facebook-squared:before {
  content: '\e80d';
}
.icon-instagram:before {
  content: '\ea92';
}
.icon-google-plus:before {
  content: '\e80f';
}
.icon-pinterest-circled:before {
  content: '\e810';
}
.icon-youtube:before {
  content: '\e811';
}
.icon-youtube-squared:before {
  content: '\e812';
}
.icon-facebook:before {
  content: '\e813';
}
.icon-down-open-big:before {
  content: '\e814';
}
.icon-left-open-big:before {
  content: '\e815';
}
.icon-right-open-big:before {
  content: '\e816';
}
.icon-up-open-big:before {
  content: '\e817';
}
.icon-pinterest:before {
  content: '\e818';
}
.icon-tag:before {
  content: '\e819';
}
.icon-user:before {
  content: '\e81a';
}
.icon-menu-1:before {
  content: '\e81b';
}
.icon-align-justify:before {
  content: '\e81c';
}
.icon-calendar:before {
  content: '\e81d';
}
.icon-down:before {
  content: '\e81e';
}
.icon-left:before {
  content: '\e81f';
}
.icon-right:before {
  content: '\e820';
}
.icon-up:before {
  content: '\e821';
}
.icon-download-alt:before {
  content: '\e822';
}
.icon-search:before {
  content: '\e823';
}
.icon-up-open:before {
  content: '\e824';
}
.icon-right-open:before {
  content: '\e825';
}
.icon-down-open:before {
  content: '\e826';
}
.icon-left-open:before {
  content: '\e827';
}
.icon-food:before {
  content: '\e828';
}
.icon-upload:before {
  content: '\e829';
}
.icon-calendar-empty:before {
  content: '\e82a';
}
.icon-email:before {
  content: '\e82b';
}
.icon-mail:before {
  content: '\e82b';
}
.icon-basket:before {
  content: '\e82c';
}
.icon-tag-1:before {
  content: '\e82d';
}
.icon-weibo:before {
  content: '\e82e';
}
.icon-tumblr:before {
  content: '\e82f';
}
.icon-digg:before {
  content: '\e830';
}
.icon-share:before {
  content: '\e831';
}
.icon-down-1:before {
  content: '\e832';
}
.icon-left-1:before {
  content: '\e833';
}
.icon-right-1:before {
  content: '\e834';
}
.icon-up-1:before {
  content: '\e835';
}
.icon-behance:before {
  content: '\e836';
}
.icon-reddit:before {
  content: '\e837';
}
.icon-wordpress:before {
  content: '\e838';
}
.icon-vine:before {
  content: '\e839';
}
.icon-users:before {
  content: '\e83a';
}
.icon-user-female:before {
  content: '\e83b';
}
.icon-yahoo:before {
  content: '\e83c';
}
.icon-cart:before {
  content: "\e900";
}
/* Social Share Component ------------------ */
#social-share-container {
  display: none;
}
.news-details .video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.news-details .video-wrapper .video iframe,
.news-details .video-wrapper .video object,
.news-details .video-wrapper .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-details .article-header {
  display: none;
}
.news-details .article-body {
  clear: both;
}
.news-details .article-info {
  float: left;
  width: 40%;
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  display: block;
  color: #c4854a;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 2em 2em 0;
  float: none;
  width: 100%;
}
@media (max-width: 480px) {
  .news-details .article-info {
    padding: 2em 1.6em 0;
    font-size: 0.8em;
    margin-bottom: 4em;
  }
}
.news-details .article-info .info .author {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
.news-details .article-info .info .author:before {
  font-family: "twe-custom";
  font-size: 18px;
  vertical-align: top;
  content: '\e81a';
  margin-right: 0.5em;
}
.news-details .article-info .info .date {
  margin-bottom: 1em;
  float: left;
}
.news-details .article-info .info .date:before {
  font-family: "twe-custom";
  font-size: 18px;
  vertical-align: top;
  content: '\e81d';
  margin-right: 0.5em;
}
.news-details .social-share-container {
  float: right;
  padding: 2% 4% 1%;
}
.related-section .related-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #c4854a;
  text-align: center;
}
.related-section .news-post {
  width: 30.4%;
  float: left;
  position: relative;
  border: 1px solid #c4854a;
  margin: 5px 2.9% 5px 0;
  padding: 0;
}
@media (max-width: 480px) {
  .related-section .news-post {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.related-section .news-post:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}
@media (max-width: 480px) {
  .related-section .news-post:nth-child(3n+3) {
    float: none;
    margin: 0 auto 30px;
    clear: both;
  }
}
.related-section .news-post .news-social,
.related-section .news-post .news-sharing {
  display: none;
}
.related-section .news-post .content-wrap {
  padding: 25px 20px;
}
.related-section .news-post .content-wrap .news-title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
  margin-bottom: 15px;
  overflow: hidden;
}
.related-section .news-post .content-wrap .news-time {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  display: block;
  color: #c4854a;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.related-section .news-post .content-wrap .news-time-top.hide {
  display: none;
}
.related-section .news-post .content-wrap .content-container {
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
}
.related-section .news-post .content-wrap .news-actions {
  position: absolute;
  bottom: 35px;
  left: 25px;
}
.related-section .news-post .content-wrap .news-actions a {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.related-section .news-post .content-wrap .news-actions a:hover,
.related-section .news-post .content-wrap .news-actions a:focus,
.related-section .news-post .content-wrap .news-actions a:active,
.related-section .news-post .content-wrap .news-actions a.active,
.open > .dropdown-toggle.related-section .news-post .content-wrap .news-actions a {
  color: #000;
  border-color: #c4854a;
}
.related-section .news-post .content-wrap .news-actions a .open > .dropdown-toggle {
  background-image: none;
}
.related-section .news-post .content-wrap .news-actions a .badge {
  color: transparent;
  background-color: #000;
}
.related-section .news-post .content-wrap .news-actions a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.related-section .news-post .content-wrap .news-actions a:hover:after {
  color: #c4854a;
}
.related-section .news-post .content-wrap .news-actions {
  margin: 1em 1.7em 1em 0;
}
.related-section .news-post .with-image .content-container {
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper {
  width: 30%;
  float: left;
  position: relative;
  border: 1px solid #c4854a;
  margin: 5px 1.65% 25px 1.65%;
}
@media (max-width: 768px) {
  .layout-content .news-list .news-posts .wrapper {
    width: 46%;
    margin: 5px 0 5px 2.9%;
  }
}
@media (max-width: 600px) {
  .layout-content .news-list .news-posts .wrapper {
    width: 94%;
    margin: 5px auto 20px;
    float: none;
  }
}
.layout-content .news-list .news-posts .wrapper .social-share-full {
  display: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap {
  padding: 25px 20px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
  margin-bottom: 15px;
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-time {
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #878787;
  display: block;
  color: #c4854a;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-time-top.hide {
  display: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .content-container {
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions {
  position: absolute;
  bottom: 35px;
  left: 25px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:hover,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:focus,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:active,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a.active,
.open > .dropdown-toggle.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a {
  color: #000;
  border-color: #c4854a;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a .badge {
  color: transparent;
  background-color: #000;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:hover:after {
  color: #c4854a;
}
.layout-content .news-list .news-posts .wrapper .with-image .content-wrap .content-container {
  margin-bottom: 65px;
  overflow: hidden;
}
.layout-content .news-list .controls {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 70px;
}
.layout-content .news-list .controls .owl-prev,
.layout-content .news-list .controls .prev,
.layout-content .news-list .controls .owl-next,
.layout-content .news-list .controls .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #c4854a;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.layout-content .news-list .controls .owl-prev:after,
.layout-content .news-list .controls .prev:after,
.layout-content .news-list .controls .owl-next:after,
.layout-content .news-list .controls .next:after {
  border: 2px solid #c4854a;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.layout-content .news-list .controls .owl-prev:before,
.layout-content .news-list .controls .prev:before,
.layout-content .news-list .controls .owl-next:before,
.layout-content .news-list .controls .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.layout-content .news-list .controls .owl-prev:hover,
.layout-content .news-list .controls .prev:hover,
.layout-content .news-list .controls .owl-next:hover,
.layout-content .news-list .controls .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-prev .owl-prev,
  .layout-content .news-list .controls .prev .owl-prev,
  .layout-content .news-list .controls .owl-next .owl-prev,
  .layout-content .news-list .controls .next .owl-prev,
  .layout-content .news-list .controls .owl-prev .prev,
  .layout-content .news-list .controls .prev .prev,
  .layout-content .news-list .controls .owl-next .prev,
  .layout-content .news-list .controls .next .prev {
    right: auto;
  }
  .layout-content .news-list .controls .owl-prev .owl-next,
  .layout-content .news-list .controls .prev .owl-next,
  .layout-content .news-list .controls .owl-next .owl-next,
  .layout-content .news-list .controls .next .owl-next,
  .layout-content .news-list .controls .owl-prev .next,
  .layout-content .news-list .controls .prev .next,
  .layout-content .news-list .controls .owl-next .next,
  .layout-content .news-list .controls .next .next {
    left: auto;
  }
}
.layout-content .news-list .controls .owl-prev,
.layout-content .news-list .controls .prev {
  right: 100%;
}
.layout-content .news-list .controls .owl-prev:before,
.layout-content .news-list .controls .prev:before {
  border-right: 12px solid #c4854a;
  right: 41%;
}
@media (max-width: 768px) {
  .layout-content .news-list .controls .owl-prev,
  .layout-content .news-list .controls .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-prev,
  .layout-content .news-list .controls .prev {
    right: 82%;
  }
}
.layout-content .news-list .controls .owl-next,
.layout-content .news-list .controls .next {
  left: 100%;
}
.layout-content .news-list .controls .owl-next:before,
.layout-content .news-list .controls .next:before {
  left: 41%;
  border-left: 12px solid #c4854a;
}
@media (max-width: 768px) {
  .layout-content .news-list .controls .owl-next,
  .layout-content .news-list .controls .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-next,
  .layout-content .news-list .controls .next {
    left: 82%;
  }
}
.layout-content .news-list .controls .prev,
.layout-content .news-list .controls .next {
  z-index: 9;
  opacity: 1;
}
.layout-content .news-list .controls .prev.disabled,
.layout-content .news-list .controls .next.disabled {
  pointer-events: none;
  opacity: 0;
}
.layout-content .news-list .controls .prev {
  right: 60%;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .prev {
    right: 65%;
  }
}
.layout-content .news-list .controls .prev:hover:after {
  cursor: pointer;
}
.layout-content .news-list .controls .next {
  left: 60%;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .next {
    left: 65%;
  }
}
.layout-content .news-list .controls .next:hover:after {
  cursor: pointer;
}
.layout-content .news-list .controls .page-numbers {
  text-align: center;
  color: #878787;
  position: relative;
  top: 25px;
  zoom: 1;
}
.layout-content .news-list .controls .page-numbers .current,
.layout-content .news-list .controls .page-numbers .separator,
.layout-content .news-list .controls .page-numbers .total {
  display: inline-block;
}
.layout-content .news-list .controls .page-numbers .separator {
  margin: 0 10px;
}
.layout-content .news-list .controls .page-numbers:before,
.layout-content .news-list .controls .page-numbers:after {
  content: "";
  display: table;
}
.layout-content .news-list .controls .page-numbers:after {
  clear: both;
}
/* -------  Recipes Landing Page ------ */
.post-list-section .post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list-section .post-list .post-summary {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
  position: relative;
  border-bottom: none;
  text-align: center;
}
.post-list-section .post-list .post-summary .news-content-wrapper h1.post-title {
  text-align: inherit;
  margin-top: 13px;
  padding-top: 0;
}
.post-list-section .post-list .post-summary .layout-content .hero-image.c img {
  margin: 30px 0;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .post-title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
  text-align: inherit;
  margin-top: 13px;
  margin-bottom: 10px;
}
.post-list-section .post-list .post-summary .news-content-wrapper .content-area.post-content.content-container {
  margin-bottom: 10px;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .content-wrap .content-area.post-content.content-container {
  display: block;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .link-wrapper {
  bottom: 0;
  width: 100%;
}
.post-list-section .post-list .post-summary .news-content-wrapper .link-wrapper a.button.post-read-more {
  margin-top: 0px;
  text-align: inherit;
}
@media (max-width: 768px) {
  .post-list-section .post-list .post-summary {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .post-list-section .post-list .post-summary .hero-image img {
    margin-left: auto;
    margin-right: auto;
  }
  .post-list-section .post-list .post-summary .news-content-wrapper h1.post-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .post-list-section {
    margin: 0 -10px 0 -10px;
  }
}
/* ------- Recipes Details Page  ------ */
.recipe-page .article-header {
  display: block!important;
}
.recipe-page .article-header h1.title {
  text-align: center;
}
.recipe-page .content-container h3:first-child {
  margin-top: 0px;
}
.recipe-page .post-article-section .article-info.two-column {
  margin: 0;
  padding: 0;
}
.recipe-page .article-info {
  margin-bottom: 15px;
}
.recipe-page .article-info .info .date,
.recipe-page .article-info .info .author {
  font-size: 1.3em;
  margin-bottom: .5em;
}
.recipe-page .article-body {
  line-height: 1.3;
  color: #878787;
}
.recipe-page .article-body li {
  margin: .1em 0 .3em 0;
  position: relative;
}
.recipe-page .article-body ul li:before {
  background: #c4854a;
  border-radius: 30px;
  content: "";
  height: 4px;
  margin-top: -3px;
  margin-left: -1em;
  position: absolute;
  top: 10px;
  width: 4px;
}
.recipe-page .article-body ol {
  padding-left: 2em;
  counter-reset: my-counter;
}
.recipe-page .article-body ol li:before {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  position: absolute;
  color: #c4854a;
  margin-left: -25px;
}
.recipe-page .article-body h3 {
  font-size: 22px;
  margin-bottom: 1em;
}
.recipe-page .article-body .left-column {
  float: left;
  margin: 0 auto 30px;
  width: 48%;
}
.recipe-page .article-body .column-2 {
  width: 48%;
  float: right;
  margin-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .recipe-page .article-body .left-column,
  .recipe-page .article-body .column-2 {
    width: 100%;
  }
}
.recipe-page .article-body .image-with-content + .content-with-left-image {
  padding-top: 30px;
}
.recipe-page .article-body .image-with-content + .content-with-left-image .content-image {
  margin-right: 30px;
}
.recipe-page .article-body .image-with-content + .content-with-left-image div {
  width: 100% ;
}
.recipe-page .article-body .image-with-content + .content-with-left-image div .sub-title + a {
  margin-top: -20px;
}
.awards .select-box select::-ms-expand {
  display: none;
}
.awards .hero.tc {
  width: 100%;
}
.awards .hero.tc .hero-image {
  margin-bottom: 60px;
}
.awards .awards-list-section {
  padding: 1.5em 3%;
  border-left: 0;
  width: 100%;
  zoom: 1;
}
.awards .awards-list-section .award-filter {
  margin-bottom: 50px;
  overflow: hidden;
}
.awards .awards-list-section .award-filter .filter-product,
.awards .awards-list-section .award-filter .filter-award {
  width: 100%;
  zoom: 1;
  margin-top: 10px;
}
.awards .awards-list-section .award-filter .filter-product:before,
.awards .awards-list-section .award-filter .filter-award:before,
.awards .awards-list-section .award-filter .filter-product:after,
.awards .awards-list-section .award-filter .filter-award:after {
  content: "";
  display: table;
}
.awards .awards-list-section .award-filter .filter-product:after,
.awards .awards-list-section .award-filter .filter-award:after {
  clear: both;
}
.awards .awards-list-section .award-filter .filter-product .title,
.awards .awards-list-section .award-filter .filter-award .title {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
  padding: 0;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 20px;
}
.awards .awards-list-section .award-filter .filter-product .select-box,
.awards .awards-list-section .award-filter .filter-award .select-box {
  width: 30%;
  position: relative;
  margin: 0 0 15px 5%;
  float: left;
}
.awards .awards-list-section .award-filter .filter-product .select-box:nth-child(3n+2),
.awards .awards-list-section .award-filter .filter-award .select-box:nth-child(3n+2) {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .awards .awards-list-section .award-filter .filter-product .select-box,
  .awards .awards-list-section .award-filter .filter-award .select-box {
    width: 47.5%;
    margin: 0 0 15px 5%;
  }
  .awards .awards-list-section .award-filter .filter-product .select-box:nth-child(2n+2),
  .awards .awards-list-section .award-filter .filter-award .select-box:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .awards .awards-list-section .award-filter .filter-product .select-box,
  .awards .awards-list-section .award-filter .filter-award .select-box {
    width: 100%;
    margin: 0 0 10px;
  }
}
.awards .awards-list-section .award-filter .filter-product .select-box select,
.awards .awards-list-section .award-filter .filter-award .select-box select {
  position: relative;
  border: 1px solid #c4854a;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  outline: none;
  cursor: pointer;
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  line-height: 22px;
  color: #878787;
  color: #c4854a;
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-weight: normal;
}
.awards .awards-list-section .award-filter .filter-product .select-box:before,
.awards .awards-list-section .award-filter .filter-award .select-box:before {
  content: "\e814";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #c4854a;
  width: 39px;
  line-height: 40px;
  height: 40px;
}
.awards .awards-list-section .award-filter .filter-product .button-box,
.awards .awards-list-section .award-filter .filter-award .button-box {
  position: relative;
  width: auto;
  float: left;
  margin: 0 0 15px 5%;
}
@media (max-width: 1023px) {
  .awards .awards-list-section .award-filter .filter-product .button-box:nth-child(2n+2),
  .awards .awards-list-section .award-filter .filter-award .button-box:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .awards .awards-list-section .award-filter .filter-product .button-box,
  .awards .awards-list-section .award-filter .filter-award .button-box {
    margin: 0 0 10px;
  }
}
.awards .awards-list-section .award-filter .filter-product .button-box:before,
.awards .awards-list-section .award-filter .filter-award .button-box:before {
  content: "\e816";
  font-size: 20px;
  color: #c4854a;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 8px;
  top: 9px;
  height: 22px;
  line-height: 22px;
  z-index: 1;
}
.awards .awards-list-section .award-filter .filter-product .button-box:hover:before,
.awards .awards-list-section .award-filter .filter-award .button-box:hover:before {
  color: #c4854a;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button {
  background: transparent;
  border: 1px solid #000;
  padding: 5px 42px 5px 26px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #000;
  border-color: #000;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  z-index: 9;
  font-family: "Roboto", "Helvetica", Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:focus,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:focus,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:active,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:active,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button.active,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button.active,
.open > .dropdown-toggle.awards .awards-list-section .award-filter .filter-product .button-box .submit-button,
.open > .dropdown-toggle.awards .awards-list-section .award-filter .filter-award .button-box .submit-button {
  color: #000;
  border-color: #c4854a;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button .open > .dropdown-toggle,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button .open > .dropdown-toggle {
  background-image: none;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button .badge,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button .badge {
  color: transparent;
  background-color: #000;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:after,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #c4854a;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover:after,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover:after {
  color: #c4854a;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover {
  color: #c4854a;
}
.awards .awards-list-section:before,
.awards .awards-list-section:after {
  content: "";
  display: table;
}
.awards .awards-list-section:after {
  clear: both;
}
.awards .awards-list-wrapper .awards-list {
  padding-bottom: 25px;
}
.awards .awards-list-wrapper .award {
  display: inline-block;
  vertical-align: top;
  min-height: 220px;
  padding: 5px 5px 5px 110px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.awards .awards-list-wrapper .award .hero-image {
  max-width: 65px;
  height: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
}
.awards .awards-list-wrapper .award .hero-image img {
  display: block;
  height: auto;
  max-width: 70px;
  width: auto;
}
.awards .awards-list-wrapper .award .icon-award {
  display: block;
  position: absolute;
  top: 25px;
  margin-left: -60px;
  top: 8px;
}
.awards .awards-list-wrapper .award .icon-award:before {
  padding: 0.2em;
}
.awards .awards-list-wrapper .award .icon-award.medal:before {
  left: -6px;
  top: 4px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f100';
  font-size: 50px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.trophy:before {
  left: -14px;
  top: -6px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f105';
  font-size: 60px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.points:before {
  top: 6px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f102';
  font-size: 35px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.review:before {
  top: 2px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f108';
  font-size: 35px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.star:before {
  top: 4px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f104';
  font-size: 40px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.silver:before {
  color: #abaeaf;
}
.awards .awards-list-wrapper .award .award-wine-range,
.awards .awards-list-wrapper .award .award-wine,
.awards .awards-list-wrapper .award .award-result,
.awards .awards-list-wrapper .award .award-detail {
  display: block;
  clear: both;
  font-size: 19px;
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
}
.awards .awards-list-wrapper .award .award-wine-range {
  font-size: 15px;
  margin-bottom: 5px;
}
.awards .awards-list-wrapper .award .award-wine {
  color: #c4854a;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.awards .awards-list-wrapper .award .award-result {
  color: #c4854a;
  margin-bottom: 5px;
}
.awards .awards-list-wrapper .award .award-detail {
  font-size: 16px;
}
.awards .awards-list-wrapper .award .award-detail.review {
  margin-top: 5px;
}
.awards .awards-list-wrapper .award .award-detail.review span {
  display: block;
  font-style: italic;
}
.awards .awards-list-wrapper .award .award-detail.review a {
  font-size: 12px;
}
.awards .awards-list-wrapper .owl-controls {
  display: block;
  width: 100%;
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-nav {
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-prev,
.awards .awards-list-wrapper .owl-controls .owl-next {
  text-indent: -999em;
  line-height: 0;
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-prev:after,
.awards .awards-list-wrapper .owl-controls .owl-next:after {
  text-indent: 0;
  line-height: 18px;
}
.awards .awards-list-wrapper .owl-controls .owl-dots {
  display: none;
}
.noResultsFound {
  clear: both;
  text-align: center;
  padding-top: 10px;
}
.noResultsFound p {
  font-size: 18px;
}
.noResultsFound .winery-awards-list {
  width: 85%;
  margin: 0 auto;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  zoom: 1;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item {
  width: 50%;
  float: left;
  margin-bottom: 40px;
  min-height: 130px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper {
  zoom: 1;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .item-image {
  width: 185px;
  height: 120px;
  float: left;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content {
  padding: 0 50px 0 215px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .uc {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c4854a;
  text-transform: none;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .uc,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .designation,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .content-container {
  margin: 0;
  padding: 0 0 7px 0;
  font-weight: 100;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:after {
  content: "";
  display: table;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:after {
  clear: both;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:after {
  content: "";
  display: table;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:after {
  clear: both;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls {
  height: 55px;
  margin-bottom: 85px;
  position: relative;
  top: 0;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #c4854a;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:after {
  border: 2px solid #c4854a;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .prev {
    right: auto;
  }
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .next {
    left: auto;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
  right: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before {
  border-right: 12px solid #c4854a;
  right: 41%;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  left: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  left: 41%;
  border-left: 12px solid #c4854a;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-dots {
  display: none;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #c4854a;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:after {
  border: 2px solid #c4854a;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .prev {
    right: auto;
  }
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .next {
    left: auto;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
  right: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before {
  border-right: 12px solid #c4854a;
  right: 41%;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  left: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  left: 41%;
  border-left: 12px solid #c4854a;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-dots {
  display: none;
}
#EntryFormWrapper {
  padding: 0 2em;
}
.layout-content .about-video {
  padding: 0 6%;
}
.layout-content .about-video .video-wrapper .video {
  position: relative;
  padding-bottom: 59.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 4px solid #fff;
  margin-bottom: 60px;
}
.layout-content .about-video .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-content .youtube.widget .video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */
  margin-bottom: 1em;
}
.layout-content .youtube.widget .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-content iframe {
  height: 100vh;
  width: 1px !important;
  min-width: 100%;
}
.ooyala.defaultlayer {
  z-index: 0;
  position: relative;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazy-load__indicator {
  clear: both;
  text-align: center;
  position: relative;
}
.lazy-load__indicator .lazy-load__spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  font-size: 6px;
  border-radius: 100%;
  border-top: 0.2rem solid rgba(196, 133, 74, 0.3);
  border-right: 0.2rem solid rgba(196, 133, 74, 0.3);
  border-bottom: 0.2rem solid rgba(196, 133, 74, 0.3);
  border-left: 0.2rem solid #c4854a;
  transform: translateZ(0);
  animation: load 1.1s infinite linear;
  width: 2rem;
  height: 2rem;
}
/* --------------- Promotions - Global Component --------------
    - Override @prm- variables in branded site's variables.less
*/
/* Promotions Global Reset Styles ------------------ */
#EntryFormWrapper {
  /* Input & Textarea ------------------ */
  /* Fields with standard width */
  /* Fields with standard height */
  /* Other */
  /* Select ------------------ */
  /* Checkbox------------------- */
  /* Fieldset ------------------ */
  /* Buttons, Input Type Submit/Reset ------------------ */
  /* States ------------------ */
  /* Error States ------------------ */
  /* Layout ------------------ */
  /* Captcha ------------------ */
  /* Custom Input File ------------------ */
}
#EntryFormWrapper input,
#EntryFormWrapper textarea,
#EntryFormWrapper select,
#EntryFormWrapper option,
#EntryFormWrapper optgroup,
#EntryFormWrapper button,
#EntryFormWrapper legend,
#EntryFormWrapper fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 15px;
  color: #c4854a;
  vertical-align: top;
  display: block;
  transition: all 0.3s ease;
}
#EntryFormWrapper option {
  transition: none;
}
#EntryFormWrapper select::-ms-expand {
  display: none;
}
#EntryFormWrapper datalist {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-size: 15px;
}
#EntryFormWrapper label {
  display: block;
}
#EntryFormWrapper .cs-selector label {
  display: none;
}
#EntryFormWrapper .cs-selector .select-box {
  width: 100%;
}
#EntryFormWrapper input[type="text"],
#EntryFormWrapper input[type="email"],
#EntryFormWrapper input[type="password"],
#EntryFormWrapper input[type="search"],
#EntryFormWrapper input[type="number"],
#EntryFormWrapper input[type="tel"],
#EntryFormWrapper input[type="url"],
#EntryFormWrapper input[list],
#EntryFormWrapper input[type="file"],
#EntryFormWrapper select,
#EntryFormWrapper textarea {
  color: #c4854a;
  width: 100%;
  max-width: 100%;
  padding: 0.7em 0.8em;
  margin: 0 0 1em 0;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #c4854a;
  outline: none;
}
#EntryFormWrapper input[type="text"],
#EntryFormWrapper input[type="email"],
#EntryFormWrapper input[type="search"],
#EntryFormWrapper input[type="number"],
#EntryFormWrapper input[type="tel"],
#EntryFormWrapper input[type="url"] {
  height: auto;
  -webkit-appearance: none;
}
#EntryFormWrapper textarea {
  min-height: 200px;
  min-width: 100%;
  -webkit-appearance: none;
  overflow: auto;
}
#EntryFormWrapper input[type="file"] {
  min-height: auto;
}
#EntryFormWrapper input[type="search"] {
  height: auto;
  -webkit-appearance: none;
}
#EntryFormWrapper input[type="search"]::-webkit-search-cancel-button,
#EntryFormWrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#EntryFormWrapper input[type="checkbox"],
#EntryFormWrapper input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}
#EntryFormWrapper select {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
#EntryFormWrapper select[multiple] {
  height: auto;
  padding: 0;
}
#EntryFormWrapper select[multiple] option {
  margin: 0;
  padding: 0.7em 0.8em;
}
#EntryFormWrapper select {
  cursor: pointer;
}
#EntryFormWrapper .select-wrapper,
#EntryFormWrapper .cs-selector .select-box {
  position: relative;
  z-index: 5;
}
#EntryFormWrapper .select-wrapper:before,
#EntryFormWrapper .cs-selector .select-box:before {
  content: "\e814";
  color: #c4854a;
  font-family: "twe-custom";
  font-size: 15px;
  position: absolute;
  right: 18px;
  padding: 13px 0 0 16px;
  height: 24px;
  z-index: -1;
  border-left: 1px solid #c4854a;
}
#EntryFormWrapper .cs-selector .select-box {
  display: block;
}
#EntryFormWrapper .checkbox-wrapper {
  margin: 30px 0;
}
#EntryFormWrapper fieldset {
  padding: 0;
  border: 0;
  padding: 0.7em 0.8em;
  border-radius: 0;
  border: 1px solid #c4854a;
  margin: 0 0 1em 0;
}
#EntryFormWrapper legend {
  padding: 0;
  font-weight: inherit;
  padding: 0 5px;
  font-weight: 700;
  margin: 0 0 1em 0;
}
#EntryFormWrapper button,
#EntryFormWrapper input[type="button"],
#EntryFormWrapper input[type="submit"],
#EntryFormWrapper input[type="reset"],
#EntryFormWrapper input[type="image"] {
  height: 40px;
  width: auto;
  max-width: 100%;
  background-color: transparent;
  padding: 0 26px;
  margin: 0;
  cursor: pointer;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #000;
}
#EntryFormWrapper input[type="image"] {
  text-align: center;
  padding: 0.7em 0.8em;
  margin: 0 0 1em 0;
}
#EntryFormWrapper input[disabled],
#EntryFormWrapper textarea[disabled],
#EntryFormWrapper select[disabled],
#EntryFormWrapper option[disabled],
#EntryFormWrapper button[disabled] {
  cursor: not-allowed;
}
#EntryFormWrapper input:focus,
#EntryFormWrapper textarea:focus,
#EntryFormWrapper select:focus,
#EntryFormWrapper option:focus,
#EntryFormWrapper button:focus {
  background-color: transparent;
  border-color: #c4854a;
}
#EntryFormWrapper button:hover,
#EntryFormWrapper input[type="button"]:hover,
#EntryFormWrapper input[type="submit"]:hover,
#EntryFormWrapper input[type="reset"]:hover,
#EntryFormWrapper button:focus,
#EntryFormWrapper input[type="button"]:focus,
#EntryFormWrapper input[type="submit"]:focus,
#EntryFormWrapper input[type="reset"]:focus {
  background-color: transparent;
  color: #000;
  padding: 0 26px 0 1px;
  box-shadow: none;
}
#EntryFormWrapper .errors,
#EntryFormWrapper .error,
#EntryFormWrapper #fileUploadError,
#EntryFormWrapper #coreCaptchaError {
  color: #E41B00;
  display: block;
  margin-bottom: 7.5px;
}
#EntryFormWrapper input[type="checkbox"] {
  margin: 0;
}
#EntryFormWrapper input[type="checkbox"].error + span {
  color: #E41B00;
}
#EntryFormWrapper .file-upload .error {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #promotion-entry-form .disabled {
  opacity: 0.5;
}
#EntryFormWrapper #promotion-entry-form #submit.disabled:hover {
  transition: none;
}
#EntryFormWrapper .submit-wrapper {
  display: inline-block;
  margin: 30px 0;
  position: relative;
}
#EntryFormWrapper .form-entries .two-col {
  width: 100%;
}
@media (min-width: 480px) {
  #EntryFormWrapper .form-entries .two-col .col-1,
  #EntryFormWrapper .form-entries .two-col .col-2 {
    width: 50%;
    display: inline-block;
    float: left;
  }
  #EntryFormWrapper .form-entries .two-col .col-1 {
    padding-right: 1%;
  }
}
#EntryFormWrapper .rc-anchor.rc-anchor-normal.rc-anchor-light {
  box-shadow: none;
}
#EntryFormWrapper .file-upload-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 0 1em 0;
}
#EntryFormWrapper .file-upload-wrapper:before {
  content: "\e829";
  font-family: "twe-custom";
  position: absolute;
  color: #000;
  font-size: 15px;
  bottom: 12px;
  left: 14px;
}
#EntryFormWrapper .file-upload-wrapper:hover:before {
  color: #000;
}
#EntryFormWrapper .file-upload-wrapper label.file-upload-button {
  padding-left: 35px;
}
#EntryFormWrapper input[type="file"].file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  margin: 0px;
  padding: 0px;
}
#EntryFormWrapper .file-input + label {
  cursor: pointer;
  padding: 11px 22px 0 26px;
  font-size: 15px;
  color: #000;
  background: transparent;
  display: inline-block;
  height: 40px;
  border-radius: 0;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
#EntryFormWrapper .file-input:focus + label,
#EntryFormWrapper .file-input:active + label,
#EntryFormWrapper .file-input + label:active,
#EntryFormWrapper .file-input + label:hover {
  color: #000;
  background: transparent;
  box-shadow: none;
}
#EntryFormWrapper .file-input.uploading + label {
  cursor: not-allowed;
  pointer-events: none;
}
#EntryFormWrapper #uploadFileListResults,
#EntryFormWrapper #fileUploadError,
#EntryFormWrapper #fileTooMany,
#EntryFormWrapper #fileTooBig {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #uploadFileListResults .success {
  margin-top: 1em;
}
#EntryFormWrapper #uploadFileListResults .success span {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #uploadFileListResults .success span:before {
  content: "\e808";
  font-family: "twe-custom";
  color: #4CAF50;
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #uploadFileListResults .error {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #uploadFileListResults .error span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #uploadFileListResults .error span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #uploadFileListResults .fileDelete {
  cursor: pointer;
  margin: 3px;
  text-indent: -999em;
  position: absolute;
  right: 0;
  top: 0;
}
#EntryFormWrapper #uploadFileListResults .fileDelete:before {
  position: absolute;
  font-family: "twe-custom";
  content: "\e807";
  font-size: 12px;
  text-indent: 0;
  color: #fff;
  left: 8px;
  top: -3px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  line-height: 8px;
  padding: 6px 5px;
}
#EntryFormWrapper #uploadFileListResults .fileDelete:hover,
#EntryFormWrapper #uploadFileListResults .fileDelete:active {
  opacity: 0.8;
}
#EntryFormWrapper #fileUploadError {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileUploadError span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileUploadError span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #fileTooMany {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileTooMany span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileTooMany span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #fileTooBig {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileTooBig span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileTooBig span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper img.thumb {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  padding-right: 3px;
}
#EntryFormWrapper {
  padding: 1em 0;
}
#EntryFormWrapper label p {
  display: inline;
}
#EntryFormWrapper h4 {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 15px;
}
#promotion-entry-form .submit {
  margin: 0;
}
.wine-list-section.related-wines h1 {
  text-align: center;
  margin-top: 1em;
}
.wine-list-section .owl-carousel {
  text-align: center;
  margin-bottom: 2em;
}
.wine-list-section .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.wine-list-section .owl-carousel .owl-item .image-with-content {
  padding: 0;
}
.wine-list-section .owl-carousel .owl-item .hero-image img {
  max-width: 100px;
}
.wine-list-section .owl-carousel .owl-item li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 0 30px 10px;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_product-summary {
  display: inline-block;
}
@supports (display: flex) {
  .wine-list-section .owl-carousel .owl-item li .ecomm_product-summary {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right h2 {
  text-align: center;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_secondary-heading {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1em;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_secondary-heading:after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_secondary-heading {
    min-height: auto;
  }
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_cta-single {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_price-summary {
  padding: 20px 0;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .ecomm_price-summary .price-text {
  display: inline-block;
  border-left: 1px solid black;
  padding-left: 8px;
  line-height: 25px;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .select-box select {
  padding: 10px;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_right .select-box:after {
  height: 38px;
  right: 40px;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_left {
  width: 100%;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_left img {
  border: 0;
}
.wine-list-section .owl-carousel .owl-item li .ecomm_two-column_left .ecomm-callout {
  display: none;
}
@media (min-width: 768px) {
  .wine-list-section .owl-carousel .owl-item li .ecomm_product-summary {
    width: 100%;
    padding: 0;
  }
}
.wine-list-section .owl-carousel .owl-item .wine-item .title {
  text-decoration: none;
  text-transform: none;
}
.wine-list-section .owl-carousel .owl-item .hero-image img {
  width: 40%;
}
.wine-list-section .owl-carousel .owl-controls {
  display: inline-block;
  position: relative;
  width: auto;
}
.wine-list-section .owl-carousel .owl-controls .owl-dot {
  border: 1px solid #c4854a;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.wine-list-section .owl-carousel .owl-controls .owl-dot.active {
  background: #c4854a;
}
.wine-range.tab::before,
.wine-range .wines .wine-list:before,
.wine-list-section.ranges .wine-list:before,
.featured-wines-section .featured-wines-list:before,
.layout-content .wine-list-section.ranges .wine-list li::before,
.wine-list-section .related-wines .related-wines-list .wine-list:before {
  display: none !important;
}
input,
input[type="search"],
select,
textarea {
  border-radius: 0 !important;
}
.button-select a,
.read-more,
.link,
.content-read-more .read-more,
.layout-content .link-read-more,
.news-actions a,
.featured-wines-section .view-all-wines a,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon,
.wine-range .wines .wine-list li .link-wrapper .link-icon,
.wine-details-page .wine-details .content-wrap .button,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon,
.carousel .image-carousel .owl-slider.dark a.owl-cta,
.form-wrapper div.tcenter .submit-button {
  color: #000;
  border-radius: 0;
  text-transform: uppercase ;
  background: transparent;
  line-height: 0;
  letter-spacing: .02em;
  font-size: 20px;
  padding: 20px 30px 18px;
  display: inline-block;
  border: 1px solid #000;
  width: auto;
  font-family: "teko", "Helvetica", Sans-Serif;
}
.button-select a:hover,
.read-more:hover,
.link:hover,
.content-read-more .read-more:hover,
.layout-content .link-read-more:hover,
.news-actions a:hover,
.featured-wines-section .view-all-wines a:hover,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:hover,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:hover,
.wine-range .wines .wine-list li .link-wrapper .link-icon:hover,
.wine-details-page .wine-details .content-wrap .button:hover,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover,
.carousel .image-carousel .owl-slider.dark a.owl-cta:hover,
.form-wrapper div.tcenter .submit-button:hover {
  background: #c4854a;
  color: #fff;
  border-color: #c4854a;
}
.featured-wines-section .view-all-wines a:after,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:after,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:after,
.wine-range .wines .wine-list li .link-wrapper .link-icon:after,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:after,
.carousel .image-carousel .owl-slider.dark a.owl-cta:after,
.form-wrapper div.tcenter .submit-button:after {
  content: none;
}
.form-wrapper div.tcenter .submit-button {
  height: auto;
}
.form-wrapper div.tcenter:before {
  content: none;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta {
  background-color: white;
}
body {
  background: #fafafa url("/Includes/Seppelt/Images/seppelt_bg.jpg") no-repeat fixed bottom center / cover;
}
body .layout-content {
  width: 100%;
  max-width: 1200px;
}
.wrapper-site {
  background: #fff;
  max-width: 1200px;
  width: auto;
  overflow: hidden;
}
.layout-content {
  padding-bottom: 4em !important;
  margin-bottom: 0 !important;
  /* A - On resolutions larger than 1200px,
        adds a 100px padding to the content area */
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 1200px) {
  .layout-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.layout-content p {
  line-height: 20px;
}
.layout-content h2.title,
.layout-content h1.title {
  font-weight: normal;
}
.content-page .layout-content .content-with-image.simple-content .content-container h2:before,
.content-page .layout-content .content-with-image.simple-content .content-container > div::before {
  border: none;
}
header.layout-header {
  background-color: #000;
  max-width: 1200px;
  overflow: visible;
}
header.layout-header .logo {
  height: 112px;
  margin: 0;
  max-width: 170px;
  min-width: 170px;
  margin-left: 1em;
}
header.layout-header .search-keyword-wrap input {
  color: #878787;
  outline: none;
}
header.layout-header .search-keyword-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #878787;
  text-align: right;
}
header.layout-header .search-keyword-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #878787;
  text-align: right;
}
header.layout-header .search-keyword-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #878787;
  text-align: right;
}
header.layout-header .search-keyword-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #878787;
  text-align: right;
}
header.layout-header .search-btn-wrap {
  display: none;
}
header.layout-header .nav-main {
  font-family: "teko", "Open Sans", "Helvetica", Sans-Serif;
}
header.layout-header .nav-main ul.vlist li a {
  letter-spacing: 0.05em;
  line-height: 0;
  font-weight: normal;
}
header.layout-header .nav-main ul.vlist li a:hover {
  color: #fff;
}
header.layout-header .nav-main .vlist.menu li.active a {
  color: white;
}
header.layout-header .nav-main .vlist.menu li ul.vlist {
  background: #c4854a;
}
header.layout-header .nav-main .vlist.menu li ul.vlist li.active a {
  color: white;
}
header.layout-header .nav-main .vlist.menu li ul.vlist li a {
  color: #ddb997;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  header.layout-header .logo {
    float: none;
    margin: 0 auto 3% auto !important;
  }
  header.layout-header .nav-main {
    clear: both;
    width: 100%;
    margin: 0;
  }
  header.layout-header .nav-main .vlist.menu li a {
    text-transform: uppercase;
  }
  header.layout-header .nav-main .vlist.menu li ul.vlist {
    padding: 0.25em 2em !important;
  }
  header.layout-header .nav-main .vlist.menu {
    width: 100%;
    text-align: center;
  }
  header.layout-header .nav-main .vlist.menu > li {
    margin: 0 1.7em;
    width: auto !important;
    padding: 0;
  }
  header.layout-header .nav-main .vlist.menu > li a.uc {
    margin: 0;
    padding: 0;
  }
  header.layout-header .nav-main .vlist.menu > li a.uc:hover {
    color: #fff;
    border: 0;
  }
  header.layout-header .nav-main .vlist.menu > li.active a {
    color: #fff;
  }
  header.layout-header .nav-main .vlist .drop-link {
    transition: transform 0.2s ease-in-out;
  }
  header.layout-header .search-keyword-wrap {
    position: absolute;
    top: 10%;
    right: 90px;
  }
  header.layout-header .search-keyword-wrap input {
    position: relative;
    padding: 8px 11px 8px 11px;
    border: 1px solid #515151;
    font-size: 17px;
  }
  header.layout-header .search-btn-wrap {
    position: absolute;
    top: 10%;
    right: 0;
  }
}
@media (max-width: 768px) {
  header.layout-header {
    padding-left: 5%;
    padding-right: 5%;
  }
  header.layout-header .logo {
    transform: scale(0.7);
    margin: 0 1em 1em 0;
  }
  header.layout-header .nav-main ul.vlist.menu {
    background-color: #fff;
  }
  header.layout-header .nav-main ul.vlist.menu li > a {
    color: #000;
    text-transform: none;
    font-size: 18px;
    font-family: "Roboto", "Helvetica", Sans-Serif;
  }
  header.layout-header .nav-main ul.vlist.menu li ul li a {
    color: #ddb997;
  }
  header.layout-header .nav-main ul.vlist.menu li.active > a {
    color: #000;
  }
  header.layout-header .nav-main .nav-main-toggle {
    position: absolute;
    top: 1.4em;
    right: 3.5em;
  }
}
h2.title {
  font-size: 24px!important;
}
.page-age-gate .content #age-gate .button-select a {
  padding: 1% 35px 0 40px;
  background: rgba(255, 255, 255, 0.3);
}
.wine-list-section .related-wines .related-wines-list .owl-controls {
  opacity: 1 !important;
}
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
  border-radius: 0;
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-nav .owl-next,
  .owl-controls .owl-nav .owl-prev {
    bottom: 0;
  }
}
.owl-stage-outer {
  margin: 0 auto;
}
.carousel.homepage,
.carousel.about-us {
  background: none;
}
.owl-item.active {
  width: 1000px;
}
.featured-wines-section .featured-wines-list::after,
.wine-list-section.ranges .wine-list:after,
.wine-range .wines .wine-list::after,
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  content: none;
}
.featured-wines-section .title h1,
.layout-content .hero.content .content-wrap h1 {
  font-weight: 400;
  text-transform: uppercase;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .range-name,
.wine-list-section.ranges .wine-list li .content .title,
.wine-range .wines .wine-list li .content .title,
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .title {
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: normal;
  text-transform: uppercase;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title {
  font-size: 15px;
  font-family: "Roboto", "Helvetica", Sans-Serif;
  color: #878787;
  font-weight: normal;
}
.featured-wines-section .view-all-wines {
  top: -74px;
}
.layout-content .generic-carousel .promo-img-top {
  background-color: #f9f3ed;
  border: 0;
}
.layout-content .generic-carousel .promo-img-top .title.content-title {
  font-family: "PlayfairDisplay", "Times New Roman", Serif;
  font-weight: normal;
}
.layout-content .generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #c4854a;
}
.wine-list-section.ranges .wine-list:after,
.wine-range .wines .wine-list::after {
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .wine-list-section.ranges .wine-list .tab {
    padding: 30px 40px 28px 25px;
    margin-bottom: 0;
  }
  .wine-list-section.ranges .wine-list .tab .icon-accordion {
    top: 25px;
  }
  .wine-range .wines .wine-list li:before {
    content: none;
  }
}
.content-read-more .read-more {
  padding: 20px 40px 16px 25px;
}
.content-read-more .read-more:before {
  display: none !important;
}
.content-read-more .read-more:after {
  content: "\e826";
  font-size: 20px;
  color: #000;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  text-align: center;
  position: absolute;
  right: 2px;
}
.content-read-more .read-more.active:after {
  transform: rotate(-180deg);
  top: -15px;
}
.content-read-more .read-more:hover:after {
  color: #fff !important;
}
.contact-us-page .page-contact-us {
  padding: 3% 0 12%;
}
.contact-us-page .page-contact-us .two-columns .left-column {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .wine-details-page .wine-details {
    padding-top: 0;
  }
  .wine-details-page .wine-details .hero-image img {
    max-height: 420px;
  }
  .layout-content .generic-carousel {
    overflow: hidden;
    background-color: #f9f3ed;
  }
}
.wine-details-page .wine-details .content-wrap .button {
  padding: 20px 40px 16px 25px;
}
.wine-details-page .wine-details .content-wrap .button:before {
  content: none;
}
.wine-details-page .wine-details .content-wrap .button:after {
  color: #000;
  top: 17px;
}
.wine-details-page .wine-details .content-wrap .button:hover:after {
  color: #fff;
}
.wine-details-page .wine-details .content-wrap .download-notes {
  width: 159px;
  border: 1px solid #c4854a;
}
.wine-details-page .wine-details .content-wrap .download-notes li a {
  color: #878787;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:after {
  color: #000;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover .file-info.hide {
  color: white;
}
.wine-range .wines .wine-list li .content .link-wrapper a {
  max-width: none;
  min-width: auto;
}
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  height: 95%;
  top: 30px;
}
.news-list {
  margin: 0 1.2% auto;
}
.news-list .news-title {
  color: #a56e4c !important;
}
@media only screen and (min-width: 600px) {
  .news-list .hero-image img {
    max-height: 375px;
  }
}
@media only screen and (min-width: 769px) {
  .layout-content .news-list .news-posts .wrapper {
    width: 29.4%;
  }
}
.layout-content .news-list .controls .next,
.layout-content .news-list .controls .prev {
  border-radius: 0;
  height: 40px;
  width: 40px;
  top: 15px;
  border-color: #a56e4c;
}
.layout-content .news-list .controls .next:hover,
.layout-content .news-list .controls .prev:hover {
  background: #a56e4c;
  color: white;
  cursor: pointer;
}
.layout-content .news-list .controls .next:before,
.layout-content .news-list .controls .prev:before,
.layout-content .news-list .controls .next:after,
.layout-content .news-list .controls .prev:after {
  font-family: "twe-custom";
  text-indent: 0;
  border: 0 none !important;
  height: 0;
  line-height: 0;
}
.layout-content .news-list .controls .next:before,
.layout-content .news-list .controls .prev:before {
  content: "\e816";
  font-size: 1.2em;
  top: 19px;
  left: 15px;
}
.layout-content .news-list .controls .prev:before {
  transform: rotate(180deg);
  top: 18px;
}
.history-module .timeline .owl-prev.disabled,
.history-module .timeline .owl-next.disabled {
  background: transparent;
}
.history-module .timeline .owl-prev.disabled:hover,
.history-module .timeline .owl-next.disabled:hover {
  background: transparent !important;
}
.history-module .timeline .owl-prev.disabled:hover:before,
.history-module .timeline .owl-next.disabled:hover:before {
  color: inherit;
}
.history-module .timeline .owl-prev:hover:before,
.history-module .timeline .owl-next:hover:before {
  color: white;
}
.layout-footer,
.layout-footer p,
.layout-footer .title {
  font-family: "Roboto", "Helvetica", Sans-Serif;
}
footer .navigation-social {
  color: #c4854a;
  margin: 0 auto;
  max-width: 1000px;
}
footer .navigation-social h3,
footer .navigation-social ul li a {
  color: #c4854a;
}
footer .navigation-social .hlist.social > li .hlist > li .icon-social {
  border: none;
  margin: 0;
}
footer .navigation-social {
  color: #c4854a;
  margin: 0 auto;
  max-width: 1000px;
}
footer .navigation-social h3,
footer .navigation-social ul li a {
  color: #c4854a;
}
footer .navigation-social .hlist.social > li .hlist > li .icon-social {
  border: none;
  margin: 0;
}
footer .hero-image img,
.submit-button {
  border-radius: 0 !important;
  border-width: 5px;
}
.icon-social {
  border-radius: 0 !important;
}
.promotion-page .layout-content .content-with-left-image .content-with-image {
  padding-top: 50px;
}
.promotion-page .layout-content .content-with-left-image .content-with-image .content-with-image-text {
  padding: 0;
  float: right;
  width: 48%;
}
.promotion-page .layout-content .content-with-left-image .content-with-image .title:first-of-type {
  margin-top: 0;
}
.promotion-page .extended-caption {
  display: none;
}
#EntryFormWrapper h4 {
  font-size: 14px;
}
#EntryFormWrapper h4 p {
  letter-spacing: 0;
}
#EntryFormWrapper .file-upload-wrapper:before {
  bottom: 15px;
}
#EntryFormWrapper .submit-wrapper input:hover,
#EntryFormWrapper .file-input + label:hover {
  border-color: #c4854a;
}
#EntryFormWrapper .submit-wrapper input {
  width: 110px;
  padding-left: 1px;
}
#EntryFormWrapper .submit-wrapper:after {
  font-family: "twe-custom";
  content: "\e816";
  position: absolute;
  border-left: 0;
  right: 5px;
  width: 28px;
  top: 1px;
  color: #878787;
  padding: 7px 0;
  font-size: 20px;
}
#EntryFormWrapper .submit-wrapper:hover:after {
  color: #c4854a;
}

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