/* center mailchimp button | 23805262-hc lm*/
.wp-block-jetpack-button {
	text-align: center;
}

/* remove native follow option for bottom corner */
div#actionbar {
	display: none;
}

/* Style menu button on mobile | 24715141-hc */
.main-navigation #toggle-menu {
	background-color: #b484ee;
	color: #270dcb;
}

body:not(.fse-enabled) .main-navigation a {
	color: #270dcb;
}

.site-branding .site-title {
	color: #270dcb;
}

.site-branding .site-description {
	color: #870ce5;
}

.site-branding .site-description {
	font-weight: bold;
}

.site-title a {
	font-size: 30px !important;
}

/* move captions to left side | 24715141-hc */
.wp-block-image figcaption {
	text-align: left;
}

.site-description {
	font-size: 20px !important;
}

/* Make input boxes on site darker on site */
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 16px;
}

/* Center form / 24739431-HC (MI) */
.wp-block-jetpack-contact-form {
	justify-content: center !important;
}

/* Removes the background color from tables set to be stripes on the Resume page */
.page-id-1011 .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1), table.is-style-stripes tbody tr:nth-child(2n+1), .page-id-1011 .wp-block-table .has-subtle-light-gray-background-color {
	background-color: #eef4f7;
}

/* change font size and max-width of card-sale contact form | 25517393-HC | GM */
#contact-form-1148 {
	max-width: 70%;
	font-size: .75rem;
}

/* Center Buttons / 3480214-hc rw */
.buttoncenter {
	text-align: center;
}

/* Move logo next to title | 27588659-hc | [MQ] */
.site-branding {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.site-branding img {
	width: 110px;
	margin-right: 5px;
}

.site-description {
	flex-basis: 100%;
	margin-left: 120px;
}

.wp-block-jetpack-donations .donations__amount {
	background-color: #cc99ff !important;
	border: 2px solid #815eab !important;
	border-radius: 5px;
}

.wp-block-jetpack-donations .donations__amount:hover {
	filter: brightness(1.1);
}

/* Center donation buttons | 35762473-hc 1dr0 */
.wp-block-jetpack-donations .donations__amounts {
	justify-content: center !important;
}

.wp-block-jetpack-donations .donations__custom-amount {
	float: none !important;
	display: block !important;
	width: fit-content !important;
	margin: auto !important;
}

.wp-block-jetpack-donations .donations__donate-button {
	float: none !important;
	display: block !important;
	width: fit-content !important;
	margin: auto !important;
}

/* Center align text in the donation form | */
.wp-block-jetpack-donations .donations__content {
	text-align: center;
}