/* Hide Ekit Header */
.ekit-template-content-markup.ekit-template-content-header {
	display: none;
}

/* Wonder Carousel */
#wonderplugincarousel-1 .amazingcarousel-image > div {
	position: fixed !important;
	right: -50% !important;
}

#wonderplugincarousel-1 .amazingcarousel-title {
	font: 18px "Inter", sans-serif !important;
	font-weight: 700 !important;
	color: #517be8 !important;
	padding-top: 20px !important;
}

#wonderplugincarousel-1 .amazingcarousel-description {
	font: 16px "Inter", sans-serif !important;
	font-weight: 400 !important;
	color: #505e6b !important;
	padding: 20px 0;
	min-height: 136px !important;
}

#wonderplugincarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding: 15px;
	box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

#wonderplugincarousel-1 ul.amazingcarousel-list {
	padding-bottom: 25px !important;
}

/* Mobile Carousel Padding */
@media (max-width: 600px) {
	#wonderplugincarousel-1 .amazingcarousel-item-container {
		padding-bottom: 15px !important;
	}
}

/* ============================= */
/* ANIMATIONS (Disable on Mobile) */
/* ============================= */

@media (min-width: 768px) {

	.movement {
		animation: rotate360 5s linear infinite;
		transform-origin: center;
		display: inline-block;
	}

	@keyframes rotate360 {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}

	.floating,
	.floatimg .elementor-image-box-img {
		animation: floating 3s ease-in-out infinite;
	}

	@keyframes floating {
		0% { transform: translateY(0); }
		50% { transform: translateY(15px); }
		100% { transform: translateY(0); }
	}

	.shape-fixed img {
		animation: rotate-animation 10s linear infinite;
	}

	@keyframes rotate-animation {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}
}

/* ============================= */
/* BLOG CARD ALIGNMENT */
/* ============================= */

.wp-block-post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.wp-block-post-title {
	min-height: 48px;
	text-align: left !important;
}

.wp-block-post-excerpt {
	min-height: 60px;
	margin-bottom: auto;
	text-align: left !important;
}

/* Blog Spacing */
.entry-content h2,
.wp-block-heading {
	margin: 40px 0 20px;
	line-height: 1.3;
}

.entry-content h3 {
	margin: 30px 0 15px;
	line-height: 1.4;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Remove underline from buttons only */
.wp-block-button a,
.elementor-button {
	text-decoration: none !important;
}

/* Gravity Form Button */
input#gform_submit_button_2 {
	background: #000;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	padding: 15px;
}

.ditty,
.ditty * {
  font-family: 'Inter', sans-serif !important;
}
