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

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

/*
 * - GALLERY
 */

#top div .avia-gallery img
{
	padding: 0;
	border: none;
}

#top div .avia-gallery .avia-gallery-thumb
{
	display: flex;
	flex-flow: row wrap;
}

#top #wrap_all .avia-gallery .avia-gallery-thumb a
{
	padding: 8px;
	background-color: var(--color-lightgray-2);
}

@media only screen and (max-width: 767px)
{
	.responsive #top div .avia-gallery .avia-gallery-thumb
	{
		grid-gap: 8px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top div .avia-gallery .avia-gallery-thumb
	{
		grid-gap: 16px;
	}
}

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

/*
 * - ANIMATED NUMBER
 */

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

#top .avia-animated-number .avia-animated-number-title
{
	margin-bottom: 0;
}

#top .avia-animated-number .avia-animated-number-content
{
	margin-top: 8px;
}

#top .avia-animated-number .heading
{
	font-weight: 800;
	color: var(--color-cvi-2);
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .avia-animated-number .avia-animated-number-content
	{
		font-size: 12px;
	}
}

/*
 * - HEADING
 */

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

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

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

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

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

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

#top .toggler
{
	font-weight: 600;
	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 .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-2);
}

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

/*
 * ----------------------------------------------------------
 *
 * TABLES
 *
 * ----------------------------------------------------------
 *
 * - DATA
 */

#top .avia-data-table th,
#top .avia-data-table td
{
	padding: 24px;
}

@media only screen and (max-width: 767px)
{
	.responsive .avia_responsive_table .avia-data-table
	{
		border-bottom: none;
	}
	
	.responsive .avia_responsive_table .avia-data-table td::before
	{
		opacity: 0.5;
		margin-bottom: 8px;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive .avia_responsive_table .avia-data-table th:first-child,
	.responsive .avia_responsive_table .avia-data-table td:first-child
	{
		text-align: left;
	}

	.responsive .avia_responsive_table .avia-data-table th:last-child,
	.responsive .avia_responsive_table .avia-data-table td:last-child
	{
		text-align: right;
	}
}

/*
 * - MINIMAL
 */

#top .avia-data-table.avia_pricing_minimal th,
#top .avia-data-table.avia_pricing_minimal td
{
	border-left: none;
	border-right: none;
	font-weight: 800;
	font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .avia-data-table.avia_pricing_minimal th,
	.responsive #top .avia-data-table.avia_pricing_minimal td
	{
		font-size: 14px;
	}
}

/*
 * - DOCUMENTS
 */

#top .avia-data-table.table-documents th,
#top .avia-data-table.table-documents td
{
	font-weight: 400;
	font-size: 15px;
}

#top .avia-data-table.table-documents td:first-child
{
	font-weight: 600;
	font-size: 16px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .avia-data-table.table-documents
	{
		border-left: none;
		border-right: none;
	}

	.responsive #top .avia-data-table.table-documents th,
	.responsive #top .avia-data-table.table-documents td
	{
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
		border-right: none;
	}

	.responsive #top .avia-data-table.table-documents th:first-child,
	.responsive #top .avia-data-table.table-documents td:first-child
	{
		padding-bottom: 0;
		border-bottom: none;
	}

	.responsive #top .avia-data-table.table-documents th:last-child,
	.responsive #top .avia-data-table.table-documents td:last-child
	{
		border-top: none;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .avia-data-table.table-documents .icon-svg
	{
		justify-content: flex-end;
	}

	.responsive #top .avia-data-table.table-documents th:first-child,
	.responsive #top .avia-data-table.table-documents td:first-child
	{
		padding-left: 0;
	}

	.responsive #top .avia-data-table.table-documents th:last-child,
	.responsive #top .avia-data-table.table-documents td:last-child
	{
		padding-right: 0;
	}
}

/*
 * - COLOR
 */

#top .footer_color .avia-data-table.avia_pricing_minimal a,
#top .footer_color .avia-data-table.avia_pricing_minimal a:focus,
#top .socket_color .avia-data-table.avia_pricing_minimal a,
#top .socket_color .avia-data-table.avia_pricing_minimal a:focus
{
	color: var(--color-white);
}

#top .footer_color .avia-data-table.avia_pricing_minimal a:hover
{
	color: var(--color-cvi-2);
}

#top .footer_color .avia-data-table.avia_pricing_minimal,
#top .footer_color .avia-data-table.avia_pricing_minimal th,
#top .footer_color .avia-data-table.avia_pricing_minimal td
{
	border-color: rgba(255, 255, 255, 0.3);
}

#top .main_color .avia-data-table.avia_pricing_minimal th,
#top .alternate_color .avia-data-table.avia_pricing_minimal th
{
	background-color: var(--color-cvi-1);
	color: var(--color-white);
}

#top .main_color .avia-data-table.avia_pricing_minimal th:nth-child(2n),
#top .alternate_color .avia-data-table.avia_pricing_minimal th:nth-child(2n)
{
	background-color: var(--color-cvi-2);
	border-color: var(--color-cvi-2);
	color: var(--color-cvi-1);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .main_color .avia-data-table.avia_pricing_minimal td:first-child,
	.responsive #top .alternate_color .avia-data-table.avia_pricing_minimal td:first-child
	{
		background-color: var(--color-cvi-1);
		color: var(--color-white);
	}
}