/*======================================================

Project: Click To Call - Direct Call From Website HTML Plugin
Author: Black Theme
Released On: 8, Sep 2019
@version: 1.0

========================================================*/

/* Click To Call Main Panel */
.cc-style3{
	display: block;
	position: fixed;
	top: 60%;
	right: 0;
	bottom: 0;
	width: 145px;
	height: 165px;
	letter-spacing: 0.1px;
	border-radius: 7px 0 0 5px;
	box-shadow: -2px 0px 5px rgba(68, 68, 68, 0.59);
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 9999;
}

/* Click To Call Floating Button */
.cc-style3 .cc-button{
	position: absolute;
	margin-top: -13.5px;
	top: 47%;
	bottom: -24px;
	right: 145px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
	border-radius: 6px 0 0 6px;
	box-shadow: -2px 0px 3px rgba(68, 68, 68, 0.59);
	cursor: pointer;
}
.cc-style3 .cc-button i{
	padding: 0px 10px 10px 12px;
	font-size: 30px;
	cursor: pointer;	
}

/* Floating Panel Container */
.cc-style3 .cc-panel{
	margin-bottom: 5%;
	width: 145px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

/* Floating Panel Header */
.cc-style3 .cc-panel .cc-header{
	padding: 15px 10px;
	border-radius: 8px 0;
	text-align: center;
}
.cc-style3 .cc-header img{
	padding: 5px;
	width: 30%;
	border: 2px solid #fff;
	border-radius: 100%;
}
.cc-style3 .cc-header h2{
	padding-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.cc-style3 .cc-header p{
	margin-bottom: 0;
	font-size: 13px;
}

/* Floating Panel Body */
.cc-style3 .cc-panel .cc-body{
	padding: 20px 10px 0;
	text-align: center;
}
.cc-style3 .cc-body p{
	margin-bottom: 0;
	font-size: 14px;
}

/* Floating Panel Footer */
.cc-style3 .cc-panel .cc-footer{
	padding: 3px 10px 10px;
	text-align: center;
}
.cc-style3 .cc-footer a{
	text-decoration: none;
	color: inherit;
}
.cc-style3 .cc-footer .cc-call-button{
  	position: relative;
  	margin: auto;
  	padding: 6px 20px;
  	border-radius: 28px;
  	font-size: 13px;
  	font-weight: 700;
}
.cc-style3 .cc-footer .cc-call-button:hover{
	box-shadow: 0px 0px 10px #999;
}

/* Common CSS */
.cc-style3 .cc-footer .cc-call-button,
.cc-style3 .cc-footer .cc-call-button:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


