/*
Theme Name: Evoke Child
Theme URI: https://10layn.com
Description: 10layn child theme for Evoke. Site-specific CSS/JS overrides; parent is Evoke.
Author: 10layn
Template: evoke
Version: 1.0.0
Text Domain: evoke-child
*/

/* ==========================================================================
   10layn – site overrides (from 13-04-2026_evoke reference)
   Parent loads Evoke core styles; keep custom rules here.
   ========================================================================== */

/* Reading progress */
#reading-progress {
	position: fixed;
	width: 100%;
	height: 2px;
	z-index: 9999;
	top: 0;
	left: 0;
}

#reading-progress-fill {
	height: 2px;
	width: 0;
	-webkit-transition: width 100ms ease;
	-o-transition: width 100ms ease;
	transition: width 100ms ease;
	background-color: #ff4f58;
}

.admin-bar #reading-progress {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar #reading-progress {
		top: 46px;
	}
}

/* Blog card meta: author + categories — prevent horizontal overflow */
.blog-item .content .author-details {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}

.blog-item .author-details .front-categ {
	display: block;
	margin-top: 0.65em;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	/* Parent .author-details uses letter-spacing: 2px — too wide for many categories */
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.blog-item .author-details .front-categ a {
	display: inline;
	word-break: break-word;
}

.blog-item .author-details .read-time {
	display: block;
	margin-top: 0.5em;
	max-width: 100%;
}

/* Support / donate modal */
.modal_spe {
	position: fixed;
	bottom: 20px;
	background: #000;
	right: 0;
	z-index: 9999;
	transition: all 300ms;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	max-width: 80px;
	width: 80px;
	height: 80px;
	padding: 13px;
	cursor: pointer;
}

.modal_spe .modal_btn {
	width: 60px;
	text-align: center;
}

.modal_spe .modal_body {
	transition: all 300ms;
	display: none;
}

.modal_spe .modal_close {
	display: none;
}

.modal_spe .modal_btn img {
	max-width: 100%;
}

.modal_spe.active {
	position: fixed;
	bottom: 0;
	padding: 30px;
	background: #000;
	right: 0;
	max-width: 360px;
	width: 100%;
	z-index: 9999;
	transition: all 300ms;
	border-radius: 0;
	height: 400px;
	cursor: unset;
}

.modal_spe.active .modal_btn {
	max-width: 93px;
	width: 100%;
}

.modal_spe.active .modal_body {
	transition: all 300ms;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	position: static;
	white-space: nowrap;
}

.modal_spe .modal_body .btn_modal_white {
	font-size: 14px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	transition: all 300ms;
	font-weight: 600;
	padding: 0 20px;
	display: inline-block;
	margin: 20px 0;
}

.modal_spe .modal_body .btn_modal_white:hover {
	background: #424141;
	color: #fff;
	text-decoration: none;
}

.modal_spe.active .modal_close {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 40px;
	cursor: pointer;
}

/* Author page */
.author-single-page {
	text-align: center;
}

.author-single-page .author-title {
	font-size: 24px;
}

.author-single-page .author_all_posts {
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	transition: all 300ms;
	display: inline-block;
}

.author-single-page .author_all_posts:hover {
	background: #fff;
	color: #000;
}

.single-post-title a.author_all_posts {
	color: #fff;
	font-size: 16px;
}

/* Footer support / donations */
.footer-support-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	flex-wrap: nowrap;
}

.footer-donation-text {
	position: relative;
	font-size: 0.65rem;
	text-align: center;
}

#bmc-wbtn {
	display: -webkit-flex;
	border-radius: 50% !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	width: 80px !important;
	height: 80px !important;
}

.cb_p6_patreon_button a {
	display: block;
	text-align: center;
}

.cb_p6_patreon_button img {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
}

.cb_p6_patreon_site_widget img {
	border-radius: 12px;
	height: 60px !important;
	margin-bottom: 10px !important;
	max-width: none !important;
}

/* Newsletter */
#mc4wp-form-1 input {
	border: 1px solid #000;
	color: #000;
	padding: 10px 20px;
}

#mc4wp-form-1 .e-bulten-submit {
	margin-left: -5px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 10px 20px;
}

#mc4wp-form-1 .e-bulten-submit:hover {
	background: #fff;
	color: #000;
}

.search-social-mobile {
	display: none !important;
}

@media (max-width: 568px) {
	.fb-like {
		position: absolute;
		left: 10px;
		top: 16px;
		z-index: 9;
	}

	.search-social-mobile {
		display: block !important;
		position: relative;
		float: none;
		width: 100%;
		right: 0;
		text-align: center;
	}

	#mc4wp-form-1 .e-bulten-submit {
		margin-top: 20px;
	}

	a.touchlink {
		position: static;
		display: block;
		margin: 20px auto;
	}

	.footer-support-holder {
		flex-wrap: wrap;
	}

	.single .single-post-title:first-child {
		height: 47rem !important;
	}

	.single .single-post-title:first-child .content {
		top: 28%;
	}

	.single .single-post-title h1 {
		font-size: 23px;
	}

	.single .single-post-title:first-child .tags-single-page {
		right: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.single .single-post-title:first-child .tags-single-page a {
		margin: 0 3px 4px;
		padding: 1px 2px;
	}
}

