/*
 ************************************************************
 *
 * CHILD-SHORTCODE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - ICON
 */

.avia-icon-pos-left
{
	margin-right: 1em;
}

.avia-icon-pos-right
{
	margin-left: 1em;
}

/*
 * - HR
 */

#top .hr-dotted .hr-inner
{
	border-top: 1px dotted var(--color-cvi-1);
}

/*
 * - HEADING
 */

#top .av-subheading
{
	font-family: var(--font-feat), Arial, sans-serif;
	text-transform: none;
}

#top .av-subheading_above,
#top .av-subheading_below
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 2px solid var(--color-cvi-2);
	font-size: 20px;
}

#top .av-subheading_above
{
	margin-bottom: 20px;
}

#top .av-subheading_below
{
	margin-top: 20px;
}

#top .footer_color .av-special-heading-tag span
{
	color: var(--color-white);
}

/*
 * - TEXTBLOCK
 */

#top .avia_textblock p:first-child,
#top .avia_textblock ul:first-child,
#top .avia_textblock ol:first-child,
#top .avia_textblock h1:first-child,
#top .avia_textblock h2:first-child,
#top .avia_textblock h3:first-child,
#top .avia_textblock h4:first-child,
#top .avia_textblock h5:first-child,
#top .avia_textblock h6:first-child
{
	margin-top: 0;
}

#top .avia_textblock p:last-child,
#top .avia_textblock ul:last-child,
#top .avia_textblock ol:last-child
{
	margin-bottom: 0;
}

#top .avia_textblock .av-icon-char::before
{
	color: var(--color-cvi-2);
}