/*
Theme Name: Aktes Isı
Author: Pixelate
Author URI: https://pixelate.com.tr/
*/
html {
	scroll-behavior: smooth;
}

.d-none {
	display: none !important;
}

.ajax-loader {
	position: fixed;
	background: rgba(255, 255, 255, 0.35);
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.career-hero-button {
	cursor: pointer;
}

.text-uppercase {
	text-transform: uppercase;
}

/* Share */
.social .heateor_sss_sharing_ul {
/*
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	padding: 0;

*/
}

.social .heateor_sss_sharing_ul a span {

/*
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 4.5rem !important;
	height: 4.5rem !important;
	border-radius: 50% !important;

*/
}

.social .heateor_sss_sharing_ul a span svg {
	width: 35px;
	height: 35px;
}

.career-detail .social .heateor_sss_sharing_ul a span svg {
	width: 30px;
	height: 30px;
}


.blog-social .heateor_sss_sharing_ul a span {

/*
	display: block;
	width: 25px !important;
	height: 35px !important;
	border: none;
	border-radius: 0;

*/
}

.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
  background: transparent !important;
  background-color: transparent !important;
  border-width: 0 !important;
}

/* Contact Form */
.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	right: 5px;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.quick-contact-form .wpcf7-spinner {
	transform: translateX(100%);
right: -3rem;
}

 @media (max-width: 576px) {
    .quick-contact-form .wpcf7-spinner {
	right: 0;
	}

}
