.footer-mlist-wrapper {
    background: #000;
    /* padding: 170px 0 110px; */
}

div.main-mlist-wrapper {
    font-family: 'Druk Wide';
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

div#mlform {
    max-width: 1289px;
    text-align: center;
    font-size: 0;
    width: 100%;
    margin: 0;
}

input,
select {
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.message {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
    text-align: left;
    max-width: 380px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

 ::placeholder {
    color: #fff;
}

#secondform input:not([type="submit"])::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

#secondform input:not([type="submit"]):-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

#secondform input:not([type="submit"])::placeholder {
    color: #000;
}

#mlform input#email {
    border: none;
    font-style: normal;
    height: 89px;
    line-height: 77px;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 12px solid #fff;
    width: 100%;
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    font-family: 'Druk Wide';
    box-sizing: border-box;
}

.plain-ml-wrapper .email.fieldWrap {
    max-width: 66%;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    margin-right: 5%;
}

input#submit {
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
    height: 89px;
    line-height: 89px;
    box-sizing: border-box;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

.submit {
    max-width: 29%;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.primary-list-values {
    display: inline-block;
}

form#mlistFormOne {
    display: inline-block;
}

form#mlistFormOne {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.fadeIn a {
    text-decoration: underline !important;
}

.main-mlist-wrapper #mlform #terms .terms-message,
.main-mlist-wrapper #secondform #terms .terms-message {
    top: 19px;
    bottom: initial;
    text-align: center;
    box-sizing: border-box;
    font-size: 10px;
    background: #000;
    padding: 5px;
    text-transform: uppercase;
}

.main-mlist-wrapper #mlform #terms .terms-message a,
.main-mlist-wrapper #secondform #terms .terms-message a {
    color: #fff;
    transition: all 0.5s;
}

.main-mlist-wrapper #mlform #terms .terms-message a:hover,
.main-mlist-wrapper #secondform #terms .terms-message a:hover {
    color: #fff;
    opacity: 0.5;
}

div#thankyou {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 50px;
    text-align: center;
    font-size: 40px;
}

.main-mlist-wrapper span.input-error {
    background: none;
    /* bottom: -18px; */
    font-size: 11px;
    color: red;
    position: absolute;
    left: 0;
    top: -15px;
}

.main-mlist-wrapper .plain-ml-wrapper #terms {
    position: relative;
    text-align: right;
    /* padding-right: 58px; */
}

#mlform .terms {
    padding-right: 11%;
    /* padding-top: 25px; */
    position: relative;
    margin-top: 25px;
    display: inline-block;
}

#mlform .terms,
#secondform .terms {
    color: white;
    text-transform: uppercase;
}

.fadeOut {
    display: none !important;
}

#secondform .welcome {
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
}

div#secondform {
    max-width: 800px;
    position: relative;
    width: 90%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: right;
    cursor: pointer;
}

#secondform input:not([type="submit"]) {
    width: 100%;
    padding: 10px 0px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 5px;
    border: none;
    background-color: #fff;
    font-family: Druk Wide;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
}

#lightboxMlistForm #secondform input,
#secondform select {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 5px;
    border: none;
    background-color: #fff;
    font-family: Druk Wide;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
    width: 100%;
}

select {
    background: url(../images/keyboard_arrow_down.svg) no-repeat right 10px center #fff;
}

.fadeIn a {
    text-decoration: underline;
}

div#terms p {
    border: 1px solid;
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
    font-size: 20px;
    text-align: left;
    padding-left: 0;
}

form#mlistFormTwo {
    text-align: left;
}

.main-mlist-wrapper .plain-ml-wrapper .moveUp {
    background: none;
    top: -25px;
}

#secondform .name {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fieldWrap,
.country {
    margin-bottom: 20px;
}

.birthday {
    font-size: 0;
}

.birthday>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.birthday>div:first-child {
    margin-right: 2%;
}

