/**
 * Theme Name: ClassiadsPro Child
 * Template: classiadspro
 * test
 */
 
  /* @import url('../classiadspro/style.css');  */
  #directorypress-handler-cc4f914b6ce868c1bbf5919876e98a97 .directorypress-listings-block .directorypress-listings-block-content{
	display:flex;
	flex-wrap:wrap;
}
 #directorypress-handler-cc4f914b6ce868c1bbf5919876e98a97 .directorypress-listings-block .directorypress-listings-block-content article{
	position:relative!important;
	left:initial!important;
	top:initial!important;
}
  #directorypress-handler-cc4f914b6ce868c1bbf5919876e98a97 .directorypress-listings-block .directorypress-listings-block-content article .directorypress-listing-item-holder{
	height:100%;
}
.directorypress-content-wrap .has-feedback .form-control {
    padding: 0 20px 0 44px!important;
}
.directorypress-content-wrap .directorypress-form-control-feedback {
    right: auto;
    left: 0;
}
 .cat ul{
  display:flex;
  justify-content: space-between;
}
.cat ul li{
list-style:none;
flex-basis:12%;
}
.cat ul li h4 span >span{
  display:none;
}
.cat ul li h4 {
  text-align: center!important;
}
.cat ul li h4 > span{
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: normal ;
}

.cat ul li img{
max-width:94px!important;
width:100%!important;
height:85px!important;
margin: 0 auto;
display: flex;
}			
.home  .cat-icon{
   box-shadow: none !important;
	max-height:85px!important;
}
.home  .cat-icon img{
	width: 100% !important;
margin: 0 auto;
display: flex;
	height:85px!important;
	max-width:94px!important;
width:100%!important;
min-width: 94px;
}
.home  .cat-style-2 .directorypress-category-item {
    flex-basis: 12%;
}
.home  .row.directorypress-categories-wrapper.clearfix{
	display: flex;
    justify-content: space-between;
}
.home  .directorypress-parent-category > a{
 font-size: 20px !important;
  line-height: 24px !important;
  font-weight: normal ;	
	transition:0.5s;
	color:	#000 !important;
}
.home  .directorypress-parent-category a:hover {
color:	#EB6F0B !important;
}




