@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");

/* ====================== */
/* == Age restriction === */
/* ====================== */
#age-restriction-logo {
  width: 100%;
  text-align: center;
}

#age-restriction-dialog {
  display: none;
}

#age-restriction-dialog p {
  margin: 10px 0 20px;
  text-align: center;
}

#age-restriction-dialog form {
  text-align: center;
}

#age-restriction-dialog form select {
  padding: 8px 30px 7px 8px;
  margin-bottom: 10px;
  background: #fff url("../images/dropdown-arrow.png") no-repeat 90% 50%;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
}

#age-restriction-dialog form input {
  width: 60%;
  padding: 8px 0;
  background: #154734;
  border: none;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#age-restriction-dialog form input:hover {
  background: #2d5246;
}

#age-restriction-dialog form input[type="checkbox"]:not(:checked),
#age-restriction-dialog form input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#age-restriction-dialog form input[type="checkbox"]:not(:checked)+label,
#age-restriction-dialog form input[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

#age-restriction-dialog form input[type="checkbox"]:not(:checked)+label:before,
#age-restriction-dialog form input[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #154734;
  background: #f8f8f8;
  border-radius: 0px;
}

#age-restriction-dialog form input[type="checkbox"]:checked+label:after {
  content: 'x';
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 11px;
  color: #09ad7e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  font-family: "Oswald", sans-serif;
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar-default a.navbar-brand {
  height: auto;
  background: #154734;
  padding: 10px;
}

.navbar-default a.navbar-brand img {
  width: 146px;
  max-height: 60px;
}

.navbar-default a.navbar-brand:focus,
.navbar-default a.navbar-brand:hover {
  background-color: #154734;
  color: initial;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.navbar-default .navbar-nav>li>a {
  height: 80px;
  padding: 28px 30px 28px 40px;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    padding: 10px;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
  background: url("../images/active-link.png") no-repeat #154734 20px 50%;
  color: #fff;
}

@media (max-width: 768px) {

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a.active {
    color: #fff;
    background: #154734;
  }
}

.navbar-toggle {
  margin-top: 22px;
}

a.page-link {
  position: absolute;
  top: -80px;
}

body {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}

body.privacy-policy {
  opacity: 1;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section {
  position: relative;
}

.indicator {
  display: block;
  position: absolute;
  left: 0;
  top: 55%;
}

.about-wrapper {
  background: rgba(8, 41, 30, 0.6);
  padding: 15px;
  border: 15px solid #e6e8db;
}

.logo-container img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  padding: 10px 0;
}

.logo-container img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.privacy-policy {
  background: #e7e7e7;
}

.privacy-policy .content {
  margin-top: 110px;
}

/* ====================== */
/* ======== Home ======== */
/* ====================== */
.home {
  overflow: hidden;
  background: url("../images/header-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header-bg.jpg', sizingMethod='scale')";
}

@media (max-width: 480px) {
  .home {
    min-height: 100vh;
  }
}

.home-img {
  width: 100%;
  position: absolute;
  top: -200px;
  z-index: -99999;
}

#logo-underlay {
  position: aboslute;
  top: 0;
  width: 100%;
  opacity: .2;
}

#logo-underlay img {
  width: 100%;
}

@media (max-width: 480px) {
  #large-logo {
    position: static;
    margin-top: 150px;
    text-align: center;
    transform: none;
    -webkit-transform: none;
  }
}

#large-logo img {
  width: 100%;
}

@media (max-width: 480px) {
  #large-logo img {
    width: 90%;
  }
}

span.leaf-span {
  display: inline-block;
  background: url(../images/leaf-span-white.png);
  width: 16px;
  height: 24px;
  margin: 2px 5px 6px;
}

a#about .page-link {
  position: absolute;
  top: 0px;
}

#about {
  z-index: 999;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: url("../images/group_shot.jpg") 50% 50% fixed;
  background-size: cover;
}

@media (max-width: 480px) {
  #about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#organic-difference {
  width: 100%;
  background: url("../images/organic-bg.jpg") fixed;
  background-size: cover;
  color: #fff;
}

#organic-difference .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (max-width: 480px) {
  #organic-difference .row {
    position: static;
    padding: 80px 0;
    transform: none;
    -webkit-transform: none;
  }
}

#organic-difference .row .title {
  position: absolute;
  right: 8%;
}

@media (max-width: 768px) {
  #organic-difference .row .title {
    position: static;
    text-align: center;
  }
}

#organic-difference .row .left {
  text-align: right;
}

#organic-difference .row .right {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #organic-difference .row .right {
    padding-top: 10px;
  }
}

#organic-difference .row .left,
#organic-difference .row .right,
#organic-difference .row .left.inView,
#organic-difference .row .right.inView {
  transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
}

