Optin 3

Home » Components » Optin » Optin 3

Optin 3

NEWSLETTER

Stay Tuned for Updates and Promotions

Your email is safe. We hate SPAM.

NEWSLETTER

Stay Tuned for Updates and Promotions

Your email is safe. We hate SPAM.
/* ===== Optin 3 ===== */

#optin-3 .btn-social {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transform: translatey(50%);
        -ms-transform: translatey(50%);
            transform: translatey(50%);
    background: #ccc;
    margin: 0 5px
}

#optin-3 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#optin-3 .btn-social:hover {
    color: #444;
}