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

@media only screen and (min-width: 640px) and (max-width: 989px)
{
	.responsive #top .image-absolute img
	{
		width: 320px;
		height: auto;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .image-absolute .avia-image-container
	{
		position: relative;
	}
	.responsive #top .image-absolute .avia-image-container-inner
	{
		position: absolute;
	}
}

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

/*
 * - HEADING
 */

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

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

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

/*
 * - TOGGLER
 */

#top .toggler
{
	font-weight: 500 !important;
	font-size: 16px;
}

#top .toggle_content
{
	padding: 30px!important;
}

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

#top .av-elegant-toggle .toggle_content
{
	background-color: var(--color-white) !important;
	color: var(--color-darkgray-1) !important;
}

#top .av-elegant-toggle .activeTitle
{
	color: var(--color-cvi-2) !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;
}

#top .av-elegant-toggle .toggle_content,
.js_active #top .av-elegant-toggle .toggler
{
	padding-left: 0;
	padding-right: 70px;
}

/*
 * - TABS
 */

@media only screen and (max-width: 767px)
{
	.responsive #top .tabs-extended
	{
		border: none;
	}
}

#top .tabs-extended .tab,
#top .tabs-extended .active_tab_content
{
	border: none;
	border-radius: 0;
}

#top .tabs-extended .tab:not(:first-child)
{
	margin-left: 8px;
}

#top .tabs-extended .tab
{
	padding: 16px 24px;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	font-size: 15px;
	color: var(--color-cvi-1);
}

#top .main_color .tabs-extended .tab:hover
{
	color: var(--color-cvi-2);
}

#top .main_color .tabs-extended .tab.active_tab
{
	background-color: var(--color-lightgray-1);
	color: var(--color-cvi-1);
}

#top .tabs-extended .tab_content
{
	padding: 40px 32px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .tabs-extended .tab_content
	{
		padding-top: 0;
	}
}

/*
 * - TABLE
 */

#top .pricelist,
#top .pricelist tr
{
	background-color: transparent;
}

#top .pricelist th,
#top .pricelist td
{
	font-size: 16px;
	text-align: left;
}

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

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

/*
 * - FLIPBOX
 */

#top .flipbox-benefits p
{
	line-height: 1.6;
}

#top .flipbox-benefits .avia-icongrid-wrapper .icongrid_title
{
	margin-bottom: 8px;
	line-height: normal;
	font-weight: 500;
}

#top .flipbox-benefits .avia-icongrid-wrapper .icongrid_subtitle p
{
	font-family: var(--font-body);
	font-weight: 300;
}

#top .flipbox-benefits .avia-icongrid-wrapper .icongrid_title,
#top .flipbox-benefits .avia-icongrid-wrapper .icongrid_subtitle,
#top .flipbox-benefits .avia-icongrid-wrapper .avia-icongrid-text
{
	color: var(--color-cvi-1);
}

#top .flipbox-benefits .av-icon-cell-item article
{
	min-height: 120px;
}

#top .flipbox-benefits .av-icon-cell-item .avia-icongrid-flipback
{
	padding: 0;
}