/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Mobile Menu */
body.mobile-menu-opened {
	overflow: hidden;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 0 0 32px 0;
}

.post p,
.post ol,
.post ul {
	margin: 0 0 40px 0;
}

.post li {
	margin: 0 0 10px 0;
}

.post figure,
.post video {
	margin: 0 0 50px 0;
}

/* Hero */
.hero-big .elementor-column,
.hero-big .elementor-column-wrap,
.hero-big .elementor-widget-wrap {
	position: initial;
}

.hero-big.hero--badge .elementor-container {
	position: initial;
}

.hero-big--video .elementor-background-video-hosted {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;
}

.hero--ceo .hero--ceo__inner .elementor-column,
.hero--ceo .hero--ceo__inner .elementor-column-wrap,
.hero--ceo .hero--ceo__inner .elementor-widget-wrap {
	position: relative !important;
}

/* Servislerimiz Slider */
.wwd-slider .bdt-prime-slider-tango .swiper-container {
	height: 100%;
}

.wwd-slider .bdt-prime-slider-tango .bdt-item {
	clip-path: none;
}

.wwd-slider .bdt-prime-slider-tango .bdt-title {
	display: block;
	width: 100%;
	transform: translateX(0);
	transform: translateY(150%);
}

.wwd-slider .bdt-prime-slider-tango .bdt-item.swiper-slide-active .bdt-subtitle,
.wwd-slider .bdt-prime-slider-tango .bdt-item.swiper-slide-active .bdt-title {
	transform: translateY(0);
}

.wwd-slider .bdt-prime-slider-tango .bdt-title a {
	display: block;
	background: rgba(0, 0, 0, 0.3);
	padding: 20px 25px;
	border-radius: 20px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.wwd-slider .bdt-prime-slider-tango .bdt-image-wrap::before {
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2.5px);
	opacity: 1;
	transition: backdrop-filter 0.5s cubic-bezier(0.3, 0, 0.3, 1),
		background 0.5s cubic-bezier(0.3, 0, 0.3, 1);
}

.wwd-slider
	.bdt-prime-slider-tango
	.bdt-item.swiper-slide-active
	.bdt-image-wrap::before {
	background: rgba(0, 0, 0, 0);
	backdrop-filter: blur(0);
	opacity: 1;
}

.wwd-slider.wwd-slider--without-title
	.bdt-prime-slider-tango
	.bdt-content-wrap {
	display: flex;
	align-items: stretch;
	height: 100%;
}

.wwd-slider.wwd-slider--without-title .bdt-prime-slider-tango .bdt-title {
	width: 100%;
}

.wwd-slider.wwd-slider--without-title .bdt-prime-slider-tango .bdt-title a {
	display: block;
	height: 100%;
	text-indent: -999em;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	overflow: hidden;
}

.wwd-slider.wwd-slider--without-title
	.bdt-prime-slider-tango
	.bdt-image-wrap::before {
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2.5px);
	opacity: 1;
	transition: backdrop-filter 0.5s cubic-bezier(0.3, 0, 0.3, 1),
		background 0.5s cubic-bezier(0.3, 0, 0.3, 1);
}

.wwd-slider.wwd-slider--without-title
	.bdt-prime-slider-tango
	.bdt-item.swiper-slide-active
	.bdt-image-wrap::before {
	background: rgba(0, 0, 0, 0);
	backdrop-filter: blur(0);
	opacity: 1;
}

#custom_post_terms a {
	background: #f7f7f7;
	border-radius: 3.39058px;
	padding: 5px 12px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 5px;
	color: #77838f;
}

#custom_post_terms {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

#custom_categories_column {
	background: #ffffff;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25),
		inset 0px -9px 13px rgba(255, 255, 255, 0.52);
	border-radius: 6px;
}

.custom_fazla_categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Comments */
h3.comment-reply-title,
h3.title-comments {
	font-size: 32px;
	color: #056535;
	margin: 0 0 5px 0;
}

p.comment-notes,
p.logged-in-as {
	width: 100%;
	font-size: 16px;
	margin: 0 0 30px 0;
}

