/*
Theme Name: Fikir Isparta Manual Author
Description: Child theme that displays a manually entered author name for posts.
Template: the-newspaper
Version: 1.0.0
Text Domain: fikirisparta-manual-author
*/

.cmsmasters_archive .fikirisparta_manual_author {
	margin: 10px 0 14px;
	font-size: 18px;
	line-height: 1.4;
}

@media only screen and (max-width: 540px) {
	.cmsmasters_header_search_form .cmsmasters_header_search_form_field {
		position: relative;
	}

	.cmsmasters_header_search_form .cmsmasters_header_search_form_field::before {
		content: "Arama İstediğiniz\A Kelimeyi Girin";
		position: absolute;
		z-index: 1;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: pre-line;
		pointer-events: none;
		text-align: center;
		font-size: clamp(16px, 5vw, 20px);
		font-weight: 700;
		line-height: 1.3;
		color: #ffffff;
	}

	.cmsmasters_header_search_form .cmsmasters_header_search_form_field:focus-within::before {
		display: none;
	}

	.cmsmasters_header_search_form .cmsmasters_header_search_form_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range])::placeholder {
		color: transparent;
	}
}
