/* Crna — #222427
Bijela — #FFFFFF  
Svjetlo siva — #F8FAFB 
Tamno siva — #DCE1E4  */

html {
  scroll-behavior: smooth !important;
}

.site-title-tagline,
.site-title,
.theme-btn,
.navbar .nav-item .nav-link,
.navbar .nav-item .dropdown-menu .dropdown-item,
.hero-single .hero-content .hero-title,
.hero-single .hero-content .hero-sub-title,
.hero-single .hero-content p,
.progress-box h5,
.cta-text h1,
.blog-title,
.quote-content .quote-header h6,
.team-bio h5,
.team-bio span,
.site-breadcrumb .breadcrumb-title,
.site-breadcrumb .breadcrumb-menu li {
  text-transform: none !important;
}

.navbar {
  box-shadow: 0 4px 12px -6px rgba(34, 36, 39, 0.15);
}

.site-title-tagline {
  text-transform: uppercase !important;
  color: #222427 !important;
}

.site-title {
  color: #222427 !important;
}

a:hover {
  color: #DCE1E4 !important;
}



/* breadcrum */
.site-breadcrumb::before {
  background: none !important;
}

.site-breadcrumb .breadcrumb-title,
.site-breadcrumb .breadcrumb-menu li a,
.site-breadcrumb .breadcrumb-menu li::before,
.site-breadcrumb .breadcrumb-menu li.active {
  color: #222427 !important;
}

/* hero */

.hero-single .hero-content .hero-title {
  color: #222427 !important;
}

.hero-single .hero-content .hero-title span {
  color: #222427 !important;
}

.hero-single .hero-content p {
  color: #222427 !important;
}

.search-nav .nav-link.active {
  background: #222427 !important;
}

.hero-subtitle {
  font-size: 34px !important;
}

/* filter */

.search-form .form-control {
  color: #757F95 !important;
  border-color: #222427 !important;
}

.form-control {
  color: #757F95 !important;
}

.search-form .form-control::placeholder {
  color: #757F95 !important;
}

.search-form .nice-select {
  border-color: #757F95 !important;
  color: #757F95 !important;
}

.search-form .form-control:focus,
.search-form .nice-select:focus {
  border-color: #757F95 !important;
}

.listing-btn {
  border: 2px solid #c1272d !important;
  color: #c1272d !important;
}

