/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.2
*/

#customChatLink {
	display: block;
    position: fixed;
    background: #9BCEAC;
    height: 80px;
    width: 80px;
    bottom: 70px;
    right: 70px;
    z-index: 999;
    cursor: pointer;
    border-radius: 40px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
	text-align: center;
}
#customChatLink i {
	display: inline-block;
    font-size: 2em;
    line-height: 77px;
    color: #010101;
}

@media screen and ( max-width: 980px ) {
	#customChatLink {
		height: 70px;
    	width: 70px;
    	bottom: 40px;
    	right: 20px;
		border-radius: 35px;
	}
	#customChatLink i {
		display: inline-block;
    	font-size: 1.7em;
    	line-height: 67px;
    	color: #010101;
	}
}





