.event .title {
    color: #57b986;
    font-size: 200%;
}
.event {
    background-color: white;
    border-style: solid;
    border-width: 1px;
        border-left-width: 1px;
    border-left-width: 5px;
    border-color: #D1D1D1;
        border-left-color: rgb(209, 209, 209);
    border-left-color: #57b986;
    padding-left: 10px;
    padding-top: 5px;
	font-size: 0.5em;
    box-sizing: border-box;
}

.event .closed {
    background-color: white;
    border-style: solid;
    border-width: 1px;
        border-left-width: 1px;
    border-left-width: 5px;
    border-color: #D1D1D1;
        border-left-color: rgb(209, 0, 0);
    border-left-color: #57b986;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 0.5em;
    box-sizing: border-box;
}
.small-text {
    color: #ff0000;
    text-decoration: none;
    font-size: 10px;
}

.error {
    color: #ff0000;
    text-decoration: none;
    font-weight: 400;
}

.ham-nav button {
    width: 100%;
    background-color: #3e6d9b;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 20px;
}

.ham-nav button:hover {
    color: #000;
}


#cancel {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    padding: .5em;
}

* {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    box-sizing: border-box;
}

body {
    margin: 0;
}

a {
    color: #3e6d9b;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    color: #000;
}

h1 {
    font-size: 35px;
    font-family: "Arbutus Slab", serif;
    text-align: center;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 23px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

h6 {
    font-size: 18px;
    margin-bottom: 0;
}

p {
    font-family: "Nunito Sans",sans-serif;
}

.button-lg {
    text-align: center;
}

.button-lg-link {
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: .5em 2em .5em 2em;
    font-weight: 600;
    font-size: 1em;
}

.button-lg-w-link {
    background: #fff;
    color: #000;
}

.button-lg-w-link:hover {
    background: #fff;
    color: #3e6d9b;
    transition: all 0.4s ease 0s;
}

.button-lg-b-link {
    background: #3e6d9b;
    color: #fff;
}

.button-lg-b-link:hover {
    background: #AF4319;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.copy {
    padding: 10%;
    text-align: center;
}

.info-bar {
    background: #3e6d9b;
}

.info-bar h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    padding: 1em;
    letter-spacing: .1em;
    text-align: center;
}

.info-bar span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
}

.info-bar span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    color: #fff;
}

.info-bar:hover span {
  padding-right: 25px;
}

.info-bar:hover span:after {
  opacity: 1;
  right: 0;
}

.section {
    padding: 4em 5em 4em 5em;
}

/* ============= HEADER ============= */

header {
    background-color: #fff;
    top: 0;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 0px 6px #aaa;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.main-nav-logo {
    width: 5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-nav-logo-img {
    width: 100%;
}

.topnav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.topnav a {

    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .4px;
    text-shadow: none;
}

.topnav a:hover {
    color: #3e6d9b;
}

.hamburger {
    display: none;
}

.ham-nav {
    position: fixed;
    z-index: +1;
    top: 6em;
    padding: 3em 0em 2em 0em;
    margin-top: 0;
    width: 100%;
    background-color: #3e6d9b;
}

.ham-nav li {
    list-style: none;
    text-align: center;
    padding-bottom: 1em;
}

.ham-nav a {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
}

button {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    font-size: 15px;
}

button:hover {
    color: #3e6d9b;
}

.login-box, .signup-box {
    position: absolute;
}

.signup-box {
    margin-left: -9.5em;
}

.login-form, .signup-form {
    display: none;
    position: absolute;
    width: 300px;
    padding: 1em;
    margin-top: 1em;
    background: #E8E8E8;
}

.login-form input, .signup-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
    background: #fff;
    font-weight: 400;
    border-radius: 2px;
}

