/*
Theme Name:		GutenVerse Child
Theme URI:		https://blog.unitedpurposemortgage.com/gutenverse-child/
Description:	GutenVerse Child Theme for United Purpose Mortgage's Blog
Author:			Anna Baker
Template:		gutenverse
Version:		1.0.0
*/

#footer .sidebar_item { margin-top: 0; }

#footer .sidebar_item:nth-child(2) li:first-child,
.wp-block-latest-posts li:first-child,
.wp-block-archives-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.sidebar_item ul.wp-block-social-links {
	display: flex !important;
	margin-bottom: 0.5em;
}

.sidebar_item li.wp-social-link { padding: 3px; }

.wp-block-social-link { transition: all 0.2s ease-in; }

.wp-block-social-link:hover {
	transform: none;
	background-color: #699F32 !important;
}

.wp-block-social-links .wp-social-link a {
	color: inherit !important;
}

.wp-block-social-links .wp-social-link a:hover {
	color: #FFFFFF !important;
}

#footer.p-border .container.container_alt { display: flex; }

#footer .mainbutton {
	margin-top: 20px;
	font-size: 12px;
	background: transparent;
	border: 2px solid #EEEDEC;
	color: #83817C;
}

#footer .mainbutton:hover {
	background: #699F32;
	border-color: #699F32;
	color: #FFFFFF;
}