﻿@import url('https://use.typekit.net/spy6qtl.css');

/* h1 {
    color: #626368;
    font-family: battery-park, sans-serif;
    font-size: 2.625rem;
}

h2 {
    color: #626368;
    font-family: battery-park, sans-serif;
    font-weight: 300;
    font-size: 2.625rem
}

h3 {
    color: #eeeeee;
    font-family: battery-park, sans-serif;
    font-size: 1.625rem
}

h2.atrament, h1.atrament {
    font-family: atrament-web, sans-serif;
} */

.dark h2, .dark h1, .dark .innerText h1 {
    color: #e8e8e8;
}

.midgrey {
    background-color: #bbb;
    color: #333333;
}

    .midgrey p {
        color: #333333;
    }

.margintop40 {
    margin-top: 40px;
}

/*
.overlaycaption h1 {
    font-family: battery-park, sans-serif;
    font-size: 3.225rem;
    background: transparent;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    text-shadow: unset;
    padding: 0;
    margin: 40px 2% 0 2%;
    line-height: 1.46;
} 

.overlaycaption span.capital {
    font-size: 3.825rem;
}


.overlaycaption h2 {
    line-height: 1.8;
    font-family: active, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6rem;
}

    .overlaycaption h2.atrament {
        font-family: atrament-web, sans-serif;
        margin: 10px auto 10px auto;
    } */

.overlaycaption h1, .overlaycaption h2, .overlaycaption h3 {
    background-color: rgba(30,30,30,0);
}

.mewilding h2 {
    background: transparent;
    line-height: 1.26;
}

.mewilding .overlaycaption p {
    font-size: 1.125rem;
    margin: 0 auto 8px auto;
}

.mewilding .overlaycaption a.button {
    margin: 26px 0 0 0;
}

blockquote, .quote {
    background: none;
    font-family: atrament-web, sans-serif;
    font-style: normal;
    margin: 0 auto;
    padding: 10px 0;
}

    blockquote p, .quote p {
        font-family: atrament-web, sans-serif;
        font-style: normal;
        font-size: 2rem;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }


.dark blockquote, .dark .quote, .dark blockquote p, .dark .quote p, .dark .author, .dark author {
    color: #e8e8e8;
}

blockquote .author, blockquote author {
    font-family: atrament-web, sans-serif;
    font-size: 1.2rem;
    padding: 0px 20px 20px 0;
    text-align: center;
    margin-top: 0
}

.notopmargin .innerText {
    padding-top: 0;
}

section.nobottommargin .innerText {
    padding-bottom: 0;
}

.mewilding-thank-you {
    min-height: calc(100vh - 195px);
}

div.inbetween, div.inbetween .wrap, div.inbetween .wrap .sectionContentWrapper,
div.inbetweenleft, div.inbetweenleft .wrap, div.inbetweenleft .wrap .sectionContentWrapper {
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

    div.inbetween .wrap .sectionContentWrapper, div.inbetweenleft .wrap .sectionContentWrapper {
        background-color: transparent;
        margin: 0;
        padding: 0;
        height: 0;
    }

    div.inbetween .wrap figure, .largeImage.inbetween figure {
        width: auto;
        height: auto;
        max-width: 12vw;
        max-height: unset;
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        transform: translateY(-50%);
        right: 0;
    }

        div.inbetween .wrap figure figcaption, .largeImage.inbetween figure figcaption {
            display: none;
        }

    div.inbetween .wrap img, .largeImage.inbetween img {
        width: auto;
        height: auto;
        max-height: 160px;
    }

    div.inbetween.hedhehog .wrap figure, .largeImage.inbetween.hedgehog figure {
        top: unset;
        bottom: 0;
        transform: unset;
        margin-bottom: -2px;
    }

p.lines img {
    max-width: 70vw;
    height: auto;
    margin: 16px auto 0 auto;
}

p.rightindent {
    padding-right: 12%;
    max-width: calc(820px - 12%);
}

div.inbetweenleft .wrap figure {
    width: auto;
    margin: 0;
    height: auto;
    max-width: 12vw;
    max-height: unset;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: auto;
}

img.pinecone {
    max-width: 15vw;
    margin-top: -1%;
}

div.inbetween .wrap .content, .largeImage.inbetween .content,
div.inbetweenleft .wrap .content, .largeImage.inbetweenleft .content {
    display: none;
}

.flexcols {
    flex: 0 1 auto;
    justify-content: space-evenly;
}

.imagecol img {
    max-height: 40vh;
}

.store-confirmation {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    /*color: #eee;*/
}

    .store-confirmation table {
        max-width: 820px;
        margin: 20px auto;
        color: #323638;
    }

/*** FORMS   ***/
fieldset {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.96rem;
    font-weight: 300;
}

input[type='text'], input[type='email'],
.dark input[type='text'], .dark input[type='email'] {
    width: 100%;
    background: #e7e7e7;
}

input.pleasecomplete, select.pleasecomplete {
    border: 2px solid #cc3300;
}

    input.floatLabel.pleasecomplete:valid, select.pleasecomplete:valid {
        border: 0;
    }

.button {
    padding: 12px 20px;
    width: auto;
    font-size: 0.86rem;
    border: 0;
    margin: 4px 8px;
}

    .button:disabled {
        cursor: unset;
        background-color: #ccc;
    }

        .button:disabled:hover {
            color: #444
        }

.next-stage {
    text-align: center;
}

fieldset input[type="radio"] + label, .donationOption input[type="radio"] + label {
    display: inline-block;
    width: auto;
}

#donationAmount {
    margin: 20px 0 12px 0;
}