#organic-difference h1 {
  padding-right: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 5em;
  font-weight: bold;
  text-transform: uppercase;
}

#organic-difference p {
  position: relative;
  top: 40px;
  font-family: "Libre Baskerville", "Georgia", serif;
  font-size: 16px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #organic-difference p {
    top: 0;
  }
}

.usda-organic {
  width: 110px;
  margin-right: 16px;
}

@media (max-width: 480px) {
  .usda-organic {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#expressions {
  width: 100%;
  padding: 0;
  background: #e7e7e7;
}

#expressions>.row {
  margin-top: 80px;
}

@media (max-width: 768px) {
  #expressions>.row {
    margin-top: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  #expressions>.row {
    min-height: 559px;
    padding: 80px 0;
    position: static;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

#expressions button.expression {
  width: 100%;
  margin: 0 0 10px 0 !important;
}

#expressions button.to-recipes {
  padding: 8px 9px 8px 15px;
}

#expressions button:hover {
  background: #154734;
  color: #fff;
}

#expressions button:hover a.expressions-back {
  color: #fff;
}

#expressions h1 {
  position: relative;
  display: bold;
  z-index: 99;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #11533E;
  text-align: center;
  letter-spacing: -2px;
}

@media (max-width: 768px) {
  #expressions h1 {
    position: static;
  }
}

.expressions-backgrounds {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.expressions-backgrounds img {
  display: none;
  width: 100%;
}

.artisanal#expressions,
.cucumber#expressions,
.pumpkin#expressions,
.tomato#expressions,
.lemon#expressions {
  background-size: cover;
}

.artisanal#expressions {
  background-image: url("../images/expressions-bg/artisanal.jpg") 50% 50%;
}

.cucumber#expressions {
  background-image: url("../images/expressions-bg/cucumber.jpg") 50% 50%;
}

.pumpkin#expressions {
  background-image: url("../images/expressions-bg/pumpkin.jpg") 50% 50%;
}

.tomato#expressions {
  background-image: url("../images/expressions-bg/tomato.jpg") 50% 50%;
}

.lemon#expressions {
  background-image: url("../images/expressions-bg/lemon.jpg") 50% 50%;
}

.bottles-all {
  position: relative;
  z-index: 999;
  display: block;
  width: 1148px;
  height: 571px;
  margin: 0 auto;
  background: url("../images/all-bottles.png");
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.expressions-select-container {
  display: block;
  width: 680px;
  height: 490px;
  margin: 0 auto;
}

.expression-select-area {
  width: 16.4%;
  height: 100%;
  margin-right: 4.5%;
  float: left;
}

.expression-select-area.last {
  margin-right: 0;
}

.disappear {
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.bottle-wrapper img,
.buynow-wrapper img {
  margin: 20px auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.bottle-wrapper:hover img,
.buynow-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.expression-detail .expression {
  display: none;
}

.expression-detail .expression img.bottle {
  margin: 20px auto;
}

@media (max-width: 767px) {
  .expression-detail .expression img.bottle {
    margin: 10 auto 0;
    max-width: 80px;
  }
}

.expression-detail .expression h2 {
  margin-top: -80px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #154734;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .expression-detail .expression h2 {
    margin-top: 0;
    text-align: center;
  }
}

.expression-detail .expression p,
.expression-detail .expression dl {
  font-size: 1.3em;
}

@media (max-width: 767px) {

  .expression-detail .expression p,
  .expression-detail .expression dl {
    font-size: 1em;
    text-align: center;
  }
}

.expression-detail .expression dl {
  font-family: "Libre Baskerville", "Georgia", serif;
}

.expression-detail .expression dl dt,
.expression-detail .expression dl dd {
  line-height: 1.5;
}

.expression-detail .expression dl dd {
  color: #699285;
  font-size: 16px;
  margin-bottom: 10px;
  font-style: italic;
}

.expression-detail .expression dl {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .expression-detail .expression .expression-buttons {
    text-align: center;
  }

  .expression-detail .expression .expression-buttons .btn-return i {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bottle-single {
  position: absolute;
  top: 0;
  display: none;
}

.bottle-single img {
  margin-right: 80px;
  float: right;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}

@media (max-width: 768px) {
  .bottle-single img {
    display: none;
  }
}

.bottle-single h2 {
  margin-bottom: 30px;
  padding-top: 88px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #154734;
  text-transform: uppercase;
}

.bottle-single p {
  font-size: 1.3em;
  color: #154734;
}

.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  border: none;
  border-radius: 3px;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-return {
  background: #fff;
  margin: 20px 0;
  color: #11533E;
}

.btn-return i {
  padding-right: 10px;
}

.btn-return:hover,
.btn-return:focus {
  background: #f2f2f2;
}

a.btn-to-recipes {
  color: #fff;
}

a.btn-to-recipes i {
  padding-left: 10px;
}

.expression[data-expression="artisanal"] a.btn-to-recipes {
  background: #6B3807;
}

.expression[data-expression="artisanal"] a.btn-to-recipes:active,
.expression[data-expression="artisanal"] a.btn-to-recipes.active {
  color: #fff;
}

.expression[data-expression="artisanal"] a.btn-to-recipes:hover,
.expression[data-expression="artisanal"] a.btn-to-recipes:focus {
  background: #0b0601;
  color: #fff;
}

.expression[data-expression="cucumber"] a.btn-to-recipes {
  background: #00563F;
}

.expression[data-expression="cucumber"] a.btn-to-recipes:active,
.expression[data-expression="cucumber"] a.btn-to-recipes.active {
  color: #fff;
}

.expression[data-expression="cucumber"] a.btn-to-recipes:hover,
.expression[data-expression="cucumber"] a.btn-to-recipes:focus {
  background: black;
  color: #fff;
}

.expression[data-expression="lemon"] a.btn-to-recipes {
  background: #FCBF49;
}

.expression[data-expression="lemon"] a.btn-to-recipes:active,
.expression[data-expression="lemon"] a.btn-to-recipes.active {
  color: #fff;
}

.expression[data-expression="lemon"] a.btn-to-recipes:hover,
.expression[data-expression="lemon"] a.btn-to-recipes:focus {
  background: #db9204;
  color: #fff;
}

.expression[data-expression="tomato"] a.btn-to-recipes {
  background: #A32638;
}

.expression[data-expression="tomato"] a.btn-to-recipes:active,
.expression[data-expression="tomato"] a.btn-to-recipes.active {
  color: #fff;
}

.expression[data-expression="tomato"] a.btn-to-recipes:hover,
.expression[data-expression="tomato"] a.btn-to-recipes:focus {
  background: #50131c;
  color: #fff;
}

/* ====================== */
/* ===== Cocktails ====== */
/* ====================== */
#cocktails {
  width: 100%;
  background: #fff;
}

#cocktails .row {
  margin: 100px 0;
  text-align: center;
  width: 99%;
}

@media (max-width: 767px) {
  #cocktails .row {
    margin: 0;
  }
}

.cocktail-list .mix {
  display: none;
}

#cocktails button.filter {
  text-decoration: none;
  color: #00563F;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #f1f1f1;
  border: none;
  padding: 8px 20px;
  margin: 20px 0;
  width: 15.5%;
  border-radius: 3px;
}

