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

.avia_button_icon
{
	color: var(--color-cvi-2);
}

/* 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 .toggle_icon
{
	opacity: 1;
	border-width: 1px;
}

#top .toggle_icon span
{
	border-color: var(--color-cvi-2);
}

#top .toggle_icon .hor_icon
{
	width: 10px;
}

#top .toggle_icon .ver_icon
{
	height: 10px;
}

#top .toggler
{
	background-color: transparent;
	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-lightgray-2) !important;
	color: var(--color-cvi-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;
}

/* TEXTBLOCK */

#top .avia_textblock > *
{
	margin: 2em 0;
}

#top .avia_textblock > *:first-child
{
	margin-top: 0;
}

#top .avia_textblock > *: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;
}

/* ANIMATED NUMBERS */

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