/*
 ************************************************************
 * WIDGETS
 ************************************************************
 */

/* FLEX */

#top .widget,
#top .widget__content
{
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
}

#top .widget
{
	background-color: var(--color-lightgray-1);
}

#top .widget::before,
#top .widget::after
{
	display: none;
}

#top .widget .title
{
	margin-top: 0;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
}

/* WIDGET-IMAGE */

#top .widget_media_image
{
	padding: 0;
}

#top .widget_media_image img
{
	display: flex;
}

/* WIDGET-MENU */

#top .widget--menu
{
	grid-gap: 16px;
}

#top .widget--menu strong
{
	font-size: 17px;
}

#top .widget--menu a
{
	font-size: 15px;
	text-decoration: underline;
}

/* WIDGET-CONTACT */

#top .widget--contact a
{
	text-decoration: underline;
}

#top .widget--contact i
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-lightgray-2);
}

#top .widget--contact .widget__title
{
	font-size: 17px;
}

#top .widget--contact .widget__position
{
	font-size: 14px;
}

#top .widget--contact .widget__contact
{
	display: flex;
	align-items: center;
	grid-gap: 12px;
	margin-top: 16px;
	font-size: 15px;
}

/*
 * - WIDGET-ACCOUNTS
 */

#top .widget--accounts table td
{
	font-size: 14px;
}

/*
 * - WIDGET-DONATION
 */

#top .column-sidebar .widget--donation
{
	padding: 0 !important;
}

#top .column-sidebar .widget--donation iframe
{
	min-width: auto !important;
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .column-sidebar .widget--donation
	{
		margin-top: 0;
	}
}

/*
 * - WIDGET-PROGRESS
 */

#top .column-sidebar .widget.widget--progress
{
	padding: 0;
	background-color: transparent;
}