p.logged-in-as {
	margin: 0;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 50px 0;
}

.comment-form input,
.comment-form textarea {
	color: #2d2d2d;
	border-color: #808080;
	border-radius: 6px;
	padding: 10px 12px;
}

.comment-form textarea {
	resize: none;
}

.comment-form input:focus,
.comment-form input:focus-visible,
.comment-form textarea:focus,
.comment-form textarea:focus-visible {
	border-color: #333;
	outline: 0;
}

.comment-form > p > label {
	font-size: 14px;
	font-weight: 500;
	color: #2d2d2d;
	margin: 0 0 5px 0;
}

p.comment-form-author,
p.comment-form-email {
	max-width: calc(50% - 7px);
	width: 100%;
	margin: 0;
}

p.comment-form-comment {
	width: 100%;
	margin: 30px 0 10px 0;
}

p.comment-form-cookies-consent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
}

p.comment-form-cookies-consent > input {
	display: inline-block;
	margin-top: 2px;
}

p.comment-form-cookies-consent > label {
	max-width: calc(100% - 25px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #7a7a7a;
}

p.form-submit {
	margin: 40px auto 0 auto;
}

.comment-meta {
	flex-wrap: wrap;
	align-items: center;
}

#comments .comment-author,
#comments .comment-metadata {
	max-width: 50%;
	line-height: auto;
}

#comments .comment-author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#comments .comment-author .fn {
	margin-right: 10px;
}

#comments .comment .avatar,
#comments .pingback .avatar {
	position: relative;
	margin: 0 10px 0 0;
}

.comment-content {
	width: 100%;
}

.comment-content p {
	margin: 0 0 20px 0;
}

a.comment-reply-link,
a.edit-link,
a#cancel-comment-reply-link {
	font-size: 14px;
	text-decoration: underline;
}

a#cancel-comment-reply-link {
	margin-left: 10px;
}

.comment-awaiting-moderation {
	font-size: 16px;
}

.comment-respond {
	margin: 30px 0;
}

/* Like Button */
.postLikeShortcode button,
.postLikeShortcode button:hover,
.postLikeShortcode button:focus {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 1;
	border: 0;
	border-radius: 99.9em;
	transition-duration: 0.2s;
	transition-property: filter, background-color, border-color;
	padding: 0;
	margin: 0 10px 0 0;
	opacity: 1;
}

.postLikeShortcode button.active {
	opacity: 1;
}

.postLikeShortcode button:hover,
.postLikeShortcode button:focus {
	background-color: #65d6ad !important;
}

.postLikeShortcode button:hover i,
.postLikeShortcode button:focus i {
	color: #ffffff !important;
}

/* Media Queries */
@media screen and (min-width: 768px) {
	.hero-big {
		min-height: 750px;
	}
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
	.hero-big {
		min-height: 100vh;
		height: auto;
	}

	.hero--ceo .hero--ceo__inner > .elementor-container {
		min-height: 480px !important;
	}
}

@media screen and (max-width: 1023px) {
	.hero-big {
		display: flex;
		min-height: 600px;
		height: calc(100vh - 100px);
		height: 100svh;
	}

	.hero--ceo {
		min-height: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hero--ceo > .elementor-container {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	p.comment-form-author,
	p.comment-form-email,
	p.comment-form-comment {
		max-width: 100%;
		margin: 10px 0;
	}

	p.comment-notes {
		margin: 0 0 20px 0;
	}

	p.comment-notes,
	p.logged-in-as,
	p.comment-form-cookies-consent > label {
		font-size: 14px;
	}

	p.form-submit {
		margin: 20px auto 0 auto;
	}

	#comments .comment-author,
	#comments .comment-metadata {
		max-width: 100%;
		width: 100%;
	}

	#comments .comment-author {
		margin: 0 0 10px 0;
	}

	.comment-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.postLikeShortcode button,
	.postLikeShortcode button:hover,
	.postLikeShortcode button:focus {
		width: 44px;
		height: 44px;
		font-size: 20px;
	}
}