#secondform label.goptin_checkbox {
    margin-top: 2px;
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

form#mlistFormTwo input#submit {
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

form#mlistFormTwo .submit {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#secondform .birth-date-title {
    font-size: 16px;
}

form#mlistFormTwo div#terms {
    margin: 8px auto 0;
    text-align: center;
}

#secondform .terms {
    color: #fff;
}

.main-mlist-wrapper .plain-ml-wrapper p.terms-message-2,
.main-mlist-wrapper .plain-ml-wrapper p.terms-message {
    top: 19px;
    bottom: initial;
    text-align: center;
    box-sizing: border-box;
    font-size: 10px;
    background: #000;
    padding: 5px;
    text-transform: uppercase;
    z-index: 1;
}

div#terms a {
    color: #fff;
    transition: all 0.5s;
}

div#terms a:hover {
    color: #fff;
    opacity: 0.5;
}

#secondform input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.main-mlist-wrapper .plain-ml-wrapper #mlistFormTwo #terms {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width:1024px) {
    .main-mlist-wrapper #mlform #terms .terms-message,
    .main-mlist-wrapper #secondform #terms .terms-message {
        width: calc(100% - 13px);
        left: 5px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    form#mlistFormOne {
        text-align: center;
    }
    div#thankyou {
        font-size: 30px;
    }
    /* .main-mlist-wrapper .plain-ml-wrapper #terms {
    text-align: right;
    margin: 0 auto 0 70px;
    max-width: 420px;
}
.main-mlist-wrapper #mlform #terms .terms-message, .main-mlist-wrapper #secondform #terms .terms-message{
    width: calc(392px - 10px);
    left: calc(50% - 155px);
} */
}

input#email.errored {
    border-color: red !important;
}

.main-mlist-wrapper input:-webkit-autofill,
.main-mlist-wrapper select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    -webkit-text-fill-color: #fff;
    font-size: 50px;
    font-family: Druk Wide;
    font-weight: 900;
}

input#goptin_checkbox:checked:after,
input#goptin_checkbox_2:checked:after,
input#goptin_checkbox2:checked:after {
    content: '\2713';
    color: #000;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    /* margin-top: 2px; */
    margin-left: -2px;
    box-sizing: border-box;
}

form#mlistFormTwo input:-webkit-autofill,
form#mlistFormTwo select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000;
    font-size: 16px;
    font-family: Druk Wide;
    font-weight: 900;
}

span#secondFormClose:hover {
    opacity: 0.5;
}

#mlform .terms,
#secondform .terms {
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 25px;
}


/* .footer-mlist-wrapper {
        min-height: 408px;
    } */

.footer-mlist-wrapper form#mlistFormOne {
    padding: 170px 0 0px;
}

.footer-mlist-wrapper .main-mlist-wrapper .plain-ml-wrapper #terms {
    padding-bottom: 110px;
}

.footer-mlist-wrapper .plain-ml-wrapper .email.fieldWrap {
    position: relative;
}

.footer-mlist-wrapper div#secondform {
    padding: 20px 0;
}

.footer-mlist-wrapper div#thankyou {
    min-height: 582px;
    padding-top: 270px;
    box-sizing: border-box;
}

