/*
Subscription Email Popup page
'sep' - global prefix
*/

.sep-section {
    margin: 70px auto 20px auto;
    max-width: 300px;
}

.sep-alert {
    position: fixed;
    top: 15px;
    right: 10px;
    padding: 7px 12px;
    z-index: 10;
}

.sep-avatar {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size:cover;
    background-size:cover;
    border-radius: 50%;
    margin: 0 auto;
}

.sep-title {
    color: #2F3B43;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    text-align: center;
    margin: 7px 0 0 0;
}

.sep-username {
    color: #059AFF;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 0;
}

.sep-benefits__title {
    color: #414141;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 25px 0 10px 0;
}

.sep-benefits__list {
    padding: 0;
    list-style: none;
}

.sep-benefits__list li {
    color: #5B5B5B;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.sep-benefits__list li:before {
    content: url(../img/subscription/check.png);
    margin: 0 10px 0 0;
}

.sep-email {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.17);
    color: #000;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
}

.sep-submit, .sep-continue__button {
    display: block;
    margin: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    padding: 14px;
    background-color: #32BAFF;
    border: none;
    border-radius: 5px;
}

.sep-submit:hover, .sep-submit:active, .sep-submit:visited {
    text-decoration: none;
    color: #fff;
}

.sep-login__link {
    display: block;
    padding: 10px;
    text-align: center;
    color: rgba(0,0,0,0.9);
    font-size: 14px;
    text-decoration: underline;
}

.sep-facebook {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    background-color: #2C77BB;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 15px -10px #434343;
}

.sep-facebook:hover {
    text-decoration: none;
    color: #fff;
}

.sep-continue__text {
    color: #121212;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 10px 0;
}

.sep-continue__button {
    background-color: #2BB549;
    text-align: center;
}

.sep-continue__button:hover {
    text-decoration: none;
    color: #fff;
}

.sep-download__link {
    display: inline-block;
    margin: 15px 5px;
}

.sep-download__image {
    width: 135px;
    height: auto;
}

.sep-download__copyright {
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

/* Promo PAges addition */
.sep-promo__text {
    text-align: center;
    color: #121212;
    font-size: 14px;
    margin: 15px 0 0 0;
}

.sep-promo__img {
    display: block;
    margin: 0 auto;
}



