/* Buttons */
.elementor-button {
	border-radius: 1px;
	color: #ffffff !important;
}

.elementor-button:hover,
.forminator-button-submit:hover {
	background-color: rgba(122, 163, 159, 0.6) !important;
}

/* Navigation */
@media only screen and (min-width: 1480px) {
	header .elementor-heading-title {
		margin-left: -10px;
	}
}

@media (min-width: 1025px) and (max-width: 1480px) {
	header .elementor-heading-title {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 1210px) {
	#top-nav-button a {
		padding: 0.5em 0.75em;
	}
}

@media only screen and (max-width: 1102px) {
	#top-nav-button a {
		padding: 0.5em 0.75em;
		font-size: 0.75em;
	}
}

.elementor-menu-toggle {
	color: #7aa39f !important;
	border: none !important;
}

/* Home page */
#home-hero-section {
	height: calc(100vh - 79px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	#home-first-section {
		background-image: none;
		background-color: #ffffff;
	}
}

/* Blog posts archive page */
@media only screen and (max-width: 767px) {
	#blog-archive-grid article {
		display: contents;
	}

	#blog-archive-grid .elementor-post__text {
		padding-bottom: 2em;
	}
}

#blog-archive-grid article {
	padding-bottom: 2em;
}

.elementor-posts .elementor-post__excerpt {
	margin-bottom: 1.5em !important;
}

.elementor-posts .elementor-post__read-more {
	color: white;
	background-color: #7aa39f;
	padding: 1em 2em;
}

/* Individual therapy section */
.individual-therapy-section-column .elementor-widget-wrap {
	background-color: #7c7e7c;
	margin-right: 2%;
	margin-left: 2%;
}

/* Footer */
#jpe-link a {
	color: #000000;
}

/* Captcha */
.grecaptcha-badge {
	display: none;
}