@media only screen and (max-width:767px) {
    div#thankyou {
        font-size: 13px;
    }
    div#mlform {
        max-width: 288px;
        margin: 0 auto;
    }
    #secondform .welcome {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .footer-mlist-wrapper #secondform .welcome {
        margin-bottom: 0;
    }
    .footer-mlist-wrapper div#secondform {
        padding: 10px 0;
    }
    .message {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .main-mlist-wrapper div.submit {
        max-width: 236px;
    }
    div#mlform input#email {
        font-size: 16px;
        height: 63px;
        line-height: 34px;
    }
    .plain-ml-wrapper .email.fieldWrap {
        max-width: 100%;
        margin-right: 0;
    }
    input#submit {
        height: 46px;
        line-height: 52px;
        margin-top: 15px;
    }
    .footer-mlist-wrapper {
        background: #000;
        /* padding: 100px 0 100px; */
    }
    .footer-mlist-wrapper form#mlistFormOne {
        padding: 100px 0 0;
    }
    .main-mlist-wrapper .plain-ml-wrapper #terms {}
    #secondform input:not([type="submit"]),
    #lightboxMlistForm #secondform input,
    #secondform select {
        font-size: 16px;
        line-height: 46px;
        height: 46px;
    }
    .footer-mlist-wrapper div#thankyou {
        min-height: 461px;
        padding-top: 230px;
    }
    .footer-mlist-wrapper #secondform input:not([type="submit"]),
    .footer-mlist-wrapper #secondform select {
        height: 30px;
        line-height: 30px;
    }
    #secondform input[type="checkbox"],
    .footer-mlist-wrapper #secondform input[type="checkbox"] {
        height: 18px;
    }
    #secondform label.goptin_checkbox {
        font-size: 9px;
    }
    form#mlistFormOne {
        display: block;
        vertical-align: top;
        width: 100%;
        max-width: 288px;
        text-align: center;
        margin: 0 auto;
    }
    .main-mlist-wrapper .plain-ml-wrapper #terms {
        position: relative;
        text-align: center;
        margin: 0 auto;
        margin-right: 0;
        max-width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    #mlform .terms {
        padding: 0;
        margin-top: 70px;
    }
    .main-mlist-wrapper #mlform #terms .terms-message,
    .main-mlist-wrapper #secondform #terms .terms-message {
        font-size: 7px;
    }
    .main-mlist-wrapper .plain-ml-wrapper #mlistFormTwo #terms {
        padding: 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {
    #mlform input#email {
        font-size: 35px;
    }
}

@media only screen and (max-width:1023px) {
    #mlform input#email {
        font-size: 25px;
    }
}


/*livefyre Css*/

.rico-insta {
    background: #fff;
    font-size: 108px;
    font-family: druk wide;
    text-transform: uppercase;
    padding: 83px 0 70px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
}

.rico-insta>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rico-insta a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.rico-insta a:hover,
.rico-insta:hover {
    opacity: 0.7;
}

#wall menu {
    display: none;
}

#wall .streamhub-content-list-view.hub-wall-column {
    padding: 0;
}

#wall article.content.content-instagram.content-default.content-with-image {
    margin-bottom: 0;
    padding-bottom: 0;
}

#wall section.content-header {
    display: none;
}

#wall .content-default {
    font-size: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#wall section.content-body,
#wall section.content-footer {
    display: none;
}

#wall .content-attachment-frame {
    border: none;
    border-radius: 0;
    box-sizing: none;
    box-shadow: none !important;
}

#wall .content-attachment-photo {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

a.hub-list-more {
    display: none !important;
}

#wall .hub-list {
    font-size: 0;
    display: block;
    width: 100%;
}

#wall .hub-list>div.hub-content-container {
    display: inline-block;
    width: 50%;
}

#wall .content {
    height: auto;
}

.hashtag {
    font-family: forma-djr-banner, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16.6vw;
    color: #fff;
    text-transform: uppercase;
    -webkit-text-stroke: 3px;
    -webkit-text-fill-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
}

.livefyre-container {
    position: relative;
}

.rico-insta-link {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

@media only screen and (max-width:1280px) {
    .rico-insta {
        font-size: 65px;
    }
}

@media only screen and (max-width:767px) {
    #wall .hub-list>div.hub-content-container {
        display: block;
        width: 100%;
    }
    .rico-insta {
        background: #fff;
        font-size: 28px;
        font-family: druk wide;
        text-transform: uppercase;
        padding: 35px 0 22px;
    }
    .hashtag span {
        display: block;
    }
    .hashtag {
        text-align: left;
        font-size: 31vw;
        line-height: 1;
        top: 30%;
    }
}