/* Custom spacing / pdEkSe-335-p2 */

.wp-site-blocks, .wp-block-group {
	padding: 0;
	margin: 0;
}
.wp-site-blocks>*+* {
	margin-block-start: 0;
}
#wp--skip-link--target, .entry-content, .wp-block-cover {
	margin-top: 0 !important;
}
body {
	overflow-x: hidden;
}
/* Custom sticky header / pdEkSe-335-p2 */

.admin-bar header.wp-block-template-part {
	top: 32px;
}
@media (min-width: 980px) {
	header.wp-block-template-part {
		position: sticky;
		top: 0;
		z-index: 999;
	}
}
.sticky-menu .wp-block-site-title a {
	text-decoration: none;
	transition: ease .5s;
}
.sticky-menu .wp-block-site-title a:hover {
	text-decoration: none;
	box-shadow: 0 3px #FF8E3F;
	transition: ease .5s;
}
img.custom-logo {
	transition: ease .5s;
}
img.custom-logo:hover {
	transition: ease .5s;
	transform: scale(0.98);
}
@media (max-width: 600px) {
	.wp-container-2.wp-container-2 {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.sticky-links a.wp-block-navigation-item__content {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 12px;
	transition: ease .8s;
}
.sticky-links a.wp-block-navigation-item__content:hover {
	box-shadow: 0 3px #FF8E3F;
	transition: ease .8s;
}
.home #modal-4-content>ul>li:nth-child(1)>a, .sticky-links .current-menu-item a.wp-block-navigation-item__content {
	box-shadow: 0 3px #FF8E3F;
}
.sticky-menu {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3)
}
/* Center header blocks on mobile / pdEkSe-335-p2 */

@media (max-width: 820px) {
	.sticky-menu .sticky-menu-inner {
		justify-content: center;
	}
}
/* Footer form styling / pdEkSe-335-p2 */

.footer-form {
	gap: 0;
}
.footer-form .wp-block-columns, textarea.textarea {
	margin-bottom: 20px;
}
.footer-form input, .footer-form textarea {
	background-color: #f6f6f6CC;
	border: 1px solid #FF4D87;
	border-radius: 5px;
}
.footer-form input:focus, .footer-form textarea:focus {
	background-color: #ffffff;
}
.footer-form label {
	display: none;
}
.wp-block-jetpack-contact-form-container {
	overflow: hidden !important;
}
/* Hide footer credit / pdEkSe-335-p2 */

footer+.wp-block-group {
	display: none;
}
/* Hide footer on contact page / pdEkSe-335-p2 */

.page-id-33 .custom-footer {
	display: none;
}
/* Page title - mobile / pdEkSe-335-p2 */

@media (max-width: 800px) {
	.page .wp-block-post-title {
		padding-left: 28px;
	}
}