/* Live chat CSS - acoresPRO */

#wp-live-chat-1
{
	padding-top: 5px;
}

#wp-live-chat-2
{
	width: 280px;
	bottom: 65px;
}

#wp-live-chat-2-inner
{
	padding-top: 6px;
	padding-bottom: 12px;
}

#wp-live-chat-4 
{
	top: unset;
    position: fixed;
    right: 20px;
    min-height: 350px;
    max-height: 350px;
    width: 300px;
    max-width: 100%;
    height: 80%;
    bottom: 125px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;



}

#wplc_first_message strong
{
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px !important;
	color: #fff !important;
	font-weight: 600;	
}

#wplc_user_message_div {

    min-height:30px;


}

#wplc_chatmsg
{
	margin-top: 3px;
	margin-bottom: 0px !important;
}

#wp-live-chat-header {

    border-radius: 45px 45px;
    width: 45px;
    height: 45px;
}

span.wplc_system_notification {

    display: block;
    padding: 8px;
    clear: both;
    font-style: italic;
    text-align: left;

}

