/*
 Theme Name: Sahifa Child
 Theme URI: https://example.com/
 Description: Clean child theme for Sahifa
 Author: istCamiler
 Template: sahifa
 Version: 1.0.0
 Text Domain: sahifa-child
*/

/* Ã–zel stillerinizi bu satÄ±rÄ±n altÄ±na ekleyin */


.widget-titlesta {
	padding-left: 5px;
	}



/* B CRUMBZ and MINI META STA-CO */

.breadcrumb,
.rank-math-breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #bfbfbf;
  font-weight: 400;
}

.breadcrumb a,
.rank-math-breadcrumb a {
  color: #bfbfbf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover,
.rank-math-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.5); /* yarým beyaz */
}

.rank-math-breadcrumb a {
  color: #bfbfbf !important;
}

.rank-math-breadcrumb a:hover {
  color: #fff !important;
}


body.dark-skin .rank-math-breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #bfbfbf;
  font-weight: 400;
}

body.dark-skin .rank-math-breadcrumb a {
  color: #bfbfbf;
  text-decoration: none;
  transition: color 0.3s ease;
}

body.dark-skin .rank-math-breadcrumb a:hover {
  color: #fff;
}

body.dark-skin .post-meta a {
  color: #bfbfbf;
  transition: color 0.3s ease;
}

body.dark-skin .post-meta a:hover {
  color: #fff;
}

.post-meta a {
  color: #bfbfbf !important;
}

.post-meta a:hover {
  color: #fff !important;
}

.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #bfbfbf;
}
.rank-math-breadcrumb i.fa-home {
  margin-right: 6px;
  color: #bfbfbf;
  font-size: 14px;
  vertical-align: middle;
}

.breadcrumb-wrapper i {
  font-size: 14px;
  color: #bfbfbf;
  vertical-align: middle;
}
.fa-home {
  font-size: 14px;
  color: #bfbfbf;
  margin-right: 6px;
}


/* B CRUMBZ STA-CO FINITO */