.post-share-buttons .btn-share{display:flex}.post-share-buttons .btn-share .btn-print{background-color:#444}.post-share-buttons .btn-share .btn-reading-list{background-color:#444;margin-right:0!important;margin-left:0!important}.color-facebook{background-color:#3b5998}.color-twitter{background-color:#14171A}.color-pinterest{background-color:#cb2027}.color-linkedin{background-color:#007bb5}.color-whatsapp{background-color:#3ebe2b}.color-tumblr{background-color:#2c4762}a:active,a:focus,a:hover{color:var(--vr-theme-color)}@media (max-width:767.98px){.post-share-buttons .btn-share,.post-share-buttons .btn-share .btn-inner{}.post-share-buttons{display:block!important;margin-bottom:10px!important}.post-share-buttons .btn-share{margin-bottom:5px}.post-share-buttons .btn-share a{margin-right:5px}}.bi-whatsapp::before{content:"\f618"}
.post-share-buttons .btn-share a{display:flex;width:42px;height:40px;justify-content:center;align-items:center;border-radius:.125rem;font-size:18px;color:#fff!important;margin-right:0!important;margin-left:0px!important}.post-share-buttons .post-share-buttons .bi::before{line-height:1.8em}
.li-tellus.btn-share a {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 30px;
    border-radius: 50%;
}

.chatfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s;
	z-index: 1;
}
span.icon-text {
    background-color: #bc0045;
    color: #fff;
    position: relative;
    line-height: 1;
    transform: translate(.5em, -10%);
    box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
    font-size: 17px;
    padding: 10px;
    border-radius: 10px;
}
.chatbutton {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.chatbutton {
    background-color: #bc0045;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s;
}
.bi-icon-comment:before {
	content: '\f52e';
	padding: 5px;
}
.icon-text:before {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    top: 50%;
    border-right-width: 5px;
    border-right-color: #bc0045;
    left: calc(0em - 20px);
    transform: translate(0, -25%);
}
.icon-cross:before {
    content: '\e809';
}
.social-icons {
    flex-direction: column;
    position: absolute;
    bottom: 60px;
    left: 10px;
}
.social-icons.open {
    display: flex;
    justify-content: center;
    align-items: center;
}