/*
 ************************************************************
 *
 * CHILD-SHORTCODE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - IMAGE
 */

#top .avia-image-container
{
	margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 989px)
{
	#top .avia-image-container.image-responsive img
	{
		width: 240px;
		height: auto;
	}
}

/*
 * - ICON
 */

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

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

/*
 * - HR
 */

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

/*
 * - TEXTBLOCK
 */

#top .avia_textblock
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#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-1);
}

@media only screen and (min-width: 990px)
{
	.responsive #top .av_one_full .avia_textblock p
	{
		text-align: justify;
	}
}

/*
 * ----------------------------------------------------------
 *
 * HEADING
 *
 * ----------------------------------------------------------
 *
 * - SUBHEADING
 */

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

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

/*
 * - SUBHEADING BELOW
 */

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

#top .av-special-heading-h1 .av-subheading_below
{
	margin-top: 30px;
	padding-left: 30px;
	font-size: 18px;
}

#top .av-special-heading-h2 .av-subheading_below
{
	margin-top: 25px;
	padding-left: 25px;
	font-size: 17px;
}

#top .av-special-heading-h3 .av-subheading_below
{
	margin-top: 20px;
	padding-left: 20px;
	font-size: 16px;
}

#top .header_color .av-subheading_below,
#top .footer_color .av-subheading_below
{
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#top .main_color .av-subheading_below,
#top .alternate_color .av-subheading_below
{
	border-left: 1px solid var(--color-cvi-1);
}

/*
 * - SUBHEADING BELOW
 */

#top .av-special-heading.heading-icon
{
	display: flex;
	grid-gap: 20px;
}

#top .av-special-heading.heading-icon::before
{
	content: '';
	display: block;
	background-color: var(--color-cvi-1);
}

#top .av-special-heading-h3.heading-icon::before
{
	width: 20px;
    height: 20px;
    margin-top: 5px;
}

/*
 * ----------------------------------------------------------
 *
 * TOGGLE
 *
 * ----------------------------------------------------------
 *
 * - TOGGLE
 */

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

@media only screen and (min-width: 768px)
{
	.responsive #top .toggler
	{
		font-size: 16px;
	}
}

#top .toggle_content
{
	padding: 30px;
}

#top .toggle_content a
{
	text-decoration: underline !important;
}

#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;
}

/*
 * - ELEGENAT TOGGLE
 */

#top .av-elegant-toggle
{
	grid-gap: 10px;
}

#top .av-elegant-toggle .toggler,
#top .av-elegant-toggle .toggle_content
{
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}

#top .av-elegant-toggle .toggler
{
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
}

#top .av-elegant-toggle .toggle_icon
{
	opacity: 1;
	border: none;
}

#top .av-elegant-toggle .toggle_icon .hor_icon
{
	width: 12px;
}

#top .av-elegant-toggle .toggle_icon .vert_icon
{
	height: 12px;
}

#top .main_color .av-elegant-toggle .toggler
{
	background-color: var(--color-cvi-lightgray-1);
}

#top .alternate_color .av-elegant-toggle .toggler,
#top .alternate_color .av-elegant-toggle .toggle_content
{
	background-color: var(--color-white);
}

#top .main_color .av-elegant-toggle .activeTitle,
#top .alternate_color .av-elegant-toggle .activeTitle
{
	background-color: var(--color-cvi-1);
	color: var(--color-white);
}

#top .main_color .av-elegant-toggle .toggle_icon span,
#top .alternate_color .av-elegant-toggle .toggle_icon span
{
	border-color: var(--color-cvi-1);
}

#top .main_color .av-elegant-toggle .activeTitle .toggle_icon span,
#top .alternate_color .av-elegant-toggle .activeTitle .toggle_icon span
{
	border-color: var(--color-white);
}

/*
 * ----------------------------------------------------------
 *
 * PRICING TABLE
 *
 * ----------------------------------------------------------
 *
 * - FLEX
 */

#top .avia_pricing_default
{
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
}

@media only screen and (max-width: 1279px)
{
	.responsive #top .avia_pricing_default
	{
		flex-direction: column;
		max-width: 480px;
		margin: 0 auto;
		grid-gap: 30px;
	}
}

#top .pricing-table
{
	margin: 0;
}

/*
 * - ROW
 */

#top .pricing-table li
{
	padding: 30px 20px;
	line-height: 1.4;
	font-size: 15px;
}

#top .pricing-table li:not(.avia-pricing-row)
{
	margin-left: 20px;
	margin-right: 20px;
	background-color: transparent;
}

/*
 * - HEADING ROW
 */

#top .pricing-table li.avia-heading-row
{
	font-weight: 600;
	font-size: 20px;
}

#top .main_color .pricing-table li.avia-heading-row
{
	background-color: var(--color-white);
	border-color: var(--color-lightgray-3);
	color: var(--color-darkgray-2);
}

/*
 * - PRICING ROW
 */

#top .pricing-table li.avia-pricing-row
{
	padding: 10px 0;
	border-radius: 4px;
	font-weight: 600;
	font-size: 48px;
}

#top .pricing-table li.avia-pricing-row::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.2);	
}

#top .pricing-table li.avia-pricing-row span:not(.currency-symbol)
{
	position: relative;
	top: -.3em;
	font-size: .5em;
}

#top .pricing-table-wrap:last-child .pricing-table li.avia-pricing-row
{
	text-transform: uppercase;
	background-color: var(--color-cvi-2);
	border-color: var(--color-cvi-2);
	color: var(--color-darkgray-2);
}

/*
 * ----------------------------------------------------------
 *
 * ANIMATED NUMBER
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .avia-no-number
{
	opacity: 1;
	font-size: 1em;
}

#top .avia-animated-number
{
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-gap: 20px;
	padding: 20px;
	border: 1px solid var(--color-lightgray-3);
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .avia-animated-number
	{
		flex-direction: column;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .avia-animated-number
	{
		padding: 30px;
	}
}

/*
 * - ELEMENT
 */

#top .avia-animated-number .avia-animated-number-title,
#top .avia-animated-number .avia-animated-number-content
{
	color: var(--color-cvi-1);
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .avia-animated-number .avia-animated-number-title,
	.responsive #top .avia-animated-number .avia-animated-number-content
	{
		width: 100%;
		text-align: center;
	}
}

#top .avia-animated-number .avia-animated-number-title
{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
}

#top .avia-animated-number .avia-animated-number-content
{
	font-size: 16px;
	text-align: left;
	margin-top: 8px;
	padding-left: 20px;
	border-top: none;
	border-left: 1px solid var(--color-lightgray-3);
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .avia-animated-number .avia-animated-number-content
	{
		padding-left: 0;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid var(--color-lightgray-3);
	}
}