#cocktails button.filter.active,
#cocktails button.filter:hover {
  background: #d8d8d8;
}

@media (max-width: 767px) {
  #cocktails button.filter {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
}

.cocktail-container {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cocktail-container {
    width: 100%;
  }
}

/* ====================== */
/* ===== Buy Now ====== */
/* ====================== */
#buynow {
  width: 100%;
  padding: 0;
  background: #e7e7e7;
}

#buynow .row {
  margin: 100px 0;
  text-align: center;
  width: 99%;
}

#buynow figure figcaption {
  padding: 10px;
  color: #154734;
}

#buynow figure figcaption span {
  font-size: 16px;
}

#buynow figure img {
  width: 65%;
}

#buynow a {
  text-decoration: none;
}


.mix {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  border: 5px solid transparent;
  -webkit-transition: border 200ms;
  transition: border 200ms;
}

@media (max-width: 767px) {
  .mix {
    width: 100%;
    margin-right: 0;
  }
}

.mix img {
  width: 100%;
}

.mix figure figcaption {
  padding: 10px;
  color: #154734;
}

.mix figure figcaption span {
  font-size: 24px;
}

.mix.artisanal:hover {
  border-color: #6B3807;
}

.mix.cucumber:hover {
  border-color: #00563F;
}

.mix.pumpkin:hover {
  border-color: #C67F07;
}

.mix.tomato:hover {
  border-color: #A32638;
}

.mix.lemon:hover {
  border-color: #FCBF49;
}

button.filter#artisanal.active,
button.filter#artisanal:hover {
  background: #6B3807;
  color: #fff;
}

button.filter#cucumber.active,
button.filter#cucumber:hover {
  background: #00563F;
  color: #fff;
}

button.filter#pumpkin.active,
button.filter#pumpkin:hover {
  background: #C67F07;
  color: #fff;
}

button.filter#tomato.active,
button.filter#tomato:hover {
  background: #A32638;
  color: #fff;
}

button.filter#lemon.active,
button.filter#lemon:hover {
  background: #FCBF49;
  color: #fff;
}

.mix span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.drink-image {
  display: none;
  padding: 0;
}

.drink-image img {
  width: 100%;
}

