/*
 ************************************************************
 * SHORTCODE
 ************************************************************
 * ----------------------------------------------------------
 * ELEMENTS
 * ----------------------------------------------------------
 */

/* HR */

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

/* ICON */

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

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

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

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

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

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

/*  HEADING */

#top .av-subheading
{
	max-width: 640px;
	margin: 0 auto;
	text-transform: none;
}

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

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

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

/* SHARING */

#top .av-social-sharing-box
{
	margin-top: 0;
}

#top .av-share-box .avia-related-tooltip
{
	display: none !important;
}

#top .av-share-box .av-share-link-description
{
	margin-bottom: 32px;
	text-transform: uppercase;
	font-size: 20px;
}

#top .av-share-box ul,
#top .av-share-box ul li,
#top .av-share-box ul li a
{
	display: flex;
}

#top .av-share-box ul
{
	flex-direction: row;
	grid-gap: 16px;
}

#top .av-share-box ul,
#top .av-share-box ul li
{
	border: none;
}

#top .av-share-box ul li a
{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-lightgray-2);
}

#top #wrap_all .av-share-link a:focus,
#top #wrap_all .av-share-link:hover a
{
	background: none;
	border-color: var(--color-cvi-2);
	color: var(--color-cvi-2);
}

/* SOCIAL */

#top .social_bookmarks
{
	display: flex;
	flex-direction: row;
	grid-gap: 8px;
	height: auto;
}

#top .social_bookmarks,
#top .social_bookmarks li
{
	margin: 0;
	padding: 0;
}

#top .social_bookmarks li
{
	width: auto;
	border: none;
	border-radius: 0;
}

#top .social_bookmarks li a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	line-height: 24px;
	border: 1px solid var(--color-lightgray-2);
	border-radius: 50%;
	font-size: 20px;
}

#top #wrap_all .social_bookmarks li a,
#top #wrap_all .social_bookmarks li a:focus
{
	border-color: var(--color-lightgray-2) !important;
	background-color: transparent !important;
	color: var(--color-cvi-1) !important;
}

#top #wrap_all .social_bookmarks li a:hover
{
	border-color: var(--color-cvi-2) !important;
	background-color: transparent !important;
	color: var(--color-cvi-2) !important;
}