.ulisting-social-login-wrapper {
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-flow: wrap;
}

.ulisting-social-login-wrapper li {
    margin: 0 10px 0 0;
    cursor: pointer;
}

ul.ulisting-social-login-wrapper > :first-child {
    padding: 0;
}

.ulisting-long-button {
    flex-basis: 150px;
    flex-grow: 1;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ulisting-social-login-wrapper li::before {
    display: none !important;
}

.ulisting-social-login-title {
    margin: 20px 0;
    font-size: 22px;
    padding: 0;
}

.ulisting-social-login-wrapper img {
    width: 55px;
}

/*login buttons*/
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    width: 100%;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    text-align: center;
    font-family: FontAwesome;
    font-size: 23px;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    content: "\f09a";
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


.loginBtn--google {
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

.loginBtn--vkontakte {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--vkontakte:before {
    border-right: #364e92 1px solid;
    content: "\f189";
}

.loginBtn--vkontakte:hover,
.loginBtn--vkontakte:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

.loginBtn--twitter {
    background-color: rgb(29, 161, 242);
    box-shadow: rgba(0, 0, 0, 0.08) 0 8px 28px;
}

.loginBtn--twitter:before {
    border-right: #7492af 1px solid;
    content: "\f099";
}

.loginBtn--twitter:hover,
.loginBtn--twitter:focus {
    background-color: rgb(17, 142, 218);
    background-image: linear-gradient(#118EDA, #118EDA);
}

/*modal social login*/
.ulisting-title-center,
.ulisting-social-login-modal .ulisting-social-login-title {
    text-align: center;
}

.ulisting-social-login-modal .ulisting-social-login-title {
    font-size: 14px;
    margin: 0;
}

.ulisting-social-login-modal .ulisting-social-login-wrapper {
    width: 80%;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
}

.ulisting-social-login-modal .ulisting-social-login-wrapper img {
    width: 35px;
}

.ulisting-social-login-modal .ulisting-social-login-wrapper li {
    margin: 5px 10px;
}
