  /* CUSTOM HEADER */

  .cw-logo {
    width: 336px;
  }

  @media (min-width: 280px) {
    .cw-logo {
      width: 272px;
    }
  }

  @media (min-width: 440px) {
    .cw-logo {
      width: 336px;
    }
  }

  .cw-header-info h2 {
    font-size: 1.5em;
    padding: 0.3em 0.5em;
    margin-bottom: 0;
    color: var(--color-theme-highlight);
  }

  .cw-header-info a:link,
  .cw-header-info a:visited,
  .cw-header-info a:active {
    color: #000;
  }

  .cw-header-info a:hover {
    color: var(--color-theme-highlight);
  }

  .header-social-links li.nav-item {
    display: inline-flex !important;
  }

  .header-social-links i {
    font-size: 1.75rem;
  }

  .header-social-links a:link,
  .header-social-links a:visited,
  .header-social-links a:active {
    color: var(--color-theme-primary);
    font-size: 1.5em;
  }

  .header-social-links a:hover {
    color: var(--color-theme-highlight);
  }




/* Section BG ===== */
.hero-carousel-slider {
  background: url(https://apihoard.webit.com/api/v1/Image/8B53D03B3A56485964AA8B0D1EBA90F0/8B53D03B3A56485964AA8B0D1EBA90F0.jpg?size=1920x1440);
  background-repeat: no-repeat;
  background-position: center 95%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.hero-carousel-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  fill: #fff;
}
.cw-carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.cw-carousel-fade .carousel-item.active,
.cw-carousel-fade .carousel-item-next.carousel-item-left,
.cw-carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.cw-carousel-fade .active.carousel-item-left,
.cw-carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.cw-carousel-fade .carousel-item-next,
.cw-carousel-fade .carousel-item-prev,
.cw-carousel-fade .carousel-item.active,
.cw-carousel-fade .active.carousel-item-left,
.cw-carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.carousel-item h2 {
  font-size: 4rem;
}
.carousel-item h4 {
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 768px) {
  .carousel-item h2 {
    font-size: 2em !important;
  }

  .carousel-item h4 {
    font-size: 1em !important;
  }
}
/*************love section****************/
.cw-container {
  position: relative;
}
.cw-scallop::before {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(
    circle at 50% 0%,
    #161616 25%,
    #fff 26%,
    #f2f1ee 40%
  );
  background-color: #161616;
  background-size: 40px 100px;
  height: 40px;
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
.cw-before-scallop {
  background: #f2f1ee;
  padding: 50px;
}
.cw-scallop {
  position: relative;
  background-image: url("https://apihoard.webit.com/api/v1/Image/5C80BF6584F142AB161EC28DB7B46F83/5C80BF6584F142AB161EC28DB7B46F83.jpg?size=1920x1440");
  background-size: cover;
  padding: 4em 0;
}
.cw-scallop h3 {
  color: #fff;
  font-size: 3em;
}
.cw-scallop h3 span {
  color: var(--color-theme-secondary);
}
.cw-scallop h1 {
  font-size: 1em;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}
.cw-scallop::after {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(
    circle at 50% 0%,
    #161616 25%,
    #4ca1d8 26%,
    #69cbe4 40%
  );
  background-color: #161616;
  background-size: 40px 100px;
  height: 40px;
  background-repeat: repeat-x;
}
.cw-after-scallop {
  background: #69cbe4;
  padding: 30px;
}
/*************** bottom svg ******************/
.cw-container2 {
  padding-top: 8em;
  position: relative;
  background-color: #f2f1ee;
}
.cw-container2 svg {
  fill: var(--color-theme-primary);
  height: 80px;
}
/*************** hero image ******************/
.grand-hero {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 6em;
  padding-bottom: 5em;
  color: #fff;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_14.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
}
.grand-hero .cw-title {
  font-size: 5em;
}
.grand-hero p {
  font-size: 1.2em;
}
/* SM: 576px & Up */
@media (min-width: 576px) {
  .cw-scallop h3 {
    font-size: 5em;
  }
}
/* MD: 768px & Up */
@media (min-width: 768px) {
  .cw-scallop {
    padding: 7em 0;
  }
  .cw-scallop h3 {
    font-size: 7em;
  }
  .cw-scallop h3:before {
    content: "{";
    font-size: 3.5em;
    color: var(--color-theme-secondary);
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    transform: translate(-10%, -25%) skewX(15deg);
  }
  .cw-scallop h3:after {
    content: "}";
    font-size: 3.5em;
    color: var(--color-theme-secondary);
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    transform: translate(10%, -25%) skewX(15deg);
  }
}
/* LG: 992px & Up */
@media (min-width: 992px) {
  .cw-scallop h3:before {
    left: 12%;
  }
  .cw-scallop h3:after {
    right: 12%;
  }
  .grand-hero {
    background-attachment: fixed;
  }
}

/* XLG: 1200px & Up */
@media (min-width: 1200px) {
  .cw-scallop h3:before {
    left: 19%;
  }
  .cw-scallop h3:after {
    right: 18%;
  }
}

/* XXLG: 1400px & Up */
@media (min-width: 1400px) {
}
/* XXXLG: 1600px & Up */
@media (min-width: 1600px) {
}
/* XXXLG: 1800px & Up */
@media (min-width: 1800px) {
}

.page-home .list .list-text a {
  color: #161616 !important;
}

.cw-custom-footer {
  background-color: #000;
}


.list {
    padding-top: 0em !important;
}


/* Button ======================================================================= */
/* Yoinked from CodePen, but improved the animation
so that it is smooth among other more minor things */

.cw-codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-weight: 60;
  border-radius: 100px;
  overflow: hidden;
  padding: 2px;
  isolation: isolate;
}

.cw-codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #d1d1d1, #02367b, #a7bfde);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop
    0.75s linear infinite;
  animation-play-state: running;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
}

