/* compiled by scssphp v0.7.6 on Thu, 09 Dec 2021 20:10:39 +0000 (0.3038s) */

body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  color: #6b604c;
  font-family: 'Poppins', sans-serif; }

.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.1); }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.flex {
  display: flex;
  align-items: center; }
  .flex.flex-center {
    justify-content: center; }

.pad, .padded, .padding {
  padding: 4rem 0; }

.extra-pad {
  padding: 8rem 0; }

.pad-top {
  padding-top: 4rem; }

.extra-pad-top {
  padding-top: 8rem; }

.pad-bottom {
  padding-bottom: 4rem; }

.extra-pad-bottom {
  padding-bottom: 8rem; }

.no-pad {
  padding: 0; }

.no-pad-top {
  padding-top: 0; }

.no-pad-bottom {
  padding-bottom: 0; }

.neg-margin-top {
  margin-top: -8rem; }

.relative {
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25282b;
  opacity: 0.75; }

.bg-img {
  background-size: cover;
  background-position: center; }

.bg-light, .light-bg {
  background: #f7f7f7; }

.well {
  background: #f7f7f7;
  border: solid 1px #ececec;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0; }

img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0; }
  img.responsive.pull-left, .img-responsive.pull-left {
    padding: 2rem 2rem 2rem 0; }
  img.responsive.pull-right, .img-responsive.pull-right {
    padding: 2rem 0 2rem 2rem; }

.social .fa {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #13a2d6;
  color: #fff;
  transition: all 0.3s; }
  .social .fa:hover, .social .fa:focus {
    background: #0d6d90; }

.csek-share-horizontal a, .csek-share-vertical a {
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s !important; }
  .csek-share-horizontal span, .csek-share-vertical span {
    text-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.7rem !important; }
  .csek-share-horizontal img, .csek-share-vertical img {
    max-height: 20px !important; }

.featured-winery-posts .grid-item:before {
  display: none; }
  .featured-winery-posts .grid-item span {
    font-size: 40px;
    line-height: 1.2em; }
  .featured-winery-posts .grid-item a {
    background: rgba(0, 0, 0, 0.5); }
    .featured-winery-posts .grid-item a:hover {
      background: rgba(255, 255, 255, 0.9);
      opacity: 1; }
  .featured-winery-posts .grid-item:hover span {
    color: #333; }

h1, h2, h3, h4, h5, h6 {
  color: #25282b;
  margin: 1em 0 0.5em 0;
  font-family: "Fjalla One", "Helvetica", Times, serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: inherit;
    text-decoration: none; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin-top: 0; }
  h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title, h6.main-title {
    font-size: 4rem;
    color: #13a2d6; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 1em; }
  p big, ul li big, ol li big, p .lead, ul li .lead, ol li .lead {
    font-size: 1.2em; }
  p a, ul li a, ol li a {
    color: inherit;
    font-weight: inherit;
    transition: all 0.3s;
    position: relative;
    text-decoration: underline; }
  p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus {
    text-decoration: underline;
    color: #25282b; }

p:last-of-type {
  margin-bottom: 0; }

p:last-of-type + ol, p:last-of-type + ul {
  margin-top: 1em; }

ol li, ul li {
  margin-bottom: 0; }
  ol li a, ul li a {
    color: #25282b; }
    ol li a:hover, ul li a:hover, ol li a:focus, ul li a:focus {
      color: #13a2d6; }

.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .fa-ul li {
    margin: 0 0 0.5em 0; }
  .fa-ul li .fa {
    padding-right: 0.5em; }
  .fa-ul li strong {
    display: block; }
  .fa-ul li a {
    color: inherit;
    font-weight: inherit;
    border: none; }
  .fa-ul li.Address {
    margin-bottom: 0; }

.btn {
  border-radius: 0;
  padding: 0.75em 2.5em;
  border: 2px #25282b solid;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: "Fjalla One", "Helvetica", Times, serif;
  text-decoration: none;
  white-space: normal;
  padding: 0.75em 1em;
  min-width: 170px; }
  .btn .fa {
    margin-left: 0.5rem;
    font-weight: 900; }

.btn-small, .btn-sm {
  font-size: 0.6rem; }

.btn-large, .btn-lg, .btn-lrg {
  font-size: 1rem; }

.btn-default, .btn-dark {
  background-color: #25282b;
  color: #fff;
  border-color: #25282b; }
  .btn-default:hover, .btn-dark:hover, .btn-default:focus, .btn-dark:focus {
    background-color: #0d0f10;
    color: #fff;
    border-color: #0d0f10; }

.btn-primary {
  background-color: #13a2d6;
  color: #fff;
  border-color: #13a2d6; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #47c2ef;
    color: #fff;
    border-color: #47c2ef; }

.btn-secondary {
  background-color: #92be3f;
  color: #fff;
  border-color: #92be3f; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #b3d277;
    color: #fff;
    border-color: #b3d277; }

.btn-tertiary {
  background-color: #8b0020;
  color: #fff;
  border-color: #8b0020; }
  .btn-tertiary:hover, .btn-tertiary:focus {
    background-color: #d80032;
    color: #fff;
    border-color: #d80032; }

.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    color: #6b604c;
    border-color: #fff; }

.btn-ghost-dark {
  background-color: transparent;
  color: #25282b;
  border-color: #25282b; }
  .btn-ghost-dark:hover, .btn-ghost-dark:focus {
    background-color: #25282b;
    color: #fff;
    border-color: #25282b; }

.btn-ghost-accent {
  background-color: transparent;
  color: #13a2d6;
  border-color: #13a2d6; }
  .btn-ghost-accent:hover, .btn-ghost-accent:focus {
    background-color: #13a2d6;
    color: #fff;
    border-color: #13a2d6; }

.btn-inverse {
  background-color: #fff;
  color: #6b604c;
  border-color: #fff; }
  .btn-inverse:hover, .btn-inverse:focus {
    background-color: #f7f7f7;
    color: #6b604c;
    border-color: #f7f7f7; }

.btn-stripped {
  background: none;
  color: #13a2d6;
  border: none;
  border-bottom: 1px #13a2d6 solid;
  border-radius: 0;
  padding: 0 0 0.25em 0; }
  .btn-stripped:hover, .btn-stripped:focus {
    color: #0d6d90;
    border-color: #0d6d90; }

.btn-danger {
  background-color: #8b0020;
  border-color: #8b0020;
  border-radius: 15px 0 15px 0;
  text-transform: uppercase;
  color: #fff; }

.btn-danger:hover, .btn-danger:focus {
  background-color: #640017;
  border-color: #640017;
  color: #fff;
  outline: none;
  font-size: 18px;
  padding: 0.5em 2em; }

@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
    #no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #no-more-tables tr {
      border: 1px solid #f7f7f7; }
    #no-more-tables td {
      border: none;
      border-bottom: 1px solid #f7f7f7;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: right;
      width: 100%; }
      #no-more-tables td:before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title); } }

.form-group.date {
  overflow: hidden; }

.form-group.date label {
  display: block; }

.form-group.date select.form-control {
  width: 33.33%;
  float: left; }

.form-group input, .form-group select {
  border-radius: 0;
  height: 55px;
  box-shadow: none;
  padding: 0 15px;
  border-color: #ececec; }
  .form-group input:focus, .form-group select:focus {
    box-shadow: none;
    border-color: #ececec; }
  .form-group label {
    color: #25282b;
    font-family: "Fjalla One", "Helvetica", Times, serif;
    font-size: 1.35em;
    margin: 15px 0; }

.form-control {
  font-size: 18px;
  color: #25282b; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

header {
  padding: 1rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9; }
  header .logo {
    max-height: 110px; }
  header .navbar-default .navbar-nav > li:last-of-type > a {
    padding-right: 0; }
  header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header ul .social {
    display: inline-block;
    margin-right: 0rem; }
    header ul .social .fa {
      background: transparent;
      color: grey;
      height: auto;
      width: auto;
      font-size: 1.25rem;
      margin: 0 0 0 1em; }
      header ul .social .fa:hover {
        background: transparent; }
  header ul li {
    display: inline-block; }

@media (min-width: 768px) {
  header .logo {
    height: 100%;
    max-width: 700px; } }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px; }
  .navbar-default .navbar-nav > li > a {
    color: #0d0f10;
    border: none;
    font-family: "Fjalla One", "Helvetica", Times, serif;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #0d0f10; }
    .navbar-default .navbar-nav > li > .dropdown-menu {
      border: none;
      border-radius: 0;
      box-shadow: none; }
    .navbar-default .navbar-nav > li > .dropdown-menu li a {
      border: none;
      text-decoration: none; }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #13a2d6; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent;
      color: #13a2d6; }
  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #13a2d6; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: transparent;
      color: #13a2d6; }
  .navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: auto; }
  .navbar-default .navbar-toggle {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 1.25rem 2rem;
    border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #25282b; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #f7f7f7;
    margin-top: 5px;
    margin-right: -10px; }
/* MM Menu */
.mm-slideout {
  box-shadow: none !important; }

#mobile-menu.mm-menu {
  background-color: #fff; }
  #mobile-menu.mm-menu .mm-panel {
    border: none;
    border-radius: 0; }
  #mobile-menu.mm-menu .mm-panel.mm-highest {
    box-shadow: none; }
  #mobile-menu.mm-menu > .mm-list {
    padding: 0;
    margin-top: 0 !important; }
  #mobile-menu.mm-menu > .mm-list > li {
    width: 100%; }
    #mobile-menu.mm-menu > .mm-list > li a {
      font-weight: 300;
      font-family: 'Poppins', sans-serif;
      color: #6b604c;
      padding: 1em 1.5em !important;
      border: none;
      font-size: 1rem; }
    #mobile-menu.mm-menu > .mm-list > li a .fa {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
      background: transparent; }
    #mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
      background: #fff;
      border-left-color: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
      color: #13a2d6; }
      #mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
        background: transparent; }
    #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
      background: #0d6d90; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
      background: #13a2d6;
      color: #fff;
      margin: 0; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
      border-color: #fff;
      bottom: 70%; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      margin-left: 0;
      border-color: #0d0f10;
      opacity: 0.5; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      border-color: #f7f7f7;
      opacity: 0.7; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
      border-color: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
      background: transparent;
      color: #13a2d6;
      border-color: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
      background: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li.active {
      border-color: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li.active > a {
      color: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
      border-color: #13a2d6;
      transition: all 0.3s; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
      border-color: #0d6d90; }
      #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
        background: #0d6d90; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen {
    background: #13a2d6; }
    #mobile-menu.mm-menu > .mm-list .mm-subopen:after {
      border-color: #fff !important;
      right: 45%; }
    #mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
      background: #0d6d90; }

.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.1); }
  .sidebar .dropdown-menu {
    background-color: #13a2d6;
    width: 100%;
    padding: 0; }
  .sidebar .dropdown-menu li > a:hover, .sidebar .dropdown-menu li > a:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .sidebar .nav .open > a, .sidebar .nav .open > a:hover, .sidebar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.1); }

header .navbar-default .navbar-nav > li > a {
  line-height: 40px; }

#mobile-menu.mm-menu > .mm-list > li a {
  margin-right: 0; }

#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: transparent;
  width: 100%; }

#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 22px; }

#mobile-menu.mm-menu > .mm-list .dropdown-toggle:after {
  content: '';
  background: #13a2d6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px; }

.member-navigation {
  background: #92be3f; }
  .member-navigation .navbar-collapse {
    padding: 0;
    margin: 0; }
  .member-navigation .navbar-default .navbar-nav > li > a {
    color: #fff;
    position: relative; }
    .member-navigation .navbar-default .navbar-nav > li > a:after {
      content: '';
      display: block;
      height: 5px;
      background: transparent;
      position: absolute;
      bottom: -5px;
      left: 15px;
      right: 15px;
      transform: translate(0, -100%);
      transition: all 0.3s; }
    .member-navigation .navbar-default .navbar-nav > li > a:hover, .member-navigation .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
      .member-navigation .navbar-default .navbar-nav > li > a:hover:after, .member-navigation .navbar-default .navbar-nav > li > a:focus:after {
        background: #13a2d6;
        transform: translate(0, 0); }
    .member-navigation .navbar-default .navbar-nav > li.active > a {
      color: #fff;
      background-color: transparent; }
      .member-navigation .navbar-default .navbar-nav > li.active > a:after {
        background: #13a2d6;
        transform: translate(0, -100%); }
    .member-navigation .navbar-default .navbar-nav > li:first-of-type > a {
      padding-left: 0; }
      .member-navigation .navbar-default .navbar-nav > li:first-of-type > a:after {
        left: 0; }
  .member-navigation .navbar-default .navbar-nav .dropdown-menu {
    background: #72001a;
    padding: 10px 0; }
    .member-navigation .navbar-default .navbar-nav .dropdown-menu .divider {
      display: none; }
    .member-navigation .navbar-default .navbar-nav .dropdown-menu li a {
      color: #fff;
      font-family: "Fjalla One", "Helvetica", Times, serif;
      font-size: 0.9rem;
      padding: 10px 15px; }
      .member-navigation .navbar-default .navbar-nav .dropdown-menu li a:hover, .member-navigation .navbar-default .navbar-nav .dropdown-menu li a:focus {
        background: transparent; }

.document-footer {
  background: #f7f7f7;
  padding: 0; }
  .document-footer h6 {
    margin-top: 0;
    color: #13a2d6;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: 100; }
  .document-footer p, .document-footer li {
    font-size: 0.9rem; }
  .document-footer .fa-ul > li {
    color: #6b604c; }
    .document-footer .fa-ul > li a {
      color: #8b0020; }
    .document-footer .fa-ul > li a:hover, .document-footer .fa-ul > li a:focus {
      text-decoration: none; }
    .document-footer .fa-ul > li strong {
      color: #6b604c;
      font-weight: inherit;
      display: inline-block; }
  .document-footer .social .fa-facebook {
    background: #13a2d6; }
  .document-footer .social .fa-twitter {
    background: #92be3f; }
  .document-footer .social .fa-youtube-play {
    background: #d89d0f; }
  .document-footer .social .fa-instagram {
    background: #8b0020; }
  .document-footer .copyright {
    padding: 0.5rem;
    background: #ececec; }
  .document-footer .copyright p {
    margin: 0;
    font-size: 0.7rem;
    color: #25282b; }
    .document-footer .copyright p a {
      color: inherit;
      font-weight: inherit;
      border: none;
      text-decoration: none; }

.carousel {
  background: #25282b; }
  .carousel img {
    width: 100%;
    opacity: 0.9; }
  .carousel .carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0;
    text-shadow: none; }
  .carousel .carousel-caption.left {
    text-align: left; }
  .carousel .carousel-caption.right {
    text-align: right; }
  .carousel .carousel-caption.center {
    text-align: center;
    justify-content: center; }
  .carousel .carousel-caption h3 {
    margin: 0 0 1rem 0;
    font-size: 5rem;
    color: #fff; }
  .carousel .carousel-caption p {
    font-size: 1.2rem; }
  .carousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 1px !important;
    border-width: 2px; }
  .carousel .carousel-control {
    background: transparent;
    width: 8%; }
  .carousel .carousel-control.left .fa {
    right: 100%; }
  .carousel .carousel-control.right .fa {
    left: 100%; }
  .carousel .carousel-control .fa {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 3rem;
    text-shadow: none;
    transition: all 0.3s; }
  .carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
    right: 50%; }
    .carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
      left: 50%; }
  .carousel .carousel-inner .item {
    margin-bottom: 0; }
  .scrim {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
  .scrim.scrim-alt {
    top: 0;
    bottom: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }

.shoutout .item {
  margin-bottom: 0; }
  .shoutout .item h3.title {
    margin: 1em 0 0.25em 0; }

.cta {
  margin-top: 2rem; }
  .cta h4 {
    color: #fff; }
  .cta p {
    color: #fff; }
  .cta .overlay {
    opacity: 0.85; }
  .cta.none, .cta.none .overlay {
    background: none; }
  .cta.none.no-photo h4, .cta.none .overlay.no-photo h4 {
    color: #13a2d6; }
    .cta.none.no-photo p, .cta.none .overlay.no-photo p {
      color: #6b604c; }
  .cta.no-photo .overlay {
    opacity: 0;
    display: none; }

.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .flash.alert {
    margin-bottom: 0; }

.alert {
  border-radius: 0;
  border: none;
  color: #fff; }
  .alert.alert-danger {
    background-color: #f44336; }
  .alert.alert-success {
    background-color: #4caf50; }
  .alert.alert-info {
    background-color: #03a9f4; }
  .alert.alert-warning {
    background-color: #ff5722; }

.spec-content {
  position: relative;
  z-index: 99; }
  .spec-content.normal-content .item {
    margin-bottom: 0; }
    .spec-content.normal-content .item h3.title {
      font-size: 2.5rem; }
    .spec-content.normal-content .item .text-pad {
      padding: 6rem 4rem; }
  .spec-content.normal-content.contentOnly .text-pad {
    padding-left: 0;
    padding-right: 0; }
  .spec-content.spec-bg .text-right {
    text-align: left; }
  .spec-content.spec-bg h3.title {
    font-size: 4rem; }
  .spec-content.spec-bg p {
    color: #fff; }
  .spec-content.spec-bg .overlay {
    opacity: 0.6; }
  .spec-content.accentColor.spec-bg .overlay, .spec-content.accentColor.normal-content.bgColor, .spec-content.accentColor.spec-bg {
    background-color: #13a2d6; }
  .spec-content.accentColor.spec-bg h3.title {
    color: #fff; }
    .spec-content.accentColor.spec-bg h6.title {
      color: #fff; }
  .spec-content.accentColor.normal-content h3.title {
    color: #25282b; }
    .spec-content.accentColor.normal-content h6.title {
      color: #fff; }
    .spec-content.accentColor.normal-content p, .spec-content.accentColor.normal-content li {
      color: #fff; }
  .spec-content.accentColorAlt.spec-bg .overlay, .spec-content.accentColorAlt.normal-content.bgColor, .spec-content.accentColorAlt.spec-bg {
    background-color: #92be3f; }
  .spec-content.accentColorAlt.spec-bg h3.title {
    color: #fff; }
    .spec-content.accentColorAlt.spec-bg h6.title {
      color: #fff; }
  .spec-content.accentColorAlt.normal-content h3.title {
    color: #25282b; }
    .spec-content.accentColorAlt.normal-content h6.title {
      color: #fff; }
    .spec-content.accentColorAlt.normal-content p, .spec-content.accentColorAlt.normal-content li {
      color: #fff; }
  .spec-content.accentColorDark.spec-bg .overlay, .spec-content.accentColorDark.normal-content.bgColor, .spec-content.accentColorDark.spec-bg {
    background-color: #0d6d90; }
  .spec-content.accentColorDark.spec-bg h3.title {
    color: #fff; }
    .spec-content.accentColorDark.spec-bg h6.title {
      color: #fff; }
  .spec-content.accentColorDark.normal-content h3.title {
    color: #fff; }
    .spec-content.accentColorDark.normal-content h6.title {
      color: #fff; }
    .spec-content.accentColorDark.normal-content p, .spec-content.accentColorDark.normal-content li {
      color: #25282b; }
  .spec-content.primaryDarkColor.spec-bg .overlay, .spec-content.primaryDarkColor.normal-content.bgColor, .spec-content.primaryDarkColor.spec-bg {
    background-color: #25282b; }
  .spec-content.primaryDarkColor.spec-bg h3.title {
    color: #fff; }
    .spec-content.primaryDarkColor.spec-bg h6.title {
      color: #fff; }
  .spec-content.primaryDarkColor.normal-content h3.title {
    color: #fff; }
    .spec-content.primaryDarkColor.normal-content h6.title {
      color: #fff; }
    .spec-content.primaryDarkColor.normal-content p, .spec-content.primaryDarkColor.normal-content li {
      color: #fff; }
  .spec-content.primaryLightColor.spec-bg .overlay, .spec-content.none.spec-bg .overlay, .spec-content.primaryLightColor.normal-content.bgColor, .spec-content.none.normal-content.bgColor, .spec-content.primaryLightColor.spec-bg, .spec-content.none.spec-bg {
    background-color: #fff; }
  .spec-content.primaryLightColor.spec-bg h3.title, .spec-content.none.spec-bg h3.title {
    color: #25282b; }
    .spec-content.primaryLightColor.spec-bg h6.title, .spec-content.none.spec-bg h6.title {
      color: #47c2ef;
      opacity: 1; }
    .spec-content.primaryLightColor.spec-bg p, .spec-content.none.spec-bg p {
      color: #25282b; }
  .spec-content.primaryLightColor.normal-content h3.title, .spec-content.none.normal-content h3.title {
    color: #13a2d6; }
    .spec-content.secondaryLightColor.spec-bg .overlay, .spec-content.secondaryLightColor.normal-content.bgColor, .spec-content.secondaryLightColor.spec-bg {
      background-color: #f7f7f7; }
  .spec-content.secondaryLightColor.spec-bg h3.title, .spec-content.secondaryLightColor.normal-content h3.title {
    color: #13a2d6; }
  .spec-content.secondaryLightColor.spec-bg h3.title {
    color: #25282b; }
    .spec-content.secondaryLightColor.spec-bg h6.title {
      color: #25282b; }
    .spec-content.secondaryLightColor.spec-bg p {
      color: #25282b; }
  .spec-content.none .overlay {
    display: none; }

.faq a.question {
  position: relative;
  width: 100%;
  padding: 0 0 0 1.5em;
  color: #6b604c;
  font-weight: 400;
  transition: all 0.3s; }
  .faq a.question:hover, .faq a.question:hover::after {
    cursor: pointer;
    color: #13a2d6;
    text-decoration: none; }
  .faq a.question::after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 0.8rem;
    color: #6b604c;
    padding: 0 2em 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s; }
  .faq a.question.active {
    color: #13a2d6; }
    .faq a.question.active::after {
      font-family: 'FontAwesome';
      content: '\f068';
      color: #13a2d6; }
  .faq .content {
    display: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin: 0.5em 0 1em 0; }
  .faq .content p, .faq .content li {
    font-size: 0.9em; }

.gallery {
  margin: 0 8px; }
  .gallery .item {
    padding: 2px;
    border: none; }
  .gallery .item img {
    padding: 5px; }

.Collage {
  padding: 5px 0;
  margin: 0;
  overflow: hidden; }
  .Collage img {
    vertical-align: bottom;
    opacity: 1;
    border: 5px #fff solid; }
  .Collage img:hover, .Collage img:focus {
    cursor: pointer; }

.cart .panel {
  border: none;
  margin: 2rem 0 0 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0; }
  .cart .panel .panel-body {
    padding: 0; }
  .cart .form-inline .input-group .form-control, .cart .form-inline .input-group .input-group-addon {
    background: transparent;
    border-radius: 0;
    font-weight: 600; }
    .cart .form-inline .input-group .form-control {
      height: 36px; }
    .cart .form-inline .input-group .input-group-addon {
      padding: 0; }
    .cart .form-inline .input-group .input-group-addon a {
      height: 29px;
      display: block;
      line-height: 20px;
      padding: 6px 10px; }
      .cart .form-inline .input-group .input-group-addon a:hover, .cart .form-inline .input-group .input-group-addon a:focus {
        text-decoration: none;
        border: none; }

.post-wrap {
  padding-top: 2rem; }
  .post-wrap .item:last-of-type .panel-posts {
    border-bottom: none;
    padding-bottom: 0; }
  .post-wrap .item .panel-posts {
    border: none;
    box-shadow: none;
    padding-bottom: 4rem;
    margin-bottom: 0; }
    .post-wrap .item .panel-posts .main-img {
      border-radius: 25px; }
    .post-wrap .item .panel-posts h3.panel-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #25282b;
      margin: 0 0 1rem 0;
      line-height: 1.3;
      font-family: 'Poppins', sans-serif;
      text-transform: none;
      letter-spacing: -0.02em; }
    .post-wrap .item .panel-posts .published {
      margin: 0 0 0.5rem;
      color: #6b604c;
      font-size: 0.7rem; }
    .post-wrap .item .panel-posts .published .fa {
      opacity: 0.8; }

.title-wrap img {
  margin: 3rem auto;
  width: 100%;
  border-radius: 15px; }

.post-details .title {
  font-size: 3vw;
  line-height: 1.4;
  margin-bottom: 0; }
  .post-details .published {
    margin: 0 0 0.5rem;
    color: #6b604c;
    font-size: 0.9rem; }
  .post-details .published .fa {
    opacity: 0.8; }
  .post-details .published a {
    text-decoration: none; }
  .post-details .panel {
    margin-top: 3rem;
    border: none;
    background: #f7f7f7;
    border-radius: 15px; }
  .post-details .panel .panel-heading {
    text-align: center;
    background: #92be3f;
    border-radius: 15px 15px 0 0; }
    .post-details .panel .panel-heading .panel-title {
      font-size: 2rem;
      color: #fff; }
  .post-details .panel .panel-body {
    padding: 2rem; }
    .post-details .panel .panel-body .content {
      margin-bottom: 2rem;
      text-align: center; }
    .post-details .panel .panel-body .videos .card {
      background: #fff;
      padding: 1.5rem;
      border-radius: 0 0 5px 5px; }
    .post-details .panel .panel-body .videos h5 {
      font-size: 1.1rem;
      line-height: 1.4; }

.recent-posts .main-title {
  margin-bottom: 4rem; }
  .recent-posts .item img {
    margin-bottom: 1rem;
    border-radius: 10px; }
  .recent-posts .item .title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0; }
  .recent-posts .item .published {
    margin: 0 0 0.5rem;
    color: #6b604c;
    font-size: 0.7rem; }
    .recent-posts .item .published .fa {
      opacity: 0.8; }
  .recent-posts .item p {
    font-size: 0.9rem; }

.wine-splash-container {
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  padding-top: 5rem;
  background-size: cover;
  background-repeat: no-repeat; }

.bottle-image {
  margin-top: -50px; }

.wine-details .close {
  position: relative;
  top: -15px; }
  .wine-details .diagonal-background {
    background: #92be3f; }
  .wine-details.wine-intro {
    z-index: 5; }
  .wine-details .main-title {
    color: #13a2d6;
    font-size: 3.5rem;
    margin-bottom: 0; }
  .wine-details .subtitle {
    font-size: 2rem; }
  .wine-details .outline {
    margin-top: 4rem;
    padding: 4rem;
    text-align: left;
    margin-bottom: -6rem; }
  .wine-details .search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem; }
  .wine-details .search .form-group:before {
    content: '\f002';
    display: block;
    font-family: FontAwesome;
    float: left;
    transform: translate(0, 15px);
    padding-right: 10px;
    color: #25282b; }
    .wine-details .search .form-group input {
      width: auto;
      border-color: #25282b; }
  .wine-details .search label {
    display: none; }
  .wine-details .panel {
    background: transparent;
    border: none;
    box-shadow: none; }
  .wine-details .panel .item .wrap {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(37, 40, 43, 0.2);
    padding: 15px; }
    .wine-details .panel .item .wrap .card {
      padding: 2rem;
      text-align: center; }

.video-modal .modal-lg {
  max-width: 1100px;
  width: auto; }
  .video-modal .modal-backdrop.in {
    opacity: 0.75; }
  .video-modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 2rem; }
  .video-modal .modal-content .row-2 {
    margin-top: 2rem; }
    .video-modal .modal-content .row-2 strong {
      display: block;
      margin-bottom: 0.5rem;
      font-family: "Fjalla One", "Helvetica", Times, serif;
      color: #25282b;
      text-transform: uppercase;
      font-weight: 600; }
  .video-modal .modal-content h4 {
    color: #13a2d6;
    font-size: 1.75rem;
    margin-top: 0; }
  .video-modal .modal-content h5 {
    margin-top: 0; }
  .video-modal .modal-content a {
    text-decoration: underline;
    color: inherit;
    font-weight: 600; }
  .video-modal .modal-content .table tbody tr th, .video-modal .modal-content .table tbody tr td {
    padding: 10px 0;
    border-width: 2px;
    border-color: rgba(236, 236, 236, 0.5); }
    .video-modal .modal-content .table tbody tr:first-child th, .video-modal .modal-content .table tbody tr:first-child td {
      border-top: none; }

.locked-intro .main-title {
  color: #13a2d6;
  font-size: 3.5vw;
  margin-top: 1.5rem; }
  .locked-intro .main-title small {
    font-size: 1.5vw;
    color: #6b604c;
    text-transform: none;
    line-height: 1.4;
    margin-top: 1rem;
    font-family: 'Poppins', sans-serif; }
  @media (max-width: 767px) {
    .locked-intro .main-title {
      font-size: 4.5vw; }
      .locked-intro .main-title small {
        font-size: 3vw; } }
  .locked-intro .pad {
    padding: 4rem 4rem 4rem 0rem; }
  .locked-intro ul {
    list-style: none; }
  .locked-intro ul li {
    position: relative;
    margin-bottom: 0.5em; }
    .locked-intro ul li:before {
      content: '\f00c';
      font-family: FontAwesome;
      position: absolute;
      left: -1.5rem;
      color: #92be3f; }
  .locked-intro .btn {
    font-size: 1.25vw; }
  @media (max-width: 767px) {
    .locked-intro .btn {
      font-size: 2.25vw; } }

.fancy-list ul {
  list-style: none; }
  .fancy-list ul li {
    position: relative;
    margin-bottom: 0.5em; }
    .fancy-list ul li:before {
      content: '\f00c';
      font-family: FontAwesome;
      position: absolute;
      left: -1.5rem;
      color: #92be3f; }

.intro .pad {
  padding: 2rem 0; }
  .paper {
    padding: 4rem;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(37, 40, 43, 0.2); }
  .paper h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0; }

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem; }
  .sidebar .card {
    background: #92be3f;
    padding: 2rem;
    margin-top: 0;
    color: white; }
  .sidebar .card h3 {
    color: #fff; }
  .sidebar .nav {
    margin-top: 2rem; }
  .sidebar .nav li {
    margin: 0;
    border-bottom: 2px #fff solid;
    color: #fff; }
    .sidebar .nav li a {
      text-decoration: none;
      border-radius: 0;
      color: #fff; }
    .sidebar .nav li.active a {
      background: #13a2d6;
      border-color: #13a2d6; }
    .sidebar .nav li:last-of-type {
      border-bottom: 0; }
  .sidebar .nav.archives li {
    font-weight: 700;
    color: #25282b;
    font-family: "Fjalla One", "Helvetica", Times, serif;
    font-size: 1.2em;
    border-bottom: 2px #25282b solid; }
    .sidebar .nav.archives ul, .sidebar .nav.archives ol {
      list-style: none;
      padding: 5px 0;
      margin: 0; }
    .sidebar .nav.archives ul li, .sidebar .nav.archives ol li {
      font-weight: 700;
      color: #fff;
      border-top: 1px solid #fff;
      border-bottom: 0px solid transparent;
      padding: 5px;
      font-family: 'Poppins', sans-serif;
      font-size: 1rem; }

.home-splash-container {
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  padding-top: 5rem;
  background: url('/files/pexels-taryn-elliott-4652193.jpg') no-repeat right center;
  background-size: cover;
  background-repeat: no-repeat; }

.diagonal-background-container {
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  padding-top: 5rem;
  background: url('/files/pexels-taryn-elliott-4652193.jpg') no-repeat right center;
  background-size: cover;
  background-repeat: no-repeat; }

.list-item {
  margin-bottom: 1rem; }
  .list-item.paper {
    padding: 2rem 1rem; }
  .list-item .card {
    padding: 0 15px; }
  .list-item .list-title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 0; }
  .list-item .list-content {
    margin-top: 1rem; }

.splash-contain-green {
  padding: 1rem 3rem 3rem;
  background: #95be3e;
  box-shadow: 0px 0px 10px 0px rgba(37, 40, 43, 0.2); }
  @media (max-width: 500px) {
  .splash-contain-green {
    padding: 1rem 1.5rem; } }
  .splash-contain-green ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: -1.5rem;
    color: #8b0020; }
  .splash-contain-green h2 {
    font-size: 2.75vw;
    margin-bottom: 1rem;
    color: #fff; }
  .splash-contain-green h3 {
    color: #fff;
    font-size: 2vw; }
  .splash-contain-green ul li {
    color: #fff; }
  .splash-contain-green p {
    color: #fff; }

.sponsors h3 {
  color: #92be3f; }

.post-cards {
  background: #f7f7f7; }
  @media (max-width: 767px) {
  .post-cards {
    background: #fff; } }
  .post-cards .item {
    min-height: 65vh;
    overflow: hidden;
    background: transparent;
    margin-bottom: 1rem; }
  @media (max-width: 1199px) {
    .post-cards .item {
      max-height: 700px; } }
  @media (max-width: 767px) {
    .post-cards .item {
      min-height: auto;
      padding: 0;
      height: auto; } }
  .post-cards .item .bg-absolute {
    transition: all 0.3s; }
  .post-cards .item:hover .wrap, .post-cards .item:focus .wrap {
    padding-top: 0; }
    @media (max-width: 767px) {
      .post-cards .item:hover .wrap, .post-cards .item:focus .wrap {
        padding-top: 3rem; } }
    .post-cards .item:hover .bg-absolute, .post-cards .item:focus .bg-absolute {
      transform: scale(1.1);
      opacity: 0; }
    .post-cards .item:hover .scrim, .post-cards .item:focus .scrim {
      opacity: 0; }
    .post-cards .item:hover h3.title, .post-cards .item:focus h3.title {
      color: #13a2d6; }
    .post-cards .item:hover h3.title small, .post-cards .item:focus h3.title small {
      color: #25282b; }
    .post-cards .item:hover p, .post-cards .item:focus p, .post-cards .item:hover li, .post-cards .item:focus li {
      color: #0d0f10; }
    .post-cards .item:hover .btn.btn-circle, .post-cards .item:focus .btn.btn-circle {
      opacity: 1; }
  .post-cards .wrap {
    padding: 4rem 2rem;
    position: relative;
    z-index: 9;
    align-self: flex-end;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto; }
  @media (max-width: 1399px) {
    .post-cards .wrap {
      padding: 4rem 2rem; } }
  @media (max-width: 1199px) {
    .post-cards .wrap {
      padding: 4rem 1rem 2rem; } }
  @media (max-width: 767px) {
    .post-cards .wrap {
      padding: 2rem 15px; } }
  .post-cards h3.title {
    margin: 0 0 1rem 0;
    color: #fff;
    font-size: 2vw; }
  @media (max-width: 1399px) {
    .post-cards h3.title {
      font-size: 2rem; } }
  @media (max-width: 1199px) {
    .post-cards h3.title {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .post-cards h3.title {
      color: #25282b;
      font-size: 2rem;
      margin-bottom: 1rem; } }
  .post-cards h3.title small {
    color: #fff;
    text-transform: Uppercase;
    font-size: 1rem;
    line-height: 3;
    font-family: 'Poppins', sans-serif; }
  .post-cards p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1em; }
  @media (max-width: 1399px) {
    .post-cards p {
      font-size: 1.2rem; } }
  @media (max-width: 1199px) {
    .post-cards p {
      font-size: 1.1rem; } }
  @media (max-width: 767px) {
    .post-cards p {
      color: #6b604c;
      font-size: 1rem;
      margin-bottom: 0; } }
  .post-cards .main-title {
    margin: 2.5rem 0 2rem; }
  .post-cards .scrim {
    top: 0;
    background: linear-gradient(to bottom, rgba(13, 15, 16, 0), rgba(13, 15, 16, 0.7));
    transition: all 0.3s; }

.bg-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vid-thumb {
  width: 100%; }

.list-group-item {
  background: #f7f7f7; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item a {
    text-decoration: none;
    font-weight: bold;
    text-transform: none; }
  .list-group-item a:hover {
    color: #13a2d6;
    text-decoration: none; }

.list-group li:before {
  display: none; }

.grid-item {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 5px #fff;
  transition: all 0.25s; }
  .grid-item:before {
    content: '';
    background: #13a2d6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    pointer-events: none; }
  .grid-item.grid-1:before, .grid-item.grid-5:before, .grid-item.grid-9:before {
    background: #6b604c; }
  .grid-item.grid-2:before, .grid-item.grid-6:before, .grid-item.grid-10:before {
    background: #92be3f; }
  .grid-item.grid-4:before, .grid-item.grid-8:before {
    background: #8b0020; }
  .grid-item:hover .grid-title, .grid-item:active .grid-title {
    transform: translateY(30%); }
  .grid-item .grid-title {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0px 15px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.25s;
    max-width: 80%; }
  .grid-item .grid-title .fa {
    display: block;
    font-size: 2rem;
    margin-bottom: 15px; }
  .grid-item .grid-link {
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.list-photo {
  width: 100%; }

.noNameBox {
  display: block;
  position: fixed;
  width: 350px;
  padding: 1.5rem;
  bottom: -100%;
  right: 1rem;
  z-index: 100;
  background: #f1f1f1;
  border: 1px #e2e2e2 solid;
  transition: all 0.6s; }

.noNameBox.visible {
  bottom: 0; }

.pagination > li > a {
  font-size: 0.8em;
  color: #25282b;
  border: 1px #f7f7f7 solid; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    background: #f7f7f7;
    color: #25282b; }
  .pagination > li.active > a {
    background: #13a2d6;
    border-color: #13a2d6; }
  .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background: #13a2d6;
    border-color: #13a2d6; }
  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0; }

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 187, 187, 0.35);
  z-index: 10000;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f106';
  text-align: center;
  line-height: 46px;
  font-size: 1.25rem;
  color: #25282b;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #92be3f;
  stroke-width: 3;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.document-header {
  padding: 1rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9; }

.widget-type-site_logo img {
  max-height: 50px; }

@media (max-width: 1400px) {
  header {
    padding: 1rem 0 0.7rem; }
    header .navbar-default .navbar-nav > li > a {
      font-size: 0.85rem;
      padding: 5px 7px; }
    header ul .social .fa {
      margin: 0 0 0 0.4em; }
    header .btn {
      font-size: 0.9rem;
      padding: 0.75em 1.4em; } }

@media (min-width: 1200px) {
  /*
   .embed-responsive.embed-responsive-16by9 {
   padding-bottom: 25%;
   }
   */ }

@media (max-width: 1199px) {
  body, html {
    font-size: 16px; } }

@media (max-width: 991px) {
  body, html {
    font-size: 14px; }

  .navbar-default {
    text-align: center; }
    .navbar-default .navbar-nav {
      display: inline-block; }

  .wine-splash-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem; }

  .home-splash-container, .home-splash-container.pad {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem; }

  .bottle-image {
    margin-top: 0; }

  .locked-intro .pad {
    padding: 1.5rem; } }

@media (max-width: 767px) {
  .modal.video-modal .embed-responsive {
    margin-bottom: 1rem; }

  .video-modal .modal-content {
    padding: 1rem; }

  .same {
    height: auto !important; }

  .flex {
    display: block !important; }

  .pad, .padded, .padding {
    padding: 2rem 0; }

  .post-cards h3.title small {
    color: #25282b; }

  .carousel .carousel-caption, .carousel.secondary .carousel-caption {
    position: static;
    background: #f7f7f7;
    display: block;
    text-shadow: none;
    padding: 2rem 0; }
    .carousel .carousel-caption.left, .carousel.secondary .carousel-caption.left, .carousel .carousel-caption.right, .carousel.secondary .carousel-caption.right, .carousel .carousel-caption.center, .carousel.secondary .carousel-caption.center {
      text-align: left; }
    .carousel .carousel-caption h3, .carousel.secondary .carousel-caption h3 {
      color: #25282b;
      font-size: 2rem; }
    .carousel .carousel-caption p, .carousel.secondary .carousel-caption p {
      color: #6b604c; }

  .scrim, .carousel-control, .carousel-indicators {
    display: none; }

  .spec-content .bg-img, .spec-content.bg-img {
    background-image: none !important; }
    .spec-content .overlay {
      display: none; }

  header .text-right {
    text-align: center; }

  .sponsor-mobile {
    margin: 0 auto 25px;
    width: 70%; }

  .document-footer {
    text-align: center; }
    .document-footer h6 {
      margin: 15px 0; } }

@media (max-width: 500px) {
  .wine-splash-container {
    padding-left: 1rem;
    padding-right: 1rem; }

  .wine-details .panel .item .wrap {
    margin-bottom: 1rem; } }

@media (max-height: 600px) {
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1; } }

@media (max-height:600px and min-width:400px) {
  .post-cards .item {
    height: 90vh; } }
/*# sourceMappingURL=/themes/base/css/sources/style.map */