body {
    font-family: "Gotham medium";
}

.site-wrap {
    padding-top: 0 !important;
}

.site-header {
    background: transparent !important;
    padding-top: 75px;
}

.site-header__logo {
    display: none;
}

body.scrolled .site-wrap .site-header {
    padding-top: 35px;
    padding-bottom: 35px;
}

body.scrolled .site-wrap .header-buttons {
    padding-top: 20px;
}

.header-buttons .header-buttons__item a {
    color: #fff;
}

.site-footer {
    background: #cfd0a9;
}

.footer .footer__box-title {
    color: #fff;
}

.cold-coffee-header {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 9em;
}

.cold-coffee-hero {
    position: relative;
    top: 5em;
    max-width: 500px;
    margin: auto;
    padding: 10em 15px 0;
}

.cold-coffee-video {
    position: relative;
    top: 8em;
    text-align: center;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.cold-coffee-description {
    text-align: center;
    background-color: #ceceac;
    background-size: auto;
    background-position: center center;
    color: #1b2240;
    text-transform: uppercase;
}

.cold-coffee-description h2 {
    color: #d89c91
}

.cold-coffee-on-tap {
    padding: 5em 0;
    background: #d89c91;
  p{
    color: #2c4057;
  }
}

.cold-coffee-on-tap h3 {
    font-size: 20px;
    font-family: "Gotham Book";
    color: #2c4057;
    text-transform: uppercase;
}

.cold-coffee-on-tap p {
    font-size: 14px;
}

.cold-coffee-illustration-intro {
/*     overflow: hidden; */
    height: 330px;
}

.cold-coffee-hand,
.cold-coffee-sun {
    position: relative;
}

.cold-coffee-hand {
    animation: pointing 1s infinite alternate;
}

.cold-coffee-hand img{
    position: absolute;
    transform: rotate(260deg) scaleX(-1) scale(1.3);
    top: -50px;
    right: -2em;
}

.cold-coffee-sun img {
    position: absolute;
    left: -3em;
    height: 300px;
}

.cold-coffee-clouds img {
    top: 2em;
    position: relative;
}


.cold-coffee-can {
    position: relative;
    max-width: 300px;
    margin-top: 40px;
}

.cold-coffee-can-top img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(20deg) translateX(2px) translateY(-20px);
}

.cold-coffee-can-wrap {
    margin: 0 auto;
    width: 100%;
    margin-top: 5em;

}

.cold-coffee-from {
    text-transform: uppercase;
    color: #0d1d41;
}

.cold-coffee-farm {
    padding: 300px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cold-coffee-wysiwyg {
    margin: auto;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 2;
}

.cold-coffee-flavor-notes h2 {
    line-height: 2em;
}

.coldbrew-vendors {
  column-count: 3;
  column-gap: 1.7em;
}

@media screen and (max-width: 775px){
  .coldbrew-vendors {
    column-count: 2;
  }
}

@media screen and (max-width: 550px){
  .coldbrew-vendors {
    column-count: 1;
  }
}

.cold-coffee-address {
    margin-bottom: 3em;
  display: inline-block;
    width: 100%;
}

.cold-coffee-from {
    padding: 3em 0;
}

.cold-coffee-from h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 56px;
}

#mc_embed_signup.footer__box .form-box>input {
    background: #fff !important;
    border-color: #fff !important;
}

#mc_embed_signup .submit-container>input {
    border-color: #b7b7b7 !important;
}

@keyframes squigglevision {
    0% {
        filter: url("#turbulence-1");
    }
    25% {
        filter: url("#turbulence-2");
    }
    50% {
        filter: url("#turbulence-3");
    }
    75% {
        filter: url("#turbulence-4");
    }
    100% {
        filter: url("#turbulence-5");
    }
}

@keyframes pointing {
    from {
        transform: translate3d(-40px,20px,0px)
    }
    to {
        transform: translate3d(60px,0px,0px);
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes rotateSun {
    from {
        transform: rotate(2deg);
    }
    to {
        transform: rotate(-2deg);
    }
}

.rotate-sun {
    animation: rotateSun 2.5s infinite alternate;
    transform-origin: -50% 10%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.animated {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media only screen and (min-width: 1200px) {
    .cold-coffee-can-wrap {
        margin-top: 0;
        position: absolute;
        bottom: 5em;
    }

    .cold-coffee-can {
        margin: -70px auto 0;
        transform: rotate(8deg);
    }

    // .squigglevision {
    //     animation: squigglevision 0.5s infinite alternate;
    // }
}


// Winter Styles

.winter-coldbrew__header__wrap {
    position: relative;
}

.winter-coldbrew__header__can {
    position: absolute;
    margin: auto;
    width: 18%;
    left: 50%;
    transform: translateX(-59%);
    bottom: -10%;
}

.winter-coldbrew__header__background {
    width: 100%;
}

.winter-coldbrew__header__background img,
.winter-coldbrew__art img,
.winter-coldbrew__farm img {
    width: 100%;
}

.winter-coldbrew__cold-coffee-on-tap {
    background: #84754d;
}

.winter-coldbrew__cold-coffee-on-tap h3 {
    color: #fff;
}

.page-coldbrew-winter .site-footer {
    background: #b3cfdc;
}
