/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.subscribe_heading {font-family: inherit;}
.mailchimp-form{margin-top:50px;}
.noTitle span.ui-dialog-title { display: none;}
.form_wrapper {text-align: center;padding: 30px;}
.noTitle .ui-dialog-titlebar {border: 1px solid transparent;}
.Form-row {
    animation: fade-in 300ms ease-in;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.FormSelect, .FormText, .FormTextArea {
    padding: 30px 10px 0;
    position: relative;
    width: 100%;
}

.FormSelect label, .FormText label, .FormTextArea label {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.FormText-input {
    line-height: 1;
    padding: 8px 0;
}

.FormSelect-input {
    height: 80px !important;
}

.FormSelect-input, .FormText-input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    border-color: rgba(51, 51, 51, .2);
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #333;
    height: 40px;
    text-overflow: ellipsis;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    outline: none;
}

.Btn {
    border: 1px solid rgba(51, 51, 51, .2);
    min-width: 210px;
    padding: 21px 23px;
    position: relative;
    transition: all 500ms ease;
}

.Btn-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    
}

.Btn.Btn--filled {
    background-color: #333;
    margin-top:20px;
}

.Btn-label {
    color: #FFFEF2;
}

.Login-formItem--name {
    -ms-flex-preferred-size: 50%;
    flex-basis: 45%;
}

.FormSelect-label, .FormText-label, .FormTextArea-label {
    font-size: 1.2rem;
    bottom: 0;
    color: #666;
    left: 0;
    line-height: 1.75;
    pointer-events: none;
    position: absolute;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.mailchimp-form label.error {
    color: #ed2939;
}

.wp_mcm_subscription {
    cursor: pointer;
}

.wp_mcm_checkbox {
    text-align: left;
}

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

ul.checkbox li input {
    margin-right: .25em;
}

ul.checkbox li {
    border: 1px transparent solid;
    display:inline-block;
    width:12em;
}
