/*<editor-fold desc="Basic">*/
html, body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: OpenSansRegular, Arial, sans-serif;
  user-select: none;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #EEE;
}
body::-webkit-scrollbar-track {
  background-color: #CCC;
}
body::-webkit-scrollbar-thumb {
  height: 25%;
  background-color: #000;
}
body {
  background: #EEE;
}

.deck {
  display: block;
  min-height: 750px;
  background: #FFF;
}

/*</editor-fold>*/
/*<editor-fold desc="Header/Footer">*/
header {
  display: block;
  height: 60px;
  font-size: 18px;
  text-transform: capitalize;
  background: #FFF;
  z-index: 10;
  box-shadow: 0 0 5px 0 #CCC;
  position: relative;
}
header .well {
  display: flex;
  margin: 0 auto;
  max-width: 1350px;
  height: inherit;
}
header .well h1 {
  margin: auto 10px;
  text-transform: uppercase;
}
header .well h1 small {
  color: #777;
}
header .well .showMenu {
  display: none;
  margin: auto 10px auto auto;
}
header .well ul {
  margin: auto 10px auto auto;
}
header .well ul li {
  display: inline-block;
}
header .well ul li a {
  display: block;
  padding: 10px;
}

footer {
  background: #EEE;
}
footer .well {
  display: block;
  max-width: 1350px;
  min-height: 50px;
  margin: 0 auto;
  padding: 1em 0;
}
footer .well p {
  font-size: 6px;
  font-weight: normal;
  text-align: center;
}
footer .well ul {
  display: table;
  margin: 0 auto;
}
footer .well ul::after {
  content: "";
  display: block;
  clear: both;
}
footer .well ul li {
  display: inline-block;
  float: left;
}
footer .well ul li a {
  display: inline-block;
  padding: 10px;
}
footer .note {
  display: block;
  padding: 1em;
  background: #FFF;
  text-align: center;
}
footer .note p {
  text-transform: uppercase;
  font-weight: bold;
}

/*</editor-fold>*/
/*<editor-fold desc="Home Page">*/
.deck-home {
  display: block;
}
.deck-home .splash {
  display: block;
  height: 450px;
  padding: 10px;
}
.deck-home .splash .well {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "col1 col2";
  margin: 0 auto;
  max-width: 1350px;
  height: 100%;
  border-radius: 10px;
  background: #EEE;
}
.deck-home .splash .well section {
  display: block;
  height: 100%;
}
.deck-home .splash .well section:first-child {
  grid-area: col2;
}
.deck-home .splash .well section .image {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg/img-1.png") center no-repeat;
  background-size: 200%;
}
.deck-home .splash .well section:last-child {
  display: flex;
}
.deck-home .splash .well section .content {
  display: block;
  margin: auto 10px;
  flex: 100%;
  padding: 1em;
}
.deck-home .splash .well section .content h2 {
  font-size: 5em;
  text-transform: uppercase;
}
.deck-home .splash .well section .content p {
  line-height: 20px;
  margin-top: 1em;
}
.deck-home .deck-layer {
  display: block;
  padding: 10px;
  min-height: 350px;
}
.deck-home .deck-layer .well {
  margin: 0 auto;
  max-width: 1350px;
  height: 100%;
}
.deck-home .deck-layer.brand {
  min-height: 250px;
  padding: 2em 10px;
}
.deck-home .deck-layer.brand::after {
  content: "";
  display: block;
  clear: both;
}
.deck-home .deck-layer.brand .well {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgba(238, 238, 238, 0.4);
  border-radius: 10px;
  min-height: 350px;
}
.deck-home .deck-layer.brand section:last-child {
  display: flex;
}
.deck-home .deck-layer.brand section .image {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg/img-2.png") center no-repeat;
  background-size: cover;
  background-position-y: 20px;
}
.deck-home .deck-layer.brand section .content {
  display: block;
  margin: auto 10px;
  flex: 100%;
  padding: 1em;
}
.deck-home .deck-layer.brand section .content h2 {
  font-size: 2.5em;
  text-transform: uppercase;
}
.deck-home .deck-layer.brand section .content p {
  line-height: 20px;
  margin-top: 1em;
}
.deck-home .deck-layer.brand section .content a {
  display: table;
  padding: 10px 20px;
  margin-top: 10px;
  background: #000;
  color: #FFF;
  border-radius: 5px;
}
.deck-home .deck-layer.drink {
  min-height: 250px;
  padding: 2em 10px;
}
.deck-home .deck-layer.drink::after {
  content: "";
  display: block;
  clear: both;
}
.deck-home .deck-layer.drink .well {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "col1 col2";
  background: rgba(238, 238, 238, 0.4);
  border-radius: 10px;
  min-height: 350px;
  overflow: hidden;
}
.deck-home .deck-layer.drink section {
  position: relative;
}
.deck-home .deck-layer.drink section:first-child {
  grid-area: col2;
}
.deck-home .deck-layer.drink section:last-child {
  display: flex;
}
.deck-home .deck-layer.drink section .image {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg/img-5.png") center no-repeat;
  background-size: cover;
  background-position-y: 50%;
}
.deck-home .deck-layer.drink section .content {
  display: block;
  margin: auto 10px;
  flex: 100%;
  padding: 1em;
}
.deck-home .deck-layer.drink section .content h2 {
  font-size: 2.5em;
  text-transform: uppercase;
}
.deck-home .deck-layer.drink section .content p {
  line-height: 20px;
  margin-top: 1em;
}

