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

#top .avia-icon-pos-left
{
	margin-right: 0.8em;
}

#top .avia-icon-pos-right
{
	margin-left: 0.8em;
}

/*
 * - HEADING
 */

#top .av-subheading
{
	text-transform: uppercase;
}

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

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

/*
 * - TOGGLER
 */

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

/*
 * - TOGGLER
 */

#top .toggler
{
	font-weight: 600;
	font-size: 18px;
}

#top .toggle_content
{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

#top .toggle_content p:first-child,
#top .toggle_content ul:first-child,
#top .toggle_content ol:first-child
{
	margin-top: 0;
}

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

/*
 * - 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;
}