.ets_solo_social_wrapper{
    padding: 0 !important;
}
.ets_solo_social{
    display: flex !important;
    margin: 0 !important;
}
.ets_solo_social_item {
    display: inline-block;
    background: transparent!important;
}
.ets_solo_social_item:not(:last-child){
    margin-right: 20px;
}

.ets_solo_social_item {
    width: 100%;
}

.ets_solo_social_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    outline: none;
    border: none;
    transition: 0.2s;
    cursor: pointer;
}
.ets_solo_social_btn.rounded {
    border-radius: 3px;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social {
  padding-top: 4px;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social_item.active {
    display: unset;
}
.solo-submit-login-slw.active:after,
.solo-submit-login-alw.active:after {
    content: "\f110";
    font-family: Fontawesome;
    position: relative;
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
}

.ets_solo_social_wrapper.slw_and_alw .forgot-password,
#header .ets_solo_social_wrapper.slw_and_alw .forgot-password a,
.ets_solo_social_wrapper.slw_and_alw .no-account,
#header .ets_solo_social_wrapper.slw_and_alw .no-account a{
  color: #2fb5d2;
  font-size: 13px;
  text-align: left;
}
.ets_solo_social_wrapper.slw_and_alw .btn.btn-primary {
    border-radius: 2px;
    height: 32px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-top: 5px;
}
#header .ets_solo_social_wrapper.slw_and_alw .forgot-password a:hover,
#header .ets_solo_social_wrapper.slw_and_alw .no-account a:hover{
    color: #2592a9;
}
.ets_solo_social_wrapper.slw_and_alw input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    height: 31px;
    padding: 0 11px;
    margin-bottom: 10px;
    width: 100%;
}