.cocktail-description {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.recipe-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 600px;
  -webkit-box-shadow: 0 0 200px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media (max-width: 767px) {
  .recipe-wrapper {
    top: 95px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }
}

.recipe {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

.recipe img {
  float: left;
  margin-right: 20px;
}

.recipe .details {
  padding: 20px;
}

.recipe h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #00563F;
}

.recipe ul {
  list-style: none;
  padding-left: 0;
}

.recipe li {
  margin-bottom: 5px;
}

.recipe li:hover {
  font-weight: bold;
}

.close-recipe {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: url("../images/close.png") #333 50% 50% no-repeat;
  cursor: pointer;
}

@media (max-width: 480px) {
  #cocktails {
    padding: 80px 0;
  }
}

.age-gate {
  background: #e6e8db;
  border: 5px solid #154734;
}

.vertical-center--parent {
  position: relative;
}

.vertical-center--parent .vertical-center--child {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .age-gate {
    padding: 35px 0;
  }
}

.age-gate p {
  font-family: "Libre Baskerville", "Georgia", serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.age-gate input.form-control {
  font-family: "Oswald", sans-serif;
  color: #000;
  text-align: center;
  width: auto;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 20px;
}

.age-gate input.form-control#month,
.age-gate input.form-control#day {
  width: 63px;
  margin-right: 20px;
}

@media (max-width: 767px) {

  .age-gate input.form-control#month,
  .age-gate input.form-control#day {
    width: 100%;
    margin: 0;
  }
}

.age-gate input.form-control#year {
  width: 74px;
}

@media (max-width: 767px) {
  .age-gate input.form-control#year {
    width: 100%;
  }
}

.age-gate input[type="checkbox"] {
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-appearance: none;
  border: 1px solid #ccc;
}

.age-gate input[type="checkbox"]:checked {
  background-image: url("./../images/checked.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.age-gate p.denied {
  display: none;
  color: #c60909;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none;
}

.age-gate .remember-me {
  display: table;
  margin: 0 auto 20px;
}

.age-gate .remember-me label {
  padding: 0 10px 0 0;
}

.age-gate .remember-me label,
.age-gate .remember-me input {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}

.age-gate button {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  background: #154734;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.age-gate button:hover,
.age-gate button:focus {
  background: #092017;
  color: #fff;
}

/* ====================== */
/* ===== Reviews ====== */
/* ====================== */
#testimonials h3 {
  font: 48px/110% bold 'Oswald', sans-serif;
  color: #11533e;
  margin-top: 0;
  font-weight: bold;
  text-transform: none;
}

#testimonials p {
  font: 24px normal 'Libre Baskerville', 'Georgia', serif;
  margin: 0;
}

#testimonials p.speaker {
  font-style: italic;
}

@media screen and (max-width: 980px) {
  .carousel-inner {
    float: none;
    width: 80%;
    margin: 0 auto;
  }

  .carousel-inner>.item {
    padding-right: 0;
  }

  .carousel-content {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .carousel-inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-inner>.item {
    padding-right: 0;
  }
}

#reviews {
  width: 100%;
  background: #e6e8db;
  border-top: 10px solid #a1d7b0;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#reviews h1 {
  font-family: 'Oswald', sans-serif;
  color: #11533e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5em;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 40px;
  position: relative;
  display: block !important;
  z-index: 99;
}

#reviews div#testimonials {
  padding: 2% 0;
  border-right: 2px solid #bcbea3;
}

#reviews .logo-container {
  width: 90%;
}

@media screen and (max-width: 980px) {
  #reviews h1 {
    text-align: center;
  }

  #reviews div#testimonials {
    padding: 10px;
    border: none;
  }

  #reviews .logo-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #reviews {
    padding: 0;
  }

  #reviews .logo-container {
    width: 80%;
    margin: 0 auto;
  }
}

p {
  font-family: "Libre Baskerville", "Georgia", serif;
  font-size: 16px;
  line-height: 1.5em;
}

#about h1 {
  margin-top: 0px;
}

#about h1,
#about p,
#about span {
  color: #fff;
}

#about h1 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5em;
  text-align: center;
  letter-spacing: -2px;
}

#cocktails h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5em;
  color: #154734;
  letter-spacing: -2px;
}

#buynow h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5em;
  color: #154734;
  letter-spacing: -2px;
}

@media (max-width: 480px) {

  #about h1,
  #organic-difference h1,
  #cocktails h1,
  #expressions h1 {
    font-size: 3em;
    margin-bottom: 20px;
  }
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
  font-family: "Oswald", sans-serif;
}

sup.small,
sub.small {
  font-size: 30%;
}

h1 sup.small,
#main-nav sup.small,
h1 sub.small,
#main-nav sub.small {
  color: #fff;
  top: -2.1em;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .navbar-default .navbar-nav>li>a {
    padding-top: 29px;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    padding-top: 11px;
  }
}

/*# sourceMappingURL=styles.css.map */