/*
  Theme Name: classify
  Theme URL: http://www.joinwebs.com/
  Author: JoinWebs
  Author URI: http://www.joinwebs.com/
  Description: Originality - A Template For Food Resturants and Hotles using Responsive HTML5 css3   bootstrap3 Template
  Version: 1.0.0
*/
/*=========================================================================
// Table of Contents
===========================================================================
Home page css
1-Header
2-Search Bar
3-Premium Advertisement
4-Categories
5-Classify Advertisement
6-Footer
7-back to top
8-Home page with map
9-Detail Page
10-Edit Page
11-FAQ
12-Full width Page
13-Notification
14-User Form
15-pricing plan
16-user profile
17-Subcategory

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

/*=========================================================================
// Global css
===========================================================================*/
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Raleway;
}
body#boxed{
	width:90%;
	margin:0 auto;
}
h1,h2,h3,h4,
h5,h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
#classify__content{
	margin:0 0 20px 0;
}
.classify_leftright{
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
}
span.dropcap{
	display: block;
    float: left;
    font-size: 40px;
    line-height: 30px;
    margin: 0 8px 0 0;
    padding-top: 6px;
}
.classify_marging_bottom_none{
	margin-bottom:0 !important;
}
.classify__toggle{
	margin-bottom:5px;
}
.classify_margin_bt_10{
	margin-bottom:10px;
}
.classify__toggle .text-left{
	text-align:left !important;
}
.container .container{
    width: 100%;
	padding:0;
	margin:0;
}
.col-centered{
	float:none !important;
	margin:0 auto !important;
}
/*main headings*/
.main-heading{
    background: url("../images/sep.png") no-repeat bottom;
    margin: 0 0 70px 0;
}
.main-heading h2{
    font-weight: 700;
    color: #3f3d59;
    padding: 0 0 18px 0;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
	word-wrap:break-word;
}
.padding-control{
    padding: 0;
}
.col{
    color: #a0ce4e;
    text-decoration: none !important;
}
.col:hover{
    color: #a0ce4e;
    text-decoration: none !important;
}
#page-head{
    padding: 20px 0;
    background: #f5f5f5;
}
#page-head .page-heading{
    text-align: center;
    color: #3f3d57;
}
#page-head .page-heading h1{
    font-weight: 700;
}
.left-padding-control{
    padding: 0 15px 0 0;
}
.right-padding-control{
    padding: 0 0 0 15px;
}
.margin-control{
    margin: 0 0 0 0 !important;
}
.classify_btn{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 5px;
}
.classify_btn span{
    background: #3f3d57;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    text-transform: capitalize;
}
.classify_btn:hover span{
    background: #a0ce4e;
}
@media screen and (min-width: 768px){
    .col-md-centered{
        float: none;
        margin: 0 auto;
    }
    #searchBar .form-group{
        margin-bottom: 10px;
    }
}
[data-toggle="validator"] .form-group{
    box-shadow: none;
    margin: 0;
}
/*=========================================================================
// Header
===========================================================================*/

/*Top Bar*/
@media (max-width: 992px) {
  .navbar-header {
    float: none; }
	.navbar-nav .open .dropdown-menu{
		position:static;
		float:none;
		box-shadow:none;		
		-webkit-box-shadow:none;
		border:none;
	}
	.navbar-nav .open .dropdown-menu li.active a{
		background:transparent !important;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
		white-space:inherit;
	}
  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
@media screen and (max-width: 639px){
    #header header .top-bar{
        display: none;
    }
}
#header header .top-bar{
    padding: 10px 0;
    background: #3f3d59;
}
#header header .top-bar .social .social-icon{
    display: inline-block;
}
#header header .top-bar .social .social-icon a{
    display: inline-block;
    color: #ffffff;
}
#header header .top-bar .social .social-icon a i{
    width:32px;
    height: 32px;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
	color:inherit;
}
#header header .top-bar .social .social-icon a:hover i{
    background: #a0ce4e;
}

