/* Blog sayfaları – koşullu yüklenir */

.blog_section{
	margin-top:40px;
	margin-bottom: 95px;
}

.blog_section .blog_list-box{
	position: relative;
}

.blog_section .title-field {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.blog_section .title-field h2{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'San Diego', sans-serif;
	color: #000000;
	margin-bottom: 0;
	text-transform: uppercase;
}

.wrapper-blog{
	padding-bottom: 60px;
}

.blog-navigation{
	position: absolute;
	right: var(--fabay-slider-gutter);
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 11px;
	z-index: 2;

}

.blog-nav{
	width: 33px;
	height: 33px;
	padding: 0;
	background: transparent;
}

.blog-nav img{
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-blog .slide-blog{
	width: 31%;
}

.blog-item{
	background-color: #EFEFEF;
	border-radius: 12px;
	padding: 24.5px 15px 40px 15px;
}

.blog-item .thumbnail{
	margin-bottom: 25px;
	width: 100%;
}

.blog-item .thumbnail img{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 474/325;
}

.blog-item .content h3{
	font-size: 16px;
	font-family: 'Franie', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.2px;
	margin-bottom: 0;
	color: #000000;
	margin-bottom: 36px;
	min-height: 55px;
}

.blog-item .content a{
	display: flex;
	align-items: center;
	gap: 7px;
}

.blog-item .content a img{
	width:10px;
	height:10px;
}

.blog-item .content .title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-item .content a span{
	color: #CC043E;
	text-decoration: underline;
	font-size: 12px;
	font-family: 'Franie', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.2px;
	margin-bottom: 0;
}

.blog-archive {
	margin-top: 40px;
}

.blog-archive-content-box {
	text-align: center;
	margin-bottom: 40px;
}

.blog-archive-breadcrumb {
	margin-bottom: 25px;
}

.blog-archive-breadcrumb a,
.blog-archive-breadcrumb span {
	font-size: 13px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 0.2px;
	color: #747474;
}

.blog-archive-header h1,
.blog-archive-title {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.blog-archive-description {
	color: #000000;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 0.2px;
	max-width: 1010px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.blog-archive-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 24px;
}

.blog-archive-item {
	width: calc(33% - 10px);
	background: #EFEFEF;
	border-radius: 12px;
	padding: 25px 15px;
}

.blog-archive-thumb {
	margin-bottom: 25px;
}

.blog-archive-thumb img {
	width: 100%;
	aspect-ratio: 489 / 325;
	object-fit: cover;
}

.blog-archive-header-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}

.blog-archive-item-title {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
	color: #000000;
	line-height: 1.3;
	min-height:40px;
}

.blog-archive-item-title a {
	text-decoration: none;
	color: inherit;
}

.blog-archive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 0.2px;
	color: #818181;
}

.blog-archive-excerpt {
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 72px;
}

.blog-archive-actions .btn {
	margin-top: 0;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0 80px;
}

.blog-pagination .navigation.pagination {
	display: inline-block;
}

.blog-pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 6px;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Franie', sans-serif;
	color: #6C6C6C;
	border: 1px solid transparent;
	background-color: transparent;
}

.blog-pagination .page-numbers:hover {
	border-color: #CC043E;
	color: #CC043E;
}

.blog-pagination .page-numbers.current {
	background-color: #CC043E;
	color: #ffffff;
	border-color: #CC043E;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
	padding: 0;
	min-width: 32px;
}

.blog-pagination .pagination-arrow-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #CC043E;
	background-color: #ffffff;
}

.blog-pagination .pagination-arrow-icon img {
	width: 14px;
	height: 14px;
	display: block;
}

.blog-detail-section .container{
	max-width:1514px;
}

.blog-single .breadcrump_section, .policy-page .breadcrump_section{
	margin:0;
}

.blog-single .breadcrump_section .breadcrump_box, .policy-page .breadcrump_section .breadcrump_box{
	padding:0;
	margin-bottom:45px;
}

.blog-detail-title{
	font-size:19px;
	font-weight:600;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:25px;
	text-align:center;
}

.blog_detail_head-field{
	display:flex;
	align-items:center;
	gap:30px;
	float:left;
	width:50%;
}

.blog-detail-thumb{
	width:100%;
	margin-bottom:50px;
	margin-right:50px;
}

.blog-detail-thumb img{
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 474 / 325;
}

.blog-detail-short-description{
	width:45%;
	display:none;
}

.blog-detail-short-description p{
	font-size:16px;
	font-weight:200;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:0;
}

.blog-detail-content h2{
	font-size:19px;
	font-weight:600;
	letter-spacing:0.2px;
	line-height:1.3;
	margin-bottom:32px;
}

.blog-detail-content h3{
	font-size:17px;
	font-weight:600;
	letter-spacing:0.2px;
	line-height:1.3;
	margin-bottom:30px;
}

.blog-detail-content h3 strong, .blog-detail-content h2 strong{
	font-weight:500;
}

.blog-detail-content h3 , .blog-detail-content h2{
	text-transform:capitalize;
	font-weight:500;
}

.blog-detail-content p{
	font-size:16px;
	font-weight:200;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:50px;
}

.blog-detail-content .wp-block-list{
	margin-bottom:20px;
}

.blog_section--single-other .blog_box .title-field{
	justify-content:start;
	align-items:center;
}

.blog-detail-content p a {
	color: #15c;
	font-weight: 400;
}