#live-chat-widget {
	position: fixed;
	display: block;
	max-height: 0;
	bottom: 0;
	right: 15px;
	z-index: 999;
	background-color: #eaeaea;
	border: 2px solid #d8d8d8;
	border-bottom: none;
	width: 86px;
	padding: 12px 15px 4px 15px;
	text-align: center;
	transition: all 1.2s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#live-chat-widget.chat-active {
	max-height: 300px;
}

#live-chat-closed-msg,
#live-chat-browser-msg {
	display: block;
	max-height: 0;
	overflow: hidden;
	font-family: 'Noticia Text';
	font-size: 12px;
	font-weight: 400;
	color: #696969;
	margin-bottom:8px;
	transition: all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#live-chat-widget.live-chat-closed #live-chat-closed-msg {
	max-height: 300px;;
}

#live-chat-widget.live-chat-browser #live-chat-browser-msg {
	max-height: 300px;;
}

#live-chat-close-btn {
	display: none;
	position:absolute;
	top:3px;
	left:2px;
	color: #696969;
}
#live-chat-widget.live-chat-closed #live-chat-close-btn {
	display: block;
}

#live-chat-widget img {
	width: 100%;
}
#live-chat-widget:hover img {
	filter: brightness(0) saturate(100%) invert(79%) sepia(23%) saturate(215%) hue-rotate(105deg) brightness(86%) contrast(91%);
}
#live-chat-widget span {

}
#live-chat-title {
	display: block;
	font-family: 'Open Sans';
	font-size: 13px;
	text-transform: uppercase;
	color: #7f2629;
	font-weight: 700;
	margin-bottom:4px;
}
#live-chat-widget:hover #live-chat-title {
	color: #9ab9ad;
}
/* onpage shortcode */

/* onpage shortcode */
.live-chat-onpage-link {
	display:block;
}
.live-chat-onpage-msg {
	font-style:italic;
}

