/* ===============
 GENERAL 
 =============== */
html, body {
  height: 100%;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexarustsans-black-free-webfont.woff2') format('woff2'),
  url('../fonts/nexarustsans-black-free-webfont.woff') format('woff'),
  url('../fonts/nexarustsans-black-free-webfont.ttf') format('truetype');
}



@font-face {
  font-family: 'Minion';
  src: url('../fonts/MinionPro-Regular.otf');
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Condensed-Bold.ttf');
}
@font-face {
  font-family: 'Helvetica Light';
  src: url('../fonts/helvetica-light.ttf');
}
.nexa {
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
}
.minion {
  font-family: 'Minion', Georgia, Times New Roman, serif;
}
.din {
  font-family: 'Din', Helvetica, Arial, sans-serif;
}
.helvetica-light {
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  background: #e7e2c4;
  color: #000;
}
h1 {
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
}
h2 {
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
h3 {
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 70px;
}
h4 {
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 28px;
}
p {
  font-size: 20px;
  color: #000;
  line-height: 32px;
}
.big, ul.big li {
  font-size: 22px;
  line-height: 34px;
}
.no-paddings {
  padding: 0;
}
.giant-text {
  font-size: 100px;
}
@media (max-width: 600px) {
  .giant-text {
    font-size: 70px;
  }
}
.blue {
  color: #163d4d;
}
.white {
  color: #eee9cb;
}
.orange {
  color: #b16627;
}
.green {
  color: #433d17;
}
.main-green {
  color: #096769;
}
.red {
  color: #822b1a;
}
.army-green {
  color: #433e18;
}
.brown {
  color: #433e18;
}
.uppercase {
  text-transform: uppercase;
}
.img-responsive {
  width: 100%;
}
.img-hover-fx > img {
  display: block;
}
.img-hover-fx, .img-hover-fx:link, .img-hover-fx:visited, .img-hover-fx:hover, .img-hover-fx:active {
  cursor: pointer;
  display: inline-block;
  height: auto;
  transition: all 200ms ease-out;
  opacity: 1;
}
.img-hover-fx:hover {
  transform: scale(1.06);
}
.img-hover-fx:hover > img {
  filter: brightness(104%);
}
/* ===============
 HEADER
 =============== */
.header {
  background: url('../img/creek.jpg') no-repeat center center;
  background-size: cover;
  --min-height: 500px;
  padding: 20px 20px 60px 20px;
}
.parallax-window {
  padding: 20px 20px 60px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-img {
  width: 400px;
  margin: 50px auto 0 auto;
  display: block;
}
.header .pretitle, .parallax-window .pretitle {
  margin-top: 80px;
  margin-bottom: 0;
  color: #eee9cb;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Minion', Georgia, Times New Roman;
  letter-spacing: 2px;
}
.header h1, .parallax-window h1 {
  font-size: 90px;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2);
}
.header h2, .parallax-window h2 {
  font-size: 40px;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2);
}
/*
 .header .pretitle, .parallax-window .pretitle {
 margin-top:80px;
 margin-bottom:0;
 color:$warm-white;
 font-size:18px;
 text-transform:uppercase;
 font-family:'Minion', Georgia, Times New Roman;
 letter-spacing:2px;
 }
 .header h1, .parallax-window h1 {
 font-size:90px;
 text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2);
 }
 .header h2, .parallax-window h2 {
 font-size:40px;
 text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2);
 }
 */
#header-parallax {
  text-align: center;
  position: relative;
}
#header-parallax #header-parallax-container.header-parallax-w-image {
  max-height: 490px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header-parallax #header-parallax-container.header-parallax-w-image {
    max-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header-parallax #header-parallax-container.header-parallax-w-image {
    max-height: 330px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #header-parallax #header-parallax-container.header-parallax-w-image {
    max-height: 270px;
  }
}
@media (max-width: 500px) {
  #header-parallax #header-parallax-container.header-parallax-w-image {
    max-height: 230px;
  }
}
#header-parallax #header-parallax-container.header-parallax-wo-image {
  max-height: 260px;
}
#header-parallax #header-parallax-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header-parallax:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#header-parallax .parallax-parent {
  height: 100vh;
  overflow: hidden;
  max-height: 530px;
}
#header-parallax .parallax-parent > * {
  height: 200%;
  position: relative;
  top: -125%;
}
#header-parallax-content {
  position: absolute;
  top: 46% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 992px) {
  #header-parallax-content {
    top: 44% !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #header-parallax-content {
    top: 43% !important;
  }
}
@media (max-width: 767px) {
  #header-parallax-content {
    top: 42% !important;
  }
}
#header-parallax-content h2 {
  font-size: 40px;
}
/* ===============
 NAVIGATION
 =============== */
.navigation {
  position: relative;
  padding-bottom: 20px;
  z-index: 100;
}
/*@media (max-width: 1200px) {
  .navigation {
    padding-bottom: 120px;
  }
}*/

.logo {
  margin: -44px auto 0 auto;
  width: 282px;
  display: block;
  position: relative;
}
.navigation ul {
  padding: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.navigation ul li {
  display: inline-block;
}
.navigation ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #030303;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 17px;
}
@media (max-width: 767px) {
  .navigation ul li a {
    font-size: 12px;
  }
}
.navigation ul li a:hover {
  color: #096769;
}
.current_page_item a {
  color: #096769 !important;
}
.navigation ul li a:after {
  content: "|";
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  color: #03676a;
  font-weight: bold;
}
.navigation ul li:last-of-type a:after {
  content: "";
}
.menu-item {
  float: none;
  display: initial;
}
/* ===============
 BODY
 =============== */
