/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.grecaptcha-badge {
	z-index: 1;
}

#holiday-banner {
	padding: 22px 30px;
	margin: 0;
	text-align: center;
	color: #fff;
	background: #1abc9c;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.5;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.08);
}

@media (max-width: 575px) {
	#holiday-banner {
		padding: 18px 20px;
		font-size: 16px;
	}
}
