.bw-social-links {
    width: 100%;
}

.bw-social-box {
    display: flex;
    align-items: center;
}

.bw-social-box.left {
    justify-content: flex-start;
}

.bw-social-box.center {
    justify-content: center;
}

.bw-social-box.right {
    justify-content: flex-end;
}

.bw-social-links .bw-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bw-social-links .bw-social i,
.bw-social-links .bw-social svg {
    font-size: 22px;
}

.bw-social-links .bw-social svg {
    width: 1em;
    height: 1em;
    display: block;
}


/* Social Networks - Type 1 */

.bw-social-links.bw-t1 .bw-social-box .bw-social {
    width: 250px;
    height: 260px;
    background: transparent;
    border: 6px solid #000;
    padding: 60px 40px;
    margin: 0 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social i,
.bw-social-links.bw-t1 .bw-social-box .bw-social svg {
    font-size: 26px;
    line-height: 30px;
    display: block;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-social-name {
    display: block;
    margin: 16px 0 47px;
    font-size: 30px;
    font-weight: 600;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-follow-text {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 7px;
    text-decoration: none;
    color: #000;
    position: relative;
    font-weight: 400;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-follow-text:after {
    background-color: #000;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: width .3s ease-in-out, background-color .3s ease-in-out;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social:hover .bw-follow-text:after {
    width: 0%;
}


/* Social Networks - Type 2 */

.bw-social-links.bw-t2 .bw-social-box .bw-social {
    width: 95px;
    height: 95px;
    background: transparent;
    border: 1px solid #000;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social:hover {
    background: #000;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social i,
.bw-social-links.bw-t2 .bw-social-box .bw-social svg {
    color: #000;
    fill: #000;
    font-size: 32px;
    line-height: 1;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social:hover i,
.bw-social-links.bw-t2 .bw-social-box .bw-social:hover svg {
    color: #fff;
    fill: #fff;
}


/* Social Networks - Type 3 */

.bw-social-links.bw-t3 .bw-social-box .bw-social {
    width: 95px;
    height: 95px;
    background: #000;
    border: 1px solid #000;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social:hover {
    background: #fff;
    border-color: #fff;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social i,
.bw-social-links.bw-t3 .bw-social-box .bw-social svg {
    color: #fff;
    fill: #fff;
    font-size: 32px;
    line-height: 1;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social:hover i,
.bw-social-links.bw-t3 .bw-social-box .bw-social:hover svg {
    color: #000;
    fill: #000;
}


/* Social Networks - Type 4 */

.bw-social-links.bw-t4 .bw-social-box .bw-social {
    width: 44px;
    height: 44px;
    background: #000;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t4 .bw-social-box .bw-social:hover {
    background: #fff;
    background-color: #000;
    background-image: linear-gradient(90deg, #000 0%, #111 50%, #222 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

.bw-social-links.bw-t4 .bw-social-box .bw-social i,
.bw-social-links.bw-t4 .bw-social-box .bw-social svg {
    color: #fff;
    fill: #fff;
    font-size: 16px;
}

.bw-social-links.bw-t4 .bw-social-box .bw-social:hover i,
.bw-social-links.bw-t4 .bw-social-box .bw-social:hover svg {
    color: #fff;
    fill: #fff;
}


/* Social Networks - Type 5 */

.bw-social-links.bw-t5 .bw-social-box .bw-social {
    text-decoration: none;
    color: #000;
    margin: 0 16px;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.bw-social-links.bw-t5 .bw-social-box .bw-social i,
.bw-social-links.bw-t5 .bw-social-box .bw-social svg {
    color: #000;
    fill: #000;
    font-size: 21px;
    line-height: 32px;
}


/* Social Networks - Type 6 */

.bw-social-links.bw-t6 .bw-social-box .bw-social {
    text-decoration: underline;
    color: #000;
    margin: 0 16px;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}
