/* gform subscription */
#gform_widget-2 {
	background-color: #f5f5f5;
	background-image: radial-gradient(circle farthest-side at center center,rgb(255,255,255) 0%,rgb(237,237,237) 85.2%);
	border-radius: 1em;
	border: 2px solid #bfbfbf;
}

/* social media icons */
#custom_html-2 {
	padding: unset;
	background-color: unset;
}

/* google custom search form */
#advanced_text-12 {
	padding: unset;
	border: 2px solid #bfbfbf;
}

/* social media buttons */
.social-media-links-holder-1 {
	justify-content: center;
	background-color: unset;
}
.social-media-links-holder-1 > a:not(:last-child) {
	/* margin-right: 0.5em; */
}

.social-media-links-holder-1 a:hover {
	transition: opacity 0.15s;
	opacity: .75;
}

.social-media-links-holder-1 img {
	width: 42px;
	height: 42px;
}

/* make the sidebar name fields display vertically */
#gform_widget-2 .ginput_container_name {
	display: flex;
	flex-direction: column;
}

#gform_widget-2 .ginput_container_name span {
	width: 100%;
}