#header header .top-bar .links{
    margin: 0px 0 0 0;
}
#header header .top-bar .links a{
    text-decoration: none;
    color: #ffffff;
    margin: 0 10px;
	display:inline-block;
}
#header header .top-bar .links a:nth-of-type(3){
    display: inline-block;
    border: 1px solid #ffffff;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
}
#header header .top-bar .links a:hover{
    color: #a0ce4e;
}
#header header .top-bar .links a:nth-of-type(3):hover{
    background: #a0ce4e;
    color: #ffffff;
    border: 1px solid #a0ce4e;
}
/*menu Bar*/
#header header .menu-bar{
    padding: 30px 0 0 0;
    border-bottom: 1px solid #e1e1e1;
}
#header header .menu-bar .logo a img{
    overflow: hidden;
    max-width: 100%;
}
#header header .menu-bar .navbar-default{
    border: none;
    background: none;
    box-shadow: none;
}
#header header .menu-bar .navbar-default .navbar-brand{
    padding: 0 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
    background: none;
    color: #a0ce4e;
    box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:transparent !important;
}
#header header .menu-bar .navbar-nav > li > a{
    padding-top: 10px;
    font-size: 16px;
    font-family: Raleway;
    text-transform: capitalize;
}
#header header .menu-bar .navbar-nav > li > a:hover,
#header header .menu-bar .navbar-nav > li > a:focus{
    background: none;
    color: #a0ce4e;
}
#header header .menu-bar .navbar-nav > li.dropdown .dropdown-menu li a{
    font-family: Raleway;
}
#header header .menu-bar .navbar-nav > li.dropdown .dropdown-menu li a:hover,
#header header .menu-bar .navbar-nav > li.dropdown .dropdown-menu li a:focus{
    background: #a0ce4e;
    color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:#a0ce4e;
}
@media screen and (min-width: 769px){
    #header header .menu-bar .navbar-nav > li.dropdown .dropdown-toggle{
        display: none;
    }
    #header header .menu-bar .navbar-nav > li.dropdown .dropdown-menu li.dropdown:after{
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 3px;
        right: 15px;
    }
}
#header header .menu-bar .navbar-nav > li.dropdown .dropdown-menu li.dropdown{
    position: relative;
}
#slider-range-min{
    position: relative;
}
#amount{
    position: absolute;
    border: 1px solid #000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.offcnavas{
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    width: 250px;
    background: #ffffff;
    height: 100%;
    z-index: 9999;
}
.offcnavas.open{
    transform: translateX(0);
}
.offcanvas__header{
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
}
.offcanvas__header a img{
    width: 150px;
    height: auto;
}
.offcnvas__close{
    float: right;
    display: inline-block;
    border: 1px solid #a0ce4e;
    padding: 5px 10px;
}
.offcnvas__close i{
    font-size: 16px;
    color: #a0ce4e;
}
.offcnavas ul.nav{
    padding: 15px;
}
.offcnavas ul.nav li a{
    color: #777;
    font-size: 16px;
    text-transform: capitalize;
}
.offcnavas ul li.dropdown{
    position: relative;
}
.offcnavas ul li a:hover{
    color: #a0ce4e;
    background: transparent;
}
.offcnavas ul li.dropdown ul.dropdown-menu li a:hover,
.offcnavas ul li.dropdown ul.dropdown-menu li a:focus{
    background: transparent !important;
    color: #a0ce4e !important;
}
.offcnavas ul.nav li.dropdown a.dropdown-toggle{
    position: absolute !important;
    z-index: 10 !important;
    right: 15px !important;
    top: 0 !important;
}
.offcnavas ul.nav li.dropdown .dropdown-toggle{
    position: static;
}
.offcnavas ul.nav li.dropdown a .caret{
    display: none;
}
#offCanvas .social{
    text-align: center;
}
#offCanvas .social .social-icon > a{
    display: inline-block;
    background: #3f3d59;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	margin-bottom:5px;
}
#offCanvas .social .social-icon a i{
    font-size: 12px;
    color: #ffffff;
}
#offCanvas .social .social-icon > a:hover,
#offCanvas .social .social-icon > a:focus{
    background: #a0ce4e;
}
#offCanvas .social .social-icon > a:hover i,
#offCanvas .social .social-icon > a:focus i{
    color: #ffffff;
}
.dropdown-backdrop{
    z-index: -1;
    display: none;
}
.mobile-button{
    position: fixed;
    bottom: 0;
    left:  0;
    z-index: 998;    
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    width: 100%;
    background: #3f3d59;
}
.mobile-button > a{
    padding: 10px 20px;
    text-align: center;
}
.mobile-button > a > i{
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.mobile-button > a > span{
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mobile-button > a:hover,
.mobile-button > a:hover > i,
.mobile-button > a:hover > span{
    color: #a0ce4e;
}
@media screen and (min-width: 1024px){
    .mobile-button{
        display: none;
    }
}
/*=========================================================================
// search bar
===========================================================================*/
#searchBar{
    padding: 15px 0;
    background: #3f3d59;
    margin: 0 0 100px 0;
}
#searchBar form.form-inline{
	display:flex;
	display:-ms-flexbox;
	align-items: center;
	flex: 1 1 0;
	-ms-flex-align: center!important;
}
#searchBar .form-control{
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
#searchBar .select2-container--bootstrap .selection .select2-selection--single{
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
}
#searchBar form .form-group.classify_keywords{
    width: 100%;
    margin-right: 5px;
}
#searchBar form .form-group.classify_search_locations,
#searchBar form .form-group.classify_search_cats{
    width: 100%;
    margin-right: 5px;
}
#searchBar form .form-group.classify_search_arrow{
    width: 48px;
    margin-right: 5px;
}
#searchBar form .form-group.classify_search_range{
    width: 100%;
    margin-right: 5px;
}
#searchBar form .form-group.classify_search_btn{
	width:80%;
    max-width: 170px;
    margin-right: 0;
}
#searchBar form a{
    display: inline-block;
    width: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
}
#searchBar form a i{
    font-size: 16px;
    color: #3f3d57;
}
#searchBar form button[type='submit']{
    width: 100%;
    height: 48px;
    background: none;
    border: 1px solid #fff;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    text-transform: capitalize;
}
#searchBar form button[type='submit']:hover{
    border-color: #a0ce4e;
    color: #fff;
    background: #a0ce4e;
}
#slider-range-min{
    background: #3f3d57;
    border-radius: 0;
}
#slider-range-min .ui-widget-header{
    background: #a0ce4e;
    border-radius: 0;
}
#slider-range-min .ui-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 0;
    background: #fff;
    border-color: #fff;
}
.ui-slider-handle #tooltip{
    width: auto;
    border: 1px solid #fff;
    background: #a0ce4e;
    color: #ffffff;
    padding: 0 15px;
}
/*menu widget wp*/
.widget ul{
    list-style: none;
}
.widget ul a:hover{
    color: #a0ce4e;
}
.widget ul.menu .sub-menu{
    margin-left: 40px;
}
/*woocommerce search*/
.woocommerce-product-search .search-field{
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px){
    #searchBar form .form-group:nth-of-type(1),
    #searchBar form .form-group:nth-of-type(2),
    #searchBar form .form-group:nth-of-type(3),
    #searchBar form .form-group:nth-of-type(4),
    #searchBar form .form-group:nth-of-type(5),
    #searchBar form .form-group:nth-of-type(6){
        width: 100%;
    }
}
/*=========================================================================
    // callout
===========================================================================*/
.callout{
    margin-bottom: 50px;
}
.outline{
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    padding: 30px;
}
.callout-box{
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 639px){
    .callout-box{
        flex-wrap: wrap;
    }
	section.classify_callout_parallax{
		height:auto !important;
	}
}
.callout-box .callout-content{
    margin-right: 15px;
	width:90%;
}
.callout-box .callout-content h4,
.callout-box .callout-content h4 span{
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.callout-box .callout-content p{
    color: #888888;
    font-size: 14px;
    font-family: Raleway;
}
.callout-box .callout-content h4 span{
    color: #a0ce4e;
}
.callout-box .callout-button{
    padding: 5px;
    border: 1px solid #e1e1e1;
}
.callout-box .callout-button a{
    display: inline-block;
    background: #3f3d57;
    color: #fff;
    text-align: center;
    padding: 12px 55px;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
}
.callout-box .callout-button a:hover{
    background: #a0ce4e;
}
section.classify_callout_parallax{
	display:flex;
	display:-ms-flexbox;
	align-items:center;
	-ms-flex-align:center;
	background-attachment:fixed;
	height:300px;
	margin-bottom:50px;
}
section.classify_callout_parallax .parallax_content h4{
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
}
section.classify_callout_parallax .parallax_content .col-sm-2 a.btn{
	padding:10px 30px;
}
/*=========================================================================
    location
===========================================================================*/
.location{
    margin-bottom: 50px;
}
.location .locations a{
    color: #888;
    display: block;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.location .locations a i{
    margin-right: 10px;
}
.location .locations a:hover,
.location .locations a:hover i{
    color: #a0ce4e;
	text-decoration:none;
}
/*=========================================================================
    // Premium Advertisement
===========================================================================*/
#premium{
    margin: 0 0 100px 0;
}
#premium .item{
    position: relative;
	overflow:hidden;
	max-height:250px;
}
#premium .item a img{
    width: auto;
	height:250px;
	margin:0 auto;
	object-fit:cover;
   
}
#premium .item .item-title{
    position: absolute;
    display: block;
    z-index: 4;
    width: 100%;
    background: rgba(63, 61, 87, 0.6);
    bottom: 0;
    height: 50px;
}
#premium .item .item-title a{
    color: #ffffff;
    padding: 15px 0;
    margin: 0 0 0 20px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#premium .item .item-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(63, 61, 87, 0.9);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden;
    text-decoration: none;
}
#premium .item .item-hover span{
    color: #ffffff;
    position: relative;
    top: 45%;
    display: block;

}
#premium .item:hover .item-hover{
    visibility: visible;
}
#premium .item .item-title a:hover{
    color: #a0ce4e;
}
/*carousel*/
.owl-carousel{
    margin: 50px 0 0 0 !important;
}
.owl-dot{
    display: none !important;
}
.owl-nav{
    position: absolute;
    top: -65px;
    left: -6px;
}
.owl-theme .owl-nav [class*="owl-"]{
    background: #ffffff !important;
    color: #bfbfbf !important;
    border-radius: 0 !important;
    font-size: 16px !important;
}
.owl-nav .owl-prev{
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #bfbfbf;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-right: 5px;
}
.owl-nav i{
    line-height: 35px;
}
.owl-nav .owl-next{
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #bfbfbf;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.owl-nav .owl-prev:hover{
    background: #a0ce4e !important;   
    border: 1px solid #a0ce4e !important;
}
.owl-nav .owl-next:hover{
    background: #a0ce4e !important;    
    border: 1px solid #a0ce4e !important;
}
.owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i{
    color: #ffffff !important;
}
/*=========================================================================
// Categories
===========================================================================*/
#categories{
    margin: 0 0 20px 0;
}
#categories .category{
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
}
#categories .category .category-icon{
    display: inline-block;
    position: absolute;
    top: -20px;
    width: 48px;
    height: 48px;
    background: #3f3d59;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#categories .category .category-icon i{
    padding: 10px 0 0 0;
    color: #ffffff;
}
#categories .category h4{
    margin: 48px 0 20px 0;
    font-weight: 700;
}
#categories .category h4 a{
    text-decoration: none;
    color: #3f3d59;
}
#categories .category p:last-child{
    margin: 0 0 20px 0;
}
#categories .category p a{
    text-decoration: none;
    color: #888888;
}
#categories .category p a:hover{
    color: #a0ce4e;
}
#categories .category:hover{
    border: 1px solid #a0ce4e;
}
#categories .category:hover .category-icon{
    background: #a0ce4e;
}
#categories .category:hover h4 a{
    color: #a0ce4e;
}
#categories .category .category-icon img{
    padding: 10px;
    width: 100%;
    height: auto;
}
.adv{
    margin-bottom: 50px;
}
.adv .advertise{
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
}
.adv .advertise img{
    max-width: 100%;
}
/*=========================================================================
// Classify Advertisement
===========================================================================*/
#advertisement{
    margin: 0 0 50px 0;
}
.content
{
    display:none;
    margin: 0 0 50px 0;
}
.content1{
    display: block;
}
.adp{
    padding: 0;
}
.view-as a{
    box-shadow: none;
    border: 1px solid #e1e1e1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
}
.view-as a i{
    color: #888888;
}
.view-as a.active,
.view-as a:hover{
    background: #3f3d57;
    color: #ffffff;
    border-color: #3f3d57;
    box-shadow: none;
}
.view-as a.active i,
.view-as a:hover i{
    color: #ffffff;
}
.adv-tabs{
    margin: 0 0 30px 0;
}
.tab{
    text-align: center;
    border:1px solid #e1e1e1;
    display: inline-block;
    cursor:pointer;
    padding: 13px 20px;
    color: #888;
    margin: 0 0 5px 0;

}
.tab.active{
    background:#3f3d57;
    cursor:auto;
    color: #ffffff;
}

