/* ForestView Church custom CSS and Wordpress overrides */

/* ELEMENTOR custom overrides */
/* Move location of standard ELEMENTOR play icon */
.elementor-custom-embed-play { top: 25% !important; }

/* ASTRA override styling for menu item HTML widgets */
/* Also add text shadow to Astra header items */
.ast-advanced-headers-title, 
#ast-hf-menu-1 > .menu-item {
	text-shadow: 1px 1px 2px black;
}

/* Event Calendar Shortcodes List override on home page */
.ecs-event-list {
	list-style-type: none !important;
}
.ecs-event .entry-title {
	margin-bottom: 0 !important;
	margin-top: 1em !important;
	font-size: 18px !important;
	font-family: "Source Sans Pro" !important;
}
.entry-title > a {
	color: #004400;
}
.entry-title > a:hover {
	color: #228B22;
}

/* WPFORMS submit button style */
.fvc-contact-button {
	background-color: #004400 !important;
	background-image: none !important;
	border-radius: 100px !important;
}
.fvc-contact-button:hover {
	background-color: #228B22 !important;
}

/* ForestView custom styling */
.fvc-menu-button {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
}
.fvc-tithely-icon {
  background: url("https://forestview.church/wp-content/uploads/2025/06/tithely-donate.png") center no-repeat;
  background-size: 32px 32px;
}
.fvc-tithely-icon:hover {
	background-color: transparent;
}
.fvc-play-video-icon {
  background: url("https://api.iconify.design/ic-baseline-face.svg?height=24") center no-repeat;
}
