a, a:link, a:visited {
	color: #dd4814;
}
	a:hover, a:active, a:focus {
		text-decoration: underline;
	}

p, blockquote, pre, address, dl, ol, ul, form, table, article {
	margin-top: 1em;
}
	p:first-child, blockquote:first-child, pre:first-child,
	address:first-child, dl:first-child, ol:first-child, ul:first-child,
	form:first-child, table:first-child, article:first-child {
		margin-top: 0;
	}

strong, b {
	font-weight: 400;
}

em, i {
	font-style: italic;
}

ol {
	margin-left: 1.4em;
	counter-reset: steps;
}
	ol li {
		text-indent: -0.7em;
	}
		ol li:before {
			display: inline-block;
			width: 0.7em;

			content: counter(steps) ".";
			counter-increment: steps;
		}
		
	ol.steps li {
		clear: left;
		display: block;
		float: left;

		min-height: 80px;
		margin-bottom: 1em;
	}
		ol.steps li:before {
			content: counter(steps);
			counter-increment: steps;

			display: block;
			float: left;

			width: 20px;
			padding: 20px 20px;
			margin-right: 20px;

			border-radius: 40px;

			background-color: #dd4814;
			color: #fff;

			font-size: 180%;
			font-weight: 400;

			line-height: 0.7em;
		}

	li ol, li ul {
		margin-bottom: 0;
	}

/*  WordPress stuff  */

.wp-caption {
	max-width: 100%;
}

/*  TinyMCE templates  */

#main a.button, #main a.button:link {
	display: inline-block;
	margin-right: 0.65em;
	padding: 0.5em 0.65em;
	border-radius: 3px;

	background-color: #dd4814;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
	#main a.button:hover, #main a.button:active, #main a.button:focus {
		background-image: linear-gradient( to top, rgba( 0, 0, 0, 0.15 ), rgba( 0, 0, 0, 0.15 ) );
	}

/* -----------------------------------------------------------------------
 * Featured Slider
 * ----------------------------------------------------------------------- */
.uc-featured-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.uc-featured-slider .uc-slider-cycle {
	position: relative;
	/* jQuery Cycle 'fade' geçişinde slaytları position:absolute yapıp normal
	 * akıştan çıkarıyor; bu container'a sabit yükseklik verilmezse (.uc-slide-wrap
	 * ile aynı: 640px) yükseklik 0'a çöküyor ve üstteki overflow:hidden içeriği
	 * tamamen gizliyor — "slider görünüp hemen kayboluyor" bug'ının kök nedeni buydu. */
	height: 640px;
}
.uc-slide {
	display: block;
}
.uc-slide-visible {
	display: block;
}
.uc-slide-hidden {
	display: none;
}
.uc-slide-wrap {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.uc-slide-wrap img {
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.uc-slide-text {
	position: absolute;
	bottom: 24px;
	right: 24px;
	background: rgba(0,0,0,0.55);
	color: #fff;
	padding: 16px 20px;
	border-radius: 6px;
	max-width: 38%;
	line-height: 1.4;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.uc-slide-title {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 6px;
}
.uc-slide-title a {
	color: #fff;
	text-decoration: none;
}
.uc-slide-title a:hover {
	text-decoration: underline;
}
.uc-slide-excerpt {
	font-size: 0.85rem;
	line-height: 1.4;
	opacity: 0.9;
}
#uc-slider-controllers {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	background: none;
	/* jQuery Cycle 'go()' fonksiyonu her geçişte aktif/gelen slayta artan bir
	 * inline z-index atıyor (len-i+count — count her autoplay turunda artıyor),
	 * birkaç geçiş sonra bu sabit z-index'i geçip okları/noktaları slaytın
	 * arkasına gizliyor (tıklanamaz hale getiriyor). EvoLve/Travelify'deki
	 * aynı bug için kullanılan 9999 değeri buraya da uygulandı. */
	z-index: 9999;
}
.uc-slider-prev,
.uc-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background: rgba(0,0,0,0.45);
	color: #fff;
	border: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	display: block;
	transition: background 0.2s;
}
.uc-slider-prev { left: 14px; }
.uc-slider-next { right: 14px; }
.uc-slider-prev:hover,
.uc-slider-next:hover { background: rgba(0,0,0,0.75); color: #fff; }
#uc-slider-controllers a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: #777;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
}
#uc-slider-controllers a.active {
	background: #e95420;
}
@media (max-width: 640px) {
	.uc-slide-text {
		max-width: 90%;
		right: 5%;
		bottom: 12px;
		padding: 10px 14px;
	}
	.uc-slide-title {
		font-size: 1rem;
	}
	.uc-slide-excerpt {
		display: none;
	}
}

/* Comments form — full-width layout */
#reply #comment {
	float: none !important;
	width: 100% !important;
	box-sizing: border-box;
}
#reply .comment-meta {
	float: none !important;
	width: 100% !important;
}
/* Satır 2: Ad + E-posta — yan yana */
#reply .comment-form-author,
#reply .comment-form-email {
	float: left !important;
	width: calc(50% - 0.25em) !important;
	box-sizing: border-box !important;
	margin: 0 0 0.5em !important;
}
#reply .comment-form-author {
	margin-right: 0.5em !important;
}
#reply .comment-form-author input,
#reply .comment-form-email input {
	width: 100% !important;
	box-sizing: border-box !important;
}
/* Satır 3+: geri kalan her şey float temizle */
#reply .comment-form-cookies-consent,
#reply .form-submit {
	clear: both !important;
	width: 100% !important;
	box-sizing: border-box;
	margin: 0.5em 0 0 !important;
}

/* Comments form fixes */
.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	margin: 0.5em 0 0.75em;
}
.comment-form-cookies-consent input[type="checkbox"] {
	width: auto !important;
	flex-shrink: 0;
	margin-top: 3px;
}
.comment-form-cookies-consent label {
	font-size: 0.85rem;
	line-height: 1.4;
	color: #555;
}

#reply input[type="submit"] {
	width: auto !important;
	float: right !important;
	padding: 0.6em 1.8em !important;
	background-color: #e95420 !important;
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	transition: background 0.2s !important;
	margin-top: 0.5em !important;
}
#reply input[type="submit"]:hover {
	background-color: #c2410c !important;
}
#reply .comment-form p.form-submit {
	clear: both;
	text-align: right;
	margin: 0;
}

.read-more {
	display: inline-block;
	margin-top: 0.75em;
	font-size: 0.9rem;
	font-weight: 500;
	color: #e95420;
	text-decoration: none;
}
.read-more:hover { text-decoration: underline; }