.classify_adv_box{
    overflow: hidden;
    padding: 0 1px;
    margin: 0 0 2px 0;
}
.classify_adv_box_img{
    position: relative;
}
.classify_adv_box .classify_adv_box_img img.classify__imgicon{
	display: inline-block;
    width: 48px !important;
    height: auto !important;
    position: absolute;
    top:15px;
    right: 15px;
    padding: 10px 0 0 0;
}
@media screen and (min-width: 1130px){
    .classify_adv_box_img{
        width: 100%;
        height: 250px;
    }
}
.classify_adv_box img{
    width: auto;
    height: 100%;
	margin:0 auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
    object-fit: cover;
    -o-object-fit: cover;
}
.item-list .classify_adv_box img{
	width: 100%;
}
.classify_adv_box .classify_adv_box_img .classify_adv_box_title{
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(63, 61, 89, 0.6);
    bottom: 0;
    z-index: 20;
    margin: 0;
}
.classify_adv_box .classify_adv_box_content .classify_adv_box_title p:first-of-type{
	flex:1;
}
.classify_adv_box .classify_adv_box_img .classify_adv_box_title a{
    color: #ffffff;
    margin: 0 0 0 20px;
    padding: 15px 0 0 0;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.classify_adv_box .classify_adv_box_img .classify_adv_box_title a:hover{
    color: #a0ce4e;
}
.classify_adv_box .classify_adv_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(63, 61, 89, 0.9);
    z-index: 1;
    visibility: hidden;
}

