/* WOAFX Social Icons Block  */ 
.woa-social-icons { 
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
} 
.woa-social-icon {
    display: inline-block;
    height: var(--woafx-social-icon-size);
    width: var(--woafx-social-icon-size);
    background-color: var(--woafx-social-icon-color);
}
a.woa-social-icon {
    margin: .25rem;
}
a.woa-social-icon:hover {
    opacity: .8;
}  
.woa-sm-layout-two {
	display: flex;
	flex-wrap: wrap;
	max-width: 100px;
}
.woa-sm-layout-three {
	display: flex;
	flex-wrap: wrap;
	max-width: 150px;
}
.woa-sm-layout-vertical {
	max-width: 50px;
}
.woa-fb {
    -webkit-mask: url(../img/facebook.svg) no-repeat center;
    mask: url(../img/facebook.svg) no-repeat center;
}
.woa-ig {
    -webkit-mask: url(../img/instagram.svg) no-repeat center;
    mask: url(../img/instagram.svg) no-repeat center;
}
.woa-yt {
    -webkit-mask: url(../img/youtube.svg) no-repeat center;
    mask: url(../img/youtube.svg) no-repeat center;
}
.woa-pt {
    -webkit-mask: url(../img/pinterest.svg) no-repeat center;
    mask: url(../img/pinterest.svg) no-repeat center;
}
.woa-ln {
    -webkit-mask: url(../img/linkedin.svg) no-repeat center;
    mask: url(../img/linkedin.svg) no-repeat center;
}
.woa-tw {
    -webkit-mask: url(../img/twitter.svg) no-repeat center;
    mask: url(../img/twitter.svg) no-repeat center;
}
.woa-tt {
    -webkit-mask: url(../img/tiktok.svg) no-repeat center;
    mask: url(../img/tiktok.svg) no-repeat center;
}
.woa-th {
    -webkit-mask: url(../img/threads.svg) no-repeat center;
    mask: url(../img/threads.svg) no-repeat center;
}
.woa-yp {
    -webkit-mask: url(../img/yelp.svg) no-repeat center;
    mask: url(../img/yelp.svg) no-repeat center;
}
.woa-gg {
    -webkit-mask: url(../img/google.svg) no-repeat center;
    mask: url(../img/google.svg) no-repeat center;
}
