/*
 ************************************************************
 *
 * CONTENT
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * HEADER
 *
 * ----------------------------------------------------------
 *
 * - ELEMENT
 */

.content-header .entry-title
{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted var(--ast-global-color-0);
}

.content-header .event-meta
{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted var(--ast-global-color-0);
}

/*
 * ----------------------------------------------------------
 *
 * ARTICLE
 *
 * ----------------------------------------------------------
 *
 * - ELEMENT
 */

.content-article a:not(.elementor-button )
{
	text-decoration: underline;
}

.content-article a:not(.button):hover
{
	text-decoration: none;
}

.content-article b,
.content-article strong
{
	font-weight: 600;
	color: var(--ast-global-color-1);
}

.content-article ol,
.content-article ul
{
	margin: 0 0 0 1em;
}

.content-article li
{
	padding: .4em 0;
}

.content-article .colorbox
{
	margin: 0;
	margin-bottom: 1.6em;
	padding: 1.6em;
	border: 1px solid var(--ast-global-color-8);
}