.classify_adv_box .classify_adv_hover span{
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.classify_adv_box .classify_adv_hover i{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #a0ce4e;
    color: #ffffff;
    position: absolute;
    top:15px;
    right: 15px;
    padding: 10px 0 0 0;
    text-align: center;
}
.classify_adv_box:hover .classify_adv_hover{
    visibility: visible;
}
.item-grid .classify_adv_box .classify_adv_box_content{
    display: none;
}
/*=========================================================================
// advertisement list view
===========================================================================*/
.content .item-list{
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 25px;
}
.content .classify_favorite_post .item-list{
	margin-bottom: 10px !important;
}
.classify_favorite_post form.unfavorite{
	text-align:right;
	margin-bottom:30px;
}
.content .item-list .classify_adv_box{
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex: 1 1 0;
    align-items: stretch;
}
.content .item-list .classify_adv_box .classify_adv_box_img{
    position: relative;
    margin-right: 15px;
}
@media screen and (min-width: 768px){
	.content .item-list .classify_adv_box .classify_adv_box_img{		
		flex:0 0 290px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}
@media screen and (min-width: 1150px){
    .container .container .content .item-list .classify_adv_box_img{
        width: 200px;
        height: 190px;
		flex: 0 0 200px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
    }
    .container .container .content .item-list .classify_adv_box .classify_adv_box_img img{
        width: 200px;
        height: 190px;
    }
    .container .container .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_description p{
        height: 45px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.content .item-list .classify_adv_box .classify_adv_box_img .classify_adv_box_title{
    display: none;
}
.content .item-list .classify_adv_box .classify_adv_box_content{
    width: 100%; 
    flex-flow: column wrap;
    justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title{ 
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > a{
    font-weight: bold;
    font-size: 24px;
    color: #3f3d57;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.content .item-list .classify_adv_box .classify_adv_box_title p > a:hover{
    color: #a0ce4e;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > span{
    display: block;
    font-size: 15px;
    color: #888888;
    text-transform: capitalize;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > span > a{
    padding-left: 5px;
    color: #3f3d57;
    font-size: 15px;
    text-transform: capitalize;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > span > a:hover{
    color: #a0ce4e;
}
.content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_description p{
    font-size: 16px;
    color: #888888;
    font-family: Raleway;
    margin-bottom: 15px;
}
span.post-rating .post-ratings img,
span.post-rating .post-ratings-loading img{	
	max-width:100% !important;
	height:auto !important;
	width:auto !important;
}
span.post-rating .post-ratings{
	position:relative;
}
span.post-rating .post-ratings .post-ratings-text{
	position:absolute;
	bottom:-15px;
}
span.post-rating .post-ratings strong{
	display:none !important;
}
span.post-rating .post-ratings em{
	display:none !important;
}
.classify_adv_box_footer{    
    justify-content: space-between;
    align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.classify_adv_box_footer .tags span{
    font-size: 16px;
    color: #3f3d57;
}
.classify_adv_box_footer .tags span i{
    color: #3f3d57;
    margin-right: 5px;
}
.classify_adv_box_footer .tags a{
    color: #888888;
    font-size: 15px;
    padding-right: 5px;
}
.classify_adv_box_footer .tags a:hover{
    color: #a0ce4e;
}
.classify_adv_box_footer .read-more-btn{
    border: 1px solid #e0e0e0;
    padding: 5px;
}
.classify_adv_box_footer .read-more-btn a{
    background: #3f3d57;
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.classify_adv_box_footer .read-more-btn a:hover,
.classify_adv_box_footer .read-more-btn a:focus{
    background: #a0ce4e;
}

/* item list responsive */
@media screen and (max-width:639px){
    .content .item-list .classify_adv_box .classify_adv_box_img img{
        width: 80px;
        height: 80px;
		position:relative;
    }
    .classify_adv_box_description{
        display: none;
    }
    .classify_adv_box_footer{
        display: none;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title > p{
        width: 100%;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title > p > a{
        font-size: 18px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > span,
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title p > span > a{
        font-size: 13px;
    }
}
@media screen and (min-width:640px) and (max-width: 767px){
    .content .item-list .classify_adv_box .classify_adv_box_img img{
        width: 190px;
        height: 150px;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .classify_adv_box_description{
        display: none;
    }
    .classify_adv_box_footer .tags{
        display: none;
    }
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_title > p > a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (min-width:768px) and (max-width: 1023px){
    .content .item-list .classify_adv_box .classify_adv_box_content .classify_adv_box_description p{
        height: 68px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
/*=========================================================================
// pagination
===========================================================================*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #a0ce4e;
    border-color: #a0ce4e;
}
.pagination > li > a, .pagination > li > span{
    color: #999999;
}
.pagination > li > a:hover, .pagination > li > span:hover{
    background: #a0ce4e;
    color: #ffffff;
    border-color: #a0ce4e;
}
ul.pagination li a i{
	padding-left:5px;
	padding-right:5px;
	color:#444;
}
ul.pagination li a:hover i{
	color:#fff;
}
/*=========================================================================
// Footer
===========================================================================*/
#footer footer{
padding: 70px 0;
    background: #3f3d59;
    color: #ffffff;
}
#footer footer .widget{
    margin-bottom: 15px;
}
#footer footer .widget h4{
    color: #ffffff;
    background: url("../images/footersep.png") no-repeat left bottom;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
#footer footer .widget p{
    margin: 0 0 30px 0;
}
#footer footer .widget .widget__premium li{
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 5px;
}
#footer footer .widget .widget__premium li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
#footer footer .widget .widget__premium li a.item-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    background: #3f3d57;
    opacity: 0.8;
    top: 0;
    left: 0;
    visibility: hidden;
}
#footer footer .widget .widget__premium li a.item-hover span{
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#footer footer .widget .widget__premium li:hover a.item-hover{
    visibility: visible;
}

#footer footer .widget a{
    text-decoration: none;
    color: #ffffff;
    vertical-align: top;
    font-size: 14px;
}
#footer footer .widget a:hover{
    color: #a0ce4e;
}
#footer footer .widget .widget__latest_ad p{
    margin-bottom: 10px;
}
footer .widget .widget__content .widget__content_subcat ul li a{
    color: #a0ce4e !important;
}
footer .widget .widget__content .widget__content_subcat ul li a i{
    background: #a0ce4e;
}
#footer footer .widget .sign{
    margin: 0 0 10px 0;
}
footer .widget .tags a{
    color: #888 !important;
}
footer .widget .tags a:hover{
    color: #ffffff !important;
}
#footer footer .widget input[type="email"]{
    color: #65628d;
    width: 100%;
    background: #3f3d57;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    margin: 0 0 10px 0;
}

#footer footer .widget input[type="submit"]{
    color: #ffffff;
    text-align: center;
    background: transparent;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
}

#footer footer .copyright{
    color: #ffffff;
    margin: 50px 0 0 0;
}
#footer footer .copyright p{
	margin-bottom:0;
}
#footer footer .copyright p a:hover{
	color:#a0ce4e;
}
#footer footer .widget .media .media-heading a{
    line-height: 14px;
}
/*=========================================================================
// back to top
===========================================================================*/
.back-to-top {
    position: fixed;
    bottom: 5em;
    right: 40px;
    text-decoration: none;
    color: #000000;
    background: transparent;
    border: 1px solid #a0ce4e;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: none;
    text-align: center;
    padding: 4px 0 0 0;
}
.back-to-top i{
    color: #a0ce4e;

}
.back-to-top:hover {
    border: 1px solid #a0ce4e;
    text-decoration: none;
}
.back-to-top:hover i{
    color: #a0ce4e;
}
/*=========================================================================
// home page with map
===========================================================================*/
#classify_map .map-canvas {
    width: 100%;
    height: 650px;
}
.leaflet-control-attribution a{
	display:none !important;
}
.gmnoprint.gm-style-cc, .gmnoprint{
	display:none !important;
}
.classify_map_box_home{	
	background:#e1e1e1;
}
.classify_map_box_home .classify_adv_box_img{
	width:300px;
}
.classify_map_box{
	padding:20px;
	background:#e1e1e1;
}
.close_map_box{
	position:absolute;
	top:-20px;
	right:-20px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:#a0ce4e;
	opacity:1;
}
.close_map_box i{
	color:#ffffff;
	font-size:11px;
}
.marker-cluster-small div span{
	color: #ffffff !important;
}
.leaflet-container a.leaflet-popup-close-button{
	height:auto !important;
	padding:1px !important;
	background:#3f3d59;
	color:#ffffff;
}
.leaflet-container a.leaflet-popup-close-button:hover{
	color:#ffffff !important;
	opacity:1 !important;
}
.leaflet-popup-content{
	margin:15px 15px !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
	border-radius:0 !important;
}
/*=========================================================================
// Detail Page
===========================================================================*/