.ets_solo_social_wrapper.slw_and_alw .ets_solo_or {
  margin-top: 18px;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_or span {
  font-size: 10px;
  padding: 5px;
  color: #111;
  line-height: 15px;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_or::before {
  left: 0;
  right: 0;
}
.ets_solo_or::before {
  background-color: #ddd;
  content: "";
  height: 1px;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
}
.ets_solo_or {
    text-align: center;
    margin: 30px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.ets_solo_or span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 10px;
    padding: 5px;
    width: 26px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    height: 26px;
}
.ets_solo_social_btn.rounded.large {
    border-radius: 4px;
}
.ets_solo_social_btn i {
  background-color: #bbb;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 32px;
  margin: -8px 7px -10px -10px;
  padding: 0 5px;
  text-align: center;
  width: 30px;
}
.facebook i {
  background-color: #4370a5;
}
.facebook .ets_solo_social_btn:hover i {
  background-color: #527cac;
}
.google .ets_solo_social_btn:hover i {
    background-color: #d44836;
}
.twitter .ets_solo_social_btn:hover i {
  background-color: #188bb4;
}
.linkedin .ets_solo_social_btn:hover i {
  background-color: #0e7ab2;
}
.tumblr .ets_solo_social_btn:hover i {
  background-color: #495a70;
}
.yahoo .ets_solo_social_btn:hover i {
  background-color: #773a89;
}
.wordpress .ets_solo_social_btn:hover i {
  background-color: #2a70ac;
}
.windowslive .ets_solo_social_btn:hover i {
  background-color: #0099dd;
}
.instagram .ets_solo_social_btn:hover i {
  background-color: #e24f76;
}
.facebook .ets_solo_social_btn,
.active.net_facebook {
  background-color: #4370a5;
}
.facebook .ets_solo_social_btn:hover,
.active.net_facebook:hover {
    background-color: #527cac;
}
.google .ets_solo_social_btn,
.active.net_google {
  background-color: #4485f7;
}
.google .ets_solo_social_btn:hover,
.active.net_google:hover {
  background-color: #5994fa;
}
.google .ets_solo_social_btn i{
  background-color: #c53927;
}
.twitter i{
  background-color: #0477a0;
}
.twitter .ets_solo_social_btn,
.active.net_twitter {
  background-color: #0084b4;
}
.twitter .ets_solo_social_btn:hover,
.active.net_twitter:hover {
  background-color: #1195c5;
}
.linkedin .ets_solo_social_btn,
.active.net_linkedin {
  background-color: #0077b5;
}
.linkedin .ets_solo_social_btn:hover,
.active.net_linkedin:hover {
  background-color: #1289c7;
}
.linkedin .ets_solo_social_btn i {
  background-color: #006aa2;
}
.instagram .ets_solo_social_btn,
.active.net_instagram {
  background-color: #e65358;
}
.instagram .ets_solo_social_btn:hover,
.active.net_instagram:hover {
  background-color: #ed5a5f;
}
.tumblr .ets_solo_social_btn,
.active.net_tumblr {
  background-color: #405167;
}
.tumblr .ets_solo_social_btn:hover,
.active.net_tumblr:hover {
  background-color: #516278;
}
.tumblr i {
  background-color: #35465c;
}
.windowslive .ets_solo_social_btn,
.active.net_windows {
  background-color: #09b6fa;
}
.windowslive .ets_solo_social_btn:hover,
.active.net_windows:hover {
  background-color: #00a8ec;
}
.windowslive i {
  background-color: #00adf1;
}
.yahoo .ets_solo_social_btn,
.active.net_yahoo {
  background-color: #783b8a;
}
.yahoo .ets_solo_social_btn:hover,
.active.net_yahoo:hover {
  background-color: #844796;
}
.yahoo i {
  background-color: #6b2e7d;
}
.wordpress .ets_solo_social_btn,
.active.net_wordpress {
  background-color: #468cc8;
}
.wordpress .ets_solo_social_btn:hover,
.active.net_wordpress:hover {
  background-color: #3f85c1;
}
.wordpress i {
  background-color: #357bb7;
}
.ets_solo_social_btn.flat {
  padding-right: 0;
}
.ets_solo_social_btn.flat i {
  margin-right: 0;
}
.ets_solo_social_btn.img {
    background-color: transparent;
    padding: 0!important;
    height: auto!important;
}
.instagram .ets_solo_social_btn i {
  background-color: #d7446b;
}
.ets_sl_locker img {
  max-width: 100%;
}
.ets_solo_social_btn.small.img .ets_solo_btn_img {
  width: 24px;
}
.ets_solo_social_btn.meidum.img .ets_solo_btn_img {
  width: 35px;
}
.ets_solo_social_btn.large.img .ets_solo_btn_img {
  width: 45px;
}
.ets_solo_social_btn.small.flat {
  height: 24px;
  padding: 0;
  width: 24px;
}
.ets_solo_social_btn.small.flat i {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  width: 100%;
}
.ets_solo_social_btn.medium.flat {
  height: 35px;
  padding: 0;
  width: 35px;
  display: inline-block;
}
.ets_solo_wrapper_content.slw_and_alw .forgot-password {
    margin-bottom: 0;
}
.ets_solo_social_btn.img:hover{
    background-color: transparent!important;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social_btn.flat,
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social_btn.img {
  display: inline-block;
}
.ets_solo_social_btn.medium.flat i {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  width: 100%;
}
.ets_solo_social_btn.large.flat {
  height: 45px;
  padding: 0;
  width: 45px;
}
.ets_solo_social_btn.large.flat i {
  font-size: 18px;
  line-height: 45px;
  margin: 0;
  width: 100%;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social_btn.name {
    display: block;
}
.ets_solo_social_wrapper.slw_and_alw .ets_solo_social_btn.custom {
    display: block;
}
.ets_solo_social_btn.medium {
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
}
.ets_solo_social_btn.medium i {
    font-size: 16px;
}
span.ets_solo_social_btn.name.large {
    min-width: 170px;
}
span.ets_solo_social_btn.name.small {
    min-width: 120px;
}
span.ets_solo_social_btn.name {
    min-width: 130px;
}
.ets_solo_social_btn.small {
  height: 24px;
}
.ets_solo_social_btn.large {
  height: 45px;
}

.ets_solo_social_btn.small {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
.ets_solo_social_btn.small i {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: 0;
  width: 26px;
}
.ets_solo_social_btn.large i {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
}
.ets_solo_social_btn.large {
  font-size: 16px;
  height: 45px;
  line-height: 28px;
  padding-right: 15px;
}
.ets_solo_social_btn.medium.custom {
    min-width: 140px;
}
span.ets_solo_social_btn.custom.small {
    min-width: 116px;
}
span.ets_solo_social_btn.custom.large {
    min-width: 165px;
}
.ets_solo_network {
    background-color: #cecece;
    color: #fff;
    display: inline-block;
    min-width: 140px;
    font-size: 13px;
    position: relative;
    padding: 6px 7px;
}
.ets_solo_network i {
    display: inline-block;
    width: 32px;
    margin-top: -6px;
    float: left;
    margin-left: -7px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: -6px;
    margin-right: 8px;
}

@media (max-width: 670px){
    .ets_solo_social_wrapper.cus.mobile{
        width: 100%;
    }
    .ets_solo_social_item {
        width: 100% !important;
        margin-right: 0px !important;
        max-width: unset !important;
    }

    .ets_solo_social_item:last-child{
        margin-top: 14px;
    }
}

@media (max-width: 350px){
    .ets_solo_social_item {
        min-width: unset !important;
    }
}