.stickycontact-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
	padding: 15px;
}
.stickycontact-wrap a:not(:last-child){
  margin-right: 8px;
}
.stickycontact-wrap .contact-item {
	border-radius: 50px;
	font-size: 13px;
	text-align: left;
	padding: 8px 20px !important;
	width: 205px;
	display: inline-table;
	line-height: 1.4;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
	-moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
}
.stickycontact-wrap .contact-item .icon {
	display: table-cell;
	vertical-align: middle;
	width: unset;
	height: unset;
	font-size: 30px;
}
.stickycontact-wrap .label-short{
	display: none;
}
.stickycontact-wrap .label-text {
  padding-left: 10px;
  display: table-cell;
  font-weight: 600;
}


/* Wechat */
.btn-wechat {
  background-color: #59b445;
  color: #FFF !important;
}
.btn-wechat:hover {
  background-color: #499837;
}
#wechatbox{
	text-align: center;
	line-height: 1.3;
	padding: 20px;
	display: none;
}
#wechatbox img{
	width: 100%;
}
.featherlight-content #wechatbox{
	display: block;
}

@media screen and (max-width: 767px){
	.stickycontact-wrap{
		width: 100%;
		padding: 10px;
		display: flex;
	}
	.stickycontact-wrap .contact-item{
		text-align: center;
		width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.stickycontact-wrap .contact-item .icon{
		font-size: 23px;
    margin-right: 7px;
	}
	.stickycontact-wrap .label-text{
		display: none;
	}
	.stickycontact-wrap .label-short{
		display: block;
		font-weight: 600;
	}
}
