.comments-area a, .page-content a {
	text-decoration: underline
}

.alignright {
	float: right;
	margin-left: 1rem
}

.alignleft {
	float: left;
	margin-right: 1rem
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto
}

.alignwide {
	margin-inline: -80px
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw
}

.alignfull, .alignfull img {
	width: 100vw
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	display: block;
	margin-inline: auto
}

.wp-caption-text {
	margin: 0
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto
}

.sticky {
	display: block;
	position: relative
}

.bypostauthor {
	font-size: inherit
}

.hide {
	display: none !important
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	width: 100%
}

.post-password-form [type=submit] {
	margin-inline-start: 3px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.post .entry-title a {
	text-decoration: none
}

.post .wp-post-image {
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media (max-width: 991px) {
	.post .wp-post-image {
		max-height: 400px
	}
}

@media (max-width: 575px) {
	.post .wp-post-image {
		max-height: 300px
	}
}

#comments .comment-list {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0
}

#comments .comment, #comments .pingback {
	position: relative
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	border-block-end: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding-block-end: 30px;
	padding-block-start: 30px;
	padding-inline-end: 0;
	padding-inline-start: 60px
}

#comments .comment .avatar, #comments .pingback .avatar {
	border-radius: 50%;
	left: 0;
	margin-inline-end: 10px;
	position: absolute
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem
}

#comments .comment-metadata, #comments .reply {
	font-size: 11px;
	line-height: 1
}

#comments .children {
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
	position: relative
}

#comments .children li:last-child {
	padding-block-end: 0
}

#comments ol.comment-list .children:before {
	content: "↪";
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 45px;
	width: auto
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0
}

@media (min-width: 768px) {
	#comments .comment-author, #comments .comment-metadata {
		line-height: 1
	}
}

@media (max-width: 767px) {
	#comments .comment .comment-body {
		padding: 30px 0
	}

	#comments .children {
		padding-inline-start: 20px
	}

	#comments .comment .avatar {
		float: left;
		position: inherit
	}

	body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
		float: right
	}
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-inline-end: auto;
	margin-inline-start: auto;
	width: 100%
}

@media (max-width: 575px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		padding-inline-end: 10px;
		padding-inline-start: 10px
	}
}

@media (min-width: 576px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 500px
	}

	.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 600px
	}

	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 800px
	}

	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%
	}
}

@media (min-width: 1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px
	}

	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%
	}
}

.site-header + .elementor {
	min-height: calc(100vh - 320px)
}

body {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	--admin-bar: 0;

	&.admin-bar {
		--admin-bar: 32px;

		header .headerWrap {
			top: var(--admin-bar) !important;
		}

		@media (max-width: 780px) {
			--admin-bar: 46px;
		}
	}

	.sticky {
		position: sticky;
		top: var(--admin-bar);
	}
}

header {

	.headerWrap {
		.elementor-widget-off-canvas {
			--e-off-canvas-animation-duration: 0.5s;
		}

		@media (max-width: 1024px) {
			.mtop {
				margin-top: var(--admin-bar);
			}
		}
	}
}

footer {
	margin-top: auto;
}

.buttonx {
	font-weight: 700;
	text-transform: uppercase;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-primary);
	border-radius: 7px 7px 7px 7px;
	padding: 10px 16px 10px 16px;
	transition: all .3s ease;

	&:hover,
	&:focus {
		color: var(--e-global-color-primary);
		background-color: var(--e-global-color-secondary);
	}
}

