/*
 ************************************************************
 * ELEMENT
 ************************************************************
 * ----------------------------------------------------------
 * WORDPRESS GENERATED CLASSES
 * ----------------------------------------------------------
 */

/* IMAGE */

#top img
{
	display: block;
}

#top figure
{
	width: auto !important;
}

@media only screen and (max-width: 479px)
{
	.responsive #top figure img
	{
		width: 100%;
		height: auto;
	}
}

#top .alignleft,
#top .alignright,
#top .aligncenter,
#top .alignleft img,
#top .alignright img,
#top .aligncenter img
{
	display: block;
	position: relative;
}

#top .alignleft
{
	float: left;
	margin: 0px 32px 0px 0;
}

#top .alignright
{
	float: right;
	margin: 0px 0px 0px 32px;
}

#top .aligncenter
{
	clear: both;
	margin: 24px auto;
}

@media only screen and (max-width: 639px)
{
	.responsive #top .alignleft,
	.responsive #top .alignright,
	.responsive #top .aligncenter
	{
		clear: both;
		float: none;
		margin: 24px 0;
		margin-right: auto;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .alignleft
	{
		margin: 0px 32px 32px 0;
	}
	.responsive #top .alignright
	{
		margin: 0px 0px 32px 32px;
	}
	.responsive #top .aligncenter
	{
		margin: 32px auto;
	}
}

/* 
 * - CAPTION
 */

#top .wp-caption,
#top .wp-caption img
{
	border: none;
}

#top .wp-caption,
#top .wp-caption p,
#top .wp-caption figcaption
{
	font-family: var(--font-base);
	font-style: normal;
	font-size: 15px;
	text-align: left !important;
	margin: 0;
	padding: 0;
}

#top .wp-caption img
{
	padding: 0;
}

#top .wp-caption p,
#top .wp-caption figcaption
{
	margin-top: 8px;
	color: var(--color-gray-2);
}

/*
 * ----------------------------------------------------------
 * WORDPRESS GALLERY
 * ----------------------------------------------------------
 */

/* COLUMNS */

#top .gallery-columns-1
{
	grid-template-columns: repeat(2, 1fr);
}

#top .gallery-columns-2
{
	grid-template-columns: repeat(2, 1fr);
}

#top .gallery-columns-3
{
	grid-template-columns: repeat(3, 1fr);
}

#top .gallery-columns-4
{
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery-columns-5
{
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery-columns-6
{
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery-columns-7
{
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery-columns-8
{
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery-columns-9
{
	grid-template-columns: repeat(4, 1fr);
}

/*
 * - GRID
 */

.gallery
{
	display: grid;
	margin: 32px 0;
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery + .button
{
	margin-top: -16px;
}

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

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

/*
 * - ITEM
 */

#top .gallery .gallery-icon,
#top .gallery .gallery-item
{
	margin: 0;
	padding: 0;
}

#top .gallery .gallery-item img
{
	width: 100%;
	height: auto;
}

#top .gallery .gallery-item
{
	width: auto;
	height: auto;
}

#top .gallery .gallery-item.first
{
	grid-column: span 2;
	grid-row: span 2;
}

#top .gallery.gallery-columns-1 .gallery-item.first,
#top .gallery.gallery-columns-2 .gallery-item.first,
#top .gallery.gallery-columns-4 .gallery-item.first
{
	grid-column: span 1;
	grid-row: span 1;
}

#top .gallery br,
#top .gallery .gallery-item:nth-child(n+6),
#top .gallery.gallery-columns-3 .gallery-item:nth-child(n+4)
{
	display: none !important;
}

/*
 * - ELEMENT
 */

#top .gallery a,
#top .gallery a img
{
	display: block;
	position: relative;
	max-width: 100%;
	border: none;
}

#top .gallery::after
{
	content: '';
	display: none;
	clear: both;
}

#top .gallery figure img
{
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
}

/*
 * ----------------------------------------------------------
 * ICONS
 * ----------------------------------------------------------
 */

/* ENTYPO FONTELLO */

#top .icon
{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	float: left;
}

#top .icon::before
{
	font-family: 'entypo-fontello';
	height: 30px;
	margin-right: 15px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
}

#top .icon.close::before
{
	content:"\e813";
}

#top .icon.email::before
{
	content:"\e805";
}

#top .icon.phone::before
{
	content:"\e854";
}

/* FONT AWESOME */

#top .fas,
#top .far,
#top .fab,
#top .fa-solid,
#top .fa-regular
{
	font-size: 18px;
	margin-right: 0.3em;
	color: var(--color-cvi-2);
}
/*
#top .fa-envelope
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-lightgray-2);
}
*/
#top .icon-right
{
	margin-left: 0.5em;
	margin-right: 0;
}

/*
 * ----------------------------------------------------------
 * ELEMENT
 * ----------------------------------------------------------
 */

#top .hide,
#top #scroll-top-link,
#top .image-overlay
{
	display: none !important;
}

/* IFRAME */

.iframe
{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
}

.iframe iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.avia-popup .mfp-close,
div.avia-popup .mfp-close:hover
{
	border: none;
	-webkit-transition: none;
	        transition: none;
}

div.avia-popup .mfp-title
{
	font-size: 16px;
}

div.avia-popup .mfp-close:hover
{
	transform: scale(1);
}

.mfp-iframe-holder .mfp-iframe
{
	border-radius: 0;
}

.mfp-iframe-holder button.mfp-arrow
{
	display: none;
}

@media only screen and (max-width: 479px)
{
	.mfp-container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mfp-iframe-holder .mfp-content
	{
		max-width: 100% !important;
	}
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 540px !important;
	}
}

@media only screen and (min-width: 480px)
{
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 540px !important;
	}
}

@media only screen and (min-width: 990px)
{
	.mfp-iframe-holder .mfp-content
	{
		max-width: 960px !important;
	}
}

/* PAGINATION */

#top .pagination
{
	display: table;
	margin: 0;
	padding: 0;
}

#top .pagination .pagination-meta
{
	display: none;
}

#top .pagination a,
#top .pagination span
{
	font-size: 15px;
}

#top .pagination a,
#top .pagination .current
{
	margin-right: 0;
	border-radius: 0;
	box-shadow: none;
}

#top .pagination a:not(:last-child),
#top .pagination .current:not(:last-child)
{
	margin-right: 5px;
}

#top .pagination a
{
	border: none;
	background-color: transparent;
}

#top .pagination a,
#top .pagination span,
#top .pagination a:hover
{
	color: var(--color-cvi-2);
}

#top .pagination .current
{
	color: var(--color-cvi-1);
}

/* POST NAV */

#top .avia-post-nav .entry-image
{
	display: none;
}

/* WIDGET */

#top .widget
{
	margin: 0;
	padding: 0;
}

#top .widgettitle
{
	margin-top: 0;
	letter-spacing: 0;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .widgettitle
	{
		font-size: 24px;
	}
}

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

/* PROGRESSBAR */

#top .progressbar.progress-raised .percentage
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25px;
	text-align: center;
}

#top .progressbar.progress-raised .fill
{
	height: 100%;
	transition: width 0.5s;
	background: var(--color-cvi-2);
}

#top .progressbar.progress-raised .lbl
{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-cvi-1);
}

#top .progressbar.progress-raised .bar
{
	position: relative;
	overflow: hidden;  
	height: 25px;
	line-height: 25px;
	background-color: var(--color-lightgray-2);
}

#top .progressbar.progress-issued
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	padding: 20px;
	line-height: normal;
	background-color: var(--color-cvi-1);
	color: var(--color-white);
}

#top .progressbar.progress-issued .lbl
{
	font-weight: 700;
	font-size: 16px;
	color: var(--color-white);
}

#top .progressbar.progress-issued .bar
{
	font-weight: 700;
	font-size: 40px;
	color: var(--color-white);
}

/*
 * ----------------------------------------------------------
 * META
 * ----------------------------------------------------------
 */

#top .meta
{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	font-size: 14px;
}

#top .meta,
#top .meta > span
{
	font-weight: 300;
	color: var(--color-gray-2);
}

/* ARCHIVE */

#top .archive-meta
{
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
}

/*
 * ----------------------------------------------------------
 * CATS-GRID
 * ----------------------------------------------------------
 */

/* WRAP */

#top .cats-grid ul,
#top .cats-grid li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .cats-grid
{
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-gap: 8px;
}

#top .cats-select
{
	display: none;
}

#top .cats-select label
{
	display: block;
	margin-bottom: 8px;
}

#top .cats-select select
{
	width: 100%;
}

@media only screen and (max-width: 1199px)
{
	.responsive #top .cats-grid
	{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top .cats-grid
	{
		display: none;
	}
	.responsive #top .cats-select
	{
		display: block;
	}
}

/* GRID */

#top .cats-grid li
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#top .cats-grid li:nth-child(n+7)
{
	display: none;
}

#top .cats-grid li a
{
	width: 100%;
	font-size: 15px;
	padding: 12px;
	border-radius: 32px;
	border: 1px solid var(--color-lightgray-2);
}

#top .cats-grid li a,
#top .cats-grid li a:focus
{
	color: var(--color-cvi-1);
}

#top .cats-grid li a:hover
{
	color: var(--color-cvi-2);
}

#top .cats-grid li.active a
{
	background-color: var(--color-cvi-1);
	border-color: var(--color-cvi-1);
	color: var(--color-white);
}

#top .cats-grid li.active a:hover
{
	background-color: transparent;
	border-color: var(--color-lightgray-2);
	color: var(--color-cvi-2);
}

/*
 * ----------------------------------------------------------
 * TAGS
 * ----------------------------------------------------------
 */

/* WRAP */

#top .tags,
#top .tags ul
{
	display: flex;
	flex-flow: row wrap;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .tags,
	.responsive #top .tags ul
	{
		align-items: center;
	}
}

#top .tags
{
	grid-gap: 16px;
	padding-top: 32px;
	border-top: 1px dotted var(--color-cvi-1);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .tags
	{
		flex-direction: column;
	}
}

/* ELEMENT */

#top .tags ul,
#top .tags li
{
	list-style: none;
}

#top .tags ul
{
	grid-gap: 8px;
	margin: 0;
	padding: 0;
}

#top .tags ul li
{
	max-width: 240px;
	margin: 0;
	padding: 0;
}

#top .tags ul li a,
#top .tags ul li span
{
	display: block;
	width: 100%;
	padding: 8px 16px;
	overflow: hidden;
	text-transform: lowercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	border-radius: 4px;
	background-color: var(--color-cvi-1);
	color: var(--color-white);
}

#top .tags ul li a:hover
{
	background-color: var(--color-cvi-2);
}

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

/* BANK DETAILS */

#top .bank-details,
#top .bank-details table tr,
#top .bank-details table th,
#top .bank-details table td
{
	background-color: transparent !important;
}

#top .bank-details table
{
	margin: 0;
}

#top .bank-details table td
{
	padding: 4px 0;
	font-size: 16px;
	border-left: none;
	border-right: none;
}

#top .bank-details table td:last-child
{
	text-align: right;
}

#top .bank-details .title
{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
}

/*
 * ----------------------------------------------------------
 * PICTURE
 * ----------------------------------------------------------
 */

#top .picture .wp-caption p
{
	display: none !important;
}

/*
 * ----------------------------------------------------------
 * ARTICLE
 * ----------------------------------------------------------
 */

/* ELEMENT */

#top .article > *
{
	margin: 32px 0;
}

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

#top .article > *:last-child
{
	margin-bottom: 0;
}

#top .article blockquote
{
	margin-top: 4em;
}

#top .article a:not(.avia-button)
{
	font-weight: 700;
	text-decoration: underline
}

#top .article a:hover,
#top .article a:hover strong
{
	color: var(--color-cvi-2);
}

@media only screen and (min-width: 768px)
{
	.responsive #top .article p:not(blockquote p):not(.article-row p):not(.avia-timeline p)
	{
		text-align: justify;
	}
}

#top .article > * + h4:not(first-child),
#top .article > * + h5:not(first-child),
#top .article > * + h6:not(first-child)
{
	margin-top: 32px;
}

#top .article h2
{
	clear: both;
	font-size: 27px;
	padding-bottom: 24px;
	margin-bottom: 32px;
	margin-top: 0;
	border-bottom: 1px dotted var(--color-cvi-1);
}

#top .article ul:not(.toggle_content ul):not(.sticky-tabs),
#top .article ol
{
	padding: 32px;
	background-color: var(--color-lightgray-1);
}

/* ICON */

#top .article .fas,
#top .article .far
{
	margin-right: 0.8em;
}

#top .article .fas::before,
#top .article .far::before
{
	font-size: 16px;
	color: var(--color-cvi-2);
}

#top .article blockquote .fas::before,
#top .article blockquote .far::before
{
	font-size: 20px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .article blockquote .fas
	{
		display: block;
		margin-right: 0;
		margin-bottom: 0.8em;
	}
}

#top .article .av-icon-char::before
{
	color: var(--color-cvi-2);
}

/*
 * ----------------------------------------------------------
 * STICKY-TABS
 * ----------------------------------------------------------
 */

#top .sticky-tabs
{
	position: sticky;
	z-index: 999;
	top: 150px;
	left: 0;
	height: 60px;
	display: flex;
	flex-direction: row;
	grid-gap: 40px;
	list-style: none;
	background-color: var(--color-white);
}

#top #wpadminbar + #wrap_all .sticky-tabs
{
	top: 182px;
}

#top select.sticky-tabs
{
	padding-left: 20px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .sticky-tabs
	{
		top: 0px;
		grid-gap: 20px;
		display: none !important;
	}

	.responsive #top #wpadminbar + #wrap_all .sticky-tabs
	{
		top: 30px;
	}
}

#top .sticky-tabs,
#top .sticky-tabs li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#top .sticky-tabs li
{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .sticky-tabs li
	{
		font-size: 14px;
	}
}

#top .sticky-tabs li a
{
	display: block;
	padding: 20px 0 16px 0;
	line-height: 20px;
	text-decoration: none !important;
	border-bottom: 4px solid var(--color-white);
	color: var(--color-cvi-1);
}

#top .sticky-tabs li a:hover,
#top .sticky-tabs li a.active
{
	border-color: var(--color-cvi-2);
	color: var(--color-cvi-2);
}