/*</editor-fold>*/
/*<editor-fold desc="About Page">*/
.deck-about {
  display: block;
}
.deck-about .well {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1350px;
  min-height: inherit;
}
.deck-about .well section {
  display: block;
  padding: 1em;
}
.deck-about .well section .image {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg/img-3.png") center no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.deck-about .well section .wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.deck-about .well section .wrap .content {
  display: block;
  margin: auto 10px;
  flex-basis: 100%;
}
.deck-about .well section .wrap .content h2 {
  font-size: 2em;
}
.deck-about .well section .wrap .content h3 {
  font-size: 18px;
  margin-top: 1em;
}
.deck-about .well section .wrap .content p {
  line-height: 20px;
  padding-top: 1em;
}

/*</editor-fold>*/
/*<editor-fold desc="Brand Page">*/
.deck-brand .well {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: calc(1350px - 2em);
  height: 100%;
  margin: 0 auto;
  padding: 1em;
}
.deck-brand .well .brand {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.deck-brand .well .brand .image {
  display: block;
  min-height: 450px;
  width: 100%;
  background: url("../images/bg/img-2.png") center no-repeat;
  background-size: cover;
  background-position-y: 20px;
}
.deck-brand .well .brand .img2 {
  display: block;
  min-height: 450px;
  width: 100%;
  background: url("../images/brands/pinkypinky.png") center no-repeat;
  background-size: cover;
  background-position-y: 20px;
}
.deck-brand .well .brand .content {
  display: block;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 3px 0 #CCC;
  width: calc(100% - 20px);
  box-sizing: border-box;
}
.deck-brand .well .brand .content h3 {
  display: block;
  font-size: 18px;
}
.deck-brand .well .brand .content h3 span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
}
.deck-brand .well .brand .content p {
  margin-top: 10px;
  line-height: 20px;
  color: #777;
}