form {

	textarea,
	select,
	input[id*="input_"] {
		border-radius: 0 !important;

		&::placeholder {
			font-style: italic;
			opacity: .65;
		}

		&:focus {
			box-shadow: none !important;
			outline: none !important;
			--gf-ctrl-border-color-focus: var(--e-global-color-primary);
		}
	}

	input[type="submit"] {
		--gf-ctrl-btn-border-color-primary: var(--e-global-color-primary);
		--gf-ctrl-btn-bg-color-primary: var(--e-global-color-primary);
		--gf-ctrl-btn-color-primary: #000;
		--gf-ctrl-btn-font-size: clamp(16px, 4vw, 21px);
		--gf-ctrl-btn-font-weight: 600;
		--gf-ctrl-btn-radius: 10px;
		--gf-ctrl-btn-border-width-primary: 2px;
		outline: none !important;
		box-shadow: none !important;

		&:hover,
		&:focus {
			--gf-ctrl-btn-bg-color-hover-primary: #000;
			--gf-ctrl-btn-bg-color-focus-primary: #000;
			--gf-ctrl-btn-border-color-hover-primary: var(--e-global-color-primary);
			--gf-ctrl-btn-border-color-focus-primary: var(--e-global-color-primary);
			--gf-ctrl-btn-color-hover-primary: var(--e-global-color-primary);
			--gf-ctrl-btn-color-focus-primary: var(--e-global-color-primary);
		}
	}

	.gform_fields {
		--gf-form-gap-y: 1rem;
	}
}

.wp-block-list {
	padding-bottom: 1rem;
}
[data-widget_type="text-editor.default"] ul {
	padding-bottom: 1rem;
}

.careerForm form,
.contactForm form {

	textarea,
	select,
	input[id*="input_"] {
		&:focus {
			--gf-ctrl-border-color-focus: var(--e-global-color-secondary);
		}

		&::placeholder {
			font-size: 18px;
		}
	}

	input[type="submit"] {
		--gf-ctrl-btn-bg-color-primary: var(--e-global-color-secondary);
		--gf-ctrl-btn-color-primary: var(--e-global-color-primary);
		--gf-ctrl-btn-font-weight: bold;
		--gf-ctrl-btn-font-size: 20px;
		--gf-ctrl-btn-text-transform: uppercase;
		--gf-ctrl-btn-padding-y: 1rem;
		--gf-ctrl-btn-padding-x: 2rem;

		&:hover,
		&:focus {
			--gf-ctrl-btn-color-hover-primary: #fff;
		}
	}
}

.contactForm form {

	input[type="submit"] {
		--gf-ctrl-btn-radius: 0;
	}
}

.careerForm form {

}

.donation {
	form {
		.gform-footer {
			justify-content: center;
		}

		input[id*="input_"] {
			height: 45px !important;
		}

		input[type="submit"] {
			text-transform: uppercase !important;
			padding: 1rem 2rem !important;
		}
	}
}

.readyToBe {
	.txc {

		strong {
			font-weight: inherit;
			color: var(--e-global-color-primary);
		}

		@media (max-width: 1024px) {
			/*br {
				display: none;
			}*/
		}
	}
}

.textIndent {
	text-indent: -0.6rem;
}

.content {
	p {
		font-family: "Zilla Slab", sans-serif;
		font-size: clamp(20px, 4vw, 28px);
		line-height: 120%;
	}
}