label {
    width: auto;
}

    label.customCheckbox {
        margin-right: 12px;
        margin-bottom: 20px;
        display: block;
        font-weight: 300;
        font-size: 1rem;
        color: #575757
    }

.mewilding ul {
    margin-left: 0;
    padding-left: 0;
}

.mewilding li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.mewilding-wrapper {
    text-align: center;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

    .mewilding-wrapper p {
        font-size: 1rem;
    }

.rolledup {
    margin: 30px auto 40px auto;
}

    .rolledup .inner, .checkmarks {
        display: none;
    }

    .rolledup.active {
        background: transparent;
        border-top: 1px solid #eee;
        margin-top: 20px;
        padding-top: 10px;
    }

    .rolledup:first-of-type.active {
        border-top: 0px solid #eee;
    }

    .rolledup h3, .rolledup p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .rolledup h3 {
        display: none;
    }

    .rolledup.active h3 {
        display: block;
    }

    .rolledup.active .inner {
        display: block;
    }

    .rolledup.completed h3 {
        display: block;
    }

    .rolledup.completed .checkmarks {
        display: inline-block;
        padding-left: 20px;
    }

.paymentOptions {
    max-width: 720px;
    margin: 0 auto;
}

.paymentOption button {
    border: 0;
}

#paymentSummary {
    color: #fff;
    max-width: 720px;
    padding: 0 20px;
    margin: 40px auto;
    text-align: left;
    font-weight: 300;
}

    #paymentSummary .row {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        padding-bottom: 6px;
    }

    #paymentSummary .column {
        flex: 0 50%;
    }

    #paymentSummary .row.total {
        font-weight: 400;
    }

    #paymentSummary .column.currency {
        text-align: right;
        padding-right: 10px;
    }

@media (max-width: 1280px) {
    input, select {
        max-width: none;
    }
}

@media (max-width:1024px) {
    .mewilding .overlaycaption h1 {
        font-size: 2.625rem;
        margin: 20px 2% 0 2%;
    }

    .mewilding .overlaycaption h2 {
        font-size: 2.225rem;
    }

    .overlaycaption span.capital {
        font-size: 3.025rem;
    }

    div.inbetween .wrap img, .largeImage.inbetween img {
        max-width: 13vw;
        margin-top: -9%;
        right: 1%;
    }

    div.inbetween.hedhehog .wrap img, .largeImage.inbetween.hedgehog img {
        max-width: 15vw;
        right: 2%;
    }

    img.pinecone {
        max-width: 17vw;
        margin-top: 0;
    }
}


