/* $Id:main.css 9893 2013-02-14 00:00:53Z shaun $ */

/* DEFAULT PHOTO THUMB */
.bg_item_nophoto.bg_item_photo_classified:before{
  content:"\f1ea";
}

/* ITEM TYPE ICONS */
.item_icon_classified:before{
  content:"\f1ea";
  font-family:'Font Awesome 6 Free';
}

/* ACTION TYPE ICONS */
.activity_icon_comment_classified:before{
  content:"\f075";
  font-family:'Font Awesome 6 Free';
}

/*VIEW CLASSIFIED
Styles both the 'view classifieds' and the 'view classified listing'
pages, including the right-side gutter column by default.
*/
.classified_breadcrumb > p {
  margin-bottom:0;
}
#global_page_classified-index-view #comment-form > textarea{
  display:block !important;
}
.classified_top{
  display:flex;
}
.classified_top > .classified_left{
  width:45%;
  display:flex;
  padding-right:20px;	
}
.classified_top > .classified_right{
  width:55%;
}
[dir="rtl"] .classified_top > .classified_right{
  padding-right:20px;
  padding-left:0;
}
.classifieds_thumbs_nav .slick-slide > div{
  height:80px !important;
  margin-bottom:10px;
}
.classified_top > .classified_left .classifieds_thumbs_nav{
  width:80px;
  min-width:80px;
  margin-right:20px;
}
[dir="rtl"] .classified_top > .classified_left .classifieds_thumbs_nav{
  margin-right:0;
  margin-left:20px;
}
.classified_top > .classified_left .classifieds_thumbs_nav img{
  border-width:1px;
  cursor:pointer;
  width:98%;
  height:80px;
  object-fit:cover;
}
.classifieds_thumbs_main_image{
  flex:1;	
  max-width:80%;
}
.classifieds_thumbs_description{
  padding:10px 0;
  word-break:break-word;
}
.classifieds_thumbs_main{
  border-width:1px;
  height:350px;
  overflow:hidden;
}
.classifieds_thumbs_nav .slick-arrow{
  font-size:0;
  background:none !important;
  border:0 !important;
  opacity:1 !important;
}
.classifieds_thumbs_nav .slick-disabled{
  display:none !important;
}
.classifieds_thumbs_nav .slick-slide{
  outline:0;
  border:0 !important;
}
.classifieds_thumbs_nav .slick-arrow:before{
  position:absolute;
  display:block;
  font-family:'Font Awesome 6 Free';
  font-size:16px;
  width:30px;
  height:30px;
  line-height:30px;
  color:var(--theme-font-color);
  background:var(--theme-list-background-color);
  border:1px solid var(--theme-border-color);
  margin:auto;
  left:0;
  right:0;
  top:5px;
  font-weight:600;
  z-index:9;
}
.classifieds_thumbs_nav .slick-prev:before{
  content:"\f077";
}
.classifieds_thumbs_nav .slick-next:before{
  content:"\f078";
  top:auto;
  bottom:25px;
}
.classified_top > .classified_left .classifieds_thumbs_main img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.classified_right > h2, 
.classified_right > h3 {
  margin-bottom:10px;
  padding:0;
}
.classified_right > h1{
  border-bottom-width:1px;
  padding-bottom:10px;
}
.classified_right .classified_entrylist_entry_date{
  color:var(--theme-font-color-light);
  font-size:var(--theme-font-size-small);
  margin-bottom:0.625rem;
}
.classified_right .rating {
  margin-bottom:0.625rem;
}
.classified_right h3{
  padding:0;
  margin:1.25rem 0 0.625rem;
  font-weight:500;
}
.classified_right .rich_content_body br{
  display:none;
}
.classified_entrylist_entry_body{
  margin:1.875rem 0 0.625rem;
}
.classifieds_entrylist .profile_fields > ul{
  padding:0.625rem 0;
}
.classifieds_entrylist .profile_fields > ul > li > span:nth-child(1){
  display:inline-flex;
}
.classifieds_entrylist .profile_fields > ul > li > span > i{
  margin-top:3px;
  margin-right:5px;
  text-align:center;
}
[dir="rtl"] .bizlists_classifieds_entrylistentrylist .profile_fields > ul > li > span > i{
  margin-right:0px;
  margin-left:5px;
}
.classifieds_entrylist .profile_fields > ul > li > span:last-child{
  font-weight:600;
  background:none;
  width:auto;
}
.classifieds_entrylist .profile_fields > ul > li > span:last-child ul,
.classifieds_entrylist .profile_fields > ul > li > span:last-child ol {
  padding-left:20px;
}
.classifieds_entrylist .profile_fields > ul > li > span:last-child ul{
  list-style-type:disc;
}
.classifieds_entrylist .profile_fields > ul > li > span:last-child br,
.bizlist_right br {
  display:none;
}
.classifieds_entrylist h4{
  font-weight:600;
  border-bottom-width:1px;
  padding-bottom:10px;
  margin-bottom:10px;
}
.classifieds_entrylist p{
  line-height:1.5em;
  font-weight:400;
}
.classified_entrylist_entry_body .classifieds_tags > a{
  border-radius:5px;
  display:inline-block;
  margin:10px 4px 0 0;
  padding:2px 10px;
  float:none !important;
}
.classified_stats{
  border-top-width:1px;
  border-top-style:dashed;
  padding-top:10px;
}
.classified_stats > a{
  color:var(--theme-font-color);
  font-weight:var(--theme-font-weight-bold);
}
.layout_page_classified_index_view .layout_core_comments h3{
  display:none;
}
/* ICONS */
.icon_classified_new:before{
  content:"\f067";
}
.icon_classified_viewall:before{
  content:"\f060";
  font-weight:900 !important;
}
/* MANAGE CLASSIFIEDS */
.profile_fields ul > .field_textarea span > ul {
  list-style-type:disc;
  padding-left:20px;
  margin-left:-4px;
}
.profile_fields ul > .field_textarea span > ol{
  padding-left:20px;
  margin-left:-6px;
}
ul.classifieds_entrylist .classified_entrylist_entry_body ul {
  list-style-type:initial;
}
ul.classifieds_entrylist .classified_entrylist_entry_body ul,
ul.classifieds_entrylist .classified_entrylist_entry_body ol {
  padding-left:20px;
}
ul.classifieds_entrylist .classified_entrylist_entry_body br {
  display:none;
}
.classifieds_manage .classifieds_browse_info_date{
  font-size:var(--theme-font-size-small);
  margin:3px 0;
}
.classifieds_manage .classifieds_browse_info_title h3{
  margin:0 0 5px;	
}
.classified_manage_rating {
  display:inline-block;
  padding-left:2px;
}
[dir="rtl"] .classified_manage_rating {
  padding-left:0px;
  padding-right:2px;
}
/* Responsive CSS */
@media(min-width:768px) and (max-width:900px){
  .classified_top > .classified_left .classifieds_thumbs_main{
    height:300px;
  }
  .classifieds_thumbs_nav .slick-next:before {
    bottom:auto;
    margin-top:-40px;
  }
}
@media(min-width:768px){
  .classified_top > .classified_left .classifieds_thumbs_nav{
    max-height:400px;
  }	
}
@media(max-width:767px){
  .classifieds_thumbs_main{
    display:none;
  }
  .classified_top > .classified_left,
  .classified_top > .classified_right,
  .classified_top{
    width:100%;
    display:block;
    padding:0;
  }
  .classified_top > .classified_left .classifieds_thumbs_nav{
    width:100%;
    margin-bottom:15px;
    margin-right:0;
  }
  .classified_top > .classified_left .classifieds_thumbs_nav img{
    width:100%;
    height:200px;
    border:0;
    border-radius:8px;
  }
  .classifieds_thumbs_nav .slick-slide > div{
    height:200px !important;
    margin:0;
  }
  .classifieds_thumbs_nav .slick-dots > li {
    display:inline-block;
    margin:0 3px;
  }
  .classifieds_thumbs_nav .slick-dots {
    text-align:center;
  }
  .classifieds_thumbs_nav .slick-dots li button {
    width:8px;
    font-size:0;
    height:8px;
    border-radius:20px;
    background:var(--theme-font-color) !important;
    opacity:.2;
    border:0 !important;
  }
  .classifieds_thumbs_nav .slick-dots li.slick-active button{
    opacity:1;
  }
  .classified_right > h3{
    display:none;	
  }
  .classifieds_entrylist .profile_fields > ul > li > span{
    float:none;
    margin-right:0;
    margin-bottom:5px;
    display:block !important;
    width:auto;
  }
}