input[type=text], input[type=password], input[type=select] {
  color:#676767;
  font-size:15px;
  font-weight:300;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  height:36px;
  border:1px solid #d9d9d9;
  border-radius:4px;
  box-shadow:none;
  background-color:#FDFDFD;
  box-sizing:border-box;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition:border-color .15s linear,box-shadow .15s linear;
  -moz-transition:border-color .15s linear,box-shadow .15s linear;
  -ms-transition:border-color .15s linear,box-shadow .15s linear;
  -o-transition:border-color .15s linear,box-shadow .15s linear;
  transition:border-color .15s linear,box-shadow .15s linear
}


input[type=submit], input[type=button] {
    color: #ffffff;
    text-transform: uppercase;
    height:36px;
    margin-top:1em;
    border-radius:4px;
    box-shadow:none;
    background-color:#3e6d9b;
    box-sizing:border-box;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition:border-color .15s linear,box-shadow .15s linear;
    -moz-transition:border-color .15s linear,box-shadow .15s linear;
    -ms-transition:border-color .15s linear,box-shadow .15s linear;
    -o-transition:border-color .15s linear,box-shadow .15s linear;
    transition:border-color .15s linear,box-shadow .15s linear
    
}

.signup-form input[type=radio] {
    width: auto;
}

.g-recaptcha {
    /*background: #3e6d9b;*/
    color: #fff;
    text-transform: uppercase;
    margin-top:1em;
	width: 50%;
padding: 8px;
margin-bottom: 10px;
border: 0;
outline: 0;
font-weight: 400;
border-radius: 2px;
	
}

.g-recaptcha:hover{
   color: #fff;	
}


@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open {
  @include animation(slide 1s);
  display: block;
}

/* ============= HP Image ============= */

.big-img-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40em;
}

.hp-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    height: 40em;
}

.hp-img img {
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 40%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 0;
}

.img-text h1 {
    text-align: center;
    color: #fff;
    text-shadow:1px 1px 10px #000, 1px 1px 10px #ccc;
}

/* ============= HP How It Works ============= */


.how-it-works-steps {
    padding: 10px;
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 3em;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5em;
}

.step {
    width: 30%;
}

.step-number {
    border-radius: 50%;
    background: #3e6d9b;
    height: 2em;
    width: 2em;
    color: #fff;
    font-family: "Arbutus Slab", serif;
    font-size: 3em;
    text-align: center;
    padding:.35em;
    margin: auto;
}

.step p {
    margin-top: 1em;
    font-family: "Arbutus Slab", serif;
    font-weight: 400;
}

/* ============= Offers ============= */

#HPCurrentOffers, #VisitTastingRoom, .press {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.offers-img {
    background-image: url('images/hp-bottles.jpg');
}

.offers-img, .visit-tasting-img {
    width: 50%;
    background-size: cover;
}

.offers-img img {
    width: 100%;
}

.offers-txt {
    width: 50%;
    background: #E8E8E8;
    padding: 7em 8em 7em 3em;
}

.offers-txt h1 {
    text-align: left;
}

/* ============= Testimonials ============= */

.HPTestimonials {
    width: 100%;
    background: #3e6d9b;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 20%;
    padding-right: 20%;
    align-content: center;
}

.quotationmark h1{
    color: #fff;
    font-size: 8em;
    font-weight: 400;
    margin-bottom: 0;
}

.quote {
    display: none;
    text-align: center;
    margin: auto;
    padding-top: 4em;
}

.quote-copy {
    font-family: "Arbutus Slab", serif;
    font-size: 1.5em;
    color: #fff;
}

.quote-name {
    color: #fff;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
}

.all_dots {
    background-color: #3e6d9b;
    padding-bottom: 1em;
}

.active,
.dot:hover {
    background-color: #717171
}

/* ============= Tasting Room ============= */

#HPTastingRoom {
    background-image: url('images/hp-tasting.jpg');
    background-size: cover;
    margin-top: none;
    padding-top: 18em;
    padding-bottom: 18em;
}

.tastingroom-text {
    text-align: center;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
}

/* ============= About ============= */


.team {
    background: #E8E8E8;
}

.faq {
    margin-top: 4em !important;
}

.faq p {
    margin:0;
}

.faq {
    border-top: 1em solid #3e6d9b;
}