@media (max-width:860px) {
    .mewilding .overlaycaption h1 {
        font-size: 2.225rem;
        margin: 4px 2% 0 2%;
        line-height: 1.26;
    }

    .mewilding .overlaycaption h2 {
        font-size: 1.8rem;
    }

        .mewilding .overlaycaption h2.atrament {
            margin: 0;
        }

    .mewilding .overlaycaption p {
        font-size: 0.8625rem;
        margin-bottom: 4px;
    }

    .mewilding .overlaycaption a.button {
        margin: 14px 0 0 0;
    }

    div.inbetween .wrap img, .largeImage.inbetween img {
        max-width: 15vw;
        margin-top: -8%;
        right: 3%;
    }

    div.inbetween.hedhehog .wrap img, .largeImage.inbetween.hedgehog img {
        max-width: 17vw;
        right: 4%;
    }

    img.pinecone {
        max-width: 19vw;
        margin-top: 2%;
    }

    img.bottle {
        max-width: 24vw;
        margin-top: 0;
    }

    img.image-left {
        max-width: 30vw;
    }
}

@media screen and (max-width:810px) {
    div.inbetween .wrap, div.inbetweenleft .wrap {
        max-width: 92%;
        margin: 0 4%;
    }

        div.inbetween .wrap figure, div.inbetweenleft .wrap figure {
            min-width: 50px;
        }
}

@media screen and (max-width:768px) {
    .mewilding p {
        font-size: 1rem;
    }

    .mewilding .overlaycaption p.hideOnMobile {
        display: none;
    }

    .mewilding .mobileOnly {
        display: block;
        margin-left: 2%;
        margin-right: 2%;
    }

        .mewilding .mobileOnly .sectionContentWrapper article {
            padding: 10px 20px;
        }
}

@media (max-width:640px) {
    div.inbetween .wrap img, .largeImage.inbetween img {
        max-width: 17vw;
        margin-top: -9%;
        right: 5%;
    }

    div.inbetween.hedhehog .wrap img, .largeImage.inbetween.hedgehog img {
        max-width: 20vw;
        right: 6%;
    }

    img.image-left {
        float: left;
        text-align: unset;
        max-width: 30vw;
    }

    img.whats-it-worth {
        display: block;
        float: none;
        text-align: center;
        width: 60%;
        height: auto;
        margin: 0 auto 1em auto;
    }

    img.pinecone {
        max-width: 22vw;
        margin-top: 2%;
        height: auto;
        padding: 0 1em 0 0;
    }

    img.bottle {
        max-width: 25vw;
        margin-top: 0;
        float: right;
        text-align: right;
        padding: 0 0 0 1em;
    }

    input[type='text'], input[type='email'],
    .dark input[type='text'], .dark input[type='email'],
    .dark input[type='tel'] {
        width: calc(100% - 14px);
    }

    .mewilding .overlaycaption.overlaycaptionright {
        position: absolute;
        background: transparent;
        top: 0;
        right: 0;
        margin-left: auto;
        width: 45%;
    }

    .mewilding .overlaycaption h1, .mewilding .overlaycaption h2, .mewilding .overlaycaption h3 {
        font-weight: 400;
        color: #fff;
    }

    .mewilding .overlaycaption h1 {
        line-height: 1;
    }

    .mewilding .overlaycaption h2.atrament {
        margin: 0px auto 6px auto;
        font-size: 1.86rem;
        padding: 8px 0 8px 0;
    }

    .mewilding-text-mobile p {
        padding: 0 10px 0 10px;
        font-size: 0.865rem;
    }
}

@media screen and (max-width:480px) {
    .mewilding .overlaycaption.overlaycaptionright {
        width: 70%;
        max-width: unset;
    }

    .mewilding .overlaycaption h1 {
        font-size: 2rem;
    }

        .mewilding .overlaycaption h1 span {
            font-size: 2.5rem;
        }

    .mewilding .overlaycaption h2.atrament {
        margin: 0px auto 6px auto;
        font-size: 1.6rem;
        padding: 4px 0 4px 0;
    }

    img.bottle {
        max-width: 30vw;
    }

    div.inbetween.hedhehog .wrap img, .largeImage.inbetween.hedgehog img {
        max-width: 26vw;
        right: 6%;
    }

    img.image-left {
        float: left;
        text-align: unset;
        max-width: 40vw;
    }

    img.pinecone {
        max-width: 22vw;
        margin-top: 2%;
        height: auto;
        padding: 0 1em 0 0;
    }

    img.whats-it-worth {
        width: 70%;
    }
}
