/* Plugin Reset Style */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Work+Sans:300,400,500);
* {
	margin: 0px;
	padding: 0px;
}
:root{--themecolor:#fc5c65;}
body {
	color: #222;
	background: #fff;
	font:400 14px/24px 'Open Sans', sans-serif;
}
body.single-classipro{ background: transparent; }
body.single-classipro{ background: transparent; }
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #0f0f0f;
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 1.5;
	font-style: normal;
	text-transform: capitalize;
	font-family: 'Work Sans', sans-serif;
}
body.single-classipro h1,
body.single-classipro h2,
body.single-classipro h3,
body.single-classipro h4,
body.single-classipro h5,
body.single-classipro h6 {
	color: #0f0f0f;
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 1.5;
	font-style: normal;
	text-transform: capitalize;
	font-family: 'Work Sans', sans-serif;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #0f0f0f;}
p a,
p a:hover { text-decoration:underline; }
p {
	margin: 0 0 20px;
	line-height: 1.5;
	letter-spacing: normal;
}
a { text-decoration: none !important; }
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul { margin: 0; }
figure {
	margin-bottom: 6px;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}
strong { color: #414141; }
iframe {
	width: 100%;
	float: left;
	border: none;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
button { border: none; }
textarea,
select,
.cp-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #999;
	outline: none;
	height: 46px;
	background:#fff;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 18px;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eee;
	/*text-transform: capitalize;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea.form-control{
	resize: none;
	height: 180px;
}
.cf-delete-account-form textarea.form-control{ min-height: 230px; }
.form-control::-webkit-input-placeholder { color: #999; } /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #999; } /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #999; } /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #999; } /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color:#999; } /* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
	color: #222;
	border-color: #eee;
	-webkit-box-shadow:none !important;
			box-shadow:none !important;
}
.form-group {
	width: 100%;
	float: left;
	margin:0 0 10px;
}
label {
	color: #666;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
form p {
	float: left;
	position: relative;
	width: 100%;
}
form p span i {
	top: 13px;
	left: 16px;
	color: #474747;
	position: absolute;
}
option { padding: 5px 15px; }
li {
	line-height: 28px;
	list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
	list-style: decimal;
	width: 100%;
}
table {
	background-color: transparent;
	max-width: 100%;
}
th { text-align: left; }
table {
	width: 100%;
	margin-bottom: 15px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #dbdbdb;
	border: 1px solid #dbdbdb;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #dbdbdb;
	text-align: center;
	text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #dbdbdb; }
table > thead > tr > th {
	border-bottom: 2px solid #dbdbdb;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #dbdbdb; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
p ins { color: #666; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/* Plugin Custom Select */
.cp-select {
	color:#666;
	float:left;
	width: 100%;
	position: relative;
	text-transform:uppercase;
}
.cp-select:after {
	top: 0;
	right: 15px;
	z-index: 2;
	color: #666;
	display: block;
	content: '\e874';
	position: absolute;
	text-align: center;
	line-height: 46px;
	font-size: 10px;
	font-weight: 700;
	font-family: 'Linearicons-Free';
}
.cp-select select {
	z-index: 1;
	width: 100%;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.cp-select select option { color:#666; }
/* Plugin CheckBox Radio	*/
.cp-radio,
.cp-radio label,
.cp-checkbox,
.cp-checkbox label {
	margin:0;
	width: 100%;
	float: left;
	position: relative;
}
.cp-radio label,
.cp-checkbox label {
	cursor:pointer;
	display:block;
	padding:0 0 0 20px;
	font-size: 13px;
	line-height: 16px;
	color: #767676;
}
.cp-radio input[type=radio],
.cp-checkbox input[type=checkbox] { display:none; }
.cp-radio input[type=radio] + label:before,
.cp-checkbox input[type=checkbox] + label:before {
	top: 2px;
	left: 0;
	content: '';
	color: #373542;
	font-size: 13px;
	line-height: 13px;
	width: 12px;
	height: 13px;
	border:1px solid #767676;
	position: absolute;
	font-family: 'FontAwesome';
	font-family: 'Font Awesome 5 Free';
}
.cp-radio input[type=radio] + label:before { content:'';}
.cp-radio input[type=radio]:checked + label:before,
.cp-checkbox input[type=checkbox]:checked + label:before {content:'\f14a';border: 0;color: #fcc21b;}
.cp-checkbox input[type=checkbox]:checked + label,
.cp-radio input[type=radio]:checked + label{color: #363636;}
.cp-checkbox input[type=radio]{ display: none; }
.cp-radio input[type=radio] + label:before, .cp-checkbox input[type=radio] + label:before{
	border: 0;
	color: #fcc21b;
	content: '\f1db';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 5 Free';
}
.cp-radio input[type=radio]:checked + label:before, .cp-checkbox input[type=radio]:checked + label:before{
    border: 0;
	color: #fcc21b;
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 5 Free';
}
/* Global Elements */
.cp-haslayout {
	width:100% !important;
	max-width: 100% !important;
	/*float:left;*/
}
.cp-sectionspace {padding: 100px 0;}
.cp-locationmap {
	width: 100%;
	float: left;
	height: 300px;
}
.cl-mapcontrols{
	bottom: 20px;
    right: 20px;
    position: absolute;
}
.cl-mapcontrols span{
	width: 30px;
    display: block;
    background: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.cl-classipro-group{
	float: left;
    width: auto;
    max-width: 250px;
    background: #fff;
    border-radius: 5px;
}
.cl-classipro-group .cl-featuredimg {
    float: none;
    width: 100%;   
}
.cl-classipro-group .cl-featuredimg img{ 
	max-width: 100%; height: auto; 
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cl-classipro-group .cl-content-wrapper{
    padding: 10px;
    overflow: hidden;
}
.cl-classipro-group .cl-content-wrapper h3{ line-height: 20px; text-transform: none; }
.cl-classipro-group .cl-content-wrapper a{
	font-size: 20px;
    text-decoration: none;
    line-height: 20px;
}
.cl-classipro-group .cl-content-wrapper a:hover{ color: var( --themecolor ); }
.cp-btn {
	color: #fff;
	min-width: 160px;
	padding: 0 20px;
	position:relative;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	background: var(--themecolor);
	border: 2px solid var(--themecolor);
	font:500 13px/42px 'Work Sans', sans-serif;
	border-radius: 4px;
}
.cp-btn:hover{color: #fff;}
.cp-btn-sm {
	padding: 0 20px;
	line-height: 30px;
}
.cp-btn-lg { width: 100%;}
/* Social Icons  */
.cp-socialicons {
	float: left;
	width: 100%;
	list-style: none;
	text-align:center;
	line-height: 34px;
} 
.cp-socialicons li {
	float: left;
	padding: 0 4px;
	line-height: inherit;
	list-style-type: none;
}
.cp-socialicons li a {
	width: 34px;
	height: 34px;
	color: #fff;
	display:block;
	background:#000;
	overflow:hidden;
	font-size: 13px;
	line-height: 34px;
	position:relative;
	text-align: center;
	border-radius: 34px;
	text-transform:capitalize;
}
.cp-inputwithicon.cp-facebook .cp-icon,
.cp-checkbox.cp-facebook,
li.cp-facebook a { background:#3b5999; }
.cp-inputwithicon.cp-twitter .cp-icon,
.cp-checkbox.cp-twitter,
li.cp-twitter a { background:#55acee; }
.cp-inputwithicon.cp-linkedin .cp-icon,
.cp-checkbox.cp-linkedin,
li.cp-linkedin a { background:#0077B5; }
.cp-inputwithicon.cp-skype .cp-icon,
.cp-checkbox.cp-skype,
li.cp-skype a { background:#00aff0; }
.cp-checkbox.cp-dropbox,
li.cp-dropbox a { background:#007ee5; }
.cp-checkbox.cp-vimeo,
li.cp-vimeo a { background:#1ab7ea; }
.cp-checkbox.cp-tumblr,
li.cp-tumblr a { background:#34465d; }
.cp-checkbox.cp-yahoo,
li.cp-yahoo a { background:#410093; }
.cp-inputwithicon.cp-googleplus .cp-icon,
.cp-checkbox.cp-googleplus,
li.cp-googleplus a { background:#dd4b39; }
.cp-inputwithicon.cp-pinterestp .cp-icon,
.cp-checkbox.cp-pinterestp,
li.cp-pinterestp a { background:#bd081c; }
.cp-checkbox.cp-youtube,
li.cp-youtube a { background:#cd201f; }
.cp-checkbox.cp-stumbleupon,
li.cp-stumbleupon a { background:#eb4924; }
.cp-checkbox.cp-reddit,
li.cp-reddit a { background:#ff5700; }
.cp-checkbox.cp-quora,
li.cp-quora a { background:#b92b27; }
.cp-checkbox.cp-yelp,
li.cp-yelp a { background:#af0606; }
.cp-checkbox.cp-soundcloud,
li.cp-soundcloud a { background:#ff3300; }
.cp-checkbox.cp-whatsapp,
li.cp-whatsapp a { background:#25d366; }
.cp-checkbox.cp-wechat,
li.cp-wechat a { background:#09b83e; }
.cp-checkbox.cp-instagram,
li.cp-instagram a { background:#e4405f; }
.cp-checkbox.cp-dribbble,
li.cp-dribbble a { background:#ea4c89; }
.cp-checkbox.cp-flickr,
li.cp-flickr a { background:#ff0084; }
.cp-checkbox.cp-rss,
li.cp-rss a { background:#ff6600; }
.cp-socialiconsborder li.cp-facebook a {
	color: #3b5999;
	border: 1px solid #3b5999;
}
.cp-socialiconsborder li.cp-twitter a {
	color: #55acee;
	border: 1px solid #55acee;
}
.cp-socialiconsborder li.cp-linkedin a {
	color: #0077B5;
	border: 1px solid #0077B5;
}
.cp-socialiconsborder li.cp-skype a {
	color: #00aff0;
	border: 1px solid #00aff0;
}
.cp-socialiconsborder li.cp-dropbox a {
	color: #007ee5;
	border: 1px solid #007ee5;
}
.cp-socialiconsborder li.cp-vimeo a {
	color: #1ab7ea;
	border: 1px solid #1ab7ea;
}
.cp-socialiconsborder li.cp-tumblr a {
	color: #34465d;
	border: 1px solid #34465d;
}
.cp-socialiconsborder li.cp-yahoo a {
	color: #410093;
	border: 1px solid #410093;
}
.cp-socialiconsborder li.cp-googleplus a {
	color: #dd4b39;
	border: 1px solid #dd4b39;
}
.cp-socialiconsborder li.cp-pinterestp a {
	color: #bd081c;
	border: 1px solid #bd081c;
}
.cp-socialiconsborder li.cp-youtube a {
	color: #cd201f;
	border: 1px solid #cd201f;
}
.cp-socialiconsborder li.cp-stumbleupon a {
	color: #eb4924;
	border: 1px solid #eb4924;
}
.cp-socialiconsborder li.cp-reddit a {
	color: #ff5700;
	border: 1px solid #ff5700;
}
.cp-socialiconsborder li.cp-quora a {
	color: #b92b27;
	border: 1px solid #b92b27;
}
.cp-socialiconsborder li.cp-yelp a {
	color: #af0606;
	border: 1px solid #af0606;
}
.cp-socialiconsborder li.cp-soundcloud a {
	color: #ff3300;
	border: 1px solid #ff3300;
}
.cp-socialiconsborder li.cp-whatsapp a {
	color: #25d366;
	border: 1px solid #25d366;
}
.cp-socialiconsborder li.cp-wechat a {
	color: #09b83e;
	border: 1px solid #09b83e;
}
.cp-socialiconsborder li.cp-instagram a {
	color: #e4405f;
	border: 1px solid #e4405f;
}
.cp-socialiconsborder li.cp-dribbble a {
	color: #ea4c89;
	border: 1px solid #ea4c89;
}
.cp-socialiconsborder li.cp-flickr a {
	color: #ff0084;
	border: 1px solid #ff0084;
}
.cp-socialiconsborder li.cp-rss a {
	color: #ff6600;
	border: 1px solid #ff6600;
}
.cp-socialiconsborder li a{
	background: none;
	line-height: 32px;
}
.cp-socialiconsborder li.cp-facebook a i{ color: #3b5999; }
.cp-socialiconsborder li.cp-twitter a i{ color: #55acee; }
.cp-socialiconsborder li.cp-linkedin a i{ color: #0077B5; }
.cp-socialiconsborder li.cp-skype a i{ color: #00aff0; }
.cp-socialiconsborder li.cp-dropbox a i{ color: #007ee5; }
.cp-socialiconsborder li.cp-vimeo a i{ color: #1ab7ea; }
.cp-socialiconsborder li.cp-tumblr a i{ color: #34465d; }
.cp-socialiconsborder li.cp-yahoo a i{ color: #410093; }
.cp-socialiconsborder li.cp-googleplus a i{ color: #dd4b39; }
.cp-socialiconsborder li.cp-pinterestp a i{ color: #bd081c; }
.cp-socialiconsborder li.cp-youtube a i{ color: #cd201f; }
.cp-socialiconsborder li.cp-stumbleupon a i{ color: #eb4924; }
.cp-socialiconsborder li.cp-reddit a i{ color: #ff5700; }
.cp-socialiconsborder li.cp-quora a i{ color: #b92b27; }
.cp-socialiconsborder li.cp-yelp a i{ color: #af0606; }
.cp-socialiconsborder li.cp-soundcloud a i{ color: #ff3300; }
.cp-socialiconsborder li.cp-whatsapp a i{ color: #25d366; }
.cp-socialiconsborder li.cp-wechat a i{ color: #09b83e; }
.cp-socialiconsborder li.cp-instagram a i{ color: #e4405f; }
.cp-socialiconsborder li.cp-dribbble a i{ color: #ea4c89; }
.cp-socialiconsborder li.cp-flickr a i{ color: #ff0084; }
.cp-socialiconsborder li.cp-rss a i{ color: #ff6600; }
.cp-socialicons li a i {
	color: #fff;
	display:block;
	text-align:center;
	font-size: inherit;
	line-height: inherit;
}
.cp-socialsharewithtext li a i{width: 34px;}
.cp-socialicons li a:hover { color: #fff; }
.cp-roundicontext .cp-usericonholder {
	width: 250px;
	display: block;
	overflow: hidden;
	font-style: normal;
}
.cp-roundicontext i,
.cp-roundicontext span {
	float:left;
	font-size: inherit;
	line-height: inherit;
}
.cp-roundicontext span { padding: 0 15px 0 0; }
.cp-roundicontext:focus,
.cp-roundicontext:hover {
	color: #fff;
	width: 100%;
}
.cp-roundicontext:hover .cp-usericonholder { width: 100%; }
.cp-verticalmiddle {
	margin: 0 -1px;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.cp-description {
	width: 100%;
	float: left;
}
.cp-bglight { background:#f7f7f7; }
.cp-bgdark { background:#373542; }
.cp-stars span,
.cp-stars {
	width:100px;
	height: 16px;
	float: left;
	line-height:16px;
	position:relative;
}
.cp-stars span:after,
.cp-stars:before {
	top: 0;
	left: 0;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	letter-spacing: 4px;
	font-family: 'Font Awesome 5 Free';
	color: rgba(218, 218, 218, .8);
	content: '\f005 \f005 \f005 \f005 \f005';
}
.cp-stars span {
	width:75%;
	overflow: hidden;
}
.cp-stars span:after {color:#fcc21b;}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.cp-dropdowarrow{
	top:9px;
	right:15px;
	color:#fff;
	width:20px;
	height:20px;
	display:none;
	cursor:pointer;
	font-size:16px;
	line-height:20px;
	position:absolute;
	text-align:center;
	background: var(--themecolor);
}
.cp-dropdowarrow i{
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.cp-open .cp-dropdowarrow i:before{content: '\f106';}
.menu-item-has-children,
.menu-item-has-mega-menu{ position: relative; }
.navbar-toggle {
	border: 0;
	margin: 3px 0;
	border-radius: 0;
	padding: 10px 12px;
	background: var(--themecolor);
}
.navbar-toggle .icon-bar{background: #fff;}
.cp-formtheme{
	width:100%;
	float:left;
}
.cp-formtheme fieldset{
	border:0;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	position:relative;
}
.cp-inputwithicon{position:relative;}
.cp-inputwithicon i{
	top:0;
	right:0;
	z-index:2;
	width:40px;
	height:40px;
	line-height:40px;
	position:absolute;
	text-align: center;
}
.cp-inputwithicon .form-control{
	z-index:1;
	position:relative;
}
a,
p a,
p a:hover,
a:hover,
a:focus,
a:active{color: #fff;}
/*  Plugin Pagination */
.cp-pagination {
	width:100%;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.cp-pagination ul {
	padding:0;
	float:left;
	width: 100%;
	margin:2px 0 0;
	list-style:none;
	text-align: center;
	line-height: inherit;
}
.cp-pagination ul li {
	line-height: inherit;
	list-style-type:none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.cp-pagination ul li a{
	width:30px;
	display:block;
	color:#282828;
	text-align:center;
	position:relative;
	line-height: inherit;
	background: var(--themecolor);;
    color: white;
    margin: 0 3px;
    padding: 0 12px;
    width: auto;
    text-align: center;
    border: 1px solid var(--themecolor);
}
.cp-pagination ul li:hover a{color: #fff;background: var(--themecolor);}
.cp-pagination ul li.cp-nextpage a,
.cp-pagination ul li.cp-prevpage a {width:auto;}
.cp-pagination ul .cl-page-active a{ background: #fff; color: var(--themecolor); border: 1px solid var(--themecolor); }
.cp-pagination ul li:hover a{
	background: #fff; 
	color: var(--themecolor);
	border: 1px solid var(--themecolor);
}	
/*  Plugin BreadCrumb Style */
.cp-breadcrumb {
	padding: 0;
	margin:0;
	color: #fff;
	float: right;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font:14px/44px 'Work Sans', sans-serif;
}
.cp-breadcrumb li {
	width:auto;
	list-style-type:none;
	display: inline-block;
	vertical-align: middle;
	line-height:inherit;
	padding:0 15px;
	position:relative;
}
.cp-breadcrumb li:after {
	top:0;
	left:-3px;
	content:'-';
	position:absolute;
}
.cp-breadcrumb li:last-child { padding: 0 0 0 15px;}
.cp-breadcrumb li:first-child:after { display: none; }
.cp-breadcrumb li a {
	display:block;
	color:#fff;
}
/* Plugin Styling */
.cp-wrapper {}
.cp-main {padding:20px 0; }
.cp-main-section{padding:80px 0; clear: both;}
.cp-footer {}
/*  Header Style  */
.cp-logo{
	float: left;
	margin: 8px 0;
}
.cp-header {
	z-index: 10;
	position: relative;
}
.cp-nav{
	width: auto;
	float: left;
	text-transform: capitalize;
	font:400 14px/20px 'Work Sans', sans-serif;
}
.cp-navigation{
	padding: 0;
	width: 100%;
	float: left;
}
.cp-navigation ul{
	list-style: none;
	line-height: inherit;
}
.cp-navigation > ul{
	width: 100%;
	float: left;
	list-style: none;
	text-align: center;
	line-height: inherit;
}
.cp-navigation ul li{
	line-height: inherit;
	list-style-type: none;
}
.cp-navigation > ul > li{
	width: auto;
	vertical-align: top;
	display: inline-block;
}
.cp-navigation ul li a{
	color: #767676;
	display: block;
	padding:10px 20px;
}
.cp-navigation ul li.nav-sub-menu ul.sub-menu{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
}
.cp-navigation ul li.nav-sub-menu ul.sub-menu li{text-align: left;}
.cp-navigation ul li.nav-sub-menu ul.sub-menu li a{padding:10px;}
.cp-navigation ul li.nav-sub-menu ul.sub-menu li + li{border-top: 1px solid #eee;}
.cp-navigation > ul > li.active a{
	color: var(--themecolor);
	font-weight: 600;
}
/*  Menu Style  */
.sub-menu,
.mega-menu{
	top: 150px;
	left: 0;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	position: absolute;
}
.sub-menu{
	margin: 0;
	width: 230px;
}
.cp-navigation > ul > li:hover .sub-menu,
.cp-navigation > ul > li:hover .mega-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.mega-menu-row{
	margin: 0;
	display: table;
	table-layout: fixed;
}
.nav-sub-menu{position: relative;}
/*Top Bar Styling */
.cp-topbar{
	float: left;
	width: 100%;
	background: #f8f7ff;
}
.cp-themeart{
	float: left;
	width: auto;
	padding:8px 0;
	list-style: none;
	line-height: 34px;
}
.cp-themeart li{
	float: left;
	width: auto;
	line-height: inherit;
	list-style-type: none;
}
.cp-themeart li + li{
	padding-left: 25px; 
}
.cp-themeart li a{
	color: #767676;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
}
.cp-themeart li .cp-select:after{
	right: 0;
	line-height: 34px;
}
.cp-themeart li .cp-select select{
	border: 0;
	height: 34px;
	padding: 0 20px 0 0;
	background: transparent;
	text-transform: uppercase;
}
.cp-navigationarea{
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #fff;
}
.cp-userimg{
	margin: 0;
	width: auto;
	float: right;
}
.cp-rightarea{float: right;}
.cp-logincontent{
	float: left;
	margin-right: 10px;
	text-align: right;
}
.cp-logincontent span{
	display: block;
	margin: 0 0 2px;
	font:15px/16px 'Work Sans', sans-serif;
}
.cp-logincontent a{
	color: #55acee;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.cp-topbar .cp-rightarea{padding:8px 0; }
.cp-btnarea{float: left;}
.cp-navigationarea .cp-btnarea .cp-btn{
	min-width: 120px;
	line-height: 36px;
	margin-left: 10px; 
}
/* Home Banner */
.cp-homebanner{
	min-height: 724px;
	background: url(../images/banner-img/img-01.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat; 
	position: relative;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cp-homebanner:before{
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.60);
}
.cp-banner-content{
	float: left;
	width: 100%;
	padding:50px 0; 
}
.cp-bannertitle{
	float: left;
	width: 100%;
}
.cp-bannertitle h1{
	color: #fff;
	font-size: 44px;
	margin: 0 0 19px;
	font-weight: 500;
	line-height: 55px;
	text-transform: capitalize;
}
.cp-bannertitle h1 span{
	display: block;
	font-weight: 300;
}
.cp-bannertitle h1 em{
	font-style: normal;
	color: var(--themecolor);
}
.cp-banner-content .cp-description p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 33px;
}
.cp-banner-content .cp-btnarea .cp-btn{
	float: left;
}
.cp-banner-content .cp-btnarea .cp-btn + .cp-btn{margin-left:30px; }
.cp-helpbtn{
	color: #fff;
	border-color: #fff;
	background: transparent;
}
.cp-helpbtn:hover{
	background: var(--themecolor);
	border-color: var(--themecolor);
}
/* Banner Form Style */
.cp-bannerform-holder{
	float: left;
	width: 100%;
	padding:30px;
	background: #fff; 
	border-radius: 4px;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
}
.cp-formtitle{
	float: left;
	width: 100%;
}
.cp-formtitle h2{
	margin: 0 0 23px;
	font-size: 30px;
	line-height: 34px;
	text-transform: capitalize;
}
.cp-formtitle h2 span{
	font-size:24px;
	display: block;
	font-weight: 300;
}
.cp-formtitle h2 em{
	color: var(--themecolor);
	font-style: normal;
}
.cp-bannerform .cp-btnarea.form-group{margin: 0;}
.cf-ad-to-fav:hover{ color: var(--themecolor); }
/* Category Slider */
.cp-bannerslider{margin-top:-70px; }
.cp-categoryslider{
	float: left;
	width: 100%;
	padding:0 30px; 
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.20);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.20);
	margin-top: -70px;
}
.cp-category{
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:20px 20px 16px;
}
.cp-categoryslider .owl-item + .owl-item .cp-category{border-left: 1px solid #eee;}
.cp-category:hover{
	background: #fcfcfc;
		-webkit-box-shadow: 3px 0 5px 0 rgba(221,221,221,0.30);
	box-shadow: 3px 0 5px 0 rgba(221,221,221,0.30);
}
.cp-category figure{
	margin:0;
	float: left;
	width: 100%;
}
.cp-category figure img{
	display: block;
	width: 62px;
	height: 62px;
	max-width: 62px;
	max-height: 62px;
	margin:0 auto 6px;
	border-radius: 50%;
	border: 1px solid #eee;
}
.cp-category h4{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}
.cp-category h4 a:hover{
	color: var(--themecolor);
}
.cp-category h4 span{
	color: #767676;
	display: block;
	font-size: 13px;
	line-height: inherit;
}
/* Slider Nav Style */
.cp-next,
.cp-prev{
	top: 0;
	left: 0;
	padding:60px 0;
	cursor: pointer; 
	font-size: 20px;
	min-width: 30px;
	line-height: 20px;
	background: #fff;
	position: absolute;
	text-align: center;
	border-radius: 4px 0 0 4px;
}
.cp-prev:hover,
.cp-next:hover{
	color: #fff;
	background: var(--themecolor);
}
.cp-next{
	right: 0;
	left: auto;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #eee;
}
/* Verified Item Section Style*/
.cp-verified-holder{
	float: left;
	width: 100%;
}
.cp-itemtitle{
	float: left;
	width: 100%;
}
.cp-itemtitle h2{
	font-size: 30px;
	margin: 0 0 12px;
	line-height: 30px;
	color: var(--themecolor);
}
.cp-itemtitle h3{
	font-size: 22px;
	margin: 0 0 24px;
	font-weight: 400;
	line-height: 32px;
	text-transform: inherit;
}
.cp-verified-holder .cp-description p{line-height: 24px;}
.cp-app-imgs{
	float: left;
	width: 100%;
	margin-top:13px; 
	list-style:none;
}
.cp-app-imgs li{
	width: auto;
	float: left;
	border-radius: 4px;
	list-style-type: none;
	border: 1px solid #eee;
}
.cp-app-imgs li img{
	width: 100%;
	display: block;
	border-radius: 4px;
}
.cp-app-imgs li + li{margin-left:30px; }
.cp-verified-video{
	float: left;
	width: 100%;
}
.cp-verified-video iframe{
	width: 500px;
	float: right;
	height: 350px;
}
.cp-section-border{
	padding-bottom: 0; 
	position: relative;
}
.cp-section-border:before{
	top: 0;
	left: 0;
	content: '';
	background: url(../images/border.png); 
	right: 0;
	width: 100%;
	height: 7px;
	background-repeat:repeat;
	position: absolute;
}
.cp-sectiontitle{
	float: left;
	width: 100%;
	margin-bottom: 30px;  
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.cp-sectiontitle h2{
	margin: 0;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px !important;
}
.cp-sectiontitle a{
	float: right;
	color: #55acee;
	font-size: 14px;
	line-height: 26px;
}
/* Featured Ads */
.cp-featuredads-holder{
	float: left;
	width: 100%;
}
.cp-featuredad{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
}
/*Ad 2*/
.cp-featuredad-2 .cp-featuredad-content{ position: relative; }
.cp-featuredad-2 .cp-featured-tag{ position: absolute; right: 0; top: -23px; border-radius: 0; margin: 0; border-top-left-radius: 4px; z-index: 1; text-decoration: none;}
.cp-featuredad-2 .cp-featured-img img{ min-height: 200px; }
.single .cp-featuredad-2 .cp-featured-img img{ max-height: inherit; }
.page-template-ads-search .cp-featuredad-2 .cp-featured-img img{ min-height: auto; max-height:  inherit; }
.cp-featuredad:hover{
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
}
.page-template-ads-search .cp-featuredads-listing .cp-featuredad-2 .cp-featured-img img{ max-height: inherit; }
.cp-featuredads-listing .cp-featuredad-2 .cp-featured-img img{ max-height: inherit; }
.cp-featured-slider{
	float: left;
	width: 100%;
}
.cp-featured-img{
	margin: 0;
	float: left;
	width: 100%;
}
.cp-featured-img img{
	width: 100%;
	display: block;
	border-radius: 4px 4px 0 0;
}
.cp-featured-img figcaption{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
}
.cp-ads-info-link{
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 50px;
	font-size: 20px;
	background: #fff;
	line-height: 50px;
	visibility: hidden;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	margin:-25px 0 0 -25px; 
	text-decoration: none;
}
.cp-featuredad:hover .cp-ads-info-link{
	opacity: 1;
	visibility: visible;
	text-decoration: none;
	color: var( --themecolor );
}
.cp-ads-info-link i{
	display: block;
	line-height: inherit;
}
.cp-featured-dots{
	width: 70px;
	z-index: 1;
	display: block;
	line-height: 12px;
	background: #fff;
	text-align: center;
	position: relative;
	margin: -12px auto 0;
	min-height: 12px;
}
.cp-featured-dots:before,
.cp-featured-dots:after{
	bottom: 0;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
}
.cp-featured-dots:before{
	right: 100%;
	border-left: 15px solid transparent;
	border-bottom: 12px solid #fff;
}
.cp-featured-dots:after{
	left: 100%;
	border-right: 15px solid transparent;
	border-bottom: 12px solid #fff;
}
.cp-featured-dots .owl-dot:hover span,
.cp-featured-dots .owl-dot.active span{
	width: 5px;
	height: 5px;
	background: var(--themecolor);
	display: inline-block;
}
.cp-featured-slider-v2 .cp-featured-dots .owl-dot.active span,
.cp-featured-slider-v2 .cp-featured-dots .owl-dot span{
	width: 10px;
	height: 10px;	
}
.cp-featured-dots .owl-dot{padding:0 2px;vertical-align: bottom; display: inline-block;}
.cp-featured-dots .owl-dot span{
	width: 5px;
	height: 5px;
	background: #ddd;
	display: inline-block;
	border-radius: 50%;
}
.cp-ad-slider-info{
	top: 85px;
	left: -85px;
	width: 200px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	text-align: center;
	background: #fcc21b;
	border-radius: 0 4px 0 0;
	text-transform: uppercase;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.cp-ad-slider-info i{
	font-size: 10px;
	padding-right: 10px;
}
.cp-ad-sale-info{
	top: 0;
	right: 0;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 23px;
	position: absolute;
	background: #2ecc71;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0 4px 0 4px;
}
.cp-ad-sale-info em{
	padding:0 10px;
	background: #222; 
	font-size: 13px;
	font-style: normal;
	line-height: inherit;
	margin: 0 -10px 0 10px;
	display: inline-block;
}
.cp-ad-sale-info em i{
	margin-right: 7px;
	line-height: inherit;
	display: inline-block;
}
.cp-ad-exchange-color{background: #e74c3c; text-transform: capitalize;}
.cp-featured-tag.cp-ad-sale-color{background: #2ecc71; text-transform: capitalize;}
.cp-ad-buy-color{background: #3498db;}
.cp-ad-rent-color{background: #e67e22;}
.cp-featuredad-content{
	float: left;
	width: 100%;
	padding: 20px;
	border:1px solid #eee;
	border-top: 0;
	border-radius: 0 0 4px 4px;	
}
.cp-featured-tag{
	color: #fff;
	padding:0 8px;
	font-size: 12px;
	line-height: 23px;
	background: #9b59b6;
	margin-bottom: 7px; 
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
}
.cp-featured-tag + .cp-featured-tag{margin-left:7px; }
.cp-featured-tag:hover{color: #fff;}
.cp-ad-names{
	color: #55acee;
	display: block;
	font-size: 13px;
	margin:0 0 8px; 
	line-height: 14px;
	text-decoration: none;
}
.cp-ad-names:hover{ color: #55acee; }
.cp-featuredad-title h4{
	font-size: 16px;
	margin: 0 0 14px;
	line-height: 16px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-decoration: none;
}
.cp-featuredad-title h4 a{ text-decoration: none; }
.cp-featuredad-title span{
	display: block;
	font-size: 20px;
	margin-top: 8px; 
	font-weight: 400;
	color: var(--themecolor);
}
.cp-featuredad-title h4 a:hover{ color: var(--themecolor); }
.cp-ad-details{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	list-style:none;
	margin: 0;
}
.cp-ad-details li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
	margin-left: 0;
}
.cp-ad-details li + li{margin-top:8px; }
.cp-ad-details li span{display: block;}
.cp-ad-details li span i{
	margin-right:5px;
	line-height: initial;
}
.cp-featuredadmeta{
	float: left;
	width: 100%;
	padding-top: 10px;
	margin: 30px 0 -10px;
	border-top: 1px solid #eee;
}
.cp-adlike{
	color: #eee;
	float: left;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}
.cp-adlike:hover,
.cp-adliked{color: var(--themecolor);}
.cp-featuredadmeta .cp-rightarea span{
	float:left;
	color: #767676;
	font-size: 12px;
	line-height: 20px;
}
.cf-liked{
	color: #fc5c65;
}
.cp-featuredadmeta .cp-rightarea span + span{margin-left:20px; }
.cp-featuredadmeta .cp-rightarea span i{margin-right: 5px;}
/*Featured Ads Listing Style*/
.cp-featuredads-listing .cp-featured-slider{width: 340px;}
.cp-featuredads-listing .cp-featuredad-content{
	border: 0;
	float: none;
	width: auto;
	overflow: hidden;
	padding: 15px 20px;
}
.cp-featuredads-listing .cp-featuredad{
	padding: 9px;
	border: 1px solid #eee;
}
.cp-featuredads-listing .cp-featuredad + .cp-featuredad{margin-top:20px; }
.cp-featuredads-listing .cp-featuredad .cp-description p{
	font-size: 13px;
	margin: 10px 0 0;
	line-height: 23px;
}
.cp-featuredads-listing .cp-featuredad-title h4{font-size: 18px;}
.cp-featuredads-listing .cp-featured-img{
	overflow: hidden;
	border-radius: 4px;
}
.cp-ad-img{
	float: left;
	width: 100%;
	margin: 37px 0 36px;
	text-align: center;
}
.cp-ad-img span{
	display: block;
	font-size: 11px;
	margin: 0 0 3px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.cp-ad-img img{border-radius: 4px; }
.cp-ads-location-holder{
	float: left;
	width: 100%;
}
.cp-ads-location-holder ul{
	float: left;
	margin: -15px;	
}
.cp-ads-location-holder ul li{
	float: left;
	padding:15px;
	width: 33.33%;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
.cp-ads-location-holder ul li.four-grid{
	width: 25%;
}
.cp-ads-location{
	float: left;
	width: 100%;
	padding:9px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee; 
}
.cp-ads-location figure{
	margin: 0;
	float: left;
	width: 100%;
}
.cp-ads-location figure img{
	width: 100%;
	display: block;
	border-radius: 4px;
}
.cp-title{
	float: left;
	width: 100%;
}
.cp-ads-location:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
}
.cp-ads-location .cp-title{
	text-align: center;
	padding: 17px 0 8px;
}
.cp-ads-location .cp-title h3{
    margin: 0;
	font-size: 18px;
    line-height: 18px;
}
.cp-ads-location .cp-title h3 a:hover{
	color: var( --themecolor );
}
.cp-ads-location .cp-title span{
	display: block;
	margin-top:8px; 
	font-size: 13px;
	line-height: 14px;
}
/* Sidebar Staff Pick Style */
.cp-staffpick-holder{
	float: left;
	width: 100%;
}
.cp-staffpick{
	float: left;
	width: 100%;
	list-style: none;
	border-radius: 4px;
	border: 1px solid #eee;
}
.cp-staffpick li{
	float: left;
	padding:20px; 
	width: 100%; 
	line-height: unset;
	list-style-type: none;
}
.cp-staffpick-grid li{ width: 33.33%; }
.cp-staffpick li:hover{background: #f8f7ff;}
.cp-staffpick li + li{border-top: 1px solid #eee;}
.cp-staffpick-img{
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}
.cp-staffpick-img img{
	width: 100%;
	display: block;
	border-radius: 4px;
	max-width: 75px;
}
.cp-staffpick-content{
	padding: 5px 0;
	overflow: hidden;
}
.cp-staffpick-content a{
	display: block;
	color: #55acee;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 6px;
}
.cp-staffpick-content h4,
.cp-staffpick-content h4 a{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #0f0f0f;
}
.cp-staffpick-content h4 a{
	line-height: 1.5em;    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.cp-staffpick-content h4 span{
	display: block;
	margin-top:4px; 
	font-size: 20px;
	font-weight: 400;
	line-height: inherit;
	color: var(--themecolor);
}
.cp-staffpick-content span{
	display: block;
    margin-top: 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    color: var(--themecolor);
}
.cp-staffpick .cp-staffpick-showall:hover{background: transparent;}
.cp-staffpick-showall{
	line-height: 30px;
	text-align: center;
}
.cp-staffpick-showall a{
	color: #55acee;
	font-size: 14px;
	line-height:inherit;
}
.cp-staffpick-showall a i{margin-left: 5px;}
.cp-sidebar-categories{
	float: left;
	width: 100%;
	padding:9px;
	list-style: none;
	border: 1px solid #eee; 
	margin: 0;
}
.cp-sidebar-categories li{
	float: left;
	width: 100%;
	padding:10px; 
	list-style-type: none;
	margin: 0;
}
.cp-sidebar-categories li:hover{background: #f8f7ff;}
.cp-cat-img{
	margin:0 20px 0 0;
	width: auto;
	float: left;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
}
.cp-cat-img img{
	width: 100%;
	display: block;
}
.cp-cat-content{
	padding: 11px 0;
	overflow: hidden;
}
.cp-cat-content h4{
	margin:0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.cp-cat-content h4 span{
	float: right;
	color: #767676;
	font:400 13px/20px 'Open Sans', sans-serif;
}
/* Footer Style */
.cp-footer{background: #141414;}
.cp-threecol{
	float: left;
	width: 100%;
	padding:60px 0; 
}
.cp-flogoarea{
	float: left;
	width: 100%;
}
.cp-flogo{
	display: block;
	margin-bottom:23px;
}
.cp-flogoarea .cp-description p{
	color: #ddd;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
.cp-fcom-info{
	float: left;
	color: #ddd;
	width: 100%;
	line-height: 20px;
	list-style:none;
}
.cp-fcom-info li{
	float: left;
	width: 100%;
	line-height: inherit;
	list-style-type: none;
}
.cp-fcom-info li + li{margin-top:10px; }
.cp-fcom-info li a,
.cp-fcom-info li span{
	font-size: 14px;
	display: block;
	line-height: inherit;
}
.cp-fcom-info li a{color: #55acee;}
.cp-fcom-info li i{
	width: 25px;
	color: #ddd;
	display: inline-block;
	vertical-align: middle;
}
.cp-footer-title,
.cp-footer-content{
	float: left;
	width: 100%;
	color: #ddd;
}
.cp-footer-title h4{
	color: #ddd;
	font-size: 18px;
	line-height: 20px;
	margin-bottom:30px; 
}
.cp-fquicklink{
	float: left;
	width: 100%;
	color: #ddd;
	font-size: 14px;
	list-style:none;
	line-height: 15px;
}
.cp-fquicklink li{
	width: 50%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.cp-fquicklink li:nth-child(n+3){margin-top:11px;}
.cp-fquicklink li a{color: #ddd;}
.cp-fquicklink li a i{margin-right:7px;}
.cp-fquicklink li:hover a{
	padding-left: 10px;
	color: var(--themecolor); 
}
.cp-fquicklink li a.cp-showall{color: #55acee;}
.cp-app-img{
	float: left;
	width: 100%;
	margin:0 0 27px; 
}
.cp-app-img a{display: block;}
.cp-app-img img{
	width: auto;
	display: block;
	border-radius: 4px;
}
.cp-app-img a + a{margin-top:20px; }
.cp-icons-withoutborder li{margin: 0; padding: 0 10px; }
.cp-icons-withoutborder li:first-child{padding-left: 0; }
.cp-icons-withoutborder li a{
	border: 0 !important;
	background: none;
	width: auto;
	line-height: 20px;
	height: auto;
	font-size: 18px;
	border-radius: 0;
}
.cp-footerbottom{
	float: left;
	width: 100%;
	padding:25px 0; 
	border-top: 1px solid rgba(255,255,255,0.2);
}
.cp-rightsinfo{
	color: #ddd;
	float: left;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.cp-rightsinfo em{
	color: #55acee;
	font-style: normal;
}
.cp-themeterms{
	float: left;
	width: 100%;
	list-style: none;
	line-height: 20px;
}
.cp-themeterms li{
	float: left; 
	width: auto;
	padding-right:20px; 
	line-height: inherit;
	list-style-type:none;
}
.cp-themeterms li:last-child{padding:0 ; }
.cp-themeterms li a{color: #ddd;}
.cp-themeterms li a:hover{color: var(--themecolor);}
/* Detail Page*/
.classipro-detail-banner{ padding: 0; }
.classipro-detail-banner .col-12{ padding: 0; }
.classipro-detail-banner #cp-top-wrapper{
	padding: 24px 0;
    text-align: center;
}
#cp-top-wrapper{ position: relative; }
#cp-top-wrapper:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.classipro-detail-banner #cp-top-wrapper h3{
	margin: 0;
	color: #fff;
	font-size: 40px;
	position: relative;
	z-index: 9;
}
.cp-galleryslider{
	float: left;
	width: 100%;
	padding:10px; 
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
}
.cp-galleryslider figure{
	margin: 0;
	float: left;
	width: 100%;
}
.cp-galleryslider figure img{
	display: block;
	width: 100%;
}
.cp-galleryslider figure a{
	right: 30px;
	color: #fff;
	bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
}
.cp-galleryslider iframe{min-height: 349px;}
.cp-galleryslider figure a i{line-height: inherit;}
.cp-slidernavtwo .cp-prev,
.cp-slidernavtwo .cp-next{
	top: 50%;
	width: 55px;
	padding: 0;
	line-height: 60px;
	margin-top:-30px;
	border: 0; 
}
.cp-slidernavtwo .cp-prev:hover,
.cp-slidernavtwo .cp-next:hover{background: #222;}
.cp-slidernavtwo .cp-prev{border-radius: 0 50px 50px 0;}
.cp-slidernavtwo .cp-next{border-radius:50px 0 0 50px;}
.single-classipro .cp-slidernavtwo .cp-prev,
.single-classipro .cp-slidernavtwo .cp-next{
	border-radius: 50%;    
    width: 60px;
    background: var(--themecolor);
}
.single-classipro .cp-slidernavtwo .cp-prev{ left: 100px; }
.single-classipro .cp-slidernavtwo .cp-next{ right: 100px; }
.single-classipro .cp-slidernavtwo .cp-prev span,
.single-classipro .cp-slidernavtwo .cp-next span{
	vertical-align: middle;
    color: #fff;
}
.cp-img-info{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 50px;
	color: rgba(255,255,255,0.2);
	position: absolute;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
.cp-details-header{
	float: left;
	width: 100%;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.cp-details-header .cp-ad-slider-info{
    top: 77px;
    left: -62px;
	width: 185px;
}
.cp-details-header .cp-featuredad-content{padding: 30px 30px 30px 60px;}
.cp-details-header .cp-featuredad-title h4{
	margin: 0;
	font-size: 28px;
	line-height: 30px;
	text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;   
    white-space: nowrap;
}
.cp-details-header .cp-featuredad-title{
	float: left;
	width: 80%;
}
.cp-updatearea{text-align: right;}
.single-classipro .cp-updatearea h4{
	margin:0; 
	font-size: 42px;
	line-height: 40px;
	color: var(--themecolor);
}
sup{font-size: 60%;}
.cp-updatearea span{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	line-height: 18px;
}
.cp-updatearea span em{
	display: block;
	font-style: normal;
}
.cp-details-header .cp-featuredadmeta{
	margin-top: 23px;
	padding-top:14px; 
	margin-bottom: -16px;
}
.cp-details-header .cp-featuredadmeta .cp-rightarea{float: left;}
.cp-repost:hover,
.cp-repost{color: #55acee;}
.cp-details-box{
	float: left;
	width: 100%;
	padding:30px;
	margin-top: 30px;
	border-radius: 4px;
	border:1px solid #eee;
}
.cp-details-title{
	float: left;
	width: 100%;
	margin-bottom: 30px; 
	border-bottom: 1px solid #eee;
}
.cp-details-title h3{
	font-size: 24px;
	margin: 0 0 16px;
	line-height: 24px;
}
.cp-sale-description .cp-description p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom:24px; 
}
.cp-sale-description .cp-description p:last-child{margin-bottom: 0;}
.cp-features{
	float: left;
	width: 100%;
}
.cp-features ul{
	float: left;
	width: 100%;
	list-style: none;
	line-height: 20px;
	margin: 0;
}
.cp-features ul li{
	float: left;
	width: 50%; 
	list-style-type:none;
	line-height: inherit;
	margin: 0;
}
.cp-features ul li:nth-child(n+3){margin-top: 16px;}
.cp-features ul li span{
	font-size: 14px;
	line-height: inherit;
	text-transform: capitalize;
}	
.cp-property-details-box .cp-features ul li span{
	text-transform: capitalize;
}
.cp-features ul li span em{
	font-weight: 700;
	font-style: normal;
}
.cp-features ul li span em.cp-custom-color{
	width: 40px;
    height: 20px;
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    vertical-align: bottom;
}
.cp-features ul li span i{
	width: 25px;
	float: left;
	line-height: inherit;
}
.cp-details-video{
	float: left;
	width: 100%;
}
.cp-details-video iframe{height: 375px;}
.cp-allshow a {
    float: right;
    color: #55acee;
    font-size: 14px;
    line-height: 24px;
}
.cp-allshow h3{float: left;}
.cp-adssliderholder{
	float: left;
	width: 100%;
}
.cp-adssliderholder .owl-stage-outer{
	padding: 0 0 20px 20px;
	margin: 0 -20px -20px -20px;
}
.cp-reviews-holder{
	float: left;
	width: 100%;
}
.cp-reviews-holder ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
}
.cp-reviews-holder ul li{
	float: left;
	width: 100%;
	list-style-type: none; 
	margin: 0;
}
.cp-reviews-holder ul li + li{margin-top: 20px;}
.cp-sub-comment{padding-left: 95px;}
.cp-comment-holder{
	float: left;
	width: 100%;
	padding:30px; 
	background:#f8f7ff;
	border: 1px solid #eee;
}
.cp-reviews-comment{
	float: left;
	width: 100%;
}
.cp-reviews-comment h4{
	font-size: 16px;
	line-height: 16px;
	margin-bottom:10px; 
}
.cp-reviews-comment .cf-stars i{ color: #fcc21b; }
.cp-comment-holder .cp-description{
	margin-bottom: 20px; 
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
}
.cp-comment-holder .cp-description p{
	margin:10px 0 0; 
	font-size: 14px;
	line-height: 24px;
}
.cp-userinfo-holder{
	float: left;
	width: 100%;
}
.cp-userinfo{float: left;}
.cp-userinfo figure{
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}
.cp-userinfo figure img{
	width: 100%;
	display: block;
	border-radius: 4px;
	width: 40px;
	height: 40px;
}
.cp-username{overflow: hidden;}
.cp-username h4{
	margin:0 0 8px;
	font-size: 16px;
	line-height: 16px !important; 
}
.cp-username span{
	display: block;
	font-size: 13px;
	line-height: 13px;
}
.cp-userinfo-holder .cp-rightarea a{
	float: right;
	margin:8px 0; 
	color: #55acee;
	font-size: 14px;
	line-height: 24px;
}
.form-control-half{width: 50%;}
.cp-reviewform fieldset{
	float: none;
	margin:-5px; 
}
.cp-reviewform .form-group{margin: 0;}
.cp-reviewform .form-group{padding:5px; }
.cp-widget{
	float: left;
	width: 100%;
	border-radius: 4px;
	background: #f8f7ff;
	border:1px solid #eee;
}
.cp-price-widget{
	background: var(--themecolor);
    color: #fff;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
}
.cp-price-widget .cp-price{
	font-size: 30px;
}
.cp-price-widget strong{
	color: #fff;
	font-size: 36px;
}
.cp-widget + .cp-widget{margin-top: 30px;}
.cp-widgettitle{
	float: left;
	width: 100%;
	padding:17px 20px;
	border-bottom: 1px solid #eee;
}
.cp-widgettitle h3{
	margin: 0;
	font-size: 18px;
	line-height: 18px;
}
.cp-widgecontent{
	float: left;
	width: 100%;
	padding: 30px;
	border-top: 2px solid #fff;
}
.cp-author-img{
	margin: 0;
	float: left;
	width: auto;
	border-radius: 4px;
	margin-right: 20px; 
}
.cp-author-img img{ width: 65px; height: 65px; border-radius: 4px; }
.cp-author-name{
	overflow: hidden;
	padding:12px 0; 
}
.cp-author-name h3{
	margin: 0;
	font-size:18px;
	line-height: 18px;
}
.cp-author-name span{
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-top: 9px;
}
.cp-author-info{
	float: left;
	width: 100%;
	margin-top: 28px;
	line-height: 14px;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.cp-author-info li{
	width: 100%;
	float: left;
	list-style: none;
	line-height: inherit;
	margin: 0;
}
.cp-author-info li + li{margin-top: 18px;}
.cp-author-info li span{
	font-size: 14px;
	line-height: inherit;
}
.cp-author-info li a{color: #55acee;}
.cp-author-info li i{
	float: left;
	width: 20px;
	line-height: inherit;
}
.cp-author-holder .cp-socialicons{margin: 0; margin-top: 30px;}
.cp-author-holder .cp-btnarea{
	width: 100%;
	margin-top: 30px;
}
.cp-author-holder .cp-btnarea a{
	width: 49% !important;
	min-width: 0 !important;
	line-height: 36px !important;
	padding: 0 5px;
	float: left;
}
.cp-author-holder .cp-btnarea a:nth-child(1){ margin-right: 1%; }
.cp-seller-form textarea{height: 130px;}
.cp-seller-form .cp-btnarea{margin:0;}
.cp-map-holder .cp-locationmap{height: 200px;}
.cp-map-holder .cp-btnarea{margin: 0;}
.cp-map-holder .cp-btnarea .cp-btn{background: #2ecc71;border-color: #2ecc71;}
.cp-safetytips{
	float: left;
	width: 100%;
	line-height: 24px;
	margin: 0;
}
.cp-safetytips li{
	float: left;
	width: 100%;
	line-height: inherit;
	margin: 0;
}
.cp-safetytips li + li{margin-top: 10px;}
.cp-safetytips li span{font-size: 14px;}
.cp-adsearch{
	padding: 0 0 0 30px;
	overflow: hidden;
	background: #f8f7ff;
}
.cp-map-fixed .cp-locationmap{height: 100vh;}
.cp-searchform{margin-top: 30px;}
.cp-searchform .form-group{margin: 0;}
.cp-searchform .form-group{width: 33.33%; }
.cp-searchform .form-group + .form-group{
	border-radius: 4px;
	border-left: 1px solid #eee;
}
.cp-searchform .form-group .form-control,
.cp-searchform .form-group .cp-select select{
	border: 0;
	height: 50px;
	border-radius: 0;
}
.cp-searchform .form-group .cp-select:after{line-height: 50px;}
.cp-searchform .form-group:first-child .form-control{border-radius: 4px 0 0 4px;}
.cp-searchform {border: 1px solid #eee;border-radius: 4px;}
.cp-searchform fieldset{padding-right: 50px;}
.cp-searchform .cp-btnarea{
	top: 0;
	right: 0;
	width: auto;
	position: absolute;
}
.cp-searchform .cp-btnarea .cp-btn{
	border: 0;
	min-width: 50px;
	line-height: 50px;
	border-radius: 0 4px 4px 0;
}
.cp-filter-holder{
	float: left;
	width: 100%;
	margin-top: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #eee;
}
.cp-filteroption{
	float: left;
	padding-left: 30px;  
}
.cp-filteroption span{
	color: #999;
	float: left;
	padding:14px 0; 
	font-size: 14px;
	line-height: 20px;
}
.cp-filteroption nav{
	float: left;
}
.cp-filteroption nav a{
	color: #767676;
	padding: 9px 10px;
	position: relative;
	display: inline-block;
	font:600 14px/30px 'Work Sans', sans-serif;
}
.cp-filteroption nav a:after{
	left: 0;
	width: 0;
	content: '';
	bottom: 0;
	height: 2px;
	position: absolute;
	background: var(--themecolor);
}
.cp-filteroption nav a:hover,
.cp-filteroption nav .filteractive{color: var(--themecolor);}
.cp-filteroption nav a:hover:after,
.cp-filteroption nav .filteractive:after{width: 100%;}
.dc-filterdropdown-holder{padding:9px;}
.cp-filter-gl{
	float: left; 
	margin-right: 20px;
	line-height: 30px;
}
.cp-filter-gl:hover{
	color: var(--themecolor);
}
.cp-filters{
	position: relative;
	float: right;
}
.cp-filterbtn{
	color:#363636;
	float: right;
	font-weight: 500;
	min-width: 100px;
	text-align: center;
	border-radius: 4px;
	background: #fcc21b;
	text-transform: uppercase;
	font:500 14px/30px 'Work Sans', sans-serif;
}
.cp-vscrollbar{height: 100%;}
.cp-filterbtn:hover,
.cp-filterbtn:focus{color:#363636;}
.cp-filter-dropdown{
	top: 43px;
	right: 0; 
	z-index: 9;
	min-width: 255px;
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 4px;
		-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.cp-filter-section{
	float: left;
	width: 100%;
	padding:20px; 
}
.cp-filter-section + .cp-filter-section{border-top: 1px solid #eee;}
.cp-filter-section h4{
	color: #767676;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
}
.cp-check-holder .cp-checkbox{margin-top: 10px;}
.cp-pricerange-holder{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.ui-widget.ui-widget-content{border: 0;background: #ddd;}
.ui-slider-horizontal .ui-slider-range{background: #fcc21b;}
.ui-slider-horizontal{height: 2px;}
.ui-slider .ui-slider-handle{
	left: 24.4%;
    height: 10px;
    width: 10px;
    border: 0;
    background: #fcc21b;
    border-radius: 50px;
	    -webkit-box-shadow: 0 0 4px 0 rgba(252,194,27,0.80);
	box-shadow: 0 0 4px 0 rgba(252,194,27,0.80);
}
.cp-filter-btnarea{text-align: center;}
.cp-filter-btnarea .cp-btn,
.cp-filter-btnarea a{font: 500 14px/42px 'Work Sans', sans-serif;}
.cp-filter-btnarea .cp-btn{width: 100%;color: #fff;}
.cp-filter-btnarea .cp-resetbtn{
	color: #363636;
	margin-top: 12px;
	line-height: 20px;
	display: inline-block;
}
.cp-listings-holder{
	float: left;
	width: 100%;
}
.cp-listings-holder .cp-pagination{margin:30px 0 20px; margin-top: 0; }
.cp-listings-holder .cp-vscrollbar{height: 800px;}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerContainer{width: 0;}
.mCSB_inside > .mCSB_container{margin: 0;}
.cp-featuredadsvtwo > div > div:nth-child(n+3){margin-top: 30px;}
.cp-ftitle{
	float: left;
	width: 100%;
	margin: 30px 0 20px;
}
.cp-ftitle span{
	display: block;
	font-size: 13px;
	line-height: 13px;
}
.cp-aboutsocial-icon li{padding: 0 10px; display: inline-block; list-style: none; }
.cp-aboutsocial-icon .cp-socialiconsborder{ margin: 0; text-align: center; }
.cp-aboutsocial-icon .cp-socialiconsborder li a{ border: none; }
.single .cp-detail-slider{ 
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	clear: both;
}
/*Loader CSS*/
.classipro-loader{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	background: rgba(0,0,0,0.4);
}
.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*Sticky Styles*/
.sticky-queue{ 
	position: fixed; 
	top: 10px; 
	right: 10px; 
	width: 300px; 
	background: transparent;
	z-index: 999999;	
}
.sticky-queue.top-right{ 
	position: fixed; 
	top: 10px; 
	right: 10px; 
	width: 300px; 
	background: transparent;
	z-index: 999999;	
}
.sticky-queue.top-right .success, .sticky-queue.top-right .important{
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}
.sticky-queue.top-right .jf-close{
	border: 0; background: transparent;
	float: right;
	margin-right: 5px;
	padding: 2px;
}
.sticky-queue.top-right p{ padding-right: 50; margin-bottom: 0;}
.sticky-queue.top-right p, .jf-close { color: #ece0e0; }
.sticky-queue.top-right .alert-dismissible{ padding: 0; }
.sticky-queue.top-right .important{ background: #ef2f24; width: 100%; padding: 15px }
.sticky-queue.top-right .success{ background: green; width: 100%; padding: 15px;}
/*price Range*/
.cp-price-range-filter span{ font-size: 20px; margin-top: 15px; }
.cp-price-range-filter .cp-min-price{ float: left; }
.cp-price-range-filter .cp-max-price{ float: right; }
/*Address icon*/
.cl-search-form .cp-address-icon .fa{ position: absolute; top: 50%; right: 60px; margin-top: -7px; z-index: 999; color: #666; cursor: pointer; }
/*Login*/
.cp-user-login-wrap{ background: #f8f7ff; }
.cl-user-login h1{
	text-align: left;
	margin: 0 0 20px; 
	font: 400 20px/20px 'Nunito', sans-serif;
}
.rememberlogin input{vertical-align: middle;}
.rememberlogin label{font-style: normal;}
.cp-btn.process-register,
.login .cp-btn{
	width: 130px;
	line-height: 40px;
}
.cf-registerarea{
	float: left;
	width: 100%;
}
.cf-registerarea input{
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.cf-registerarea label{display: inline-block;}
.cf-btn.process-register{float: right;}
.process-registration-form .switch{
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.cf-registerpopup .modal-content{border: 0;}
.cf-registerpopup .modal-header{
	display: block;
}
.cf-registerpopup .modal-header .close{
	float: right;
	margin: 0;
	padding: 0;
}
.cf-registerpopup .modal-header .close:hover{
	border: 0;
	background: transparent;
}
.cf-registerpopup .modal-content .cp-btn{
	color: #fff;
	width: 150px;
	line-height: 40px;
}
.cf-registerpopup .modal-content .cp-btn:hover{
	background: var(--themecolor);
	border-color: var( --themecolor );
	color: #fff;
}
.cl-user-login{ 
    margin-bottom: 30px;
    width: 48%;
    padding: 25px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    margin-bottom: 30px;   
    margin-right: 2%;
    float: left;
}
.cl-user-login input { width: 100%; }
.rememberlogin input, .rememberlogin label {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    width: auto;
}
.cl-user-login h1{
	text-align: center;
	margin-bottom: 30px;	
}
.cl-user-login h1:after{
	content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: rgba(0,0,0,0.1);
}
.cl-user-login .btn{
	width: 30%;
    cursor: pointer;   
    padding: 8px 5px;
    font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
    color: #fff;
    font-size: 24px;
    border: 1px solid rgb(28, 108, 122);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    transition: all 0.2s linear;
}
.switch, .button{ text-align: right; }
.cl-user-login p{ float: none; }
.login.button a{
	display: inline-block;
	float: left;
}
.cl-password-change-box{ float: left;padding: 20px; }
#clBidModal label{ font-weight: bold; }
#clBidModal textarea, #clBidModal input#price{
	width: 100%;
}
#clBidModal textarea{ height: 140px; }
/*Bidding*/
.cp-bids-details figure{
	width: auto;
    float: left;
    margin: 0;
    margin-right: 15px;
}
.cp-bids-details .cp-author,
.cp-bids-details .cp-price{
	font-weight: bold;
	display: block;
}
.cp-bids-details .cp-price{ color: var(--themecolor); }
.cp-bids-details .cp-bid-box{ margin-bottom: 10px; border-bottom: 1px solid #eee; }
.cp-bids-details .cp-bid-box:last-child{ border: none; }
/*Home detail layout*/
.single-classipro .cp-sale-description.cp-home-details{
	margin-top: 0;
}
.single-classipro .cp-sale-description.cp-home-details .cp-details-header{
	margin-bottom: 30px;      
    box-shadow: none;
    border: 0;
    background: none !important;
}
.single-classipro .cp-sale-description.cp-home-details .cp-details-header .cp-featuredad-content{
	padding: 0 !important;
	border: none;
}	
.single-classipro .cp-sale-description.cp-home-details .cp-details-header .cp-featuredadmeta{
	padding-bottom: 14px;
	    border-bottom: 1px solid #eee;
}
/*Cars Search*/
.cp-searchform.cp-cars-search-form{
	background: #fff;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 15px;
}
.cp-searchform.cp-cars-search-form fieldset{
	padding: 0;
}
.cp-searchform.cp-cars-search-form .form-group{
	width: 100%;
	margin-bottom: 15px;
	border: 0;
}
.cp-searchform.cp-cars-search-form input, .cp-searchform.cp-cars-search-form select{
	width: 100%;
    border: 1px solid #eee !important;
    border-radius: 4px;
    height: 40px !important;  
    line-height: 18px;
    border-radius: 3px;
    font-size: 14px;
}
.cp-searchform.cp-cars-search-form label{ font-weight: 600; margin-bottom: 15px;}
.cp-searchform.cp-cars-search-form .cp-btnarea{ position: static; width: 100%; }
.cp-searchform.cp-cars-search-form .cp-btnarea a{ position: static; width: 100%; margin-top: 20px; text-decoration: none;}
.cp-searchform.cp-cars-search-form .cp-btnarea a:focus{ color: #fff; }
.cp-searchform.cp-cars-search-form .form-group .cp-select:after{ line-height: 40px; }
.ca-gallery-eight,
.ca-fullimgshow,
.ca-gallry-thumbnail{
	float: left;
	width: 100%;
}
.ca-gallry-thumbnail{
	margin: 0;
	list-style: none;
	display: flex !important;
	justify-content: center; 
	margin-top: 12px;
}
.ca-plugin-body ul.ca-gallry-thumbnail{margin-top:30px;}
.ca-gallry-thumbnail li{
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}
.ca-gallry-thumbnail li{ margin: 0; padding: 0; }
.ca-gallry-thumbnail li.item { padding: 0; margin: 0; }
.ca-fullimgshow figure,
.ca-gallry-thumbnail li figure{
	margin: 0;
	float: left;
	width: 100%;
}
.ca-fullimgshow figure img,
.ca-gallry-thumbnail li figure img{
	display: block;
	width: 100%;
}
.ca-gallry-thumbnail li figure a{
    top: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    width: 100%;
    font-size: 20px; 
    display: flex;
    height: 100%;
	position: absolute;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
}
.ca-gallry-thumbnail .current li figure a,
.ca-gallry-thumbnail li figure:hover a{
	visibility: visible;
	opacity: 1;
}
.jf-next{
	position: absolute;
    top: 50%;
    background: #fc5c65;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    right: 0;
    margin-top: -22px;
}
.jf-prev{
	position: absolute;
    top: 50%;
    background: #fc5c65;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    margin-top: -22px;
}
/*Search Page*/
.page-template-homes-search .cp-haslayout,
.page-template-cars-search .cp-haslayout,
.page-template-mobiles-search .cp-haslayout{ 
	padding: 0;
}
.page-template-homes-search .container-fluid,
.page-template-cars-search .container-fluid,
.page-template-mobiles-search .container-fluid{ 
	padding: 0;
}
.page-template-homes-search .cp-map-fixed .cp-locationmap,
.page-template-cars-search .cp-map-fixed .cp-locationmap,
.page-template-mobiles-search .cp-map-fixed .cp-locationmap{	 
    height: 50vh;

}
/*Pagination*/
.pc-pagination{
	width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;   
}
.pc-pagination li{
	display: inline-block;
    padding: 5px;
}
.pc-pagination li a{
	padding: 10px;
    background: var( --themecolor );
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
}
/*Full Width Hack*/
.cp-full-width-inside-parent {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cp-full-with-with-container{	
	width: 100vw;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
/*Sticky Styles*/
.sticky-queue.top-right{ 
	position: fixed; 
	top: 10px; 
	right: 10px; 
	width: 300px; 
	background: transparent;
	z-index: 999999;	
}
.sticky-queue.top-right .success, .sticky-queue.top-right .important{
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}
.sticky-queue.top-right .jf-close{
	border: 0; background: transparent;
	float: right;
	margin-right: 5px;
	padding: 2px;
}
.sticky-queue.top-right p{ padding-right: 50; margin-bottom: 0;}
.sticky-queue.top-right p, .jf-close { color: #ece0e0; }
.sticky-queue.top-right .alert-dismissible{ padding: 0; }
.sticky-queue.top-right .important{ background: #ef2f24; width: 100%; padding: 15px }
.sticky-queue.top-right .success{ background: #169816; width: 100%; padding: 15px;}

/*Transitions*/
*:after,
*:before,
p a,
a,
.cp-socialicons li a,
.cp-roundicontext,
.cp-roundicontext .cp-usericonholder,
.sub-menu,
.cp-category,
.cp-next,
.cp-prev,
.cp-ads-info-link,
.cp-featuredad,
.cp-ads-location,
.cp-staffpick li,
.cp-sidebar-categories li,
.cp-details-header,
.cp-locations-wrap-4 .cp-ads-location .cp-title
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*Banner 4*/
.cp-homebanner4{ background: none !important; min-height: 600px;}
.cp-homebanner4:before{ display: none; }
.cp-homebanner4 .cp-locationmap{ height: 600px; }
.cp-homebanner4 .cp-bannerform-holder{ padding: 10px; }
.cp-homebanner4 .cp-formtheme{ position: relative; }
.cp-homebanner4 .cp-formtheme fieldset{ padding-right: 161px; }
.cp-homebanner4 .form-group{ width: 33.33%; padding: 0 3px; margin: 0; }
.cp-homebanner4 .cp-bannerform .cp-btnarea.form-group{ position: absolute; right: 0; width: 161px; }
.cp-homebanner4 .cp-banner-content{ padding: 0; text-align: center; }
.cp-banner-form-v4{
	padding: 15px 0;
	background: url(../images/banner-img/img-01.jpg);
	background-size: cover;
	margin-top: -96px;
	z-index: 9;
	position: relative;
}
.cp-haslayout.cp-banner-form-v4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
}
.cp-locations-wrap-2.cp-haslayout.cp-main-section .cp-btn{ margin-top: 30px; }
/*Banner 3*/
.cp-homebanner.cp-homebanner3{ min-height: 400px; background-size: cover; }
.cp-homebanner3 .cp-bannerform-holder{ padding: 10px; }
.cp-homebanner3 .cp-formtheme{ position: relative; }
.cp-homebanner3 .cp-formtheme fieldset{ padding-right: 161px; }
.cp-homebanner3 .form-group{ width: 33.33%; padding: 0 3px; margin: 0; }
.cp-homebanner3 .cp-bannerform .cp-btnarea.form-group{ position: absolute; right: 0; width: 161px; }
.cp-homebanner3 .cp-banner-content{ padding: 0; text-align: center; }
.cp-homebanner3 h1{ margin-bottom: 10px; }
.cp-homebanner3 .cp-banner-content .cp-description p{ margin-bottom: 20px; }

/*Home 2*/
.cp-cat-wrap{ clear: both; padding: 60px 0; }
.cp-cat-wrap .cp-category{ width: 20%; float: left; }
.cp-cat-wrap .cp-category:nth-child(even){ background: #fcfcfc; }

.cp-locations-wrap .cp-ads-location-holder ul li{ width: 25%; }
.cp-section-bg-color{ background: #fafafa; }
.cp-section-title-c{ text-align: center; padding-bottom: 0; margin-bottom: 0; border: none; }
.cp-section-title-c h2{ position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.cp-section-title-c h2:after{
	content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -4px;
    left: 50%;
    margin-left: -50px;
    background: #fc5c65;
}
.cp-section-title-c p{ width: 80%; margin: 0 auto; margin-bottom: 30px; color: #767676; }
.cp-btnarea-center{ float: none; text-align: center; margin: 0 auto; }
.cp-btnarea-center i{ margin-left: 3px; }



/*Banner 3*/
.cp-homebanner.cp-homebanner3{ min-height: 400px; background-size: cover; }
.cp-homebanner3 .cp-bannerform-holder{ padding: 10px; }
.cp-homebanner3 .cp-formtheme{ position: relative; }
.cp-homebanner3 .cp-formtheme fieldset{ padding-right: 161px; }
.cp-homebanner3 .form-group{ width: 33.33%; padding: 0 3px; margin: 0; }
.cp-homebanner3 .cp-bannerform .cp-btnarea.form-group{ position: absolute; right: 0; width: 161px; }
.cp-homebanner3 .cp-banner-content{ padding: 0; text-align: center; }
.cp-homebanner3 h1{ margin-bottom: 10px; }
.cp-homebanner3 .cp-banner-content .cp-description p{ margin-bottom: 20px; }

/*Category 3*/
.cp-cat-wrap2 .cp-category{ width: 20%; outline: 1px solid #eee; }
.cp-cat-wrap2 .cp-category figure{ text-align: center; }
.cp-cat-wrap2 .cp-category figure img{
	padding: 5px;
    background: #f8f7ff;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cp-btnarea-center i{ margin-left: 3px; }

/*Category 4*/
.cp-cat-wrap3 .cp-category{ 
	width: 24%;
    border: 1px solid #eee; 
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0.5%;
}
.cp-cat-wrap3 .cp-category figure {
    margin: 0;
    float: left;
    width: auto;
    margin-right: 10px;
}
.cp-cat-wrap3 .cp-category figure img{
	width: 62px;
	height: 62px;
}
.cp-cat-wrap3 .cp-category h4{
	float: left;
    margin-top: 4px;
    line-height: 32px;
}
.cp-cat-wrap3 .cp-category span{
	text-align: left;
    line-height: 16px;
}
.cp-cat-wrap4 .cp-sidebar-categories li{ 
	width: 32.3%;
	margin: 0.5%;
}
.alert-info{ width: 100%; }
.admin-bar .lg-outer {
    top: 32px;
}
.single-classipro .adi-main{ padding-top: 0; }
/*location list*/
.cp-ads-location-holder ul{ width: 100%; }
.cp-locations-wrap-2 .cp-ads-location-holder ul li {
    padding: 10px 15px;
}
.cp-locations-wrap-2 .cp-ads-location-holder ul li a{
    color: var( --themecolor );
}
.cp-locations-wrap-2 li a i {
    margin-right: 5px;
}
.cp-locations-wrap-2 li span {
    float: right;
}