/*
Theme Name:     Hello-2023
Theme URI:
Description:    Hello-elementor child theme.
Author:         Me
Author URI:
Template:       hello-elementor
Version:        0.1.1
*/

.wp-block-button__link {
	background-color: #000;
	margin: 1rem 0;
	color: #fff;
}

.wp-block-button__link:hover {
	background-color: #ff12a2;
	color: #fff;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	font-size: 14px !important;
}

#_form_64E73F95D3CDB_ > div._form-content > div._button-wrapper._inline-style > button {
	color: #000 !important;
}

div.wp-block-latest-posts__featured-image > img.size-thumbnail {
	width: 150px !important;
	height: 150px !important;
}

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

.wp-block-latest-posts__featured-image {
	max-width: 540px;
	margin: 1em auto 0 auto;
}

/* remove unused team member name and position on about page */
.eael-team-member-name, .eael-team-member-position {
	display: none;
}

.post-tags {
	margin-bottom: 30px;
}
