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

Project: ChatPro - All in One Chat on Any Social Plateform jQuery Plugin
Author: Black Theme
Released On: 25, Nov 2019
@version: 1.0
 
===================================================*/

/*==================================================
[Table of Contents For Main Layout]
* Click To ChatPro Main Layout CSS
* Click To ChatPro Color Sidebar Togle CSS
====================================================*/

body{
	margin: 0 auto;
	font-weight: normal;
	font-size: 18px;
	color: #222;
	letter-spacing: 1px;
	height: 100%;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section{
	padding: 0 15px;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

/*==============================================
	Start Click To ChatPro Main Layout CSS
================================================*/
/* Layout Section Seperator Line */
.layout .wrapper{
	padding-bottom: 115px;
	margin-top: -15px;
}
.layout .wrapper .divider{
	position: relative;
	margin-top: 90px;
	height: 1px;
}
.layout .wrapper .div-transparent:before{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.layout .wrapper .div-dot:after{
	content: "";
	position: absolute;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

/* Layout Title Section */
.layout .title{
	padding: 25px;
}

/* Layout Heading */
.layout .layout-heading{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.layout .layout-heading img{
	width: 80px;
}
.layout .layout-heading h2{
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
}
.layout .layout-heading p{
	margin-bottom: 5px;
	font-size: 14px;
}

/* Layout features */
.layout .layout-style{
	padding-bottom: 20px;
}
.layout .layout-style-title{
	margin-bottom: 63px;
	text-align: center;
}
.layout .layout-style-title h3{
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
}
.layout .layout-style-title p{
	margin-bottom: 5px;
	font-size: 14px;
}

/* Style Images */
.cp-thumb{
    margin-bottom: 30px;
}
img.cp-zoom {
    border-radius:5px;
    object-fit:cover;
	box-shadow: 0px 0px 10px #bcbaba;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* Layout features */
.layout .layout-features-title{
	margin-bottom: 22px;
	text-align: center;
}
.layout .layout-features-title h3{
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
}
.layout .layout-features-title p{
	margin-bottom: 5px;
	font-size: 14px;
}

/* Layout Features */
.layout .layout-features{
	padding: 40px 5px;
	text-align: center;
}
.layout .layout-features i{
    font-size: 45px;
	border-radius: 10px;
}
.layout .layout-features h4{
	margin-top: 20px;
	font-size: 18px;
    font-weight: 600;
}
.layout .layout-features p{
	margin-bottom: 5px;
	font-size: 14px;
}

/* Layout Funcation */
.layout .layout-funcation-title{
	margin-bottom: 64px;
	text-align: center;
}
.layout .layout-funcation-title h3{
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
}
.layout .layout-funcation-title p{
	margin-bottom: 5px;
	font-size: 14px;
}
.layout .layout-funcation .layout-funcation-odd{
    padding: 20px 20px 25px;
	width: 100%;
	text-align: center;
}
.layout .layout-funcation .layout-funcation-even{
	padding: 20px;
	width: 100%;
	text-align: center;
	border-left: 10px solid #eee;
	border-right: 10px solid #eee;
}
.layout .layout-funcation .icon-space{
    font-size: 30px;
}
.layout .layout-funcation h4{
	margin-top: 20px;
	font-size: 18px;
    font-weight: 600;
}
.layout .layout-funcation p{
	margin-bottom: 5px;
	font-size: 15px;
    font-weight: 400;
}
.layout .footer{
	padding: 20px;
	text-align: center;
	background-color: #222;
}
.layout .footer p{
	margin-bottom: 0;
    width: 100%;
	font-size: 15px;
    font-weight: 500;
    color: #fff;
}
/*====================================================
	End Click To ChatPro Main Layout CSS
======================================================*/

/*====================================================
	Start Click To ChatPro Color Sidebar Togle CSS
======================================================*/

/* MP Color */  
.cp-setting{
	display: block;
	position: fixed;
	top: 8%;
	left: 0px;
	width: 210px;
	box-shadow: 3px 0px 5px rgba(68, 68, 68, 0.18);
	z-index: 99999;
}
.cp-setting .icon{
	position: absolute;
	margin-top: -13.5px;
	top: 50%;
	bottom: -24px;
	right: -49px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
	border-radius: 0 6px 6px 0;
	box-shadow: 3px 0px 5px rgba(68, 68, 68, 0.18);
	cursor: pointer;
}
.cp-setting,
.cp-setting .icon{
	background-color: #fff;	
}
.cp-setting .icon i{
	padding: 10px;
	font-size: 30px;
	cursor: pointer;	
}
.cp-header{
	display: block;
	padding: 10px;
	text-align: center;
}
.cp-setting .cp-header h4{
	margin-bottom: 0rem;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.cp-setting .icon{
	font-size: 13px;
}
.cp-setting .cp-color{	
	padding: 18px 12px 12px;
	text-align: center;
}
.cp-setting .cp-color span{
	display: inline-block;
	margin: 5px;
	width: 24px;
	height: 20px;
	border-radius: 0;
	cursor: pointer;
}
.cp-setting .cp-color span.color1{
	background: linear-gradient(to right, #796c6c, #362626);/* Light Black */
}
.cp-setting .cp-color span.color2{
	background: linear-gradient(to right, #00eefa, #05b6eb);/* Blue */
}
.cp-setting .cp-color span.color3{
	background: linear-gradient(to right, #26C281, #09e072);/* Green */
}
.cp-setting .cp-color span.color4{
	background: linear-gradient(to right, #ff9f0e, #ff4a10);/* Orange */
}
.cp-setting .cp-color span.color5{
	background: linear-gradient(to right, #ff729b, #ce002f);/* Pink */
}
.cp-setting .cp-color span.color6{
	background: linear-gradient(to right, #b76cd2, #4c3bb3);/* Purple */
}
.cp-setting .cp-color span.color7{
	background: linear-gradient(to right, #fa7d7d, #eb0505);/* Red */
}
.cp-setting .cp-color span.color8{
	background: linear-gradient(to left, #50cc7f, #f5d100);/* Dark Yellow */
}
.cp-setting .cp-color span.color1:hover,
.cp-setting .cp-color span.color2:hover,
.cp-setting .cp-color span.color3:hover,
.cp-setting .cp-color span.color4:hover,
.cp-setting .cp-color span.color5:hover,
.cp-setting .cp-color span.color6:hover,
.cp-setting .cp-color span.color7:hover,
.cp-setting .cp-color span.color8:hover{
	box-shadow: 1px 2px 3px;
}

/* Media Css for Smaller Device */
@media(max-width: 576px){
	.cp-setting{
	    top: 3%;
	}
}

/*====================================================
	End Click To ChatPro Color Sidebar Togle CSS
======================================================*/