.circlePercent {
	--thickness: 48px;
	--circe-size: 290px;
	--light-line-inner: 25px;
	--light-line-outer: 20px;
	--style: #121212;
	--style-invert: #fff;
	--font-size: 100px;
	--progress: 0%;

	&.black {
		--style: #fff;
		--style-invert: #000;
	}

	animation: circle-grow 1.5s ease-out forwards;

	width: var(--circe-size);
	height: var(--circe-size);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;

	.line {
		border-radius: 50%;
	}

	.absolute {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.line1 {
		background: var(--style-invert);
		width: calc(100% - var(--light-line-outer));
		height: calc(100% - var(--light-line-outer));
		z-index: -3;
	}

	.line2 {
		/*background: conic-gradient(transparent calc(100% - var(--percent)), var(--e-global-color-primary, #00fc87) 0);*/
		background: conic-gradient(
			transparent calc(100% - var(--progress)),
			var(--e-global-color-primary, #00fc87) 0
		);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		&:before {
			content: "";
			border-radius: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: calc(100% - var(--light-line-inner));
			height: calc(100% - var(--light-line-inner));
			background: var(--style);
			z-index: -2;
		}
	}

	.line3 {
		width: calc(100% - var(--thickness));
		height: calc(100% - var(--thickness));
		background: var(--style);
		background-image: var(--bg-img);
	}

	.content {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: clamp(calc(var(--font-size) / 1.4), 10vw, var(--font-size));
		font-weight: bold;
		color: var(--style-invert);
		top: calc(50% - 15px);
		z-index: 1;
	}
}


.imgScale {
	a {
		overflow: hidden;
		display: flex !important;

		img {
			transition: all .3s ease;
		}

		&:hover img {
			transform: scale(1.03);
		}
	}
}

.single-post a {
	color: var(--e-global-color-secondary);
	transition: all .3s ease;

	&:hover {
		color: var(--e-global-color-primary);
	}
}

.storiesSection {
	.imgScale a {
		border-radius: 8px;
	}

	.e-loop-item:not(:last-child) {
		position: relative;
	}

	.e-loop-item:not(:last-child)::before {
		@media (min-width: 1024px) {
			content: "";
			background: #00000040;
			position: absolute;
			left: -50px;
			bottom: -35px;
			width: 100%;
			height: 1px;
		}
	}

	@media (max-width: 1024px) {
		.e-loop-item {
			border-bottom: 1px solid #00000069;
			padding-bottom: 30px;
		}

		.e-loop-item:not(:only-of-type):last-child {
			border: none;
			padding: 0;
		}
	}
}

.titleColor {
	.elementor-heading-title span {
		color: var(--e-global-color-primary);
	}

	@media (max-width: 992px) {
		br {
			display: none;
		}
	}
}

.pdfSelectorWrap {
	display: flex;
	align-items: center;
	gap: 1rem;

	select {
		background-color: #fff;
		border-color: var(--e-global-color-secondary);
		border-radius: 0;
		padding: .75rem 1rem;
		font-size: clamp(20px, 4vw, 28px);
	}

	.buttons {
		display: flex;
		align-items: center;
		gap: 1rem;
		flex-shrink: 0;

		a {
			padding: .5rem 2rem;
			font-size: clamp(16px, 4vw, 26px);
		}
	}

	@media (max-width: 992px) {
		flex-wrap: wrap;

		.buttons {
			flex-shrink: 1;
			gap: .5rem;
			display: grid;
			text-align: center;
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

.gridCenter {

	&.elementor-grid-3 .elementor-grid {
		--column: 6;
	}

	&.elementor-grid-4 .elementor-grid {
		--column: 8;
	}

	.elementor-grid {
		@media (min-width: 1180px) {
			grid-template-columns: repeat(var(--column), 1fr) !important;

			.e-loop-item {
				grid-column: span 2;

				&.gridItem1 {
					grid-column: 4 / 6;
				}

				&.gridItem2 {
					grid-column: 3 / 5;
				}

				&.gridItem3 {
					grid-column: 2 / 4;
				}
			}
		}
	}
}

.elementor-element.testimonialCarousel {
	.elementor-main-swiper {
		width: 100%;
	}

	.swiper {

		.swiper-slide {
			display: flex;
			align-items: center;
		}

		.elementor-testimonial__footer {
			justify-content: flex-end;

			.elementor-testimonial__cite {
				align-items: flex-end;

				.elementor-testimonial__name {
					max-width: 60%;
					text-align: right;
				}
			}
		}

		.elementor-swiper-button {
			--button-size: 50px;
			--arrow-position: -40px;
			opacity: 1;
		}

		.elementor-swiper-button-next:before,
		.elementor-swiper-button-prev:before {
			content: "";
			width: 30px;
			height: var(--button-size);
			background-color: #fff;
			transition: all .3s ease;
		}

		.elementor-swiper-button-next:hover:before,
		.elementor-swiper-button-prev:hover:before {
			background-color: var(--e-global-color-secondary);
		}

		.elementor-swiper-button-next {
			right: var(--arrow-position);

			&:before {
				mask: url("../images/slider-arrow-right.svg") no-repeat center;
			}
		}

		.elementor-swiper-button-prev {
			left: var(--arrow-position);

			&:before {
				mask: url("../images/slider-arrow-left.svg") no-repeat center;
			}
		}

		@media (max-width: 1400px) {
			.elementor-swiper-button {
				--button-size: 30px;
				top: -25px;

				&:before {
					mask-size: contain;
				}
			}

			.elementor-swiper-button-prev {
				left: inherit;
				right: 40px;
			}

			.elementor-swiper-button-next {
				right: 0;
			}
		}
	}
}

.postsFilterHeader {
	--color-grey: #B4B4B4;
	--line-size: 19px;

	ul {
		--line-top-fix: 3px;
		list-style-type: none;
		margin: 0;
		padding: 0;

		li {
			position: relative;
			display: flex;
			align-items: center;

			a {
				font-family: "Vanguard Cf", sans-serif;
				color: var(--color-grey);
				transition: all .3s ease;

				&:hover,
				&.is-active {
					color: var(--e-global-color-primary);
				}
			}

			@media (min-width: 992px) {
				&:not(:last-child):after {
					content: "";
					width: 1px;
					height: var(--line-size);
					background-color: var(--color-grey);
					display: inline-flex;
					margin-inline: 1.5rem;
					position: relative;
					top: var(--line-top-fix);
				}
			}
		}
	}

	nav {
		ul {
			li {
				a {
					font-size: clamp(20px, 4vw, 24px);
				}
			}

			@media (min-width: 992px) {
				display: flex;
				align-items: center;
			}
			@media (max-width: 992px) {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				grid-gap: 1rem;

				li {
					justify-content: center;
					text-align: center;
				}
			}
		}

		@media (max-width: 992px) {
			margin-bottom: 2rem;
		}
	}

	ul.postLists {
		display: flex;
		align-items: center;
		--line-top-fix: 6px;

		li {
			--line-size: 57px;


			a {
				font-size: clamp(40px, 7vw, 76px);
			}
		}

		@media (max-width: 992px) {
			gap: .3rem 1rem;
			justify-content: center;
		}
	}
}

.eventDate {
	position: relative;
	font-size: clamp(30px, 5vw, 48px);
	font-family: "Vanguard Cf", Sans-serif;
	width: 105px;
	display: flex;
	flex-direction: column;
	background-color: var(--e-global-color-primary);
	padding: 1rem;
	border-radius: 12px;
	text-align: right;
	color: var(--e-global-color-secondary);
	line-height: 100%;
	justify-content: center;

	.year {
		font-size: clamp(1.24rem, 4vw, 1.75rem);
	}

	&:before {
		content: "";
		width: 14px;
		height: 14px;
		display: flex;
		position: absolute;
		top: -7px;
		left: calc(50% - 7px);
		background-color: #000;
		border-radius: 50%;
	}

	@media (max-width: 480px) {
		width: 70px;
	}
}

.evet2Item {

	.eventDate {
		@media (max-width: 480px) {
			position: absolute;
			z-index: 2;
			left: -10px;
			top: 0;
		}
	}
}

.lineEventList {
	--line-position: 3.25rem;

	@media (min-width: 1024px) {
		&:before {
			content: "";
			height: 100%;
			width: 1px;
			background: #000;
			display: flex;
			position: absolute;
			top: 0;
			left: var(--line-position);
		}
	}
	@media (max-width: 1024px) {
		max-width: 600px !important;
		margin-inline: auto;
	}

	@media (max-width: 480px) {
		.evet2Item .e-con-inner > * {
			flex-wrap: wrap;
		}
	}

	.e-loop-item:not(:last-child) {
		&:after {
			--size-item: clamp(20px, 8vw, 40px);
			content: "";
			margin-bottom: var(--size-item);
			padding-bottom: var(--size-item);
			border-bottom: 1px solid #000;
			display: flex;

			@media (min-width: 1024px) {
				max-width: calc(100% - var(--line-position));
				margin-left: auto;
			}
		}
	}

	.elementor-icon-list-items {
		padding: 0;
	}
	.elementor-icon-list-item {
		display: flex;
		align-items: center;
	}
	.elementor-icon-list-icon {
		svg {
			width: 14px;
			height: 14px;
			margin-right: 5px;
		}
	}
}

.lineEventList {
	.imgScale a {
		border-radius: 12px;
	}
}

.rank-math-breadcrumb {
	color: #fff;

	a, span {
		color: #fff;
		font-family: "Vanguard Cf", Sans-serif;
		font-size: clamp(16px, 4vw, 20px);
	}

	a {
		transition: all .3s ease;

		&:hover {
			color: var(--e-global-color-primary);
		}
	}

	.separator {
		font-size: 0;

		&:before {
			content: "";
			width: 20px;
			height: 15px;
			display: inline-flex;
			margin-inline: .25rem;
			background: url("../images/separator.svg") no-repeat center;
			justify-content: center;
		}
	}
}

.catList {
	font-family: "Vanguard Cf", Sans-serif;
	color: var(--e-global-color-secondary);
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-radius: 12px;
	overflow: hidden;

	li {
		&:not(:last-child) {
			border-bottom: 1px solid;
		}

		a {
			color: var(--e-global-color-secondary);
			font-size: clamp(20px, 4vw, 30px);
			padding: 1rem 1.75rem;
			display: flex;
			align-items: center;
			justify-content: space-between;
			transition: all .3s ease;

			span {
				width: 20px;
				height: 24px;
				display: flex;
				mask: url("../images/cat-list-arrow.svg") no-repeat center;
				mask-size: contain;
				background-color: var(--e-global-color-secondary);
				z-index: 1;
			}

			&:hover {
				color: var(--e-global-color-primary);
				background-color: var(--e-global-color-secondary);

				span {
					background-color: var(--e-global-color-primary);
				}
			}
		}
	}
}

.locationsGrid {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));



	.title {
		font-family: "Vanguard Cf", Sans-serif;
		font-size: clamp(28px, 4vw, 30px);
		color: #000;

		&:before {
			content: "";
			width: 20px;
			height: 25px;
			display: inline-flex;
			flex-wrap: nowrap;
			background: url("../images/location-icon.svg") no-repeat center;
			background-size: contain;
			margin-right: .5rem;
		}
	}

	.address {
		font-size: clamp(16px, 4vw, 18px);
		@media (min-width: 992px) {
			max-width: 60%;
		}
	}

	.wrap {
		display: flex;
		gap: 1rem;
		justify-content: space-between;
		align-items: flex-start;

		@media (max-width: 1000px) {
			flex-direction: column;
			gap: .5rem;
		}
	}

	a {
		font-size: clamp(16px, 4vw, 18px);
		font-weight: bold;
		color: #000;
		transition: all .3s ease;

		&:hover {
			color: var(--e-global-color-primary);
		}
	}

	li {
		padding: 1rem 2rem;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	@media (min-width: 1197px) {
		> li:nth-child(3n) {
			border-right: none;
		}
		> li:nth-child(3n + 1) {
			padding-left: 0;
		}

		&.count-5 {
			> li:nth-last-child(-n+2) {
				border-bottom: none;
			}
		}
		&.count-6 {
			> li:nth-last-child(-n+3) {
				border-bottom: none;
			}
		}
	}
	@media (max-width: 1196px) and (min-width: 816px) {
		> li:nth-child(2n) {
			border-right: none;
		}

		> li:nth-child(2n + 1) {
			padding-left: 0;
		}

		&.count-5 {
			> li:nth-last-child(-n+1) {
				border-bottom: none;
			}
		}
		&.count-6 {
			> li:nth-last-child(-n+2) {
				border-bottom: none;
			}
		}
	}
	@media (max-width: 816px) {
		> li {
			border-right: none;
			padding-left: 0;
		}
	}
}

.careerItems {
	.careers:not(:last-child) {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid rgba(26, 26, 26, 0.3);
	}
}

.gridIconList {
	.elementor-icon-list-items {
		display: flex;
		flex-wrap: wrap;
		gap: .5rem 1.5rem;

		.elementor-icon-list-item {
			min-width: 140px;
		}
	}
}

.elementor-pagination {
	.page-numbers {
		width: 45px;
		height: 45px;
		display: inline-flex;
		background-color: var(--e-global-color-primary);
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		transition: all .3s ease;

		&:not(.current):hover,
		&.current {
			background-color: var(--e-global-color-secondary);
		}
	}
}

.latestPosts {
	.elementor-element.e-con.e-parent {
		border-bottom: none;
	}
}

.locationContact {
	.elementor-widget-text-editor a {
		color: #fff;
		transition: all .3s ease;

		&:hover {
			color: var(--e-global-color-primary);
		}
	}
}

.mobileMenu ul li {
	a {
		justify-content: space-between;
	}
	.sub-menu a {
		font-family: inherit !important;
		font-size: 1.5rem !important;
		font-weight: 600 !important;
	}
	.elementor-sub-item.elementor-item-active {
		background-color: #ffffff29 !important;
	}
}

@media (min-width: 768px) {
	.absoluteContent {
		position: absolute !important;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 3;
	}
}

@media (max-width: 480px) {
	.leftFull img {
		max-height: 325px;
	}
}

@media (min-width: 1024px) {
	.gridAccordion {
		> .elementor-widget-n-accordion:last-child {
			padding-left: 3rem;
		}

		> .elementor-widget-n-accordion:not(:last-child) {
			padding-right: 3rem;
			border-right: 1px solid #FFFFFF6E;
		}
	}
}

.donationForm {
	#dd-container .dtd-callout,
	.dtd-plugin .dtd-callout {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}
	#dd-container .dtd-footer,
	.dtd-plugin .dtd-footer {
		display: none;
	}
	#dd-container .dtd-footer a,
	.dtd-plugin .dtd-footer a {
		display: none;
	}
	#dd-container .search-title,
	.dtd-plugin .search-title {
		display: none;
	}
	#dd-container a, .dtd-plugin a {
		color: #fff;
	}
	#dd-container .lets-check {
		background-color: var(--e-global-color-primary);
		border: 2px solid var(--e-global-color-primary);
		color: #000;
		width: auto;
		margin-inline: auto;
		font-size: clamp(16px, 4vw, 21px);
		text-transform: uppercase;
		padding: 1rem 2rem;
		font-family: var(--e-global-typography-primary-font-family);

		&:focus,
		&:hover {
			background-color: #000;
			color: var(--e-global-color-primary);
		}
	}
}

.noneTitle {
	.wFormContainer .wForm .htmlSection h4 {
		display: none;
	}
}

@media (min-width: 768px) {
	.vertical-lr {
		.elementor-widget-container {
			writing-mode: vertical-lr;
			text-orientation: sideways;
			transform: scale(-1);
			text-align: center;
			height: auto !important;
		}
	}
}

.staffList {

	:not(p).elementor-heading-title {
		font-family: "Steelfish", Sans-serif;
		font-size: 24px;
		font-weight: 500;
		text-transform: uppercase;
		color: var( --e-global-color-secondary ) !important;
	}

	p.elementor-heading-title {
		font-family: "Zilla Slab", Sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: var( --e-global-color-secondary ) !important;
		@media (max-width: 1024px) {
			max-width: 170px;
		}
		@media (max-width: 480px) {
			max-width: 150px;
		}
	}
}

.bigButtons a {
	* {
		transition: all .3s ease;
	}
	&:hover * {
		color: var(--e-global-color-primary) !important;
	}
}