/* ==========================================================================
   Ek CSS (Customizer) – migrated to child theme
   ========================================================================== */

body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
}

.intro-text,
.blog-item h3,
.single-post-title h3,
.author-details span {
	font-family: Montserrat, sans-serif;
}

p {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote cite,
.menu-nav li,
.small-title,
.item-date,
.author-details,
.view-more a,
.tagcloud a,
.foo-block span.post-date,
.copy-txt,
.page-numbers,
.nav-page,
.submit,
#submit-contact,
.tags-single-page,
.wp-caption-text,
.get-social li,
.comment-author span,
.page-links a,
#infinite-handle {
	font-family: Montserrat, sans-serif;
}

.blog-item h2,
.single-post-title h1 {
	font-family: Montserrat, sans-serif;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

.main {
	margin: 0;
}

.navbar-bkg {
	padding: 0 15px;
}

.blog-item {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.wrap-articles .row .blog-item:first-child {
	padding-left: 0;
}

.wrap-articles .row .blog-item:last-child {
	padding-right: 0;
}

.wrap-articles .row:last-of-type .blog-item {
	margin-bottom: 0;
}

.wrap-articles .row:last-of-type .blog-item-3col:nth-child(1),
.wrap-articles .row:last-of-type .blog-item-3col:nth-child(2) {
	padding-right: 0;
}

.wrap-articles .row:last-of-type .blog-item-4col:nth-child(1),
.wrap-articles .row:last-of-type .blog-item-4col:nth-child(2),
.wrap-articles .row:last-of-type .blog-item-4col:nth-child(3) {
	padding-right: 0;
}

.blog-item-full,
.single-post-title {
	height: 50em;
}

@media (min-width: 768px) and (max-width: 979px) {
	.main {
		margin: 0 15px;
	}

	.navbar-bkg {
		padding: 0 15px;
	}

	.blog-item {
		padding-left: 0;
		padding-right: 0;
	}

	.wrap-articles .row:last-of-type .blog-item {
		margin-bottom: 15px;
	}

	.wrap-articles .row:last-of-type .blog-item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.main {
		margin: 0 15px;
	}

	.navbar-bkg {
		padding: 0 15px;
	}

	.blog-item {
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}

	.wrap-articles .row:last-of-type .blog-item {
		margin-bottom: 15px;
	}

	.wrap-articles .row:last-of-type .blog-item:last-child {
		margin-bottom: 0;
	}

	.wrap-articles .row:last-of-type .blog-item-4col {
		padding-right: 0 !important;
	}
}

.logo img {
	width: 73px;
}

.container {
	max-width: 730px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
}

.share-links-fixed {
	background: #fff;
}

.share-links .get-social {
	margin: 0;
	text-align: left;
}

.get-social li {
	margin: 0;
	display: block;
	text-align: center;
}

.get-social {
	margin: 0;
}

.single-overlay {
	z-index: 2;
}

.addthis-smartlayers {
	z-index: 6;
}

.view-more a,
.tagcloud a,
.submit,
#submit-contact,
.get-social li a {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.view-more a:hover,
.tagcloud a:hover,
.submit:hover,
#submit-contact:hover,
.get-social li a:hover {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.blog-item {
	z-index: 2;
}

.blog-item h2 {
	font-size: 34px;
	padding: 0 20px;
	line-height: 1.2;
}

.single-post ol {
	margin-left: 0;
	padding-left: 0;
}

.single-post ol li {
	list-style: none;
}

.single-post-title {
	z-index: 2;
}

.single-post ol li:first-child:before {
	content: "";
	background: url(images/10layn-number-01.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(2):before {
	content: "";
	background: url(images/10layn-number-02.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(3):before {
	content: "";
	background: url(images/10layn-number-03.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(4):before {
	content: "";
	background: url(images/10layn-number-04.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(5):before {
	content: "";
	background: url(images/10layn-number-05.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(6):before {
	content: "";
	background: url(images/10layn-number-06.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(7):before {
	content: "";
	background: url(images/10layn-number-07.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(8):before {
	content: "";
	background: url(images/10layn-number-08.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(9):before {
	content: "";
	background: url(images/10layn-number-09.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.single-post ol li:nth-child(10):before {
	content: "";
	background: url(images/10layn-number-10.svg) no-repeat center bottom;
	height: 50px;
	margin: 40px auto 20px;
	display: block;
	vertical-align: middle;
}

.sayi-margin {
	margin: 40px auto 20px;
}

.contact-form textarea {
	width: 100% !important;
}

.contact-submit {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

.contact-form label {
	font-weight: 400 !important;
}

.contact-submit input {
	background: #000;
	color: #fff;
	border: 0;
	margin: 0 auto 30px;
	text-align: center;
	padding: 10px 20px;
}

.page-id-14421 .margin-text-intro {
	display: none;
}

.page-id-14421 .container {
	max-width: 1170px;
}

.page-id-14421 .modal_spe {
	display: none !important;
}