.header{
background-color: #202020;

}
.header a{
	text-transform:uppercase;
}
.header p{
	text-transform:uppercase;
}
.header-container{
max-width:1440px;
margin: 0 auto;
    padding-left: 150px;
  padding-right: 150px;
}
.header ul{
padding: 0;
margin: 0;
}
.header ul a{
color: #fff;
}
.menu-wrap{
display: flex;
align-items: center;
}
.log-icon{
	margin-right: 10px;
}
.log-link span{
	margin-right:10px;
}
.log-link{
font-size: 14px;
line-height:19px;
color: #fff;
margin: 0;
transition:0.5s;
	margin-right:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.log-link:hover{
	color:#ff7844;
}
.log-link:target{
	color:#ff7844;
}
.right-menu{
	display:flex;
	align-items:center;
}
.right-menu_item{
	height:100%;
}
.title-menu{
font-size: 14px;
line-height:19px;
color: #fff;
margin: 0;

position:relative;
cursor:pointer;
 transition:0.5s;

}
/* .title-menu:before{
transform: rotate(10deg);
  content: '';
  width: 2px;
  height: 100%;
  background: #363636;
  position: absolute;
  top: 0;
  left: 0;
} */

.menu::before {
  transform: rotate(10deg);
  content: '';
  width: 2px;
  height: calc(100% + 20px);
  background: #363636;
  position: absolute;
  top: -10px;
  left: 0;
}
.log-link{
	position:relative;
	padding-left: 15px;
}
.log-link:before{
	transform: rotate(10deg);
  content: '';
  width: 2px;
  height: 100%;
  background: #363636;
  position: absolute;
  top: 0;
  left: 0;
}
.title-menu:after{
display: inline-block;
border-right: 6px solid transparent;
border-top: 6px solid #605E5E;
border-left: 6px solid transparent;
content: '';
transition: all .5s ease;
margin: 0 0 0 7px;
}
.header__main-menu a{
	font-size:14px;
	line-height:19px;
}
.title-menu + .header__main-menu{
height: auto;
visibility: hidden;
overflow: hidden;
transition:0.2s;
position:absolute;
left: -4px;
top: 100%;
background: #202020;
width: 100%;
padding: 23px 15px;
opacity:0;
}

.logo{
margin-right: 15px;
	min-width: 150px;
}
.title-menu:hover + .header__main-menu{
  width:  auto;
visibility: visible;
z-index:1;
opacity:1;
}
.menu:hover .header__main-menu, .menu:hover * {
width:  auto;
visibility: visible;
z-index:1;
opacity:1;
display:  block;
}
.menu:hover .header__main-menu a {
  padding: 10px 15px;
}
.menu{
  position:relative;

}	
.pd{
	padding:23px 15px;
}
.header__main-menu li{
  list-style:none;
  margin-left:0;
  margin-bottom:5px;
}
.header a{
  transition:0s;
}
.header .title-menu:hover{
color:#ff7844;
}
.header a:hover{
color:#ff7844;
}	
.header-wrap{
  display:flex;
  justify-content: space-between;
}
footer{
background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top:55px;
  padding-bottom:70px;
}
footer .container{
display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer img{
max-width: 167px;
}
footer li{
list-style-type: none;
padding:0 15px;
  margin-left:0;
}
footer li a{
color:#000;

}
footer ul{
margin:0;
display: flex;
}
footer a{
  transition:0.5s;
}
footer ul li:nth-child(2n) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
footer ul li:last-child {
	border-right: 0;
}
footer .footer-logo{
margin-bottom:35px;
}
footer .footer__main-menu{
margin-bottom:25px;
}
footer .copyright{
margin: 0 ;
font-size: 16px;
}			

.product-loop-wrapper .onsale{
 background: #f88f46; 
}
.pacz-product-loop-item .pacz-product-thumbnail img{
   transition:0.5s;
}
.pacz-product-loop-item .product-loop-wrapper{
  overflow:hidden;
}
.pacz-product-loop-item:hover .pacz-product-thumbnail img{
   transform:scale(1.02);
}
.pacz-product-loop-item:hover .product-loop-wrapper, .pacz-product-loop-item:hover .onsale, .pacz-product-loop-item:hover .love-main, .pacz-product-loop-item:hover .pacz-product-thumbnail > a{
  z-index:1;
}

.pacz-product-loop-item .product-loop-wrapper, .pacz-product-loop-item .onsale, .pacz-product-loop-item .love-main, .pacz-product-loop-item .pacz-product-thumbnail > a{
  z-index:1;
}
.header-button{
  margin:0;
  padding:11px 30px;
  font-weight:bold;
  max-width:160px;
  width:100%;
  color:#fff;
  background-color:#ff7844;
  border:1px solid transparent;
}
.header-button:hover{
 border:1px solid #ff7844;
  color:#ff7844;
  background-color:#fff;
  opacity: 1 !important;
}

.product-category:hover  h4 {
  color:#f67b27 !important;
}	

.product-wrap{
 display: flex !important;
  flex-direction: row-reverse;
  align-items: flex-start;
  border-top:1px solid #D7D7D7;
   padding: 0;
       justify-content: space-between;
       height: 100%;
	    padding: 0 15px;
}
.listing-post-style-2 .directorypress-listing-text-content-wrap .price{
  padding-top: 15px;
}
.directorypress-listing-text-content-wrap{
  height: 100%;
}
.product-wrap .location{
  margin: 0;
  flex-basis:50%;
 padding: 15px 15px 20px 15px;
  border-left:1px solid #D7D7D7;
  height: 100%;
}


 .product-wrap .price .field-content{
  color:#EB6F0B;
  font-size:28px;
  line-height:30px;
  font-weight: normal;
}
.title-item{
color:   #10101080;
margin-bottom:0px;
font-size: 12px;
  line-height: 16px;
}
.title-item + p{
margin-bottom:0px;
}
.location + .price-block {
   flex-basis:50%;
}
.price-block   {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
     width: 100%;
  padding: 15px 15px 20px 15px;
  height: 100%;
}

.directorypress-listing-title {
   padding: 15px !important;
}
.directorypress-listing-title h2 a{
  color:#000FFF ;
  font-size:22px;
  line-height:30px;
   font-weight: normal;
	transition:0.5s;
}
.product-loop-wrapper{
  height:100%;
}

.pacz-product-content {
  border: none;
}	

.pacz-product-loop-item {
  padding: 0 7px;
}
.product-loop-image{
  width:100%;
}	

.listing-post-style-2 .directorypress-listing-item-holder {
    padding: 0px!important ;
}
.directorypress-listings-block.directorypress-listings-grid .directorypress-listing-text-content-wrap {
    padding: 0;
}
.search-wrap{
	margin-left: auto;
	padding:0 !important;
}
.keyword-search{
	margin-bottom:0 !important;
}
.vc_custom_1644223716499 {
  padding-left: 135px !important;
}
@media(max-width:1440px){
  .vc_custom_1646402843647 {
     padding-left: 135px; 
}
  .product-wrapper{
    margin: 0 50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home .row.directorypress-categories-wrapper.clearfix {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vc_custom_1644223716499 {
  padding-left: 50px !important;
}
}

@media(max-width:1280px){
	.cat{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
  .product-wrap {
  align-items: baseline;
  }
  .price-block{
    padding: 15px 15px 0px 15px;
  }
  .columns-4 .pacz-product-loop-item {
    width: 33%;
  }
}
@media(max-width:1024px){
  .vc_custom_1644390285149 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .header-container {
  padding-left: 50px;
  padding-right:60px;
  }
  .hero{
      padding-left: 50px !important;
  }
  .vc_col-sm-3 {
  width: 35%;
  }
  .vc_custom_1644224307639 {
      padding-right: 50px !important;
      padding-left: 50px !important;
  }
  .vc_custom_1644223716499 {
  padding-left: 50px !important;
}
.center-text{
  width:35% !important;
}
.row-text .vc_col-sm-4 {
  width: 32%;
}
.cat ul li img {
  max-width: 60px!important;
  height: 54px!important;
}
.cat ul li h4 > span {
  font-size: 16px !important;
  line-height: 18px !important;
}
.cat ul li h4 {
  font-size: 16px;
  margin-bottom: 0px;
}
.cat ul li {
 margin-left: 0;
  flex-basis: 10%;
}	
.vc_custom_1644223716499 {
  padding-left: 50px !important;
}



}

@media(max-width:768px){
  .vc_col-sm-3 {
    width: 60%;
}
  .sub-title{
   font-size: 40px !important;
    margin-bottom: 0px !important;
  }
  .main-title{
    font-size: 60px !important;
    margin-bottom: 0px !important;
  }
  .intro-text{
    font-size: 50px !important;
  }
  .hero {
    padding-right: 50px !important;
  }
  .row-text .vc_col-sm-4 {
  width: 25%;
}
  .center-text {
  width: 50% !important;
}
  
}
@media(max-width:600px){
	.home .cat-style-2 .directorypress-category-item {
    flex-basis: 48%;
}
	.vc_sep_width_50 {
    width: 100%;
}
  .center-text {
    width: 65% !important;
  }
  .row-text .vc_col-sm-4 {
      width: 17%;
    }
  .main-title span{
     width: 100%;
      display: inline-block;
      line-height: 56px !important;
    font-size: 50px;
    }
    #fancy-title-623363717f5ea span{
      line-height: 50px !important;
      font-size: 45px;
    }
  .vc_col-sm-3 {
    width: 100%;
  }
  footer ul li{
    display:flex;
  }
  footer ul li a{
    text-align: center;
  }
	.title-listing {
    	padding: 0 10px;
	}
	
}

#theme-page .theme-page-wrapper .inner-page-wrapper #pacz-sidebar {
  padding-top: 160px;
}
.container-category{
  max-width: 1170px;
    margin: 0 auto;
}
.cat-style-1 .directorypress-category-holder .directorypress-parent-category {
  text-align: left; 
}

.listing-item {
  display: flex;
  margin-bottom: 30px;
  border:1px solid #E1E1E1;
}
.listing-item > img{
  width: 270px;
  height: 180px!important;
  object-fit: cover;
  margin-right: 30px;
}
.title-listing{
  color:#000FFF !important;
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.wrapper-category{
  display: flex !important;
  justify-content: space-between;
}
.listing-excerpt p{
  color:#333333 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  margin-bottom: 10px !important;
}
.bottom-block{
  border-top:1px solid #E1E1E1;
  padding: 10px 0 10px 0;
  display: flex;
}
.content-listing{
  width: 100%;
}
.price-block{
  padding: 0 20px 0 0px ;
  width: auto;
  border-right:1px solid #E1E1E1;
}
.title-block{
color:#808080;
font-size: 17px !important;
  line-height: 25px !important;
  text-transform: uppercase;
}
.price-block > span{
  color:#000000;
  font-size: 24px !important;
  line-height: 27px !important;
  font-weight: 600;
}
.address-block{
  padding: 0 0 0 20px ;
}
.address-block span{
  color:#000000;
  font-size: 20px !important;
  line-height: 30px !important;
}
.filter-listings{
  max-width: 320px;
  margin-right: 50px;
 flex-basis: 27%;
  background-color:#f4f5f6;
 padding: 25px 10px;
	height:100%;
}
.listing-wrapper{
  flex-basis: 70%;
}
.title-block-filter{
  color:#101010;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 600;
}
.list-my_taxonomy{
  margin: 0 !important;
}
.list-my_taxonomy li{
  color:#101010;
}
input[type="checkbox"] {
  margin: 0 5px 0px 0;
  width: 13px;
  height: 13px;
  position: relative;
}
.check-title{
  font-size: 18px;
  font-weight: 400;
}
.check{
 margin-bottom: 15px;
}
.check:nth-last-child(1) {
    margin-bottom: 0;
}
input[type="checkbox"]::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: 120ms transform ease-in-out;
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #fff;
  border:1px solid #ff7844;
}
input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 120ms transform ease-in-out;
  background-color: #ff7844;
  position: absolute;
  top: 0;
  left: 0;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
input[type="checkbox"]:checked::after {
  border:1px solid #ff7844;
}
.title-list-search{
  border-bottom: 1px solid #E1E1E1;
  padding: 0 10px 20px 10px;
}
.select-category{
  padding: 20px 10px 0 10px;
}
.select-location{
  padding: 20px 10px;
  border-bottom: 1px solid #E1E1E1;
}
.select-price{
  padding: 20px 10px;
  border-bottom: 1px solid #E1E1E1;
}
.select-price_input input{
  max-width: 128px;
  padding:  10px;
border: 1px solid #E1E1E1;
	font-size: 16px;
	line-height: 20px;
}
.select-price_wrap{
  display: flex;
  justify-content: space-between;
}
.listing-item.featured{
  background-color: #FFFCCB;
  position: relative;
}
.listing-wrapper.ajax-search .listing-item.featured{
  background-color: #fffccb00;
}

.listing-item.featured .sticker {
  position: relative;
  height: 100%;
}
 
  .listing-item.featured .sticker::before {
  content: '';
  display: block;
  border-width: 20px 20px;
  border-style: solid;
  border-color: #FF0000 #FF0000 #FF0000 transparent;
  padding: 0 37px;
  }
 
  .listing-item.featured .sticker span{
    position: absolute;
    top: calc(50% - 13px);
    right: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}
.listing-wrapper.ajax-search .sticker-wrap{
display: none;
}
.sticker-wrap{
  position: absolute;
  bottom: 10px;
  right: 0;
}

.search-form__input{
  color:#757575;
  font-size: 16px !important;
    line-height: 20px;
    padding: 8px 45px 8px 8px;
    width: 100%;
}
.search-form{
  position: relative;
}
.btn-form{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F66C0D;
  height: 38px;
  border: none;
  width: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:1024px){
  .cena_min{
    margin-right: 20px;
  }
  .filter-listings{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
  }
  .title-list-search{
    flex-basis: 45%;
  }
.select-price{
  flex-basis: 45%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.select-location{
  flex-basis: 45%;
}
.select-category{
  flex-basis: 45%;
}
.wrapper-category {
  flex-direction: column;
}
.filter-listings {
  max-width: 100%;
  margin-right: 0;
  flex-basis: 100%;
}
.list-my_taxonomy{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.check {
  flex-basis: 33%;
}




}

@media(max-width:768px){
  .listing-item > img {
    width: 100%;
    max-width: 270px !important;
  }
  .vc_custom_1645520745719 {
    background-repeat: no-repeat;
    background-size: cover;
}

}
@media(max-width:600px){
  .listing-item {
    flex-direction: column;
    align-items: center;
  }
  .listing-item > img {
    max-width: 100%!important;
    margin-right: 0px;
  }
  .check {
    flex-basis: 40%;
}
.listing-excerpt p{
  padding: 0 10px;
}
.price-block{
  padding: 0 20px 0 10px ;
}
}

@media(max-width:468px){
  .check {
    flex-basis: 100%;
}
.hero {
    padding-right: 30px !important;    
	padding-left: 30px !important;
}
.vc_custom_1643705970109 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
	.vc_custom_1643622692171 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
	.pacz-fancy-text span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 30px !important;
}
	.text-block{
	 padding-left: 30px !important;
    padding-right: 30px !important;	
	}
	.text-block.vc_row {
    margin-left: 0;
    margin-right: 0;
	}
	.text-item span{
		  font-size: 24px;
    line-height: 30px !important;
	}
	.vc_row[data-vc-full-width]{
		    padding: 40px 15px 0px !important;
	}
	footer .copyright {
    text-align: center;
}

	.btn-link button{
		  font-size: 26px !important;
    line-height: 30px !important;
	min-height: 60px !important;
    padding: 10px 25px !important;
	}
	.vc_custom_1647528232918 {
    margin-bottom: 20px !important;
}
	.cat {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.header-container {
  padding-left: 30px;
  padding-right: 50px;
}
.log-link:before{
  display: none;
}	
.pd {
  padding: 23px 0px;
}
.right-menu_item:nth-child(1) .log-link span {
  margin-right: 0px; 
}
.menu:before{
  display: none;
}
.logo {
  max-width: 140px;
}
.vc_row[data-vc-full-width] {
  padding: 0px 15px 0px !important;
}
.vc_custom_1646402843647 {
  padding-bottom: 100px !important;
}
}


.category-page {
background-color: #fff !important;
}
#theme-page select{
	background-image: none;
	font-size: 16px;
    line-height: 20px;
	min-width: 100%;
}

.single-listing .listing-main-content header.directorypress-listing-title h2 {
    font-size: 40px;
	line-height: 76px !important;}

.slick-slide img {
    max-width: 500px !important;
    max-height: 490px;
    height: 100%;
}
.directorypress-single-radius-style .directorypress-single-listing-logo-wrap {
    max-width: 50% !important;
}

/* mobmenu */
header .burger {
  display: none;
}

.burger {
  position: fixed;
  right:15px;
  top: 450px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 11;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 999999;
}

.burger span, .burger span:before, .burger span:after {
  position: absolute;
  height: 2px;
  background: #fff;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
}

.burger span:before {
  content: "";
  top: -5px;
  width: 28px;
  -webkit-transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger .active::before {
  width: 28px;
}

.burger span {
  top: 20px;
  width: 28px;
}

.burger span:after {
  content: "";
  width: 28px;
  bottom: -5px;
  -webkit-transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span.active:before {
  content: "";
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #fff;
  color: #fff;
  z-index: 10;
}

.burger span.active:after {
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #fff;
  color: #fff;
  z-index: 10;
}

.burger span.active {
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

.mobmenu {
  display: block;
  right: -101%;
  width: 100%;
  max-width: 100vw;
  top:65px;
  /* min-height: 100vh; */
  height: auto;
  background: #202020;
  color: #202020;
  position: fixed;
  z-index: 10;
  text-align: center;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  z-index: 99999;

}
.mobmenu.animate {
  right:  0;
  display: block;
  /* min-height: 100vh;
  height: 100%; */
}
.mobmenu.animate .title-menu + .header__main-menu {
   height: 100%; 
   visibility: visible; 
   /* overflow: hidden; */
   transition: 0.2s;
   position: static; 
   background: none;
    width: 100%;
    padding: 0;
    opacity: 1; 
}
.mobmenu .title-menu + .header__main-menu {
  height: 100%; 
  visibility: visible; 
  /* overflow: hidden; */
  transition: 0s;
  position: static; 
  background: none;
  width: 100%;
  padding: 23px 15px 0 15px;
  opacity: 1; 
}
.mobmenu.animate .menu:before{
  display: none;
}
.mobmenu .menu:before{
  display: none;
}
@media(max-width:900px){
  header .desc{
    display: none;
  }
  header .burger {
    display: block;
    position: fixed;
    top: 30px;
  }
}
.header-button-mobile{
  display: none;
}
.mobmenu.animate .header__main-menu li:nth-last-child(1){
  margin-bottom: 0;
}
.mobmenu .header__main-menu li:nth-last-child(1){
  margin-bottom: 0;
}
.mobmenu.animate .menu-1{
  padding: 23px 15px 0;
}
.mobmenu .menu-1{
  padding: 23px 15px 0;
}
@media(max-width:600px){
  .header-button-desc{
    display: none;
  }
  .header-button-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 23px;

  }
}
#billing_address_2 {
  margin-top: 25px;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  height: 80px;
}
.page-template .menu::before, .page .menu::before {
  height: 100%;
  top: 0;
}
.hero-text-2 span {
  -webkit-text-stroke: 1px #fff;
}
.hero-text-2 { 
  position:  relative;
 }
.hero-text-2::after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  background: url("http://slidejob.local/wp-content/uploads/2022/03/dirt.png");
  bottom: -11px;
}
/* .directorypress-single-radius-style .list-block-c .directorypress-custom-popup {
  display: none;
}
.directorypress-single-radius-style.logged-in .list-block-c .directorypress-custom-popup {
  display: block;
}
.logged-in .only-logged-out { 
  display:  none;
 } */


.listing_head {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    margin-bottom: 20px;
}
.listing_head_title {
    margin: 30px 0 20px 0;
    color: #101010;
}
.section_head {
    padding-bottom: 30px;
    background-color: #fff;
}
.custom_menu{
    z-index: 99999;
}

.custom_menu li{
    list-style: none;
}
.custom_menu > li > a {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    transition: 0.5s;
    padding: 23px 15px;
    display: block;
}


.custom_menu .sub-menu a {
     display: block;
     padding: 10px 0;
    transition: 0.5s;
 }
.menu-item-has-children > a::after {
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #605E5E;
    border-left: 6px solid transparent;
    content: '';
    transition: all .5s ease;
    margin: 0 0 0 7px;
}
.custom_menu .menu-item-has-children:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

@media (max-width: 900px){
    #custom_menu{
        display: none;
    }
    .custom_menu > li > a{
        padding: 23px 15px 13px 15px;
    }
}

@media (min-width: 901px){
    .custom_menu .sub-menu {
        position: absolute;
        background: #202020;
        padding: 13px 15px;
        width: max-content;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        z-index: -99;
    }
    .custom_menu > li{
        display: inline-block;
        position: relative;
    }
    .custom_menu > li::before{
        transform: rotate(10deg);
        content: '';
        width: 2px;
        background: #363636;
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
    }
}
#custom_menu_mobile li {
    margin-left: 0;
}

.profile_action_sub {
    position: absolute;
    background: #202020;
    padding: 13px 15px!important;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: -99;
}
.profile_action:hover .profile_action_sub{
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.profile_action_sub a {
    display: block;
    padding: 10px 0;
    transition: 0.5s;
}
.profile_action_sub li {
    list-style: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


a.dhvc-register-link {
    color: #000FFF;
    font-size: 20px;
    text-decoration: underline!important;
}
a.dhvc-register-link:hover {
    color: #000FFF;
}
.submit_new_listing input {
    background: #0BB688;
    border-color: #0BB688!important;
    color: #fff;
    transition: 0.3s;
}

.submit_new_listing input:hover {
    background: #424242;
    border-color: #424242!important;
    color: #fff;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #404040!important;
    opacity:  0.8;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #404040!important;
    opacity:  0.8;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #404040!important;
    opacity:  0.8;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #404040!important;
    opacity:  0.8;
}
input::placeholder {
    color: #404040!important;
    opacity:  0.8;
}
.directorypress-field.directorypress-form-group.directorypress-form-horizontal {
  display: flex;
  align-items: center;
}
.has-feedback {
  margin-right: 15px;
}
.directorypress-col-md-1.directorypress-control-label {
  margin-right: 15px;
}
.glyphicon.glyphicon-calendar.directorypress-form-control-feedback {
  left: 15px;
}
.single-breadcrumbs__single {
  margin: 0;
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.single-breadcrumbs__single li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-breadcrumbs__single a {
  font-size: 16px;
  text-transform: uppercase;
}
.single-breadcrumbs__last {
  font-size: 16px;
  font-weight: bold;
  color: #ff7844;
  text-transform: uppercase;
}
.single-breadcrumbs {
  width: 100vw;
  margin-left: calc((100% - 100vw)/2);
   padding-left: calc((100vw - 100%)/2);
     border-bottom: 1px solid gray;
     padding-bottom: 10px;

}
.has_featured-tag-2 {
  color: #fff;
}

@media (max-width: 500px){
    .directorypress-listing .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title h2 a {
	font-size: 18px !important;
}
    .mobile_hide{
        visibility: hidden;
    }
    
	.sell-gear-btn {
	text-align: center!important;
}
	.home-intro-small span {
	font-size: 18px;
	line-height: 1.4 !important;
}
	.product-wrap .location { 
	height: auto;
}
	.directorypress-listing .directorypress-listing-item-holder .directorypress-listing-text-content-wrap { 
		height: auto;
	}
	.listing-post-style-2 .directorypress-listing-item-holder { 
	    height: auto!important;   
	}
	html #wpadminbar { 
	    display: none!important;   
	}
html.vc_mobile {
	margin-top: 0 !important;
}
	html.vc_mobile .page-id-3715 {
	margin-top: -70px !important;
}
		.page-id-3715 #fancy-title-62729881311f7 {
	margin-top: 100px;
}
.dashboard-wrapper {
	margin-top: 90px;
}
#menu-toggle { 
    top: 80px;   
}
.directorypress-field.directorypress-form-group.directorypress-form-horizontal { 
    flex-wrap: wrap;   
}
}

body{
    color:#000!important;
}

.title-item{
    color:#000;
}

@media (min-width: 768px){
    .buy_btn {
    text-align: right!important;
}
.sell_btn{
    text-align:left!important;
}
}

#wpadminbar{
    display:none;
}
/*body.logged-in { */
/*    margin-top: -32px !important; */
    
/*}*/
/*@media screen and ( max-width: 782px ) {*/
/*	body.logged-in { margin-top: -46px !important; }*/
/*	.sell-gear-btn {*/
/*        text-align: center;*/
/*    }*/
/*	}*/
/*@media (max-width:500px){*/
/*    body.logged-in { margin-top: 0px !important; }*/
/*}*/
@media (max-width:900px){
	 header {
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
}
	.listing-page-msg p {
    padding: 15px;
}
	
.section_head {
    padding-top: 60px;
}
}

.mobmenu.animate {
    right: 0;
    display: block;
    overflow-y: scroll;
    max-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message { 
	border-top: 3px solid #ff7844;
}

@media (max-width:500px){
footer ul {
    display:block;
}
footer ul li{
    text-align: center;
    padding: 5px 15px;
    display:block;
    border: none!important;
}
.page-id-3715 .wpb_wrapper{
    padding-top:20px;
}
}

.only-logged-out a {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.price_monet {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.select2-results__option {
    text-transform: capitalize;
}

.directorypress-tos span {
    font-size: 16px;
}

.directorypress-tos a {
    color: #000FFF!important;
}

.custom_menu .sub-menu{
    display:none;
}
.custom_menu .show_menu .sub-menu{
    display:block;
}

.listing-page-msg p {
    text-align: center;
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    border: 2px solid red;
	color:red;
}
.listing-page-msg {
    display: block;
    text-align: center;
    margin-top: 30px;
}

#facebook_login,
#google_login{
    width: 200px;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    font-size: 14px;
    color: white;
    display: inline-block;
}
#facebook_login{
    background-color: #3b5998;
}
#google_login{
    background-color: #DE4B3B;
}
#google_login .fa.fa-google,
#facebook_login .fa.fa-facebook{
    background: no-repeat;
    border-radius: unset;
    color: #fff;
    text-align: center;
    height: auto;
    font-size: 20px;
    vertical-align: unset;
    display: inline-block;
    width: auto;
    padding-right: 15px;
}
#google_login:hover,
#facebook_login:hover{
    opacity: 1;
}
.social-networks {
    padding-top: 10px;
}

.logged-in .main_menu_login,
.logged-in .main_menu_register{
	display:none;
}
.about_text p {
    color: #000!important;
    font-size: 18px;
}
@media (max-width:991px){
	.about_text{
		padding-bottom:30px;
	}
}

.ga-desktop { 
	display: none;
}
.ga-mobile { 
	display: block;
}
@media (min-width: 1024px) { 
	.ga-desktop { 
		display: block;
	}
	.ga-mobile { 
		display: none;
	}
}

.contact-box-shadow {
    box-shadow: rgb(0 0 0 / 12%) 0px -1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    margin: 30px 5px 5px 5px;
    padding: 10px;
}