/*Details*/
#detail{
    padding: 80px 0 100px 0;
}
#detail .adv-slider{
    margin-bottom: 15px;
	height:500px;
}
#detail .adv-slider .carousel-inner, #detail .adv-slider .carousel{
	 height: 100%;
}
#detail .adv-slider #myCarousel .item{
    height: 100%;
	width: 100%;
}
#detail .adv-slider #myCarousel .item img{
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	top:0;
	object-fit:cover;
}
.carousel-control{
    opacity: 1;
    text-shadow: none;   
}
.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
#detail .adv-slider #myCarousel .carousel-control i{
    display: inline-block;
    width: 56px;
    height: 56px;
    background: rgba(191, 186, 176, 0.6);
    padding: 15px 0 0 0;
	position:absolute;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%, -50%) !important;
}
#detail .classify_adv_video{
	margin-bottom:15px;
}
#detail .fa_mright{
	margin-right:20px;
}
/*Author Detail*/
.author-detail{
    background: #f8f8f8;
    padding: 20px;
    position: relative;
    margin: 20px 0 50px 0;
}
.author-avatar{
    border: 1px solid #e1e1e1;
    padding: 5px;
    display: inline-block;
    position: absolute;
    top:-40px;
}
.author-avatar img{
    max-width: 120px;
}
.author-name{
    display: inline-block;
    width: 130px;
    background: #a0ce4e;
    text-align: center;
    color: #ffffff;
    margin: 100px 0 10px 0;
}
.author-name p{
    padding: 10px 0 0 0;
}
.author-setting{
    display: inline-block;
    width: 130px;
    background: #a0ce4e;
    text-align: center;
    margin-bottom: 10px;
}
.author-setting p{
    padding: 10px 0 0 0;
}
.author-setting p a{
    color: #ffffff;
    text-decoration: none;
}
#detail .author-detail-right .author-info{
    margin: 0 0 10px 0;
}
#detail .author-detail-right .author-info i{
    display: inline-block;
    width: 31px;
    height: 31px;
    color: #c8c8c8;
    border: 1px solid #e1e1e1;
    padding: 7px 0 0 0;
    text-align: center;
    margin: 0 10px 0 0;
}
#detail .author-detail-right .author-info p{
    display: inline-block;
    color: #888888;
}

#detail .adv-detail{
    background: #f8f8f8;
    padding: 25px;
    position: relative;
    margin: 0 0 30px 0;
}

#detail .adv-detail .adv-detail-head{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 34px 0;
}
#detail .adv-detail .adv-detail-head i{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #a0ce4e;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    position: absolute;
    left: 0;
    right:0;
    margin: 0 auto;
    top: -25px;
}
#detail .adv-detail .adv-detail-head img.classify__imgsingleIcon{
	display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 46px;
    position: absolute;
    left: 0;
    right:0;
    margin: 0 auto;
    top: -25px;
}
#detail .adv-detail .adv-detail-head h4{
    font-weight: 700;
    color: #3f3d57;
}
#detail .adv-detail .adv-detail-info{
    background: #f6f6f6;
    line-height: 42px;
    padding: 0 20px 0 20px;
    margin: 0 0 10px 0;
}
#detail .adv-detail .adv-detail-info p{
    color: #666666;
    font-weight: normal;
}
#detail .adv-detail .adv-detail-info strong{
	font-weight:bold !important;
}
#detail .adv-detail .adv-detail-info p strong{
	font-weight:bold !important;
}
#detail .classify_description > p:not(:first-of-type){
	line-height:1.6;
}
#detail .adv-detail .adv-detail-info .light{
    color: #888888;
    font-weight: 400;
}
#detail .adv-detail .adv-detail-info .line{
    line-height: 1.5em;
}
#detail .adv-detail .tags{
    padding: 10px;
    background: #ffffff;
}
#detail .adv-detail .tags i{
    display: inline-block;
    color: #cccccc;
    font-size: 18px;
    margin: 0 15px 0 0;
}
#detail .adv-detail .tags span{
    display: inline-block;
    margin: 0 15px 0 0;
    color: #666;
    font-weight: 600;
}
#detail .adv-detail .tags a{
    font-weight: 400;
    color: #888;
    margin-right: 5px;
}
#detail .adv-detail .tags a:hover{
    color: #a0ce4e;
}
#detail .follow-btn form.follower{
	margin-bottom:10px;
}
#detail .follow-btn form.unfollow{
	margin-bottom:10px;
}
.contact_map{
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 0 0 30px 0;
}
.classify_submitAD{
	height:300px;
}
.classify_submitAD #map-canvas{
    width: 100%;
    height: 290px;
    border: none;
}
.classify_single_map{
	border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 0 0 30px 0;
	height:410px;
}
.details_adv_map{
	width: 100%;
    height: 400px;
    border: none;
}
.advert{
    text-align: center;
    margin: 0 0 100px 0;
}
.advert img{
    max-width: 100%;
}
#classify_related_Adv{
    margin: 0 0 100px 0;
}
#classify_related_Adv .classify_adv_box .classify_adv_box_content{
    display:none;
}
.inner-heading{
    color: #3f3d57;
    font-weight: 700;
    background: url("../images/sep.png") no-repeat left bottom;
    padding: 0 0 20px 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.input-pad{
    padding: 0 10px 0 0;
    position: relative;
}
#form select{
	-webkit-appearance:none;
	-moz-appearance:none;
}
#form input,
#form select{
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    padding: 0 0 0 45px;
    margin: 0 0 10px 0;
    position: relative;
    color: #c8c8c8;	
}
.form-control{
    box-shadow: none;
}
.form-control-feedback{
    color: #c8c8c8;
    left: 20px;
    top: 15px;
    font-size: 16px;
}
span.currency__symbol{
	top: 8px !important;
}
input[name="humantest"]{
    width: 62% !important;
}
input[type="submit"]:hover{
    background: #a0ce4e !important;
    color: #ffffff !important;
    text-align: center !important;
}
#form textarea{
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 178px;
    padding: 15px;
    margin: 0 0 10px 0;
}
#form p{
    display: inline-block;
}
#form form .classify_radio{
	border-left:5px solid #f1f1f1;
	margin-bottom:15px;
	border-radius:6px;
}

