/*
* Theme Name: Sun Valley Symphony Theme
* Description: Stylesheet for the Mailchimp 
* subscribe footer form.
* Author: William Weaver for Icon Design
*/

iframe {
    height: 550px;
}

.mc-scrb {
    background: #f4ede5;
    padding: 8% 2.5% 0;
}

div#mc_embed_signup_scroll {
    line-height: 1.5em;
}

div#mc_embed_signup_scroll h3 {
    color: #162C4D;
    font-family: "Blacker";
    font-size: 31px;
    line-height: 30px;
    margin-bottom: 5%;
}

#mc_embed_signup_scroll p {
    font-size: 16px;
    line-height: 20px;
}

label {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.5rem;
}

#mc_embed_signup input {
    padding: 5px 10px;
    margin-bottom: 0.25em;
}

#mc_embed_signup input[type="submit"] {
    background-color: #29496B;
    border: none;
    color: #fff;
    font-size: 12px;
    font-stretch: condensed;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 16px;
    margin-bottom: initial;
    padding: 10px 10px;
    text-transform: uppercase;
    width: initial;
}

[type="submit"] {
    -webkit-appearance: button;
}

#mc_embed_signup input, #mc_embed_signup textarea {
    width: 100%;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #D8BB9A;
    margin-bottom: 1.25rem;
}

button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.indicates-required {
    margin-bottom: 5%;
}