/*</editor-fold>*/
/*<editor-fold desc="Shop Page">*/
.deck-shop .well {
  display: block;
  max-width: calc(1350px - 2em);
  height: 100%;
  margin: 0 auto;
  padding: 1em;
}
.deck-shop .well .product {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 10px;
  overflow: hidden;
  position: relative;
  min-height: 350px;
  margin-bottom: 10px;
}
.deck-shop .well .product section {
  background: #EEE;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  position: relative;
}
.deck-shop .well .product section .image {
  display: block;
  height: 450px;
  width: 100%;
}
.deck-shop .well .product section .image img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.deck-shop .well .product section:last-child {
  background: #FFF;
  box-shadow: 0 0 3px 0 #CCC;
}
.deck-shop .well .product section .content {
  display: block;
  padding: 15px;
}
.deck-shop .well .product section .content h2 {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.deck-shop .well .product section .content h2 span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  font-weight: normal;
}
.deck-shop .well .product section .content h3 {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}
.deck-shop .well .product section .content h3 span {
  display: block;
  font-size: 13px;
  color: #777;
  font-weight: normal;
}
.deck-shop .well .product section .content h4 {
  font-size: 16px;
}
.deck-shop .well .product section .content ul {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
}
.deck-shop .well .product section .content ul li {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #CCC;
}
.deck-shop .well .product section .content ul li:last-child {
  border-bottom: none;
}
.deck-shop .well .product section .content ul li span {
  display: inline-block;
  float: right;
}
.deck-shop .well .product section .content p {
  margin-top: 10px;
  line-height: 20px;
  background: #EEE;
  color: #777;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.deck-shop .well .product section .content .button {
  display: block;
  margin-top: 10px;
  background: crimson;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
}
.deck-shop .well .product section .content .button small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

/*</editor-fold>*/
/*<editor-fold desc="Soon Page">*/
.deck-soon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
}
.deck-soon .content {
  margin: auto;
  text-align: center;
}
.deck-soon .content .app-logo {
  display: table;
  margin: 0 auto 20px;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.deck-soon .content .app-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/app-logo-1.png") center no-repeat;
  background-size: cover;
}
.deck-soon .content h1 {
  display: block;
  font-size: 28px;
  color: #FFF;
}
.deck-soon .content h1 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.deck-soon .content .message {
  display: none;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
}
.deck-soon .content .message p {
  text-decoration: underline;
}
.deck-soon .content ul {
  display: table;
  margin: 10px auto;
}
.deck-soon .content ul::after {
  content: "";
  display: block;
  clear: both;
}
.deck-soon .content ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.deck-soon .content ul li a {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #FFF;
}

