.share-story {
    color: #bd414c;
    font-weight: 700;
    margin-left: 15px;
}

/*FORMS*/
.short_wrapper {
    max-width: 550px;
}
.gform_wrapper {
    color: #FFF;
    background-color: #91A9AE;
    font: 16px "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    border-radius: 5px;
    padding: 24px;
}
.story-form_wrapper,
.contact-form_wrapper {
    padding: 15px;
}
.gform_wrapper ul {
    list-style: none;
}
.gform_fields {
    margin: 0;
}
.gfield:not(:last-of-type) {
    list-style: none;
    margin-bottom: 24px;
}
[type=checkbox]+label,
[type=radio]+label {
    vertical-align: bottom;
}
.gfield input[type=text] {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.story-form_wrapper input[type=text],
.contact-form_wrapper input[type=text] {
    color: #394856;
    font-size: 16px;
}
.gfield input:focus,
.gfield input:active {
    outline: 1px solid #5dacd6;
    border: none;
}
.gfield input[type=checkbox] {
    height: 16px;
    width: 16px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}
.gfield textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #B0B6BB;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #394856;
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 0 23px;
}
.gform_footer input[type=submit] {
    display: block;
    background-color: #bb434f;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    padding: 16px;
}
.gfield_label {
    display: block;
    color: #fff;
    font-size: 16px;
}
.join-list-form .gfield_label {
    position: relative;
    font-weight: bold;
    line-height: 1;
}
.join-list-form .gfield_label {
    margin-bottom: 12px;
}
.contact-form .gfield_required,
.story-form .gfield_required {
    display: none;
}
.join-list-form .gfield_required {
    position: absolute;
    top: 0;
    left: -12px;
    color: #f5463b;
    font-size: 18px;
    font-weight: bold;
}
.gfield_checkbox label,
.info-to-use label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 3px 0;
    padding-left: 6px;
}
.email-list {
    margin: 0 0 12px 0;
    padding: 14px;
}
.email-list > label {
    position: relative;
    left: -16px;
}
.email-list_subfield {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 23px;
}
.ginput_container ul {
    margin-left: 3px;
}
.ginput_container_checkbox,
.ginput_container_radio {
    margin-top: 10px;
}
.gfield_error input, .gfield_error textarea {
    border-color: red;
}

.gfield_description {
    margin-top: 10px;
}

.gform_confirmation_message {
    margin-bottom: 15px;
    font-size: 49px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    color: #5f8289;
}
.ginput_preview{
    display: block;
    color: red;
}

.gform_footer {
    text-align: right;
    /*aligning of submit button*/
}
[type=file] {
    position: relative;
    opacity: 0;
    height: 32px;
}
.file {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    margin: 0 0 23px;
}
.file .fake-input {
    display: inline-block;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    width: 200px;
    height: 34px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 4px 0 0 4px;
    padding: 0 15px;
}
.file .upload-button {
    display: inline-block;
    color: #fff;
    background: #a8aa31;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
    white-space: nowrap;
    height: 34px;
    vertical-align: top;
    border-radius: 2px;
    padding: 0 26px;
}

.validation_error {
    margin-bottom: 15px;
    padding: 5px;
    color: #990000;
    border: 1px solid red;
}

.validation_message {
    margin-bottom: 10px;
    color: #990000;
}