/*sidebar*/
.sidebar .widget{
    border: 1px solid #e1e1e1;
    padding: 35px;
    margin: 0 0 40px 0;
}
.sidebar .widget__premium{
    margin: 0 0 10px 0;
    overflow: hidden;
}
.textwidget{
    overflow: hidden;
}
.advance_search button[type="submit"]{
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-weight: 500;
    color: #3f3d57;
}
.advance_search button[type="submit"]:hover{
    background: #a0ce4e;
    border-color: #a0ce4e;
    color: #ffffff;
}
.sidebar .widget__premium li{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sidebar .widget__premium li a img{
    width: 100%;
}
.sidebar .widget__premium li a.item-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(63, 61, 87, 0.9);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden;
    text-decoration: none;
}
.sidebar .widget__premium .item-hover span{
    color: #ffffff;
    position: relative;
    top: 45%;
    display: block;

}
.sidebar .widget__premium li:hover .item-hover{
    visibility: visible;
}
.sidebar .widget__latest_ad{
    margin: 0 0 15px 0;
}
.widget__latest_ad .media-object{
    width: 80px;
    height: 80px;
}
.widget__latest_ad .media-heading a{
    color: #3f3d57;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.widget__latest_ad .media-heading a:hover{
    color: #a0ce4e;
}
.widget__latest_ad .media-body .price{
    color: #a0ce4e;
}
.widget__latest_ad p{
    margin: 0;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget .tagcloud a{
    background: #f6f6f6;
    padding: 10px;
    color: #888888 !important;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 10px 0;
	font-size:14px !important;
}
.widget .tagcloud a:hover{
    background: #a0ce4e;
    padding: 10px;
    color: #ffffff !important;
}
.sidebar .widget .sidebar-account-overview{
    background: #f8f8f8;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}
.sidebar .widget .sidebar-account-overview p{
    display: inline-block;
    width: 65%;
    padding: 10px 0 0 0;
    color: #888888;
}
.sidebar .widget .sidebar-account-overview span{
    color: #888888;
}
.widget .widget__content .widget__content_subcat ul li a{
    width: auto;
    background: #f8f8f8;
    margin: 0 0 5px 0;
    display: block;
    text-decoration: none;
    color: #888888;
}
.widget .widget__content .widget__content_subcat ul li a i{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    background: #3f3d57;
    margin-right: 15px;
}
.widget .widget__content .widget__content_subcat ul li a img.classify__widgetimg{
    width: 44px;
    height: 44px;
    margin-right: 15px;
}
.widget .widget__content .widget__content_subcat ul li a span{
    float: right;
    display: inline-block;
    padding-right: 15px;
    line-height: 44px;
}
.widget .widget__content .widget__content_subcat ul li a:hover,
.widget .widget__content .widget__content_subcat ul li a:hover span{
    color: #a0ce4e;
}
.widget .widget__content .widget__content_subcat ul li a:hover i{
    background: #a0ce4e;
}

#wp-calendar{
	width: 100%;
}
#wp-calendar td#today{
    color: #b6d91a;
}
#wp-calendar caption{
    margin-left: 15px;
}
#wp-calendar th{
    text-align: center;
}
#wp-calendar td{
    text-align: center; 
}
td#prev a:hover, td#next a:hover,
td#prev a:focus, td#next a:focus{
    color: #b6d91a;
}
/*=========================================================================
// edit Page
===========================================================================*/
.author-account{
    margin: 0 0 25px 0;
}
.account-overview .account-info{
    background: #f8f8f8;
    margin: 0 0 10px 0;
    padding: 0 30px;
    height: 42px;
}
.account-overview .account-info p{
    display: inline-block;
    line-height: 42px;
    color: #888888;
}
.account-overview .account-info span{
    width: 70%;
    display: inline-block;
    font-weight: 500;
    color: #666666;
}
label.cabinet {
    width: 100%;
    height: 48px;
    background: #f6f6f6 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
}
label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
   
}
label.cabinet::before{
    content: attr(data-title) ": ";
    position: absolute !important;
    top: 12px !important;
    left: 50px !important;
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 400;
}
.classify-adv-type{
    display: inline-block;
    color: #999999;
    margin: 0 15px 10px 0;
}
label{
    font-weight: 400 !important;
    margin: 0 10px 0 0 !important;
    color: #c8c8c8;
}
input[type="radio"],
input[type="checkbox"]{
    width: auto !important;
    display: inline-block;
    margin: 0 10px 0 0 !important;
    height: auto !important;
}
/*=========================================================================
// FAQ
===========================================================================*/
.question{}
.question .basic-questions{
    margin: 0 0 70px 0;
}
.question .accordion .accordion-tab{
    width: 100%;
    background: #f8f8f8;
    padding: 0 0 0 25px;
    height: 48px;
    cursor: pointer;
    margin: 0 0 5px 0;
}
.question .accordion .accordion-tab i{
    display: inline-block;
    color: #c8c8c8;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.question .accordion .accordion-tab p{
    display: inline-block;
    color: #888;
    padding: 12px 0 0 0;
}
.question .accordion .accordion-tab.active{
    background:#a0ce4e;
    cursor:pointer;
    color: #ffffff;
}
.question .accordion .accordion-tab.active p{
    color: #ffffff;
}
.question .accordion .accordion-tab.active i{
    color: #ffffff;
}
.question .accordion .accordion-content{
    display: none;
    padding: 20px 15px;
}
.question .accordion .accordion-content1{
    display: block;
    padding: 20px 15px;
}
.question .accordion .accordion-content p{
    color: #888888;
}
/*=========================================================================
// Full width Page
===========================================================================*/
.page-content{
    margin: 0 0 90px 0;
}
.page-content p{
    color: #888888;
    margin: 0 0 35px 0;
}
.page-content blockquote{
    border-left:5px solid #a0ce4e;
    font-size: 14px;
    color: #888888;
    padding: 20px 30px;
    background: #f8f8f8;
    margin: 0 0 25px 0;
}
.page-content ul{
    list-style: none;
}
.page-content ul li p{
    display: inline-block;
    float: left;
    width: 90%;
}
.page-content ul li i{
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    margin: 4px 18px 0 0;
    font-size: 16px;
    color: #c8c8c8;
}
/*=========================================================================
// Notification
===========================================================================*/
.notification .notification-box{
    margin: 0 0 100px 0;
}
.notification .notification-box .note-box{
    padding: 8px 0 0 18px;
    margin: 0 0 10px 0;
}
.notification .notification-box .note-box p{
    display: inline-block;
    line-height: 3em;
}
.notification .notification-box .note-box i{
    display: inline-block;
    margin: 0 10px 0 0;
}
/*listing*/
.listing ul{
    list-style: none;
    color: #888888;
}
.listing ul li{
    line-height: 28px;
}
.listing ul li i{
    display: inline-block;
    margin: 0 5px 0 0;
}
/*=========================================================================
// User Form
===========================================================================*/
#formSubmit{
    padding: 80px 0 100px 0;
}
#formSubmit .user-form{
    padding: 5px;
    border: 1px solid #e1e1e1;
    text-align: center;
    -webkit-box-shadow: -1px 1px 6px 2px rgba(248,248,248,1);
    -moz-box-shadow: -1px 1px 6px 2px rgba(248,248,248,1);
    box-shadow: -1px 1px 6px 2px rgba(248,248,248,1);
}
#formSubmit .user-form .user-form-set{
    background: #f8f8f8;
    padding: 40px 18px;
}
#formSubmit .user-form .user-form-set h4{
    margin: 0 0 30px 0;
}
#formSubmit .user-form .user-form-set .form-input{
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}
#formSubmit .user-form .user-form-set .form-input input{
    background: #f4f4f4;
    width: 100%;
    height: 48px;
    border-radius: 0;
    border: none;
    color: #c8c8c8;
    padding: 0 0 0 50px;
}
#formSubmit .user-form .user-form-set .form-input input[type="checkbox"]{
    width: auto !important;
    height: auto !important;
}
#formSubmit .user-form .user-form-set p{
    color: #888888;
}
#formSubmit .user-form .user-form-set .form-input input[type="submit"]{
    padding: 0 !important;
    background: #a0ce4e;
    color: #ffffff;
    margin-bottom: 15px;
}
#formSubmit .user-form .user-form-set .form-input span{
    display: inline-block;
    margin: 0 15px 0 0;
}
#formSubmit .user-form .user-form-set .form-input p a{
    color: #888888;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
}
#formSubmit .user-form .user-form-set .form-input p a:hover{
    color: #a0ce4e;
}
#formSubmit .user-form .user-form-set .social-login{
    margin-bottom: 20px;
}
#formSubmit .user-form .user-form-set .social-accounts a{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-decoration: none;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(1){
    background: #3c599b;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(2){
    background: #5ea9dd;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(3){
    background: #d95232;
}
#formSubmit .user-form .user-form-set .social-accounts a i{
    color: #ffffff;
    font-size: 18px;
    padding: 7px 0 0 0;
}
.post-type-box{
    border: 1px solid #3f3d59;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.post-type-box.active{
    border: 3px solid #a0ce4e;
}
.post-type-box p{
    display: block !important;
}
.featurehide{
  display: none !important;
}
.featurehide2{
  display: block !important;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
/*=========================================================================
// pricing plan
===========================================================================*/
.plan .price-content{
    margin-bottom: 50px;
}
.plan .price-content p{
    color: #888888;
    margin-bottom: 34px;
}
.pricing-plan > .inner-heading{
    margin-bottom: 70px;
}
.pricing-plan .price-plan{
    padding: 5px;
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}
.pricing-plan .price-plan > h4{
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.pricing-plan .price-plan >h4 >span{
    display: inline-block;
    background: #3f3d59;
	color: #ffffff;
	height:64px;
	min-width:64px;
	line-height:64px;
}
.pricing-plan .price-plan .user-plan{
    background: #f8f8f8;
}
.pricing-plan .price-plan .user-plan h4{
    margin: 0;
    padding: 50px 0 40px 0;
}
.pricing-plan .price-plan .user-plan ul{
    list-style: none;
    margin-bottom: 20px;
}
.pricing-plan .price-plan .user-plan ul li{
    margin: 0 0 15px 0;
    color: #888888;
}
.pricing-plan .price-plan .user-plan a{
    display: inline-block;
    width: 130px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    background: #3f3d59;
    padding: 7px 0 0 0;
    text-decoration: none;
    margin-bottom: 30px;
}
.pricing-plan .price-plan:hover > h4 > span{
    background: #a0ce4e;
}
.pricing-plan .price-plan:hover .user-plan > h4{
    color: #a0ce4e;
}
.pricing-plan .price-plan:hover .user-plan > a{
    background: #a0ce4e;
    color: #ffffff;
}
.classify_cart_btn{
	display:none;
}
/*=========================================================================
// user-profile
===========================================================================*/
.author-profile-details ul{
     list-style: none;
    margin-bottom: 50px;
 }
.author-profile-details ul li{
    color: #888888;
    margin-bottom: 12px;
}
.author-profile-details ul li i{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    text-align: center;
    background: #f8f8f8;
    padding: 8px 0 0 0;
    margin: 0 10px 0 0;
}
.author-profile-details .classify_social_links{
	margin-bottom:50px;
}
.author-profile-details .classify_social_links a.classify_social i{
	width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    text-align: center;
    background: #f8f8f8;
    padding: 8px 0 0 0;
    margin: 0 10px 0 0;
}
.author-profile-details .classify_social_links a.classify_social i:hover{
	background:#a0ce4e;
	color:#fff;
}
.author-profile-details > p{
    color: #888888;
    margin-bottom: 30px;
}
.author-profile-details > p:nth-of-type(2){
    margin-bottom: 70px;
}
.author-price-plan .author-price-plan-content{
    padding: 50px 0 0 0;
}
.author-price-plan .author-price-plan-content p{
    margin-bottom: 30px;
    color: #888888;
}

/*user profile second page*/
.profile-data{

}
.profile-data .author-contact-detail{
    background: #f8f8f8;
    padding: 35px;
    margin: 0 0 100px 0;
}
.profile-data .author-contact-detail > p{
    color: #888888;
    margin: 0 0 30px 0;

}
.author-avatar-image{
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.author-avatar-image img{
    width: 100%;
}
.profile-author-name{
    display: inline-block;
    width: 100%;
    background: #a0ce4e;
    text-align: center;
    color: #ffffff;
    margin: 10px 0 0 0;
}
.profile-author-name > p{
    padding: 10px 0 0 0;
}
.profile-data .author-related-ads{
    margin-bottom: 50px;
}
.profile-data .author-related-ads .ad-arrow{
    margin: 0 0 20px 0;
}
.profile-data .author-related-ads .ad-arrow span a{
    color: #888888;
    text-decoration: none;
}
.profile-data .author-related-ads .ad-arrow span a i{
    display: inline-block;
    border: 1px solid #e1e1e1;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 0 0 0;
}
.profile-data .author-related-ads .ad-arrow span a i:nth-of-type(1){
    margin: 0 5px 0 0;
}
.profile-data .author-related-ads .ad-arrow span a:hover i{
    border: 1px solid #a0ce4e;
    background: #a0ce4e;
    color: #ffffff;
}
.profile-data .author-related-ads{
	
}
.related-ad-img{
    overflow: hidden;
    margin: 0 0 5px 0;
}
.related-ad-img img{
    max-width: 100%;
}
.author-contact input{
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #c8c8c8;
    height: 48px;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}
.author-contact textarea{
    width: 100%;
    height: 180px;
    padding: 0 0 0 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.author-contact p{
    color: #888;
    line-height: 50px;
}
.author-contact input[type="submit"]{
    width: 100%;
}
.author__adv{
    margin-bottom: 30px;
}
.author__adv .media{
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.author__adv .media:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sep.png") no-repeat left bottom;
    width: 150px;
    height: 2px;
}
.author__adv .media .media-heading{
    margin-bottom: 10px;
}
.author__adv .media .media-heading a{
    text-decoration: none;
    color: #3f3d57;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.author__adv .media .media-heading a:hover{
    color: #a0ce4e;
}
.author__adv_info{
    margin-bottom: 15px;
}
.author__adv_info i{
    font-size: 12px;
    color: #3f3d57;
    margin-right: 5px;
}
.author__adv_info i:first-of-type{
    color: #a0ce4e;
}
.author__adv_info span{
    margin-right: 5px;
    color: #888888;
    font-size: 12px;
}
.author__adv .media .btn{
    border-radius: 0;
    margin-bottom: 5px;
    width: 100px;
}
.author__adv .media img.media-object{
	width:100px;
	height:100px;
	object-fit: cover;
    -o-object-fit: cover;
}
.author__adv_button{
    margin-bottom: 0;
}
@media screen and (max-width: 465px){
    .author__adv .media .media-right{
        display: block;
    }
}
.textwidget img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     -o-object-fit: cover;
 }
.table-responsive .classify__table_package thead th{
	vertical-align:middle;
	background-color:#3f3d59;
	padding:1rem;
	font-weight:bold;
	font-size:1rem;
	color:#fff;
}
.table-responsive .classify__table_package tbody td{
	padding:1rem;
	font-weight:500px;
	font-size:14px;
	border-bottom:1px solid #f1f1f1;
}
.table-responsive .classify__table_package tbody td:first-of-type{
	font-weight:bold;
}
/*=========================================================================
// Sub Category
===========================================================================*/
#map > .map > .map-canvas > iframe{
    height: 650px;
}
.premium-ads-sub{
    margin: 0 0 100px 0;
}
.test{
    font-size: 2em;
    padding: 1em;
    border: 1px solid #e0e0e0;
    background: #3f3d57;
    color: #ffffff;
}
#classify_contact_page_map{height:300px;}
/*=========================================================================
// blog
===========================================================================*/
.page_title{
    padding: 30px 0;
    background: #f5f5f5;
    margin-bottom: 60px;
}
.page_title h2{
    margin: 20px 0;
}
.blog_post__image{
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.blog_post__image img{
	margin:0 auto;
}
.blog_post__title{
    line-height: 40px;
    font-family: "Roboto Slab";
}
.blog_post__title a{
    color: #3f3d59;
    font-size: 32px;
    text-decoration: none;
    letter-spacing: 2px;
}
.blog_post__title a:hover{
    color: #a0ce4e;
}
.blog_post__content{
    border-bottom: 1px solid #eaeaea;
}
.blog_post__content p{
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}
.blog_post_meta{
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.blog_post_meta__author p{
    font-style: italic;
}
.blog_post_meta__author p strong{
    margin-right: 10px;
}
.blog_post_meta__author_read a.btn{
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    background: #3f3d59;
    padding: 8px 44px;
    border-radius: 0;
}
.blog_post_meta__author_read a.btn:hover{
    background: #a0ce4e;
}
.blog_post_meta__author p:last-of-type a{
	margin-right:10px;
}
/*=========================================================================
// Woo Commerce Cart
===========================================================================*/
.woocommerce-order-details table ul.wc-item-meta{
	display:none;
}
.classify_upload_profile_img{
	position:absolute;
	bottom:-131px;
	left:23px;
}
    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
form#classify_search_page_form span.select2{
	width:100% !important;
}
.marker-holder{
	background:#000;
	height:200px;
	width:200px;
}
.classify__search_form button i{
    color: #ffffff;
}
/* ==========================================================================
   featured tag
   ========================================================================== */
.featured-tag .featured {
  border-bottom: 30px solid #03b0f4;
  border-left: 30px solid transparent;
  border-right: 31px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -39px;
  text-align: center;
  top: 12px;
  transform: rotate(45deg);
  width: 130px;
  z-index: 2;
  -webkit-box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2); }
  .featured-tag .featured p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 2; }
.featured-tag .left-corner {
  background: #017fb1 none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 71px;
  top: -8px;
  width: 12px;
  z-index: 1; }
.featured-tag .right-corner {
  background: #017fb1 none repeat scroll 0 0;
  display: inline-block;
  height: 12px;
  position: absolute;
  right: -9px;
  top: 72px;
  width: 9px;
  z-index: 1; }
.classify-buy-sel{
  display: inline-block;
  background: rgba(63, 61, 87, 0.6);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  padding: 10px 12px;
  line-height: 14px;
  position: absolute;
  left: 20px;
  top: 15px; 
}
/*=========================================================================
// Woo Commerce Shop
===========================================================================*/
.woocommerce-result-count {
	float: left;
	width: auto;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border: none;
	box-sizing: border-box;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .woocommerce #content div.product div.images a:hover img, .woocommerce div.product div.images a:hover img, .woocommerce-page #content div.product div.images a:hover img, .woocommerce-page div.product div.images a:hover img {
	border:none; 
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	width: 40px;
	height: 40px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);	
	border-radius: 24px;
	background: none;
	background-color: #a0ce4e;
	text-shadow: 0 -1px 0 #85ad74;
	line-height: 35px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-border-radius: 24px;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	text-shadow: none;
	border: none;
	background: none;
	color: #fff;
	background-color: #3f3d57;
	text-align:center;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	text-shadow: none;
	border: none;
	background: none;
	color: #fff;
	background-color: #a0ce4e;
	box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.0),inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,.0);
	
}
.woocommerce ul.products li.product .price{
	background:#a0ce4e;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	position:absolute;
	color: #a0ce4e;
	top:10px;
	left:10px;
	color:#fff !important;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	border-radius: 4px;
}
.woocommerce-page ul.products li.product h3, .woocommerce ul.products li.product h3{
	background:none !important;
	line-height:10px;
	margin-bottom:10px
}

.woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	padding: 10px 10px!important;
	margin-bottom: 10px!important;
}
.woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select.orderby{	
	background:none;
	min-height: 30px;
	border:1px solid #e6e6e6;
}
.woocommerce-loop-product__title{
    line-height: 1.4;
}
.woocommerce .products .product{
    border: 1px solid #e6e6e6;
    text-align: center;
    padding-bottom: 15px !important;
}
.woocommerce .product .summary .product_meta span{
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce .product .summary .product_meta span a{
    text-decoration: none;
}
.woocommerce .product .summary .product_meta span a:hover{
    color: #a0ce4e;
}
.woocommerce .input-text{
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 3px;
}
.woocommerce .woocommerce-form__label span{
    position: relative;
    top: -8px;
    left: 20px;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child{
    float: none;
}
/*=========================================================================
// Comments form css
===========================================================================*/
#commentform p{
	display:block !important;
}