@media (max-width: 767px) {
  .hero-single .hero-content .theme-btn {
    margin-top: 20px !important;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .search-form .advanced-search {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 20px;
  }
}

/* custom filter */


/* index.php */

.homepage-listing-item {
  height: 630px;
}

.homepage-listing-item .listing-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.homepage-listing-img {
  height: 40% !important;
  cursor: pointer;
}

.homepage-listing-img img {
  height: 100% !important;
  object-fit: cover !important;
}

.homepage-listing-title {
  height: 30% !important;
}

.counter-box .icon {
  background: #434547 !important;
}

.bg {
  background-color: #DCE1E4 !important;
}

.category-icon {
  color: #222427 !important;
}

.category-property {
  color: #222427 !important;
}

.team-social-btn li i {
  background: #222427 !important;
}

.team-bio span {
  color: #434547 !important;
}

.testimonial-area {
  position: relative;
  background: #F8FAFB !important;
}

.testimonial-area::before {
  background: none !important;
}

.testimonial-author-info p {
  color: #222427 !important;
}

/* .fa-solid,
.fa-thin,
.fas,
.fat {
  color: #222427 !important;
} */

.testimonial-area .owl-dots .owl-dot span {
  border: 2px solid #222427 !important;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: #222427 !important;
}

.blog-item-meta ul li i {
  color: #222427 !important;
}

.blog-item-info h4 a {
  color: #222427 !important;
}

.property-listing-slider .owl-dots .owl-dot.active span {
  background: #222427 !important;
}

.property-listing-slider .owl-dots .owl-dot span {
  border: 2px solid #222427 !important;
}

.location-area .location-btn {
  background: #222427 !important;
  color: #fff !important;
}

/* list.php */
.list-listing-img {
  cursor: pointer;
}

.list-city-suggestions {
  padding: 10px !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  background: white !important;
  position: absolute !important;
  z-index: 9999 !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 10px !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.list-city-suggestions>* {
  padding: 10px !important;
  cursor: pointer !important;
}

.list-city-suggestions>*:hover {
  background: #F6F6F6 !important;
  border-radius: 6px !important;
  color: #6E7F96;
  font-weight: bold;
}

.filter-btn {
  padding: 5px 14px;
  border: 2px solid #6E7F96;
  color: #6E7F96;
  font-weight: 500;
  border-radius: 10px;
  width: 60%;
  text-align: center;
}

.filter-btn a:hover,
.filter-btn a:active,
.filter-btn a:focus {
  color: #c0ccdc !important;
}

.property-sort .nice-select {
  color: #6E7F96 !important;
}

.listing-price-amount {
  color: #222427 !important;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #DCE1E4 !important;
  color: white !important;
}

.site-breadcrumb {
  background-position: center center !important;
  background-size: cover !important;
}

/* mobile */
@media (max-width: 767px) {
  .listing-item .image-link-wrapper {
    width: 100%;
  }

  .list-listing-img {
    height: 360px !important;
    width: 100% !important;
  }

  .list-listing-img img {
    height: 100% !important;
    width: 100% !important;
  }

  .site-breadcrumb {
    padding-top: 100px !important;
    padding-bottom: 35px !important;
    background-position: 50% 35% !important;
    background-size: 150% !important;
  }
}

/* ipad air/mini */
@media (min-width: 768px) and (max-width: 990px) {

  .list-listing-item {
    height: 600px !important;
    display: flex !important;
    flex-direction: column !important;
  }


  .list-listing-img {
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
  }

  .list-listing-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .list-listing-content {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 1rem !important;
  }

  .list-listing-title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin: 0 0 .5rem !important;
  }

  .list-listing-bottom {
    margin-top: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

}

/* ipad pro */
@media (min-width: 991px) and (max-width: 1235px) {

  .list-listing-img {
    width: 300px !important;
    height: 300px !important;
  }

  .list-listing-title {
    font-size: 18px !important;
  }

  .list-agency {
    font-size: 1rem !important;
  }
}

/* detail.php */
.detail-owl-item-image {
  width: 900px !important;
  height: auto !important;
  aspect-ratio: 1.5 !important;
  object-fit: cover !important;
}

.property-single-meta-left {
  width: 100%;
}

.property-single-meta-left span {
  background-color: #222427 !important;
}

.property-single-price {
  color: #222427 !important;
}

.listing-badge {
  background-color: #222427 !important;
}

.listing-price-amount {
  color: #222427 !important;
}

.listing-btns a {
  color: #222427;
  background: #DCE1E4;
}

.listing-feature-list i {
  color: #222427 !important;
}

.property-similar-slider .owl-dots .owl-dot.active span {
  background: #222427 !important;
}

.property-similar-slider .owl-dots .owl-dot span {
  border: 2px solid #222427 !important;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: #F8FAFB;
}

.property-single-agency-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.property-single-agency-logo {
  overflow: hidden;
  aspect-ratio: 1;
  width: 100px;
  padding: 3px;
  border-radius: 50px;
  border: 3px solid #222427 !important;
}

.property-single-agent-info li i {
  color: #222427 !important;
}

.fa-duotone:after,
.fad:after {
  color: #222427 !important;
  color: transparent !important;
}

.property-single-info-item i {
  color: #222427 !important;
}


/* ipad i vece */
@media (min-width: 768px) {
  .property-single-meta-left {
    width: 70%;
  }
}

.forsale-logo {
  min-width: 45px !important;
}


/* kontakt.php */
#contact_form textarea {
  height: auto !important;
}

/* portal_trazi_za_vas.php */
#modal img {
  width: 50px;
}

/* footer */

.footer-area,
.copyright {
  background: #DCE1E4 !important;
}

.footer-widget-box p,
.footer-contact li,
.footer-contact li a,
.footer-widget-title,
.footer-list li a,
.footer-list li a i,
.footer-social li a i,
.copyright .copyright-text {
  color: #222427 !important;
}

.footer-widget-title::before {
  background-color: #222427 !important;
}

.footer-widget-title::after {
  background-color: #222427 !important;
}

.footer-contact li i {
  background-color: #222427 !important;
}

#scroll-top {
  background-color: #c1272d !important;
}


/* detail php promjena redosljeda sekcija na mobu */
@media (max-width: 991px) {
  .property-single2 .row {
    display: flex;
    flex-direction: column;
  }

  .property-single2 .col-lg-8 {
    order: 1;
  }

  .property-single2 .col-lg-4 {
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .property-single-sidebar>.property-single-content:first-of-type {
    order: 1;
    margin-top: 40px !important;
  }

  .property-single-sidebar>.property-single-content:last-of-type {
    order: 2;
  }

  .property-single-wrapper {
    display: flex;
    flex-direction: column;
  }

  .property-single-slider {
    order: 1;
    margin-bottom: 30px !important;
  }

  .property-single-meta {
    order: 2;
  }

  .property-single-wrapper>.property-single-content {
    order: 3;
  }

  .py-120 {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }

}

/* mobile nav menu */
@media (max-width: 991px) {

  .header-nav-right {
    display: flex !important;
    justify-content: center;
    margin-top: auto;
    padding: 15px 0;
    border-top: 1px solid #eee;
  }
}

/* category area homepage smaller cards */
@media (max-width: 767px) {
  .category-area .category-item {
    margin-bottom: 12px;
  }

  .category-area .category-item a {
    padding: 12px 10px;
  }

  .category-area .category-icon {
    font-size: 50px;
    margin-top: 0.5rem !important;
  }

  .category-area .category-title {
    font-size: 1rem;
    margin: 6px 0;
  }
}