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

#top .av-seperator-icon
{
	font-size: 20px;
}

/*
 * - HEADING
 */

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

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

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

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

#top .av-special-heading-div
{
	font-family: var(--font-feat);
	text-transform: uppercase;
	line-height: 1.4em;
	font-weight: 600;
	font-size: 40px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .av-special-heading-div
	{
		font-size: 30px;
	}
}

/*
 * - TOGGLER
 */

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

#top .toggle_content
{
	padding: 30px !important;
	font-size: 16px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .toggler
	{
		font-size: 15px;
	}

	.responsive #top .toggle_content
	{
		font-size: 14px;
	}
}

#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 .custom-accordion
{
	grid-gap: 10px;
}

#top .custom-accordion .toggler,
#top .custom-accordion .toggle_content
{
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}

#top .custom-accordion .toggle_content
{
	padding-top: 0 !important;
	background-color: var(--color-white) !important;
	color: var(--color-cvi-1-dark) !important;
}

#top .custom-accordion .toggler
{
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	background-color: var(--color-white);
}

#top .custom-accordion .toggle_icon
{
	opacity: 1;
	border: none;
}

#top .custom-accordion .toggle_icon span
{
	border-color: var(--color-cvi-1-light);
}

#top .custom-accordion .toggle_icon .hor_icon
{
	width: 12px;
}

#top .custom-accordion .toggle_icon .vert_icon
{
	height: 12px;
}

#top .custom-accordion .activeTitle
{
	color: var(--color-cvi-2) !important;
}

/*
 * - TEXTBLOCK
 */

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

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