.faq h1 {
    margin-top: 2em;
}

.press {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    padding: 2em 4em 2em 4em;
}

.prizes, .book {
    width: 45%;
}

.prizes {
    padding-right: 1em;
}

.prizes h1 {
    text-align: left;
}

.prizes ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.prizes li  {
    line-height: 1.75em;
}

.vl2 {
    border-left: 1px solid #000;
}

.cover img {
    margin-left: 2em;
    margin-right: 1em;
}

.book-info {
    display: flex;
    flex-direction: row;
}

.book-buy a {
    text-align: left;
}

/* ============= Visit ============= */

.intro {
    margin-top: 10em;
    padding: 0 20% 0 20%;
    margin-bottom: 5em;
}

.three-column {
    display: flex;
    flex-direction: wrap;
    justify-content: space-around;
}

.column-info {
    width: 25%;
}

.visit-tasting-img {
    background-image: url('images/tasting-options.jpg');
}

.vl {
    border-left: 1px solid #000;
    min-height: 500px;
}

.visit-map {
    margin: auto;
    padding: 5% 20% 5% 20%;
}

.visit-map-embed {
    margin-top: 2em;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
}

/* ============= Footer ============= */

footer {
    background: #696969;
    bottom: 0;
    padding-top: .5em;
}

.footer-copy p {
    text-align: center;
    font-size: .75em;
    margin-bottom: -1em;
}

.footer-copy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 1.5em;
}

/* ============= Media Queries ============= */

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .signup-box {
        margin-left: 0em;
    }

    .login-box, .signup-box {
        position: relative;
    }

    .login-form, .signup-form {
        position: relative;
        margin-left: 8%;
    }

    .signup-form {
        margin-top: -15em;
    }

    .topnav a {
        display: none;
    }

    .topnav {
        display: flex;
        justify-content: space-between;
    }

    .main-nav-logo {
        display: block !important;
    }

    .topnav {
        display: flex;
    }

    .hamburger {
        display: block !important;
        font-size: 1em !important;
        color: #000;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .login, .signup {
        display: none;
    }

    .big-img-container {
        margin: 0 auto;
        width: 100%;
        margin-top: 90px;
        height: 15em;
    }

    .hp-img {
        position: absolute;
        z-index: -1;
        width: 100%;
        overflow: hidden;
    }

    .hp-img img {
        width: 100%;
    }

    .img-overlay {
        top: 20%;
    }

    .img-text h1 {
        font-size: 1.5em;
    }

    .how-it-works-steps {
        margin-bottom: 0;
    }

    .step {
        width: 70%;
        margin: auto;
        margin-bottom: 3em;
    }

    .step p {
        font-size: 1.5em;
    }

    .offers-txt {
        width: 100%;
        padding: 2em;
    }

    .HPTestimonials, .all_dots {
        display: none;
    }

    #HPTastingRoom {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tastingroom-text {
        background: rgb(255, 255, 255, .6 );
        padding: 1em 1em 3em 1em;
    }

    .tasting-btn {
        background: #3e6d9b;
        color: #fff;
    }

    .intro {
        margin-top: 9em;
        padding: 0 7% 0 7%;
        margin-bottom: 5em;
    }

    .section, .press, .visit-map {
        padding: 4em 2em 4em 2em;
    }

    .three-column {
        display: flex;
        flex-direction: wrap;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .column-info {
        width: 100%;
    }

    .prizes, .book {
        width: 100%;
    }

    .book h1 {
        text-align: left;
        margin-top: 2em;
    }

    .book-info {
        display: flex;
        flex-direction: column;
    }

    .book-buy a {
        text-align: left;
    }

    .cover img {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20%;
    }

    .faq {
        margin-top: 1em !important;
    }

    .vl {
        display: none;
    }

    .visit-map-embed {
        margin-top: 2em;
        padding-bottom: 80%;
        position: relative;
        display: block;
        width: 100%;
    }

    .button-lg-w-link {
        padding: .5em;
        font-size: .8em;
    }
}