.deck-legal {
  display: block;
  min-height: 650px;
}
.deck-legal .well {
  display: block;
  margin: 0 auto;
  max-width: 1350px;
  min-height: inherit;
  padding: 20px;
}
.deck-legal .well h1 {
  font-size: 2em;
  padding-bottom: 10px;
}
.deck-legal .well h1 span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #CCC;
}
.deck-legal .well h3 {
  padding: 10px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.deck-legal .well p {
  line-height: 19px;
  padding-bottom: 10px;
  font-size: 14px;
}
.deck-legal .well p:first-letter {
  text-transform: capitalize;
}
.deck-legal .well ul {
  display: block;
  padding-left: 2em;
  list-style-type: disc;
}
.deck-legal .well ul li {
  display: list-item;
  padding: 5px;
  line-height: 19px;
}
.deck-legal .well ul li:first-letter {
  text-transform: capitalize;
}

.deck-history {
  display: block;
  min-height: 700px;
  background: #FFF;
}
.deck-history .well {
  display: block;
  margin: 0 auto;
  max-width: 1330px;
  min-height: inherit;
  padding: 20px 10px;
}
.deck-history .well .head {
  display: flex;
  height: 50px;
  margin-bottom: 1em;
}
.deck-history .well .head i {
  font-size: 12px;
  margin: auto 0;
  padding: 5px;
  background: #000;
  color: #FFF;
  border-radius: 5px;
}
.deck-history .well .head h2 {
  margin: auto 10px;
  font-size: 1.5em;
}
.deck-history .well .history {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.deck-history .well .history h3 {
  display: block;
  text-transform: capitalize;
}
.deck-history .well .history p {
  line-height: 20px;
  margin-top: 5px;
  color: #777;
}
.deck-history .well .history p:first-letter {
  text-transform: capitalize;
}

/*</editor-fold>*/
/*<editor-fold desc="Modal Page">*/
.menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 20;
}
.menu-modal.active {
  display: block;
}
.menu-modal .head {
  display: flex;
  height: 50px;
  font-size: 18px;
  box-shadow: 0 0 5px 0 #CCC;
  position: relative;
  z-index: 5;
}
.menu-modal .head h1 {
  margin: auto 10px;
  text-transform: uppercase;
}
.menu-modal .head i {
  margin: auto 10px auto auto;
}
.menu-modal nav {
  display: block;
  padding: 10px 5px 20px;
  overflow-y: scroll;
  height: calc(100% - 81px);
}
.menu-modal nav h3 {
  font-size: 14px;
  padding: 10px;
}
.menu-modal nav ul li {
  display: block;
  margin: 5px;
}
.menu-modal nav ul li a {
  display: block;
  padding: 15px;
  background: rgba(238, 238, 238, 0.2);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
}
.menu-modal nav ul li a i {
  display: inline-block;
  float: right;
}

/*</editor-fold>*/
/*<editor-fold desc="Responsive">*/
@media screen and (max-width: 770px) {
  .deck-home .splash .well .content {
    margin: auto;
    text-align: center;
  }
  .deck-home .splash .well .content ul {
    margin: 1em auto;
  }
  .deck-home .deck-layer.featured .well .grid-wrap {
    display: block;
  }
  .deck-home .deck-layer.featured .well .grid-wrap section:last-child {
    min-height: 250px;
    margin-top: 1em;
    margin-left: 0;
  }
  .deck-about .well {
    display: block;
  }
  .deck-about .well section:first-child {
    min-height: 350px;
  }
  .deck-about .well section:first-child .image {
    height: auto;
    min-height: inherit;
  }
  .deck-brand .well {
    grid-template-columns: repeat(2, 1fr);
  }
  .deck-shop .well .product section .image {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  header .well .showMenu {
    display: block;
  }
  header .well ul {
    display: none;
  }
  .deck-home .splash {
    height: auto;
  }
  .deck-home .splash .well {
    display: block;
  }
  .deck-home .splash .well section:first-child {
    min-height: 250px;
  }
  .deck-home .splash .well section:first-child .image {
    height: auto;
    min-height: inherit;
  }
  .deck-home .splash .well section .content h2 {
    font-size: 24px;
  }
  .deck-home .deck-layer.brand .well {
    display: block;
  }
  .deck-home .deck-layer.brand section:first-child {
    min-height: 250px;
  }
  .deck-home .deck-layer.brand section:first-child .image {
    height: auto;
    min-height: inherit;
  }
  .deck-home .deck-layer.brand section .content h2 {
    font-size: 22px;
  }
  .deck-home .deck-layer.drink .well {
    display: block;
  }
  .deck-home .deck-layer.drink section:first-child {
    min-height: 250px;
  }
  .deck-home .deck-layer.drink section:first-child .image {
    height: auto;
    min-height: inherit;
  }
  .deck-home .deck-layer.drink section .content h2 {
    font-size: 22px;
  }
  .deck-brand .well {
    grid-template-columns: repeat(1, 1fr);
  }
  .deck-shop .well .product {
    display: block;
  }
  .deck-shop .well .product section .image {
    min-height: 250px;
  }
  .deck-shop .well .product section:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .deck-home .splash .well .content ul {
    display: block;
  }
  .deck-home .splash .well .content ul li {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .deck-campaign-view .well .deck-layer .col.image {
    height: 300px;
  }
  .deck-campaign-start .well .content ul {
    display: block;
  }
  .deck-campaign-start .well .content ul li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  .deck-start-page .well .content {
    flex-basis: 80%;
  }
  .deck-start-page .well .content ul {
    display: block;
  }
  .deck-start-page .well .content ul li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  .deck-pricing .well .deck-layer ul li {
    display: block;
    float: none;
    width: calc(100% - 20px);
  }
  .deck-soon section .content {
    padding: 0 10px;
  }
  .deck-soon section .content h1 strong {
    font-size: 2.1em;
  }
  .deck-soon section .content form .waitlist-wrap {
    display: block;
    height: auto;
    border-radius: 10px;
    padding: 10px;
  }
  .deck-soon section .content form .waitlist-wrap input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .deck-soon section .content form .waitlist-wrap .button {
    display: block;
    margin: 5px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
}
/*</editor-fold>*/

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