.cw-codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.cw-codepen-button span {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  background: #69cbe4;
  border-radius: 100px;
  height: 100%;
}
.cw-scallop a:hover {
  color: #000 !important;
}


/* Our Drinks Page */

.cw-box {
  padding: 60px 0px;
  background: rgb(255, 255, 255);
 
}

.cw-boxPart {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    325deg,
    rgb(236, 251, 255) 0%,
    rgb(218, 231, 252) 100%
  );
  padding: 20px 10px;
  margin: 10px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  color: #000000;
  border-radius: 15px;
}

.cw-boxPart:hover {
  background: #C4F5FF;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.cw-boxText {
  margin: 20px 0px;
}

/* ------------- CTA -------------- */

#cw-floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--color-theme-primary);
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.plus {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    animation: plus-out .3s;
    transition: all .3s
}

#cw-socialBtns {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 50
}

#cw-socialBtns:hover {
    height: 307px;
    width: 90px
}

#cw-socialBtns:hover .plus {
    animation: plus-in .5s linear;
    animation-fill-mode: forwards
}

.minus {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 55px;
    transform: rotateZ(-70deg);
    transition: all .3s;
    animation: minus-out .3s;
    text-align: center;
    font-size: 19px;
    font-weight: 400
}

#cw-socialBtns:hover .minus {
    animation: minus-in .2s;
    animation-delay: .1s;
    animation-fill-mode: forwards
}

#cw-socialBtns .fa {
    color: var(--color-theme-header)
}

@keyframes minus-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg)
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg)
    }
}

@keyframes minus-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg)
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg)
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg)
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg)
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg)
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg)
    }
}

.link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    font-family: Font-Awesome;
    font-size: 21px;
    text-align: center;
    line-height: 43px;
    background: var(--color-theme-primary);
    color: var(--color-theme-secondary);
    box-shadow: 0 2px 10px rgb(0 0 0/20%)
}

.link a {
    color: var(--color-theme-highlight)
}

.link1 {
    right: 21px;
    bottom: 105px;
    animation-delay: .2s;
    animation: bounce-out-nds .3s linear;
    animation-fill-mode: forwards
}

.link2 {
    right: 21px;
    bottom: 160px;
    animation-delay: .15s;
    animation: bounce-out-nds .15s linear;
    animation-fill-mode: forwards
}

.link3 {
    right: 21px;
    bottom: 215px;
    animation-delay: .1s;
    animation: bounce-out-nds .1s linear;
    animation-fill-mode: forwards
}

@keyframes bounce-nds {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

#cw-socialBtns:hover .link {
    animation: bounce-nds .1s linear;
    animation-fill-mode: forwards
}

#cw-socialBtns:hover .link2 {
    animation-delay: .08s
}

#cw-socialBtns:hover .link3 {
    animation-delay: .15s
}

