/*
Theme Name: Aynur Salis
Text Domain: aynursalis
Theme URI: https://turgaykurt.com
Author: Turgay Kurt
Author URI: https://turgaykurt.com
Version: 1.0
*/





/* ---------- Değişkenler ---------- */
:root {
	--font-ailesi: "Red Hat Display", serif;
	--font-boyutu: 16px;
}




/* ---------- Temel ---------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.editor-visual-editor,
.editor-visual-editor body {
	background-color: #f4f4f4;
	margin: 0px;
	color: #000000;
	font-family: var(--font-ailesi);
	font-size: var(--font-boyutu);
}

.editor-visual-editor button,
.editor-visual-editor select,
.editor-visual-editor form,
.editor-visual-editor input {
	font-family: var(--font-ailesi);
	font-size: var(--font-boyutu);
}

section {
	margin: 0px;
	padding: 0px;
	display: flow-root;
}

.editor-visual-editor p,
.editor-visual-editor ul,
.editor-visual-editor ol,
.editor-visual-editor dl {
	font-weight: 400;
	line-height: 1.5;
	margin-block-start: 0;
	margin-block-end: 1em;
	font-family: var(--font-ailesi);
	font-size: var(--font-boyutu);
}

.editor-visual-editor p:last-child,
.editor-visual-editor ul:last-child,
.editor-visual-editor ol:last-child,
.editor-visual-editor dl:last-child {
	margin-block-end: 0;
	text-wrap: pretty;
}

.editor-visual-editor h1,
.editor-visual-editor h2,
.editor-visual-editor h3,
.editor-visual-editor h4,
.editor-visual-editor h5,
.editor-visual-editor h6 {
	margin-block-start: 1em;
	margin-block-end: 0.5em;
	font-weight: 600;
	color: #000000;
	text-wrap: balance;
	font-family: var(--font-ailesi);
}

.editor-visual-editor h1 {
	font-size: 36px;
	line-height: 1.3;
}

.editor-visual-editor h2 {
	font-size: 30px;
	line-height: 1.3;
}

.editor-visual-editor h3 {
	font-size: 28px;
	line-height: 1.3;
}

.editor-visual-editor h4 {
	font-size: 24px;
	line-height: 1.3;
}

.editor-visual-editor h5 {
	font-size: 20px;
	line-height: 1.3;
}

.editor-visual-editor h6 {
	font-size: 18px;
	line-height: 1.3;
}

.editor-visual-editor a {
	color: #000000;
}

.editor-visual-editor a:link {
	text-decoration: none;
}

:focus {
	outline: 0;
	background: none;
}

.ust-baslik {
	font-size: 16px;
	letter-spacing: 5px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	text-transform: uppercase;
}









html :where(.wp-block) {
	margin-bottom: unset;
	margin-top: unset;
	max-width: 100%;
}

.acf-block-fields,
.kapsayici {
	width: 100%;
	max-width: 1280px;
	padding: 0px 20px;
	margin-right: auto;
	margin-left: auto;
}

.kapsayici-hizmet {
	width: 100%;
	max-width: 720px;
	padding: 0px 20px;
	margin-right: auto;
	margin-left: auto;
}

.wp-block-heading,
.wp-block-list,
.wp-block-paragraph,
.wp-block-image,
.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.blok)) {
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 20px;
}

.wp-block-list li {
	margin: 0 40px;
}

.has-medium-font-size {
	font-size: 22px !important;
}

.wp-block-image img {
	border-radius: 10px;
}




/* ---------- footer.php ---------- */
.bolum-footer {
	margin: 100px 0px 0px 0px;
	position: relative;
	background-color: #e8e8e8;
	padding: 70px 0;
}

.page-template-uye-girisi .bolum-footer {
	margin: 0px;
}

.bolum-footer .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 100px;
}

.bolum-footer .sutun .logo img {
	display: inline-flex;
	width: 200px;
	height: auto;
}

.bolum-footer .sutun h2 {
	font-size: 16px;
	margin-bottom: 12px;
	color: #000000;
	font-weight: 600;
}

.bolum-footer .sutun ul {
	list-style-type: none;
	margin-block-end: 0px;
	padding-inline-start: 0px;
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 10px;
	align-items: flex-start;
	font-size: 16px;
}

.bolum-footer .sutun a {
	line-height: 1.5;
	transition: all 0.3s;
	color: #000000;
	font-size: 16px;
}

.bolum-footer .sutun ul.footer-menu li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: -18px;
}

.bolum-footer .sutun ul.footer-menu li a svg {
	opacity: 0;
	transition: all 0.3s;
}

.bolum-footer .sutun ul.footer-menu li:hover a svg,
.bolum-footer .sutun ul.footer-menu li.current-menu-item a svg {
	opacity: 1;
}

.bolum-footer .sutun ul.footer-menu li.current-menu-item>a[href*="#"] svg {
	opacity: 0;
}

.bolum-footer .dipnot {
	margin-top: 80px;
	text-align: center;
}

.bolum-footer .dipnot p {
	font-size: 14px;
}


