/*.footer-textwrapper {
    color: #939393;
    padding: 16px;
    text-align: center;
}

.footer.content {
    padding-top: 0px;
    background-color:transparent;
    padding-left: 5px;
}

.footer {
    background-color: #363636;
    border-top: #eeeeee solid 5px;
    flex-shrink: 0;
    margin-top: 16px;
}

.page-footer, .copyright,
.footer.content .links > li {
    background-color: #22324B;
}

.page-footer{
    padding-bottom: 18px;
}

.footer.content .links > li {
    border-top: 0;
}

.footer.content .links a,
.footer.content .links a:visited,
.footer.content .links a:hover {
    color: var(--white);
}*/

p {
    margin: 0 0 8px 0;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    font-size: 14px!important;
}

#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 .st-left {
    display: inline-block;
    padding-top: 10px;
    padding-right: 6px;
}

#st-1 .st-top {
    padding-bottom: 5px;
}

#st-1 .st-right {
    display: inline-block;
    padding-top: 10px;
    padding-left: 4px;
}

#st-1.st-hidden {
    opacity: 0;
}

#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .st-btn:last-child {
    margin-right: 0;
}

#st-1 .st-btn > svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

#st-1 .st-btn > img {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

#st-1 .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 67px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}

#st-1.st-justified {
    display: flex;
    text-align: center;
}

#st-1.st-justified .st-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px;
}

#st-1 .st-btn[data-network='instagram'] {
    background-color: #bc2a8d;
}

#st-1 .st-btn[data-network='instagram'] svg {
    fill: #fff;
}

#st-1 .st-btn[data-network='instagram'] > span {
    color: #fff;
}

#st-1 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}

#st-1 .st-btn[data-network='facebook'] svg {
    fill: #fff;
}

#st-1 .st-btn[data-network='facebook'] > span {
    color: #fff;
}

#st-1 .st-btn[data-network='youtube'] {
    background-color: #FF0000;
}

#st-1 .st-btn[data-network='youtube'] svg {
    fill: #fff;
}

#st-1 .st-btn[data-network='youtube'] > span {
    color: #fff;
}

#st-1 .st-btn[data-network='twitter'] {
    background-color: #55acee;
}

#st-1 .st-btn[data-network='twitter'] svg {
    fill: #fff;
}

#st-1 .st-btn[data-network='twitter'] > span {
    color: #fff;
}

#st-1 .st-btn[data-network='pinterest'] {
    background-color: #CB2027;
}

#st-1 .st-btn[data-network='pinterest'] svg {
    fill: #fff;
}

#st-1 .st-btn[data-network='pinterest'] > span {
    color: #fff;
}

