/**
 * Theme Name: GeneratePress Child
 * Template:   generatepress
 */

 .btn-pulse-icon .gb-shape svg,
.nav-donate a:before {
  transform-origin: center;
  animation: heartPulse 3s ease-in-out infinite;
}

:where(.gb-carousel-pagination) .gb-carousel-dot.is-active {
	transform: none;
}

#tribe-events {
	padding: 0;
}

.event-date > span {
	display: block;
	line-height: 82%;
	text-transform: uppercase;
	text-align: center;
	color: var(--accent);
}

.event-date .event-day-of-week {
	font-weight: 800;
	font-size: 1.3em
}

.event-date .event-day {
	font-weight: 800;
	font-size: 2.7em
}

@keyframes heartPulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.52);
  }
  45% {
    transform: scale(1.05);
  }
  55% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.inside-header {
	padding-top: 0;
	padding-bottom: 0;
}

.site-logo {
	padding: 12px;
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.main-navigation .main-nav ul li.nav-donate a {
	background-color: var(--accent);
	color: #fff;
	border-radius: 500px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 100%;
	margin-left: 1em;
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.main-navigation .main-nav ul li.nav-donate a:hover {
	background-color: var(--grayscale-800);
	color: #fff;
}

.main-navigation .main-nav ul li.nav-donate a:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23ffffff"><path d="M320 560C320 560 64 383.4 64 231.7C64 158.2 122.6 96 197.1 96C231.7 96 264.5 109.4 289 132.8C301.1 144.3 310.3 158.4 320 171.9C329.7 158.4 338.9 144.3 351 132.8C375.5 109.4 408.4 96 442.9 96C517.5 96 576 158.2 576 231.7C576 383.4 320 560 320 560zM320 253.8L266.1 179.3C250.1 157.2 224.4 144.1 197.1 144.1C150.1 144.1 112 182.2 112 229.2C112 262.5 127 293.8 144.5 321.4C165.8 355.1 195.1 388.5 225.7 418.6C256.1 448.6 286.7 474.2 309.7 492.4C313.3 495.3 316.8 497.9 320 500.4C323.2 497.9 326.6 495.3 330.3 492.4C353.4 474.2 383.9 448.6 414.3 418.6C444.9 388.5 474.1 355 495.5 321.3C513 293.7 528.1 262.5 528.1 229.1C528.1 182.1 490 144 443 144C415.7 144 390 157.1 374 179.2L320 253.8z"/></svg>');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.page-id-358 .site-content img {
	margin: 30px 0;
	border-radius: 8px;
	border: 2px solid #ccc;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

@media screen and (min-width: 768px) {
	.main-navigation .main-nav ul li:not([class*="nav-donate"]) a {
		border-bottom: 4px solid rgb(224 22 117 / 0% );
		transition: border-bottom 300ms ease;
	}
	
	.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a {
		border-bottom-color: rgb(224 22 117 / 100% );
	}
	
	/* .home .site-header {
		position: absolute;
		width: 100%;
		background-color: transparent;
	} */
}