<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * LaraClassified - Classified Ads Web Application
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */
.wide-introÂ&nbsp;{
    background: #242423;
}
.breadcrumb-item .skin-default a, .breadcrumb.itemÂ&nbsp;.skin-default .link-colorÂ&nbsp;{
    color: #212529;
}
.search-row-wrapper {
	background: #242423;
}
#homepage a.btn-add-listing, a.btn-add-listing, button.btn-add-listing, li.postadd.nav-item&gt;a.btn-add-listing {
  background-image: linear-gradient(to bottom, #ff4262 0,#ff4262 100%);
  border-color: #ff4262;
}
h4.item-price {
    float: right;
}
.search-row-wrapper {
  margin-top: 0px;
}
.skin-default h1 {
  color: #ff4262;
  font-weight: bold;
}
div.f-category {
  padding: 5px;
}
@media (max-width: 767px) {
  .wide-intro h1 {
    font-size: 30px;
  }
  .category-list.make-grid .item-list {
    width: 100% !important;
  }
  p.sub {
    display: none;
  }
  div.f-category {
    width: 33%;
  }
  #text-form-btn-primary {
    display: none;
  }
  .col-thin-left {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .wide-intro h1 {
    font-size: 30px;
  }
  .category-list.make-grid .item-list {
    width: 100% !important;
  }
  p.sub {
    display: none;
  }
  div.f-category {
    width: 33%;
  }
  .col-thin-left {
    padding-left: 0;
    padding-right: 0;
  }
}
a.btn.btn-primary.btn-sm {
    color: white;
}
a.btn {
    color: white;
}
/* Destacado */
.cornerRibbons.red a {
  color: white;
}
/* oro*/
.cornerRibbons.green {
  background: #C59D2C;
  
}
.cornerRibbons.green a {
  color: white;
}
/*plata*/
.cornerRibbons.orange a {
  color: white;
}
.cornerRibbons.orange {
  background: #C0C0C0;
}</pre></body></html>