@media only screen and (max-width: 900px) {
	.bolum-footer {
		margin: 70px 0px 0px 0px;
		padding: 120px 0;
	}

	.bolum-footer .sutun {
		display: flex;
		flex-direction: column;
		align-items: center;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.bolum-footer .sutun .sutun-2,
	.bolum-footer .sutun .sutun-3 {
		display: none;
	}

	.bolum-footer .sutun .sutun-4 h2 {
		display: none;
	}

	.bolum-footer .sutun .sutun-4 ul {
		align-items: center;
	}
}









.bolum-sosyal-medya {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.bolum-sosyal-medya a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	transition: all 0.3s;
	text-transform: capitalize;
}









/* ---------- bolumler > nav.php ---------- */
.navust {
	width: 100%;
	z-index: 3000;
	background: #ffffff;
	padding: 15px 0px;
	transition: all 0.3s ease;
	position: relative;
}

.navust.navsabit {
	position: sticky;
	top: 0;
}

.navust .nav {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}

.navust .nav .nav-sol {
	display: flex;
	align-items: center;
	width: 220px;
}

.navust .nav .nav-sol .logo {
	display: inline-flex;
	gap: 10px;
}

.navust .nav .nav-sol .logo img {
	width: 180px;
}

.navust .nav .nav-orta {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navust .nav .nav-sag {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.navust .nav .nav-sag #sidenavButton {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	cursor: pointer;
	border: unset;
	white-space: nowrap;
	background: transparent;
	transition: all 0.3s;
	width: 20px;
	height: 20px;
	position: relative;
}

.navust .nav .nav-sag #sidenavButton span {
	width: 20px;
	height: 1px;
	background-color: #000;
	border-radius: 3px;
	transition: 0.3s ease;
	transform-origin: center center;
	position: absolute;
}

.navust .nav .nav-sag .line1 {
	transform: rotate(0deg) translateY(-3px);
}

.navust .nav .nav-sag .line2 {
	transform: rotate(0deg) translateY(3px);
}

.sidenav-acik .navust .nav .nav-sag .line1 {
	transform: rotate(-45deg) translateY(0px);
}

.sidenav-acik .navust .nav .nav-sag .line2 {
	transform: rotate(45deg) translateY(0px);
}





.navust .nav .nav-sag .dropdown .dropbtn {
	font-size: 16px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	padding: 0;
}

.navust .nav .nav-sag .dropdown:hover .dropbtn {
	background-color: #000000;
}

.navust .nav .nav-sag .dropdown {
	position: relative;
	display: inline-block;
}

.navust .nav .nav-sag .dropdown-content {
	position: absolute;
	right: 0;
	min-width: 200px;
	z-index: 1;
	padding-top: 10px;

	visibility: hidden;
	opacity: 0;
	transform: translateY(-2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.navust .nav .nav-sag .dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.navust .nav .nav-sag .dropdown-content .ic {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.navust .nav .nav-sag .dropdown-content .isim {
	padding: 15px 20px;
	font-weight: bold;
}

.navust .nav .nav-sag .dropdown-content a {
	color: #000000;
	padding: 15px 15px;
	display: flex;
	gap: 10px;
	border-top: 1px solid #f4f4f4;
	align-items: center;
}

.navust .nav .nav-sag .dropdown-content a:hover {
	background: #f4f4f4;
}

@media only screen and (max-width: 1100px) {
	.navust .nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.navust .nav .nav-orta {
		display: none;
	}

	.navust .nav .nav-sag .iletisim {
		display: none;
	}

	.navust .nav .nav-sag #sidenavButton {
		display: flex;
	}
}

@media only screen and (max-width: 600px) {
	.navust .nav .nav-sol .logo img {
		width: 140px;
	}
}









.menuler {
	display: flex;
	align-items: center;
	gap: 50px;
}

.navust .navigation-main {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all 0.3s;
}

.navust .navigation-main li {
	display: inline-block;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.navust .navigation-main li a {
	color: #000000;
	text-decoration: none;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 500;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
}

.navust .navigation-main li .elmas,
.navust .navigation-main li.current-menu-item>a[href*="#"] .elmas {
	opacity: 0;
}

.navust .navigation-main li.current-menu-item>a .elmas {
	opacity: 1;
}

.navust .navigation-main li .ok {
	display: none;
}

.navust .navigation-main li.menu-item-has-children>a .ok {
	display: block;
}





.navust .navigation-main li ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 380px;
	min-width: 180px;
	padding: 0px;
	margin: 0;
	list-style: none;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	z-index: 1;
}

.navust .navigation-main li ul .elmas {
	display: none;
}

.navust .navigation-main li.focus>ul,
.navust .navigation-main li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.navust .navigation-main li ul li a {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #000000 !important;
	width: fit-content;
	border-top: 1px solid #f4f4f4;
	width: 100%;
	transition: all 0.3s;
}

.navust .navigation-main li ul li:first-child a {
	border-top: 0px solid #f4f4f4;
}

.navust .navigation-main li ul li a:hover {
	background: #e8e8e8;
}

.navust .navigation-main li ul li.current-menu-item>a {
	background: #f4f4f4;
}







/* ---------- bolumler > site-sidenav.php ---------- */
.sidenav {
	height: 100%;
	position: fixed;
	width: 100vw;
	z-index: 2000;
	top: 0;
	background: #ffffff;
	overflow-x: hidden;
	transition: all 0.3s;
	display: none;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.5s ease;
	transform: translateX(100vw);
}

.sidenav-acik .sidenav {
	transform: translateX(0);
}

.sidenav-acik {
	overflow: hidden;
}

.sidenav .sidenav-ust {
	height: 100px;
}

.sidenav .sidenav-orta {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 40px 20px;
}

.sidenav .sidenav-orta ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sidenav .sidenav-orta ul li {
	text-decoration: none;
}

.sidenav .sidenav-orta ul li a {
	font-size: 24px;
	padding: 15px 0px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	border-bottom: 1px solid #f4f4f4;
	transition: all 0.3s;
}

.sidenav .sidenav-orta ul li a svg {
	opacity: 0;
}

.sidenav .sidenav-orta ul li.current-menu-item a svg {
	opacity: 1;
}

.sidenav .sidenav-orta ul li.current-menu-item>a[href*="#"] svg {
	opacity: 0;
}

.sidenav .sidenav-alt {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px;
}

.sidenav .sidenav-alt .cta {
	width: 100%;
}

@media only screen and (max-width: 1100px) {
	.sidenav {
		display: flex;
	}
}









/* ---------- bolumler > bolum-01-giris.php ---------- */
.bolum-giris {
	background: #E8E8E8;
}

.bolum-giris .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

.bolum-giris .sutun .sol .cizgiler {
	margin: 40px 0 0 0;
}

.bolum-giris .sutun .sol .cizgiler .cizgi {
	border-radius: 400px 400px 0 0;
	border-bottom: 0 !important;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-1 {
	padding: 3.96%;
	border: 1px solid rgba(0, 0, 0, 1.0);
	transition: all 0.1s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-2 {
	padding: 3.49%;
	border: 1px solid rgba(0, 0, 0, 0.85);
	transition: all 0.25s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-3 {
	padding: 3.17%;
	border: 1px solid rgba(0, 0, 0, 0.7);
	transition: all 0.4s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-4 {
	padding: 2.85%;
	border: 1px solid rgba(0, 0, 0, 0.55);
	transition: all 0.55s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-5 {
	padding: 2.53%;
	border: 1px solid rgba(0, 0, 0, 0.4);
	transition: all 0.70s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-6 {
	padding: 2.22%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	transition: all 0.85s;
}

.bolum-giris .sutun .sol .cizgiler .cizgi-7 {
	padding: 1.9%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 1.0s;
}

.bolum-giris .sutun .sol .cizgiler:hover .cizgi {
	border: 1px solid rgba(0, 0, 0, 1.0);
}

.bolum-giris .sutun .sol .cizgiler .cizgi {
	border: 0px !important;
}





.bolum-giris .sutun .sol .cizgiler .cizgi img,
.bolum-giris .sutun .sol .cizgiler .cizgi video {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
	display: block;
	border-radius: 400px 400px 0 0;
}

.bolum-giris .sutun .sag {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bolum-giris .sutun .sag h2 {
	font-family: "Forum", serif;
	font-size: 90px;
	line-height: 1;
	font-weight: 400;
	margin: 20px 0 10px 0;
}

@media only screen and (max-width: 1000px) {
	.bolum-giris .sutun {
		gap: 50px;
	}

	.bolum-giris .sutun .sag h2 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 700px) {
	.bolum-giris .sutun {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.bolum-giris .sutun .sol {
		padding: 0 30px;
		align-items: center;
	}

	.bolum-giris .sutun .sag {
		padding: 40px 0;
		align-items: center;
	}

	.bolum-giris .sutun .sag h2 {
		text-align: center;
		font-size: 48px;
		margin: 10px 0;
	}
}







/* ---------- bolumler > bolum-02-etkinlikler.php ---------- */
.bolum-etkinlikler {
	margin: 100px 0px !important;
}

.bolum-etkinlikler .baslik {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.bolum-etkinlikler .baslik h2 {
	text-align: center;
	margin: 0px;
	font-size: 48px;
}

.bolum-etkinlikler .splide__slide {
	display: flex;
}

.bolum-etkinlikler .splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #000000;
	border: 0;
	border-radius: 60px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.bolum-etkinlikler .splide__arrow:disabled {
	display: none;
}

.bolum-etkinlikler .splide__arrow svg {
	fill: #ffffff;
	height: 40px !important;
	width: 40px !important;
}

.bolum-etkinlikler .splide__arrow--next {
	right: -20px;
}

.bolum-etkinlikler .splide__arrow--prev {
	left: -20px;
}

.bolum-etkinlikler .splide__pagination {
	bottom: -20px;
}

.bolum-etkinlikler .splide__pagination .splide__pagination__page.is-active {
	background: #000;
	transform: scale(1);
	z-index: 1;
}

.bolum-etkinlikler .etkinlikler-buton {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.bolum-etkinlikler {
		margin: 50px 0px !important;
	}

	.bolum-etkinlikler .baslik h2 {
		font-size: 36px;
	}

	.bolum-etkinlikler .etkinlikler-buton {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.bolum-etkinlikler .kapsayici {
		padding: 0;
	}
}









/* ---------- bolumler > kart-etkinlikler.php ---------- */
.etkinlikler-kart-kapsayici {
	position: relative;
}

.etkinlikler-kart {
	display: grid;
	grid-template-columns: 1fr 2fr;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.etkinlikler-kart .zoom {
	overflow: hidden;
	display: inline-flex;
}

.etkinlikler-kart .zoom img {
	width: 100%;
	height: auto;
	aspect-ratio: 30/36;
	object-fit: cover;
	transition: all 0.3s;
}

@media (hover: hover) {
	.etkinlikler-kart:hover .zoom img {
		transform: scale(1.1);
	}
}

.etkinlikler-kart .bilgi {
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.etkinlikler-kart .bilgi h3 {
	font-size: 32px;
	font-weight: 400;
	margin: 10px 0;
}

.etkinlikler-kart .bilgi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 15px 20px;
	margin-top: auto;
	font-size: 14px;
	flex-wrap: wrap;
}

.etkinlikler-kart .bilgi ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.etkinlikler-kart-kapsayici .gecmis {
	font-size: 14px;
	color: #fff;
	--f: 10px;
	--r: 10px;
	position: absolute;
	top: 10px;
	left: calc(-1*var(--f));
	padding: 5px 10px;
	background: #D52A2E;
	border-bottom: var(--f) solid #0005;
	border-right: var(--r) solid #0000;
	clip-path:
		polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%,
			var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)),
			calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
}



@media only screen and (max-width: 1000px) {
	.etkinlikler-kart {
		grid-template-columns: 1fr;
		height: 100%;
	}

	.etkinlikler-kart .zoom img {
		aspect-ratio: 3/2;
	}

	.etkinlikler-kart .bilgi h3 {
		font-size: 26px;
	}

	.etkinlikler-kart .bilgi h5 {
		margin-top: 30px;
	}

	.etkinlikler-kart .bilgi p {
		margin-bottom: 30px;
	}
}









/* ---------- bolumler > bolum-03-imaj-yazi.php ---------- */
.bolum-imaj-yazi {
	margin: 100px 0;
}

.bolum-imaj-yazi .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
}

.bolum-imaj-yazi.order-1 .sutun .sol {
	order: 1;
}

.bolum-imaj-yazi .sutun .sol img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
}

.bolum-imaj-yazi .sutun .sag h2 {
	font-size: 48px;
	font-weight: 400;
	margin: 20px 0;
}

.bolum-imaj-yazi .sutun .sag p {
	text-wrap: balance;
}

.bolum-imaj-yazi .sutun .sag a {
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.bolum-imaj-yazi {
		margin: 70px 0;
	}

	.bolum-imaj-yazi .sutun {
		gap: 50px;
	}
}

@media only screen and (max-width: 700px) {
	.bolum-imaj-yazi .sutun {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.bolum-imaj-yazi.order-1 .sutun .sol {
		order: unset;
	}

	.bolum-imaj-yazi .sutun .sag h2 {
		font-size: 36px;
	}

	.bolum-imaj-yazi .sutun .sag p {
		text-wrap: unset;
	}
}







/* ---------- bolumler > bolum-04-urunler.php ---------- */
.bolum-urunler {
	margin: 100px 0px !important;
}

.bolum-urunler .baslik {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.bolum-urunler .baslik h2 {
	text-align: center;
	margin: 0px;
	font-size: 48px;
}

.bolum-urunler .splide__slide {
	display: flex;
}

.bolum-urunler .splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #000000;
	border: 0;
	border-radius: 60px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.bolum-urunler .splide__arrow:disabled {
	display: none;
}

.bolum-urunler .splide__arrow svg {
	fill: #ffffff;
	height: 40px !important;
	width: 40px !important;
}

.bolum-urunler .splide__arrow--next {
	right: -20px;
}

.bolum-urunler .splide__arrow--prev {
	left: -20px;
}

.bolum-urunler .splide__pagination {
	bottom: -20px;
}

.bolum-urunler .splide__pagination .splide__pagination__page.is-active {
	background: #000;
	transform: scale(1);
	z-index: 1;
}

.bolum-urunler .urunler-buton {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.bolum-urunler {
		margin: 50px 0px !important;
	}

	.bolum-urunler .baslik h2 {
		font-size: 36px;
	}

	.bolum-urunler .urunler-buton {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.bolum-urunler .kapsayici {
		padding: 0;
	}
}








/* ---------- bolumler > kart-urunler.php ---------- */
.urunler-kart {
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	position: relative;
}

.urunler-kart .kod {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #000000;
	color: #ffffff;
	z-index: 1;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 40px;
	font-size: 13px;
	font-weight: 300;
}

.urunler-kart .zoom {
	overflow: hidden;
	display: inline-flex;
}

.urunler-kart .zoom img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: all 0.3s;
}

@media (hover: hover) {
	.urunler-kart:hover .zoom img {
		transform: scale(1.1);
	}
}

.urunler-kart .bilgi {
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.urunler-kart .bilgi svg {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}

.urunler-kart .bilgi h4 {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.urunler-kart .bilgi h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0 0 0;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.urunler-kart .bilgi h3 {
		font-size: 16px;
	}
}









/* ---------- bolumler > kart-hizmetler.php ---------- */
.hizmetler-kart {
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.hizmetler-kart .zoom {
	overflow: hidden;
	display: inline-flex;
}

.hizmetler-kart .zoom img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: all 0.3s;
}

@media (hover: hover) {
	.hizmetler-kart:hover .zoom img {
		transform: scale(1.1);
	}
}

.hizmetler-kart .bilgi {
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.hizmetler-kart .bilgi svg {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}

.hizmetler-kart .bilgi h4 {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.hizmetler-kart .bilgi h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0 0 0;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.hizmetler-kart .bilgi h3 {
		font-size: 16px;
	}
}







/* ---------- bolumler > bolum-05-sayfa-baslik.php ---------- */
.bolum-sayfa-baslik {
	padding: 50px 0;
	background: #ffd7e9;
	position: relative;
	margin-bottom: 60px;
}

.bolum-sayfa-baslik svg {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.bolum-sayfa-baslik .icerik {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.bolum-sayfa-baslik .icerik h2 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 0;
}

.bolum-sayfa-baslik .icerik h1 {
	font-family: "Forum", serif;
	text-align: center;
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
	.bolum-sayfa-baslik .icerik h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 700px) {
	.bolum-sayfa-baslik {
		padding: 40px 0;
		margin-bottom: 50px;
	}

	.bolum-sayfa-baslik .icerik h1 {
		font-size: 48px;
	}
}









/* ---------- bolumler > bolum-06-iletisim.php ---------- */
.bolum-iletisim {
	margin: 100px 0;
}

.bolum-iletisim .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
}

.bolum-iletisim .sutun .sol iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 10px;
	border: 1px solid #E8E8E8 !important;
}

.bolum-iletisim .sutun .sag .ust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 60px;
}

.bolum-iletisim .sutun .sag .ust .tel {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.bolum-iletisim .sutun .sag .alt .baslik {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.bolum-iletisim .sutun .sag .alt form button {
	align-self: flex-end;
}

@media only screen and (max-width: 1000px) {
	.bolum-iletisim {
		margin: 50px 0;
	}

	.bolum-iletisim .sutun {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.bolum-iletisim .sutun .sol {
		order: 1;
	}

	.bolum-iletisim .sutun .sag .ust {
		grid-template-columns: 1fr;
	}
}









/* ---------- bolumler > bolum-08-oyun-kartlari.php ---------- */
.bolum-oyun-kartlari {
	margin: 40px 0px !important;
}

.bolum-oyun-kartlari .zemin {
	border-radius: 12px;
	padding: 40px;
	position: relative;
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
}

.bolum-oyun-kartlari .baslik {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.bolum-oyun-kartlari .baslik h2 {
	text-align: center;
	margin: 0px;
	font-size: 48px;
	color: #ffffff;
	font-weight: 400;
}

.bolum-oyun-kartlari .baslik p {
	text-align: center;
	margin: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}

.bolum-oyun-kartlari .secim-tipi {
	display: flex;
	gap: 20px;
	color: #fff;
	justify-content: center;
	font-size: 18px;
}

.bolum-oyun-kartlari .secim-tipi label {
	display: flex;
	gap: 10px;
	align-items: center;
}

.bolum-oyun-kartlari .btn-karistir {
	cursor: pointer;
	gap: 10px;
	padding: 0 20px;
	margin-top: 20px;
}

.bolum-oyun-kartlari .btn-karistir svg {
	width: 24px;
	height: auto;
}





@keyframes hover {
	to {
		translate: 0px 12px;
	}
}

.bolum-oyun-kartlari .kartlar {
	list-style: none;
	margin: 0 auto;
	display: grid;
	grid-auto-flow: column;
	justify-items: center;
	justify-content: center;
	grid-auto-columns: minmax(0, 1fr);
	padding: 20px 60px 120px 60px;
}

.bolum-oyun-kartlari .kartlar li img {
	width: 12vw;
	height: auto;
	object-fit: cover;
	max-width: 80px;
	min-width: 60px;
	aspect-ratio: 83 / 130;
	background: #ddd;
	border-radius: 8px;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}

.bolum-oyun-kartlari .kartlar li:hover {
	z-index: 100 !important;
	animation: hover 1s ease-in-out infinite alternate forwards;
	margin-top: -20px;
}

.bolum-oyun-kartlari .kartlar li.selected {
	z-index: 100 !important;
	animation: hover 1s ease-in-out infinite alternate forwards;
	margin-top: -20px;
}

.bolum-oyun-kartlari .kartlar li.selected img {
	box-shadow: -5px 5px 15px rgba(255, 0, 0, 0.25), 0 0 2px rgba(255, 0, 0, 0.5);
}




.bolum-oyun-kartlari .sonuc-ekrani {
	animation: fadeIn 0.5s ease;
}

.bolum-oyun-kartlari .detay-listesi {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 30px;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box img {
	width: 100%;
	height: auto;
	aspect-ratio: 83/130;
	object-fit: cover;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag h3 {
	margin-top: 0;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag h3 span {
	font-weight: 400;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag .icerik {
	margin-bottom: 30px;
}

.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag .incele {
	margin-top: auto;
}

/* Karıştırma efekti */
.shuffling {
	opacity: 0.5;
	pointer-events: none;
	transform: scale(0.90);
	transition: 0.4s;
}



@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 600px) {
	.bolum-oyun-kartlari .zemin {
		padding: 20px 20px 20px 20px;
	}

	.bolum-oyun-kartlari .baslik h2 {
		font-size: 36px;
	}

	.bolum-oyun-kartlari .kartlar {
		padding: 20px 40px 40px 40px;
	}

	.bolum-oyun-kartlari .detay-listesi .kart-detay-box {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sol {
		display: flex;
		justify-content: center;
	}

	.bolum-oyun-kartlari .detay-listesi .kart-detay-box img {
		max-width: 90px;
	}

	.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag {
		padding: 0;
	}

	.bolum-oyun-kartlari .detay-listesi .kart-detay-box .sag .incele {
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
	}
}







/* ---------- single.php ---------- */
.single-post .blog-giris {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-post .blog-giris img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.single-post .blog-giris h1 {
	font-size: 76px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 30px;
}

.single-post .blog-giris .baslik-aciklama p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #999999;
	max-width: 450px;
	margin-bottom: 30px;
}

.single-post .blog-icerik {
	padding: 0px 80px;
	margin: 80px 0px;
}

.single-post .blog-icerik img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 40px 0px;
}

.single-post .blog-icerik h2 {
	font-size: 48px;
	font-weight: 400;
	margin: 40px 0px;
}

.single-post .blog-icerik p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5;
	color: #999999;
	margin: 30px 0px;
}

.single-post .blog-icerik blockquote {
	display: flex;
	flex-direction: column;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
	color: #000;
	margin: 60px 0px;
	padding: 0px 100px 0px 30px;
	border-left: 1px solid #E5E5E5;
}

.single-post .blog-icerik blockquote cite {
	font-style: normal;
}

.single-post .blog-icerik blockquote p {
	order: 1;
	margin: 30px 0px 0px 0px;
}









/* ---------- single-hizmet.php ---------- */
.single-hizmet img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.single-hizmet .tarihler {
	margin-top: 40px;
}

.single-hizmet .tarihler h2 {
	margin-bottom: 20px;
}









/* ---------- bolumler/bolum-09-etkinlik-listesi.php ---------- */
.bolum-etkinlik-listesi {
	margin-top: 0px;
	margin-bottom: -100px;
}

.bolum-etkinlik-listesi .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bolum-etkinlik-listesi .sutun .sol img {
	width: 100%;
	height: calc(100svh - 84px);
	height: 100dvh;
	object-fit: cover;
	display: block;
	position: sticky;
	top: 0;
}

.bolum-etkinlik-listesi .sutun .sag {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 60px 60px 60px;
}

@media only screen and (max-width: 1100px) {
	.bolum-etkinlik-listesi {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.bolum-etkinlik-listesi .sutun {
		grid-template-columns: 1fr;
	}

	.bolum-etkinlik-listesi .sutun .sol img {
		height: 50svh;
		position: unset;
	}

	.bolum-etkinlik-listesi .sutun .sag {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 20px;
	}
}








/* ---------- bolumler/bolum-10-etkinlik-takvimi.php ---------- */
.bolum-etkinlik-takvimi {
	margin: 60px 0;
	overflow: hidden;
}

.bolum-etkinlik-takvimi .sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.bolum-etkinlik-takvimi .sutun .sol h2 {
	font-size: 90px;
}

.bolum-etkinlik-takvimi .calendar {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}

.bolum-etkinlik-takvimi .calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.bolum-etkinlik-takvimi .calendar-header .ay-adi {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bolum-etkinlik-takvimi .calendar-header h3 {
	font-size: 24px;
	margin: 0;
	white-space: nowrap;
}

.bolum-etkinlik-takvimi .calendar-header button {
	background: transparent;
	color: #000;
	font-size: 30px;
	border: none;
	padding: 8px 14px;
	cursor: pointer;
	line-height: 1;
}

.bolum-etkinlik-takvimi .calendar-header .filters {
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: flex-end;
}

.bolum-etkinlik-takvimi .calendar-header .filters .filter-group {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.bolum-etkinlik-takvimi .calendar-header .filter-btn {
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 50px;
	background: #fff;
	padding: 8px 18px;
	transition: transform 0.2s ease;
}

.bolum-etkinlik-takvimi .calendar-header .filter-btn:hover {
	transform: translateY(-3px);
}

.bolum-etkinlik-takvimi .calendar-header .filter-btn.active {
	background: #000;
	color: #fff;
}

.bolum-etkinlik-takvimi .calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.bolum-etkinlik-takvimi .calendar-days div {
	text-align: center;
	padding: 10px 0;
}

.bolum-etkinlik-takvimi .calendar-dates {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: 1fr;
	gap: 1px;
	background: #dbdbdb;
	border-radius: 10px;
	border: 1px solid #dbdbdb;
}

.bolum-etkinlik-takvimi .day {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;

	position: relative;
	cursor: pointer;
	overflow: visible;
	aspect-ratio: 1/1;
	background: #fff;
}

.bolum-etkinlik-takvimi .day.empty {
	cursor: default;
	border-left: 0;
}

.bolum-etkinlik-takvimi .day:first-child {
	border-radius: 10px 0 0 0;
}

.bolum-etkinlik-takvimi .day:last-child {
	border-radius: 0 0 10px 0px;
}

.bolum-etkinlik-takvimi .calendar-dates .day:nth-child(7) {
	border-radius: 0 10px 0px 0px;
}

.bolum-etkinlik-takvimi .calendar-dates .day:not(.empty):nth-last-child(7) {
	border-radius: 0 0px 0px 10px;
}

.bolum-etkinlik-takvimi .day strong {
	font-size: 20px;
	font-weight: 400;
}

.bolum-etkinlik-takvimi .category-grup-calismasi {
	background: #e3f2fd;
}

.bolum-etkinlik-takvimi .category-seminer {
	background: #fce4ec;
}

.bolum-etkinlik-takvimi .category-egitim {
	background: #e8f5e9;
}

.bolum-etkinlik-takvimi .tooltip {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 12px;
	border-radius: 6px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 9999;
	flex-direction: column;
	gap: 15px;
}

.bolum-etkinlik-takvimi .tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 7px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.bolum-etkinlik-takvimi .day:hover .tooltip {
	display: flex;
}


@media only screen and (max-width: 1100px) {
	.bolum-etkinlik-takvimi {
		margin: 30px 0;
	}

	.bolum-etkinlik-takvimi .sutun {
		grid-template-columns: 1fr;
		gap: 30px;
		align-items: center;
	}

	.bolum-etkinlik-takvimi .sutun .sol h2 {
		font-size: 48px;
		text-align: center;
	}

	.bolum-etkinlik-takvimi .calendar-header {
		flex-direction: column;
		gap: 20px;
	}

	.bolum-etkinlik-takvimi .calendar-header .filters {
		align-items: center;
	}

	.bolum-etkinlik-takvimi .calendar-header .ay-adi {
		justify-content: space-between;
		width: 100%;
	}
}









/* ---------- bolumler/site-etkinlik-listesi.php ---------- */
.site-etkinlik-listesi {
	margin-top: 50px;
}

.site-etkinlik-listesi .sehir-filtreleri {
	display: flex;
	margin-bottom: 20px;
}

.site-etkinlik-listesi .filter-buttons {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.site-etkinlik-listesi .sehir-filter-btn {
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 50px;
	background: #fff;
	padding: 8px 18px;
	transition: transform 0.2s ease;
}

.site-etkinlik-listesi .sehir-filter-btn:hover {
	transform: translateY(-3px);
}

.site-etkinlik-listesi .sehir-filter-btn.active {
	background: #000;
	color: #fff;
}




.site-etkinlik-listesi .tarihler-liste {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.site-etkinlik-listesi a {
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	transition: all 0.3s;
}

.site-etkinlik-listesi a:hover {
	background: #e8e8e8;
}

.site-etkinlik-listesi a ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 20px;
}

.site-etkinlik-listesi a ul.suresiz {
	grid-template-columns: 1fr;
}

.site-etkinlik-listesi a ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

@media only screen and (max-width: 600px) {
	.site-etkinlik-listesi .filter-buttons {
		justify-content: flex-start;
	}

	.site-etkinlik-listesi a ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	.site-etkinlik-listesi a ul li:nth-child(1) {
		grid-area: 1 / 1 / 2 / 3;
	}

	.site-etkinlik-listesi a ul li:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.site-etkinlik-listesi a ul li:nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
}







/* ---------- single-urun.php ---------- */
.single-urun {
	margin: 20px 0;
}

.single-urun .breadcrumb {
	padding: 10px 0 20px 0;
	font-size: 14px;
}

.single-urun .breadcrumb a {
	text-decoration: underline solid #aaaaaa;
	text-underline-offset: 5px;
	transition: all 0.3s;
}

.single-urun .breadcrumb a:hover {
	text-decoration: underline solid #000000;
	text-underline-offset: 7px;
}

.single-urun .breadcrumb .breadcrumb-separator {
	opacity: 0.5;
	padding: 0 6px;
}

.single-urun .icerik {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.single-urun .icerik .sol {
	position: relative;
}

.single-urun .icerik .sol .kod {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	font-size: 13px;
	font-weight: 300;
	background: #000000;
	color: #ffffff;
	border-radius: 40px;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.single-urun .icerik .sol img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

.single-urun .icerik .sag {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: #ffffff;
	padding: 40px;
}

.single-urun .icerik .sag h1 {
	font-size: 42px;
	margin: 0px 0 20px 0;
}

.single-urun .icerik .sag h1 span {
	font-weight: 300;
}

.single-urun .icerik .sag h2 {
	font-size: 32px;
}

.single-urun .icerik .sag .plyr {
	margin-bottom: 20px;
}

.single-urun .icerik .sag .tarih {
	font-size: 16px;
	font-weight: 400;
	list-style-type: none;
	display: flex;
	gap: 15px 20px;
	flex-wrap: wrap;
	margin: 10px 0px 20px 0px;
	padding: 15px 20px;
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.single-urun .icerik .sag .tarihler {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-urun .icerik .sag .tarihler a {
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px;
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	transition: all 0.3s;
}

.single-urun .icerik .sag .tarihler a:hover {
	background: #e8e8e8;
}

.single-urun .icerik .sag .tarihler a ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}

.single-urun .icerik .sag .tarih li,
.single-urun .icerik .sag .tarihler a ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.single-urun .icerik .sag .katilimcilar {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.single-urun .icerik .sag .katilimcilar li a {
	padding: 5px 10px;
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: flex;
	gap: 5px;
	flex-direction: row;
	white-space: nowrap;
	align-items: center;
	font-size: 14px;
	transition: all 0.3s;
}

.single-urun .icerik .sag .katilimcilar li a:hover {
	border: 1px solid #000000;
}

.single-urun .icerik .sag .katilimcilar li img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 100px;
	border: 1px solid #e8e8e8;
}

@media only screen and (max-width: 1000px) {
	.single-urun .icerik .sag {
		padding: 20px;
	}

	.single-urun .icerik .sag h1 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 700px) {
	.single-urun {
		margin: 20px 0;
	}

	.single-urun .icerik {
		grid-template-columns: 1fr;
		gap: 0;
		border: 1px solid #e8e8e8;
		border-radius: 10px;
		background: #ffffff;
	}

	.single-urun .icerik .sol img {
		border: unset;
	}

	.single-urun .icerik .sag {
		border: unset;
		background: unset;
	}
}








/* ---------- archive.php ---------- */
.arsiv .icerik {
	display: grid;
	grid-template-columns: 1fr 6fr;
	gap: 100px;
}

.arsiv.hizmet .icerik {
	display: grid;
	grid-template-columns: 1fr;
	gap: 100px;
}

.post-type-archive-etkinlik .arsiv .icerik {
	grid-template-columns: 1fr;
	gap: 0px;
}

.arsiv .icerik .kategori-menu h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.arsiv .icerik .kategori-menu ul {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style-type: none;
}

.arsiv .icerik .kategori-menu ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.arsiv .icerik .kategori-menu ul li a svg {
	opacity: 0;
}

.arsiv .icerik .kategori-menu ul li:hover a svg {
	opacity: 0.3;
}

.arsiv .icerik .kategori-menu ul li.current-menu-item a svg {
	opacity: 1;
}

.arsiv .icerik .kartlar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.arsiv .icerik .kartlar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.post-type-archive-etkinlik .arsiv .icerik .kartlar {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.arsiv .sayfalama {
	margin: 50px 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.arsiv .sayfalama .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	color: #000000;
	transition: all 0.3s;
}

.arsiv .sayfalama .page-numbers:hover {
	color: blue;
}

.arsiv .sayfalama .page-numbers.current {
	background: #000000;
	color: #fff;
}

.arsiv .kategori-yatay-menu {
	margin: 0 0 40px 0;
	padding: 0 20px;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	scroll-behavior: smooth;
	display: none;
}

.arsiv .kategori-yatay-menu::-webkit-scrollbar {
	display: none;
}

.arsiv .kategori-yatay-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	position: relative;
}

.arsiv .kategori-yatay-menu ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	padding: 7px 14px;
	border-radius: 30px;
	transition: all 0.3s;
	background: #fff;
	white-space: nowrap;
	border: 1px solid #e8e8e8;
}

.arsiv .kategori-yatay-menu ul li a span {
	display: flex;
	width: 24px;
	height: 24px;
	background: #f4f4f4;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 12px;
}

.arsiv .kategori-yatay-menu ul li a:hover {
	color: #000000;
}

.arsiv .kategori-yatay-menu ul li.current-menu-item a {
	background: #000000;
	color: #fff;
}

.arsiv .kategori-yatay-menu ul li.current-menu-item a span {
	background: #000000;
	color: #fff;
}

/* Aktif menü öğesini ortalamak için eklenen stil */
.arsiv .kategori-yatay-menu ul li.current-menu-item {
	scroll-snap-align: center;
}

.arsiv .kategori-yatay-menu ul {
	scroll-snap-type: x mandatory;
}

.arsiv .kategori-yatay-menu ul::after {
	content: '';
	flex: 0 0 10px;
	display: flex;
	order: 9999;
}

@media only screen and (max-width: 1000px) {
	.arsiv .icerik {
		grid-template-columns: 1fr;
	}

	.arsiv .icerik .kategori-menu {
		display: none;
	}

	.arsiv .kategori-yatay-menu {
		display: block;
	}
}

@media only screen and (max-width: 800px) {
	.arsiv .icerik .kartlar {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.arsiv .icerik .kartlar {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.post-type-archive-etkinlik .arsiv .icerik .kartlar {
		grid-template-columns: 1fr;
	}
}









/* ---------- page > uye-girisi.php ---------- */
.uye-girisi {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.uye-girisi .sol img {
	width: 100%;
	height: calc(100dvh - 84px);
	object-fit: cover;
	display: block;
}

.uye-girisi .sag {
	padding: 100px;
}

.uye-girisi .sag h1 {
	font-family: "Forum", serif;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.uye-girisi .sag .form-alt {
	display: flex;
	gap: 40px;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}

.uye-girisi .sag .form-alt .beni-hatirla {
	display: flex;
	gap: 10px;
	align-items: center;
}

.uye-girisi .sag .geri-don {
	display: flex;
	font-size: 14px;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px;
}

.uye-girisi .sag .hata-mesaji {
	display: flex;
	width: 100%;
	padding: 5px 10px;
	background: #fcb900;
	color: #000000;
	margin-bottom: 10px;
	align-items: center;
	gap: 10px;
}

.uye-girisi a {
	opacity: 0.5;
	transition: all 0.3s;
}

.uye-girisi a:hover {
	opacity: 1;
}

@media only screen and (max-width: 1000px) {
	.uye-girisi .sag {
		padding: 50px;
	}

	.uye-girisi .sag h1 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 700px) {
	.uye-girisi {
		grid-template-columns: 1fr;
	}

	.uye-girisi .sol {
		order: 1;
	}

	.uye-girisi .sag {
		padding: 100px 30px;
	}

	.uye-girisi .sol img {
		display: none;
	}
}








/* ---------- page > uye-detay.php ---------- */
.uye-detay {
	margin: 20px 0;
}

.uye-detay .icerik {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 20px;
	align-items: start;
}

.uye-detay .icerik.tek-sutun {
	grid-template-columns: 1fr 3fr;
}

.uye-detay .icerik .profilbilgi {
	position: relative;
}

.uye-detay .icerik .profilbilgi img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	display: inline-flex;
}

.uye-detay .icerik .profilbilgi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #E8E8E8;
	background: #ffffff;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}

.uye-detay .icerik .profilbilgi ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	word-break: break-all;
}

.uye-detay .icerik .profilbilgi ul li.imaj {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: center;
}

.uye-detay .icerik .profilbilgi ul li:last-child {
	border-bottom: 0px solid #e8e8e8;
}

.uye-detay .icerik .profilbilgi ul li h3 {
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	opacity: 0.5;
}

.uye-detay .icerik .profilbilgi ul li .tarih {
	margin-left: 10px;
	float: right;
}

.uye-detay .icerik .profilbilgi .cta {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0;
}

.uye-detay .icerik .profilbilgi ul.firmabilgileri {
	margin: 0;
}

.uye-detay .icerik .profilbilgi ul.firmabilgileri h2 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
	cursor: pointer;
}

.uye-detay .icerik .profilbilgi ul.firmabilgileri.acik h2 svg {
	transform: rotate(180deg);
}

.uye-detay .icerik .profilbilgi ul.firmabilgileri .ic {
	display: none;
	overflow: hidden;
	transition: max-height 0.3s ease;
}




.uye-detay .icerik .sol {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.uye-detay .icerik .kutu {
	border: 1px solid #E8E8E8;
	background: #ffffff;
	padding: 0 20px 10px 20px;
}

.uye-detay .icerik .kutu h2 {
	font-size: 12px;
	margin: 20px 0;
	font-weight: bold;
}

.uye-detay .icerik .kutu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.uye-detay .icerik .kutu ul li {
	padding: 15px 0;
	border-top: 1px solid #e8e8e8;
}

.uye-detay .icerik .kutu ul li h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.uye-detay .icerik .kutu ul li b {
	font-size: 14px;
	margin: 0;
	opacity: 0.5;
}

.uye-detay .icerik .kutu ul li .plyr {
	margin-top: 10px;
	margin-bottom: 5px;
}

.uye-detay .icerik .sag .notlar {
	border: 1px solid #E8E8E8;
	background: #ffffff;
	padding: 0 20px 10px 20px;
}

.uye-detay .icerik .sag .notlar h2 {
	font-size: 12px;
	margin: 20px 0;
	font-weight: bold;
}

.uye-detay .icerik .sag .notlar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.uye-detay .icerik .sag .notlar ul li {
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
}

.uye-detay .icerik .sag .notlar ul li b {
	font-size: 14px;
	margin: 0 0 10px 0;
	opacity: 0.5;
	display: block;
}

.uye-detay .icerik .sag .notlar ul li p {
	font-size: 16px;
	margin: 0;
}

.kullanici-bulunamadi .icerik {
	border: 1px solid #E8E8E8;
	background: #ffffff;
	padding: 50px;
	margin-top: 100px;
	text-align: center;
	font-size: 24px;
}

@media only screen and (max-width: 900px) {
	.uye-detay .icerik {
		grid-template-columns: 2fr 3fr;
	}

	.uye-detay .icerik.tek-sutun {
		grid-template-columns: 2fr 3fr;
	}
}

@media only screen and (max-width: 700px) {
	.uye-detay .icerik .profilbilgi img {
		width: 120px;
		border-radius: 50%;
	}

	.uye-detay .ust .ust-icerik ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.uye-detay .icerik.tek-sutun,
	.uye-detay .icerik {
		grid-template-columns: 1fr;
	}
}







/* ---------- page > uye-liste.php ---------- */
.uye-liste {}

.uye-liste .ust {
	padding: 40px 0;
	background: #E8E8E8;
	position: relative;
	margin-bottom: 40px;
}

.uye-liste .ust .ust-icerik {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.uye-liste .ust .ust-icerik h1 {
	font-family: "Forum", serif;
	text-align: center;
	font-size: 90px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
}

.uye-liste .ust .ust-icerik .search-container {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 10px 0px;
}

.uye-liste .ust .ust-icerik .search-container input {
	width: 100%;
	padding: 10px 60px 10px 20px;
	border-radius: 0px;
	border: 1px solid #cccccc;
	font-size: 16px;
	background: #ffffff;
	border-radius: 40px;
	transition: all 0.3s;
}

.uye-liste .ust .ust-icerik .search-container input:focus {
	border: 1px solid #999999;
}

.uye-liste .ust .ust-icerik .search-container .icons {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 10px;
}

.uye-liste .ust .ust-icerik .search-container .icon-clear {
	cursor: pointer;
	width: 14px;
	height: auto;
	margin-right: 5px;
	display: none;
}

.uye-liste .ust .elmas {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.uye-liste .liste ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.uye-liste .liste ul li {
	position: relative;
}

.uye-liste .liste ul li .satir {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 5px 80px 5px 10px;
	width: 100%;
	display: grid;
	grid-template-columns: 50px 2fr 1fr 1fr 1fr;
	gap: 30px;
	align-items: center;
	transition: all 0.3s;
	position: relative;
}

.uye-liste .liste ul li .satir:hover {
	border: 1px solid #000000;
}

.uye-liste .liste ul li .satir img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 100px;
}

.uye-liste .liste ul li .satir .dogum-gunu {
	font-size: 24px;
	margin-left: 10px;
}

.uye-liste .liste ul li .duzenle {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	border-radius: 50px;
	transition: all 0.3s;
}

.uye-liste .liste ul li .duzenle:hover {
	border: 1px solid #000000;
}

@media only screen and (max-width: 1000px) {
	.uye-liste .ust .ust-icerik h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 700px) {
	.uye-liste .ust .ust-icerik {
		gap: 10px;
		flex-direction: column;
	}

	.uye-liste .ust .ust-icerik h1 {
		font-size: 48px;
	}

	.uye-liste .ust .ust-icerik .search-container {
		max-width: 100%;
	}

	.uye-liste .liste ul li .satir {
		grid-template-columns: 50px 1fr;
		gap: 20px;
	}

	.uye-liste .liste ul li .satir .cinsiyet,
	.uye-liste .liste ul li .satir .yas,
	.uye-liste .liste ul li .satir .sehir,
	.uye-liste .liste ul li .satir .detaylar {
		display: none;
	}
}









/* ---------- Plyr JS ---------- */
.plyr {
	margin: 0;
	-moz-osx-font-smoothing: grayscale !important;
	-webkit-font-smoothing: unset !important;
}

.plyr--audio .plyr__controls {
	background: #f4f4f4 !important;
	border-radius: 5px !important;
	border: 1px solid #e8e8e8 !important;
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: #000000 !important;
	color: #fff;
}









/* ---------- Form elemanları ---------- */
.editor-visual-editor form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.editor-visual-editor form a {
	font-weight: 500;
}

.editor-visual-editor form label {
	width: 100%;
}

.editor-visual-editor form .form-iki-sutun {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.editor-visual-editor form input[type=text],
.editor-visual-editor form input[type=email],
.editor-visual-editor form input[type=tel],
.editor-visual-editor form input[type=number],
.editor-visual-editor form input[type=password],
.editor-visual-editor form textarea {
	width: 100%;
	border: none;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 0px;
	font-family: inherit;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #000;
	resize: none;
	transition: all 0.3s;
	border: 1px solid #E8E8E8;
}

.editor-visual-editor form input::placeholder,
.editor-visual-editor form textarea::placeholder {
	color: #000000;
	transition: all 0.3s;

}

.editor-visual-editor form input:focus,
.editor-visual-editor form textarea:focus {
	border-bottom: 1px solid #f4f4f4;
}

.editor-visual-editor form input:focus::placeholder,
.editor-visual-editor form textarea:focus::placeholder {
	color: #6c6c6c;
}

.editor-visual-editor input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	display: grid;
	place-content: center;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	margin: 0px 0px 0px 0px;
}

.editor-visual-editor input[type="checkbox"]:hover {
	background-color: #ffffff !important;
}

.editor-visual-editor input[type="checkbox"]::before {
	content: "";
	width: 18px;
	height: 18px;
	transform: scale(0);
	background-color: #000000;
	border-radius: 1px;
	transition: all 0.3s;
}

.editor-visual-editor input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.editor-visual-editor input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 5px;
}

.editor-visual-editor input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	display: grid;
	place-content: center;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px !important;
}

.editor-visual-editor input[type="radio"]::before {
	content: "";
	width: 18px;
	height: 18px;
	transform: scale(0);
	background-color: #000000;
	border-radius: 50%;
	transition: all 0.3s;
	border: 1px solid #000000;
}

.editor-visual-editor input[type="radio"]:checked::before {
	transform: scale(0.5);
}

.editor-visual-editor input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	height: 53px;
	font-size: 20px;
	letter-spacing: 5px;
	border: 0;
	display: grid;
	place-content: center;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	margin: 0px 0px 0px 0px;
}









.cta {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	min-width: 40px;
	border: 1px solid #000000 !important;
	color: #ffffff !important;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	border-radius: 1000px;
	text-decoration: none;
	width: fit-content;
	padding: 0px 30px;
	background: #000000 !important;
	cursor: pointer;
	font-size: 16px;
}

.cta:hover {
	border: 1px solid #000000 !important;
	color: #000000 !important;
	transition: transform .6s cubic-bezier(.34, 5.56, .64, 1);
	transform: scaleX(1.02);
}

.cta::after {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
	transform: translateY(101%);
	background: #ffffff !important;
	border-radius: 50% 50% 0 0;
	transition: transform .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
}

.cta:hover::after {
	border-radius: 0;
	transform: translateY(0);
	transition-duration: .5s, .9s;
}

.cta.xl {
	min-height: 56px;
	padding: 15px 30px;
	font-size: 24px;
}

.cta.splidebuton {
	min-height: 64px;
	min-width: 64px;
	width: unset;
	padding: unset;
}

.cta.splidebuton:disabled {
	opacity: 0.5;
}



/* ---------- post edit butonu ---------- */
.post-edit-link {
	padding: 10px 10px 5px 5px;
	display: inline-flex;
	background: #000000;
	border-radius: 0px 40px 0px 0px;
	color: #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s;
	z-index: 1000;
	opacity: 0;
}

.post-edit-link svg {
	color: #fff;
}

.post-edit-link:hover {
	opacity: 1.0;
}








/* ---------- admin > kullanıcılar ---------- */
.editor-visual-editor #wpadminbar,
.user-rich-editing-wrap,
.user-syntax-highlighting-wrap,
.user-admin-color-wrap,
.user-comment-shortcuts-wrap,
.user-admin-bar-front-wrap,
.user-language-wrap,
.user-url-wrap,
.user-description-wrap,
.user-profile-picture,
.user-sessions-wrap,
.user-display-name-wrap,
.application-passwords,
.user-nickname-wrap,
.user-edit-php #wp-admin-bar-view,
#profile-page h2,
.term-description-wrap,
.term-parent-wrap {
	display: none;
}

.sutun .acf-radio-list {
	columns: 4;
}

@media only screen and (max-width: 1300px) {
	.sutun .acf-radio-list {
		columns: 3;
	}
}

@media only screen and (max-width: 1000px) {
	.sutun .acf-radio-list {
		columns: 2;
	}
}

@media only screen and (max-width: 700px) {
	.sutun .acf-radio-list {
		columns: 1;
	}
}