/*
Theme Name: Ümraniye Belediyesi
Author: Pixelate
Author URI: https://pixelate.com.tr/
*/
html {
	scroll-behavior: smooth;
}

.content {
	img {
		max-width: 100%;
	}
}

.d-none {
	display: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

.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;
}

/* Contact Form */
.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	right: 5px;
}

/* Loader */
.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.2);
}

/* Pagination */
.post-pagination-wrapper .wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.7rem;
}

.post-pagination-wrapper .wp-pagenavi > * {
	height: 3.8rem;
	width: 3.8rem;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 0.8rem;
	border: 1px solid rgba(176, 203, 215, 0.6);
	background: rgba(45, 57, 87, 0.03);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(55, 53, 54, 0.6);
}

.post-pagination-wrapper .wp-pagenavi span.current {
	background: #373536;
	color: #ffffff;
	-webkit-box-shadow: 0px 8px 7px -5px rgba(45, 57, 87, 0.2);
	box-shadow: 0px 8px 7px -5px rgba(45, 57, 87, 0.2);
}

.post-pagination-wrapper .wp-pagenavi a.previouspostslink,
.post-pagination-wrapper .wp-pagenavi a.nextpostslink {
	position: relative;
	background: #ffffff !important;
	color: #373536 !important;
	width: 5rem !important;
	border-radius: 2.8rem !important;
}

.post-pagination-wrapper .wp-pagenavi a.previouspostslink::after,
.post-pagination-wrapper .wp-pagenavi a.nextpostslink::after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 1.8rem;
	width: 1.8rem;
	background-size: contain;
	background-image: url("assets/img/icon-right.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.post-pagination-wrapper .wp-pagenavi a.previouspostslink::after {
	background-image: url("assets/img/icon-left.svg");
}