.content {
  background: #e7e2c4;
  min-height: 100px;
}
.content a, .content a:link, .content a:visited {
  color: #096769;
}
.blue-background {
  background: #15414e;
}
.blue-background-stamp {
  background: url('../img/rcd-2.png') #15414e no-repeat -50% center !important;
}
.wood-background {
  background: linear-gradient(rgba(21, 52, 57, 0.0), rgba(21, 52, 57, 0.0)), url('../img/blue-wood-pattern.jpg');
  padding: 60px 20px 60px 20px;
}
.stone-background {
  background: linear-gradient(rgba(193, 186, 161, 0.6), rgba(193, 186, 161, 0.6)), url('../img/scratched-stone.jpg');
  background-size: cover;
  padding: 60px 20px 60px 20px;
}
.stone-background-blue {
  background: linear-gradient(rgba(20, 61, 71, 0.9), rgba(20, 61, 71, 0.9)), url('../img/scratched-stone.jpg');
  background-size: cover;
  padding: 40px 20px 40px 20px;
}
.stone-background-orange {
  background: linear-gradient(rgba(128, 65, 28, 0.9), rgba(128, 65, 28, 0.9)), url('../img/scratched-stone.jpg');
  background-size: cover;
  padding: 40px 20px 40px 20px;
}
.orange-background-stamp {
  background: url('../img/rcd-3.png') rgba(128, 65, 28, 0.9) no-repeat 150% center;
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
.orange-background-stamp.stone-background {
  background: linear-gradient(rgba(128, 65, 28, 0.9), rgba(128, 65, 28, 0.9)), url('../img/scratched-stone.jpg');
  background-size: cover;
}
.green-background-stamp {
  background: url('../img/rcd-2.png') #433e18 no-repeat -50% center;
  padding: 150px 20px 150px 20px;
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
.green-background-stamp p {
  line-height: 50px;
}
.green-background-stamp.stone-background {
  background: linear-gradient(rgba(20, 61, 71, 0.9), rgba(20, 61, 71, 0.9)), url('../img/scratched-stone.jpg');
  background-size: cover;
}
.green-background {
  background: #433e18;
  padding: 150px 20px 150px 20px;
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
.green-background p {
  line-height: 30px;
}
.green-background a {
  color:#c07b3b;
}
.green-background a:hover {
  color:#9c6430;
}

.blue-background {
  background: #144250;
  padding: 60px 20px 60px 20px;
}
.hover-img-button {
  position: relative;
}
.hover-img-button:hover .hover-img-button-hover {
  opacity: 0.95;
}
.hover-img-button-hover {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.parallax-area {
  text-align: center;
  position: relative;
}
.parallax-area .parallax-area-container {
  max-height: 490px;
}
.parallax-area .parallax-area-container.parallax-parent {
  height: 100vh;
  overflow: hidden;
  max-height: 430px;
}
.parallax-area .parallax-area-container.parallax-parent > * {
  height: 200%;
  position: relative;
  top: -135%;
}
.parallax-area .parallax-area-container.parallax-parent.recipes-footer-parallax {
  max-height: 320px;
}
.parallax-area .parallax-area-container.parallax-parent.recipes-footer-parallax > * {
  top: -70%;
}
.parallax-area .parallax-area-container.parallax-parent.distillery-parallax {
  max-height: 530px;
}
@media (max-width: 767px) {
  .parallax-area .parallax-area-container.parallax-parent.distillery-parallax {
    max-height: 630px;
  }
}
@media (max-width: 500px) {
  .parallax-area .parallax-area-container.parallax-parent.distillery-parallax {
    max-height: 700px;
  }
}
.parallax-area .parallax-area-container.parallax-parent.tour-footer-parallax > * {
  top: -70%;
}
.parallax-area .parallax-area-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax-area:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.parallax-area-content {
  position: absolute;
  top: 48% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
}
.parallax-area-content h2 {
  text-align: right;
}
.parallax-area-content.distillery-parallax-content {
  text-align: left;
}
/* ===============
 HOME 
 =============== */
#home-video {
  position: relative;
}
#home-video .home-video-content {
  z-index: 1;
  position: absolute;
  top: 0;
}
/* ===============
 BOTTLES
 =============== */
.bottle {
  width: 380px;
  display: block;
  margin: auto;
  position: relative;
}
.bottle-big {
  width: 550px;
  display: block;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  .bottle-big {
    width: 350px;
  }
}
.bottle-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 9999 !important;
}
.bottle-wrap:hover .bottle-overlay {
  opacity: 1 !important;
}
.bottle-overlay img {
  left: 50%;
  width: 450px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 600px) {
  .bottle {
    width: 200px;
  }
}
.whiskey {
  background: url('../img/green-paper-texture.jpg') no-repeat;
  background-size: cover;
  padding: 100px 60px 0 60px;
}
.rum {
  background: url('../img/red-paper-texture.jpg') no-repeat;
  background-size: cover;
  padding: 100px 60px 0 60px;
}
.vodka {
  background: url('../img/paper-texture.jpg') no-repeat;
  background-size: cover;
  padding: 100px 60px 0 60px;
}
.gin {
  background: url('../img/blue-paper-texture.jpg') no-repeat;
  background-size: cover;
  padding: 100px 60px 0 60px;
}
.product-description {
  padding: 180px 140px 100px 140px;
  min-height: 600px;
}
@media (max-width: 1160px) {
  .product-description {
    padding: 100px;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .product-description {
    padding: 80px;
    min-height: initial;
  }
}
.product-description .pretitle {
  margin-bottom: 0;
  color: #443f17;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Minion', Georgia, Times New Roman;
  letter-spacing: 2px;
}
.bottle-title {
  width: 300px;
}
.double-arrow {
  position: absolute;
  width: 100px;
  height: 90px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .double-arrow {
    display: none;
  }
}
/* ===============
 DISTILLERY
 =============== */
.saddle-up {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
.saddle-up-outer {
  position: relative;
}
#saddle-up-button {
  position: absolute;
  max-width: 300px;
  left: 0;
  right: 0;
  bottom: -22px;
  margin-left: auto;
  margin-right: auto;
}
.black-overlay {
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 20px 60px 20px;
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
.black-overlay p {
  font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
}
.page-template-distillery .take-tour-button {
  max-width: 360px;
}
/* ===============
 4 Guys
 =============== */
.founder {
  position: relative;
}
.founder:hover .founder_hover {
  opacity: 0.95;
}
.founder_hover {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.founder-recipe {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 0px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .founder-recipe {
    max-width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .founder-recipe {
    max-width: 690px;
  }
}
@media (max-width: 768px) {
  .founder-recipe {
    max-width: 95%;
  }
}
.recipes-button {
  padding: 40px 100px 0px 100px;
  text-align: center;
}
.recipes-button img {
  display: inline-block;
}
/* ===============
 RECIPE
 =============== */
.recipes-main-content h2 {
  color: #eee9cb;
  text-align: center;
  font-size: 2.5rem;
}
.recipes-main-content h2 {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.recipes-main-content img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.page-template-recipes .background-cta h2 {
  padding-top: 200px;
  padding-bottom: 0px;
}
.page-template-recipes .stone-background-blue {
  padding: 80px 20px 40px 20px;
}
.recipe {
  position: relative;
}
.recipe-image {
  position: absolute;
  top: 7%;
  left: 4.5%;
  right: -4.5%;
}
.row-recipes {
  color: #eee9cb;
  font-weight: bold;
}
.row-recipes h2 {
  margin-bottom: 10px !important;
  margin-top: 20px;
}
.row-recipes p {
  color: #eee9cb;
  font-weight: 300;
  font-size: 14pt;
}
.row-recipes .col-lg-6 {
  margin-bottom: 40px;
}
.row-recipes .col-lg-6:nth-child(odd) {
  padding-right: 50px;
}
.row-recipes .col-lg-6:nth-child(even) {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .row-recipes .col-lg-6:nth-child(odd) {
    padding-right: 15px;
  }
  .row-recipes .col-lg-6:nth-child(even) {
    padding-left: 15px;
  }
}
/* ===============
 RUSH NEWS
 =============== */
.image-header img {
  margin: 0 auto;
  display: block;
  max-width: 450px;
}
.page-template-rush-news .green-background-stamp {
  padding: 80px 20px 150px 20px;
  text-align: center;
}
.page-template-rush-news .green-background-stamp p {
  line-height: 1.5;
  color: #eee9cb;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-template-rush-news .green-background-stamp .highlight-row {
  color: #eee9cb;
  text-align: left;
}
.page-template-rush-news .green-background-stamp .highlight-row a {
  color: #eee9cb;
}
.page-template-rush-news .green-background-stamp .highlight-left {
  display: inline-block;
  vertical-align: top;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 49%;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
}
.page-template-rush-news .green-background-stamp .highlight-right {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-template-rush-news h2 img {
  margin-top: -22px;
}
/* ===============
 TOUR
 =============== */
.tour-content {
  color: #fff;
}
.careers-content {
  font-family: Helvetica, Arial, sans-serif;
}
.careers-content, .careers-content p {
  color: #eee9cb;
  line-height: 1.4;
}
.careers-content .careers-content-inner {
  max-width: 450px;
  margin: 20px auto 0px auto;
}
.careers-content .careers-content-inner .careers-content-top {
  margin-bottom: 40px;
}
.careers-content .careers-content-inner .careers-content-mid {
  position: relative;
  line-height: 1.8;
}
.careers-content .careers-content-inner .careers-content-mid .careers-content-mid-arrow {
  position: absolute;
  top: -5px;
  left: -45px;
}
.careers-content .careers-content-inner .careers-content-mid .careers-positions {
  margin: 10px 0px;
}
.careers-content .careers-content-inner .careers-content-bottom {
  line-height: 1.8;
}
.careers-content .careers-content-inner .careers-content-bottom.interested-text {
  margin-top: 30px;
}
.careers-content .careers-content-inner .careers-content-bottom.interested-text b {
  text-transform: uppercase;
}
.careers-content .careers-content-inner .apply-button {
  margin-top: 30px;
}
.tour-content .hours-title {
  font-weight: 600;
  font-size: 18pt;
}
.tour-content p {
  color: #fff;
}
.tour-content .col-md-6:first-child {
  border-right: 2px solid #fff;
  padding-right: 30px;
}
.tour-content .col-md-6:last-child {
  padding-left: 30px;
  position: relative;
}
.private-tours {
  color: #eee9cb;
  top: 48% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-weight: 600;
}
@media (max-width: 768px) {
  .private-tours {
    position: relative;
    top: 0 !important;
    -webkit-transform: initial;
    transform: initial;
  }
}
.private-tours img {
  margin-top: 20px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .private-tours a {
    display: block;
  }
}
@media (max-width: 767px) {
  .tour-content .col-md-6:first-child {
    border-right: none;
    padding-right: 15px;
  }
  .tour-content .col-md-6:last-child {
    padding-left: 15px;
  }
}
/* ===============
 HARVARD EXPERIENCE
 =============== */
.harvard-content {
  padding: 80px 20px 80px 20px;
  position: relative;
}
.harvard-content h1 {
  margin-bottom: 20px;
}
.harvard-content p {
  color: #eee9cb;
  margin-bottom: 40px;
}
.harvard-content .learn-more {
  text-align: center;
}
.harvard-content .learn-more img {
  max-width: 350px;
}
.harvard-content .learn-more .learn-more-content {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #e7e1c3;
  margin-top: 40px;
}
.harvard-content .learn-more .learn-more-content .hover-img-button {
  margin-top: 10px;
}
.harvard-content .fancy-frame {
  text-align: center;
}
.harvard-content .harvard-degree-image-container {
  display: inline-block;
  width: 32.5%;
  padding: 12px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .harvard-content .harvard-degree-image-container {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .harvard-content .harvard-degree-image-container {
    width: 100%;
  }
}
.harvard-content .harvard-degree-image-container .harvard-degree-image {
  position: relative;
}
.harvard-content .harvard-degree-image-container .harvard-degree-image a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.harvard-content .harvard-degree-image-container .harvard-degree-image a:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.harvard-content .harvard-degree-image-container .harvard-degree-image .harvard-degree-image-title {
  position: absolute;
  width: 100%;
  top: 53% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 20px;
  color: #eee9cb;
  text-align: center;
  font-size: 18pt;
  letter-spacing: 2px;
  font-family: 'Helvetica Light', Arial, sans-serif;
  text-transform: uppercase;
  z-index: 3;
}
.page-template-harvard-degree .fancybox-infobar {
  display: none;
}
.page-template-harvard-degree .harvard-fancybox {
  width: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-harvard-degree .harvard-fancybox {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-template-harvard-degree .harvard-fancybox {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .page-template-harvard-degree .harvard-fancybox {
    width: 100%;
  }
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-left {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 15px 0 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-harvard-degree .harvard-fancybox .harvard-fancybox-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-left img {
  display: inline-block;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-left .harvard-degree-fancybox-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-left .harvard-degree-fancybox-image {
  z-index: 2;
  position: relative;
  width: 80%;
  margin-top: 10%;
  margin-left: 0;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right {
    width: 100%;
  }
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-title {
  color: #eee9cb;
  font-size: 30pt;
  text-transform: uppercase;
  border-bottom: 2px solid #eee9cb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-content {
  color: #eee9cb;
  font-size: 16px;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-content p {
  color: #eee9cb;
  font-size: 16px;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-content p:last-child {
  margin-bottom: 0px;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-content ul {
  color: #eee9cb;
  font-size: 16px;
}
.page-template-harvard-degree .harvard-fancybox .harvard-fancybox-right .harvard-fancybox-content ul:last-child {
  margin-bottom: 0px;
}
.mixing-main-container {
  padding-top: 80px;
}
.mixing-main-container h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}
.mixing-main-container p {
  color: #eee9cb;
  line-height: 40px;
}
.mixing-main-container .wpcf7 textarea {
  height: 205px;
}
.mixing-main-container .wpcf7 input[type="submit"] {
  border-color: #e7e1c3 !important;
}
.image-row-1 {
  margin-bottom: 30px;
}
.page-template-harvard-degree h2 img {
  margin-top: -23px;
}
@media (max-width: 992px) {
  .harvard-content {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .image-row-1 {
    margin-bottom: 0px;
  }
  .harvard-content .col-md-7 {
    margin-bottom: 40px;
  }
  .harvard-content .col-md-5 {
    margin-bottom: 40px;
  }
  .harvard-content .image-row-2 .col-md-7 {
    margin-bottom: 0px;
  }
}
#priv-section-1 h1 {
  color: #13424f;
}
#priv-section-1 .col-xl-8 span {
  line-height: 28px;
  font-weight: bold;
}
#priv-section-2 {
  padding: 60px 0px;
}
#priv-section-2 h3 {
  color: #eee9cb;
  font-size: 30px;
  line-height: 1.4;
}
#priv-section-2 p {
  color: #eee9cb;
  margin-bottom: 0px;
}
#priv-section-3 .priv-section-slider-content {
  background-color: rgba(67, 62, 24, 0.8);
}
@media (max-width: 992px) {
  #priv-section-3 .priv-section-slider-content {
    background-color: rgba(67, 62, 24, 1);
  }
}
#priv-section-4 .priv-section-slider-content {
  background-color: rgba(177, 102, 39, 0.8);
}
@media (max-width: 992px) {
  #priv-section-4 .priv-section-slider-content {
    background-color: rgba(177, 102, 39, 1);
  }
}
.priv-section-slider-image .priv-section-slider-image-img {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .priv-section-slider-image .priv-section-slider-image-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .priv-section-slider-image img {
    display: none !important;
  }
}
#priv-section-5 {
  padding: 60px 20px 40px 20px;
  position: relative;
  z-index: 2;
}
#priv-section-5 h3 {
  color: #eee9cb;
  font-size: 30px;
  text-align: center;
}
#priv-section-5 .arrow-divider {
  margin: 10px 0px 20px 0px;
}
#priv-section-5 .disclaimer {
  text-align: center;
  color: #eee9cb;
  padding: 0px 0px 10px;
  letter-spacing: 2px;
}
#priv-section-5 .button-section {
  padding-top: 20px;
}
#priv-section-5 .button-section .button-section-top {
  text-transform: uppercase;
  text-align: center;
  color: #eee9cb;
  letter-spacing: 5px;
  font-size: 18px;
}
#priv-section-5 .button-section .button-section-bottom {
  margin: 10px 0px;
}
#priv-section-5 .button-section .button-section-bottom img {
  max-width: 550px;
  margin: 0 auto;
  display: block;
}
.priv-section-slick {
  position: relative;
}
@media (max-width: 992px) {
  .priv-section-slick .slick-arrows {
    top: 43%;
  }
}
.priv-section-slick .priv-section-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .priv-section-slick .priv-section-slider-content {
    position: relative;
  }
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-inner {
  position: relative;
  padding: 60px 0px 40px 0px;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-top {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-top .priv-section-slider-content-top-inner {
  display: inline-block;
  text-align: center;
  position: relative;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-top .priv-section-slider-content-top-inner img {
  display: inline-block;
  max-width: 340px;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-top .priv-section-slider-content-top-inner .priv-section-slider-content-title {
  position: absolute;
  top: 45px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-top .priv-section-slider-content-top-inner .priv-section-slider-content-title h3 {
  color: #eee9cb;
  font-size: 26px;
  letter-spacing: 2px;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom p {
  color: #eee9cb;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom p {
    font-size: 14px;
  }
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom ul {
  padding-left: 20px;
  margin: 0px;
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom ul li {
  color: #eee9cb;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom ul li {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom ul li {
    font-size: 14px;
  }
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom .priv-section-list .priv-section-list-left {
  display: inline-block;
  width: 49%;
}
@media (max-width: 768px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom .priv-section-list .priv-section-list-left {
    width: 100%;
  }
}
.priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom .priv-section-list .priv-section-list-right {
  display: inline-block;
  width: 49%;
}
@media (max-width: 768px) {
  .priv-section-slick .priv-section-slider-content .priv-section-slider-content-bottom .priv-section-list .priv-section-list-right {
    width: 100%;
  }
}
/* ===============
 CONTACT
 =============== */
.contact-icon {
  width: 30px;
  margin-top: -5px;
}
.content a.contact-link {
  color: #000;
}
.content a.contact-link:hover {
  color: #096769;
  text-decoration: none;
}
body .form-control {
  background: none;
  border: inherit;
  border-radius: 0;
  font-size: 20px;
}
body .green-background .form-control:focus {
  background: none !important;
  border: 2px solid #e7e1c3 !important;
}
body .green-background .form-control, .blue-background .form-control {
  background: none;
  border: 2px solid #e7e1c3;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
}
body .stone-background-blue .form-control:focus {
  background: none !important;
  border: 2px solid #e7e1c3 !important;
}
body .stone-background-blue .form-control, .blue-background .form-control {
  background: none;
  border: 2px solid #e7e1c3;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
}
.form-control {
  background: none !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
}
body .green-background.mixing-main-container .wpcf7s {
  padding: 10px 0px 0px 0px;
}
.green-background .form-control, .blue-background .form-control {
  background: none !important;
  border: 2px solid #e7e1c3 !important;
  border-radius: 0 !important;
  font-size: 20px;
  color: #fff;
}
.stone-background-blue .form-control {
  background: none !important;
  border: 2px solid #e7e1c3 !important;
  border-radius: 0 !important;
  font-size: 20px;
  color: #fff;
}
.wpcf7 input[type=text], .wpcf7 input[type=email] {
  --margin-bottom: -14px;
}
.wpcf7 textarea {
  height: 152px;
}
.btn-black {
  background: #000;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  border-radius: 0 !important;
}
.page-template-club h2 {
  font-size: 36px;
  color: #eee9cb;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-club h2 span {
  display: block;
}
.page-template-club #mc_embed_signup {
  text-align: center;
  color: #eee9cb;
}
.page-template-club #mc_embed_signup form {
  max-width: 450px;
  width: 100%;
  display: inline-block;
}
.page-template-club #mc_embed_signup form .form-control-wrap {
  margin-bottom: 20px;
}
.page-template-club #mc_embed_signup form input[type="text"], .page-template-club #mc_embed_signup form input[type="email"] {
  margin-bottom: 10px;
  color: #eee9cb !important;
}
.page-template-club #mc_embed_signup form label {
  font-size: 20px;
}
.page-template-club #mc_embed_signup form .datefield {
  display: inline-block;
  font-size: 20px;
}
.page-template-club #mc_embed_signup form .datefield input[type="text"] {
  padding: 3px 8px;
  background-color: transparent;
  border: 2px solid #e7e1c3;
}
.page-template-club #mc_embed_signup form input[type="submit"] {
  background-color: #eee9cb;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #15414e;
  border: none;
  font-weight: 200;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 7px;
  width: 100%;
}
.page-template-club #mc_embed_signup .seventy-width {
  display: inline-block;
  width: 69%;
  text-align: left;
  font-size: 20px;
}
.page-template-club #mc_embed_signup .thirty-width {
  display: inline-block;
  width: 30%;
  text-align: left;
  font-size: 20px;
}
.page-template-club #mc_embed_signup .thirty-width ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.page-template-club #mc_embed_signup .thirty-width ul li input[type="radio"] {
  margin-right: 5px;
}
.page-template-contact #mc_embed_signup {
  text-align: center;
}
.page-template-contact #mc_embed_signup form {
  max-width: 450px;
  width: 100%;
  display: inline-block;
}
.page-template-contact #mc_embed_signup form input[type="text"], .page-template-contact #mc_embed_signup form input[type="email"] {
  margin-bottom: 10px;
  color: #eee9cb !important;
  border-color: #eee9cb !important;
}
.page-template-contact #mc_embed_signup form input[type="submit"] {
  background-color: #eee9cb !important;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #433e18;
  border: none;
  font-weight: 200;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 7px;
  width: 100%;
}
.page-template-contact #mc_embed_signup form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #eee9cb !important;
}
.page-template-contact #mc_embed_signup form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee9cb !important;
}
.page-template-contact #mc_embed_signup form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #eee9cb !important;
}
.page-template-contact #mc_embed_signup form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #eee9cb !important;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
  color: #000 !important;
}
.green-background .form-control, .green-background .wpcf7 .wpcf7-validation-errors, .green-background .wpcf7 input[type=color], .green-background .wpcf7 input[type=date], .green-background .wpcf7 input[type=datetime-local], .green-background .wpcf7 input[type=datetime], .green-background .wpcf7 input[type=email], .green-background .wpcf7 input[type=file], .green-background .wpcf7 input[type=month], .green-background .wpcf7 input[type=number], .green-background .wpcf7 input[type=range], .green-background .wpcf7 input[type=search], .green-background .wpcf7 input[type=tel], .green-background .wpcf7 input[type=text], .green-background .wpcf7 input[type=time], .green-background .wpcf7 input[type=url], .green-background .wpcf7 input[type=week], .green-background .wpcf7 select, .green-background .wpcf7 textarea {
  color: #e7e1c3 !important;
}
.wpcf7 br {
  display: none;
}
.wpcf7 input[type=submit] {
  background: #000 !important;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.green-background .wpcf7 input[type=submit], .stone-background-blue .wpcf7 input[type=submit] {
  background: #e7e1c3 !important;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 200;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.stone-background-blue .wpcf7 textarea {
  height: 258px;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
  border-color: #000 !important;
}
.btn-black:hover {
  border: 2px solid #000 !important;
}
.btn-white:hover {
  border: 2px solid #fff !important;
}
.btn-white {
  background: #fff;
  text-transform: uppercase;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 200;
  border-radius: 0 !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
.green-background ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7e1c3 !important;
}
.green-background ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7e1c3 !important;
}
.green-background :-ms-input-placeholder {
  /* IE 10+ */
  color: #e7e1c3 !important;
}
.green-background :-moz-placeholder {
  /* Firefox 18- */
  color: #e7e1c3 !important;
}
.stone-background-blue ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7e1c3 !important;
}
.stone-background-blue ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7e1c3 !important;
}
.stone-background-blue :-ms-input-placeholder {
  /* IE 10+ */
  color: #e7e1c3 !important;
}
.stone-background-blue :-moz-placeholder {
  /* Firefox 18- */
  color: #e7e1c3 !important;
}
.blue-background ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7e1c3 !important;
}
.blue-background ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7e1c3 !important;
}
.blue-background :-ms-input-placeholder {
  /* IE 10+ */
  color: #e7e1c3 !important;
}
.blue-background :-moz-placeholder {
  /* Firefox 18- */
  color: #e7e1c3 !important;
}
.green-background ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7e1c3 !important;
}
.green-background ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7e1c3 !important;
}
.green-background :-ms-input-placeholder {
  /* IE 10+ */
  color: #e7e1c3 !important;
}
.green-background :-moz-placeholder {
  /* Firefox 18- */
  color: #e7e1c3 !important;
}
.green-background-stamp ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7e1c3 !important;
}
.green-background-stamp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7e1c3 !important;
}
.green-background-stamp :-ms-input-placeholder {
  /* IE 10+ */
  color: #e7e1c3 !important;
}
.green-background-stamp :-moz-placeholder {
  /* Firefox 18- */
  color: #e7e1c3 !important;
}
.map {
  margin-top: -60px;
}
.take-home {
  width: 250px;
  margin-top: -20px;
}
.adventurous-spirits {
  width: 550px;
  margin: auto;
}
.featurette-divider {
  border-top: 2px solid #fff;
  width: 60%;
}
.content .store-locator-map {
  padding: 60px 0px 0px 0px;
}
.content .store-locator-map h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  color: #134353;
}
.content .store-locator-map #wpsl-wrap {
  margin-bottom: 0px;
}
.content .store-locator-map #wpsl-wrap .wpsl-search {
  background: transparent;
  text-align: center;
  padding: 30px 0px;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap {
  display: inline-block;
  float: none;
  width: auto;
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap {
    text-align: center;
  }
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
  margin-bottom: 0px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
    width: auto;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input input[type="text"] {
  width: 250px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 0px;
  padding: 10px;
  font-size: 1.2em;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap {
  margin-bottom: 0px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap {
    float: none;
    display: block;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
  }
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
  width: 100%;
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
    margin-right: 0px;
  }
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap .wpsl-selected-item {
  padding: 0px 35px 0px 0px !important;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown {
  background: transparent;
  box-shadow: none !important;
  border: none !important;
  float: none;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown div {
  top: auto;
  bottom: 100%;
  display: none;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown span {
  display: none;
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown #wpsl-radius-dropdown {
  display: block !important;
  background: transparent;
  border: 2px solid #000;
  border-radius: 0px;
  padding: 13px 10px;
  width: 100px;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
    float: none;
    display: block;
    margin-right: 0px;
  }
}
.content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
  border: none;
  border: 0px;
  background: #000;
  color: #fff;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 12px 40px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .content .store-locator-map #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
    float: none;
  }
}
.content .store-locator-map #wpsl-wrap #wpsl-result-list {
  display: none;
}
.content .harvard-experience-section {
  text-align: center;
}
.content .harvard-experience-section ul {
  list-style-type: none;
  padding: 0px;
  display: inline-block;
}
.content .harvard-experience-section ul li a {
  color: #e7e1c3;
  text-decoration: none;
}
.content .harvard-experience-section .adventurous-spirits-button {
  max-width: 650px;
  margin: 0 auto;
  display: block;
}
.content .harvard-experience-section hr {
  margin: 60px 0px;
}
.content .harvard-experience-section .harvard-experience-img {
  max-width: 550px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.content .harvard-experience-section img.join-club {
  max-width: 550px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
/* ===============
 CTAs
 =============== */
.black-cta {
  background: #000;
  padding: 80px 20px 60px 20px;
}
.black-cta img {
  display: block;
  margin: auto;
}
.background-cta {
  --background: url('../img/adventure.jpg') no-repeat center center;
  --background-size: cover;
}
.background-cta h2 {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 20px;
}
/* ===============
 FOOTER
 =============== */
.buffer {
  padding: 10px;
  background: #e8e3c4;
  -webkit-box-shadow: 0px 6px 17px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 17px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 17px -5px rgba(0, 0, 0, 0.75);
  z-index: 999;
  position: relative;
  display: block;
}
.footer {
  background: #f1f0df;
  text-align: center;
  color: #797574;
  position: relative;
  padding-bottom: 60px;
}
.footer .footer-image-trout {
  position: absolute;
  right: -80px;
  top: -70px;
  z-index: 20;
  max-width: 80px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer .footer-image-trout {
    right: 5px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .footer .footer-image-trout {
    right: 5px;
    max-width: 50px;
  }
}
@media (max-width: 500px) {
  .footer .footer-image-trout {
    display: none;
  }
}
.footer .footer-image-trout .footer-image-trout-content {
  font-size: 8pt;
  font-weight: 600;
}
@media (max-width: 992px) {
  .footer .footer-image-trout .footer-image-trout-content {
    display: none;
  }
}
.footer-main-nav {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-bottom: 10px;
  padding: 0 0px 0px 0px;
  display: inline-block;
}
.footer-image {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
}
@media (max-width: 992px) {
  .footer-image {
    bottom: 25px;
  }
}
@media (max-width: 500px) {
  .footer-image {
    display: none;
  }
}
.footer-image img {
  max-width: 50px;
}
.footer p {
  color: #797574;
  font-size: 15px;
}
.footer ul {
  padding: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.footer ul li {
  display: inline-block;
}
.footer ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #030303;
  font-family: 'Nexa', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.footer ul li a:after {
  content: "|";
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  color: #b16627;
  font-weight: bold;
}
@media (max-width: 992px) {
  .footer ul li a:after {
    display: none;
  }
}
.footer ul.main-1 li:last-child a:after {
  padding-left: 0px;
  padding-right: 0px;
}
.footer ul li:last-of-type a:after {
  content: "";
}
.no-divider a:after {
  content: "" !important;
}
.footer .main {
  margin-bottom: 12px;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
@media (max-width: 500px) {
  .footer .main {
    width: 100%;
    margin-bottom: 0px;
  }
}
.footer .main-1 {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 500px) {
  .footer .main-1 {
    text-align: center;
    padding-right: 0px;
  }
}
.footer .main-2 {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 500px) {
  .footer .main-2 {
    text-align: center;
    padding-left: 0px;
  }
}
.footer .main li, .footer .main li a {
  color: #134353;
}
@media (max-width: 992px) {
  .footer .main li, .footer .main li a {
    display: block;
  }
}
.footer .main li .divider {
  color: #134353;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .footer .main li .divider {
    display: none;
  }
}
.footer .main li img {
  width: 60px;
}
.footer .secondary {
  margin-bottom: 16px;
}
.footer .secondary li, .footer .secondary li a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer .secondary li, .footer .secondary li a {
    font-size: 10px;
  }
}
.footer .social-icons img {
  margin-right: 10px;
}
.footer .social-icons img {
  width: 30px;
}
/* ===============
 REVOLUTION SLIDER
 =============== */
.tparrows {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .tparrows {
    width: 40px;
    height: 40px;
  }
}
#rev_slider_8_1_wrapper .tparrows.tp-rightarrow:before {
  content: '' !important;
}
#rev_slider_8_1_wrapper .tparrows.tp-rightarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-right.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_8_1_wrapper .tparrows.tp-leftarrow:before {
  content: '' !important;
}
#rev_slider_8_1_wrapper .tparrows.tp-leftarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-left.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_4_2 {
  margin-top: -20px !important;
  z-index: 9999 !important;
}
@media (max-width: 1024px) {
  #rrev_slider_4_2_forcefullwidth {
    display: none;
  }
}
#rev_slider_4_2_wrapper .tparrows.tp-rightarrow:before {
  content: '' !important;
}
#rev_slider_4_2_wrapper .tparrows.tp-rightarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-right-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_4_2_wrapper .tparrows.tp-leftarrow:before {
  content: '' !important;
}
#rev_slider_4_2_wrapper .tparrows.tp-leftarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-left-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
@media (min-width: 1400px) {
  #rev_slider_9_2 {
    z-index: 9999 !important;
  }
}
@media (min-width: 1400px) {
  #rev_slider_9_2 ul.tp-revslider-mainul {
    overflow: visible !important;
  }
}
@media (min-width: 1400px) {
  #rev_slider_9_2 li.tp-revslider-slidesli {
    overflow: visible !important;
  }
}
#rev_slider_9_2_wrapper .tparrows.tp-rightarrow:before {
  content: '' !important;
}
#rev_slider_9_2_wrapper .tparrows.tp-rightarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-right-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_9_2_wrapper .tparrows.tp-leftarrow:before {
  content: '' !important;
}
#rev_slider_9_2_wrapper .tparrows.tp-leftarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-left-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_9_3_wrapper .tparrows.tp-rightarrow:before {
  content: '' !important;
}
#rev_slider_9_3_wrapper .tparrows.tp-rightarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-right-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
#rev_slider_9_3_wrapper .tparrows.tp-leftarrow:before {
  content: '' !important;
}
#rev_slider_9_3_wrapper .tparrows.tp-leftarrow {
  background: url('/wp-content/themes/understrap-child-master/img/arrow-left-black.png') no-repeat center center !important;
  background-size: 100% !important;
}
@media (min-width: 1200px) {
  .hidden-lg2-up {
    display: none;
  }
}
.understrap-read-more-link {
  display: none !important;
}
.featured-image {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-meta {
  margin-top: 30px;
}
.blog-row {
  border-bottom: 4px solid #fff;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.wpcf7 {
  max-width: initial !important;
}
.response {
  color: #fff;
  padding-bottom: 20px;
}
/*Age Verify Plugin*/
body.twenty-one-check {
  background-image: url('https://rushcreekdistilling.com/wp-content/uploads/2017/08/home-bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
}
body #av-overlay-wrap {
  z-index: 9999999 !important;
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url('https://rushcreekdistilling.com/wp-content/uploads/2017/08/home-bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
}
body #av-overlay {
  margin-top: 120px;
  padding: 300px 0px 100px 0px;
  min-height: 540px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 690px) {
  body #av-overlay {
    padding: 44% 0px 100px 0px;
  }
}
body #av-overlay .twenty-one-button {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  body #av-overlay .twenty-one-button {
    width: 180px;
  }
}
@media (max-width: 500px) {
  body #av-overlay .twenty-one-button {
    width: 120px;
  }
}
body #av-overlay .twenty-one-button:last-child {
  margin-right: 0px;
}
body #av-overlay img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
body #av-overlay #av_verify_form label:hover + img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
form#av_verify_form p.submit label {
  display: none;
}
form#av_verify_form p {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
form#av_verify_form p label {
  display: block;
  margin-bottom: 0px;
}
form#av_verify_form p.submit {
  display: none;
}
body #av-overlay .twenty-one-button {
  margin-right: 20px;
}
#av_verify_confirm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
body.not-21 #av-overlay-wrap {
  display: none;
}
.are-you-21 {
  margin-top: 120px;
  padding: 300px 100px 100px 100px;
  background-size: 100%;
  min-height: 540px;
}
@media (max-width: 767px) {
  .are-you-21 {
    padding: 220px 80px 100px 80px;
  }
}
@media (max-width: 600px) {
  .are-you-21 {
    margin-top: 100px;
    min-height: 400px;
    padding: 180px 80px 100px 80px;
  }
  .are-you-21 img {
    width: 120px;
  }
}
@media (max-width: 500px) {
  .are-you-21 {
    margin-top: 100px;
    min-height: 250px;
    padding: 150px 40px 100px 40px;
  }
  .are-you-21 img {
    width: 120px;
    margin-right: 2px;
  }
}
.home-bg {
  background-image: url('/wp-content/uploads/2017/08/home-bg-2.jpg') no-repeat 50% center;
  background-size: cover;
  min-height: 700px;
}
@media (max-width: 767px) {
  .home-bg {
    min-height: 600px;
  }
}
.css-debug {
  border: 1px dotted #f0f;
}
.margin-top-bottom-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margin-top-bottom-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.margin-top-bottom-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
hr.light-on-dark {
  border-top: 1px solid #eee9cb;
}
.fancy-frame {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 50px;
  background-image: url('../img/fancy-frame-bkgrd.png');
  position: relative;
}
@media (max-width: 767px) {
  .fancy-frame {
    padding: 0;
    background: transparent;
  }
}
.page-template-events .image-header img {
  max-width: 100%;
}
.page-template-events .green-background-stamp {
  padding: 100px 20px 100px 20px;
}
.widget_event_list_widget {
  text-align: center;
}
.widget_event_list_widget h3.widget-title {
  display: none;
}
.widget_event_list_widget .event-list {
  max-width: 550px;
  text-align: left;
  display: inline-block;
}
.widget_event_list_widget .event-list .event-date .start-date {
  background-color: #e7e1c3;
  font-weight: bold;
  width: 55px;
  padding: 5px;
}
.widget_event_list_widget .event-list .event-date .start-date .event-month {
  font-size: 0.8em;
}
.widget_event_list_widget .event-list .event-info {
  color: #e7e1c3;
  margin: 0 0 0 4.5em;
}
.widget_event_list_widget .event-list .event-info .event-title {
  margin-bottom: 10px;
}
.widget_event_list_widget .event-list .event-info .event-title h3 {
  font-size: 2em;
}
@media (max-width: 767px) {
  .widget_event_list_widget .event-list .event-info .event-title h3 {
    font-size: 1.6em;
  }
}
.widget_event_list_widget .event-list .event-info .event-details {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget_event_list_widget .event-list .event-info .event-details p {
  line-height: 1.4;
  font-size: 1.4em;
  color: #e7e1c3;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #eee9cb;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrows {
  position: absolute;
  top: 25%;
  z-index: 10000;
}
.slick-arrows.slick-arrows-next {
  right: 5%;
}
.slick-arrows.slick-arrows-next img {
  height: 60px;
  cursor: pointer;
}
.slick-arrows.slick-arrows-prev {
  left: 5%;
}
.slick-arrows.slick-arrows-prev img {
  height: 60px;
  cursor: pointer;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
