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

/* BLOCKQUOTE */

blockquote
{
	position: relative;
	margin: 0;
	padding: 48px 24px;
	font-size: 1.1em;
	border-radius: 0;
}

blockquote p
{
	margin: 2em 0;
}

blockquote p:first-child
{
	margin-top: 1em;
}

blockquote p:last-child
{
	margin-bottom: 0;
}

blockquote::before
{
	content: url('../img/svg/quote.svg');
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 24px;
	width: 24px;
	height: 24px;
	padding: 12px;
	border-radius: 0;
	transform: translateY(-50%);
	border: 1px solid var(--color-cvi-2);
	background-color: var(--color-white);
}

/* 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
{
	width: auto;
	height: auto;
}

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

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

#top .gallery .gallery-item.first dt
{
	width: 100%;
}

#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)
{
	display: none !important;
}

#top .gallery .gallery-icon.plus a::before
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 32px;
	color: var(--color-cvi-2);
}

#top .gallery .gallery-icon.plus a img
{
	opacity: 0.1;
}

#top .gallery .gallery-icon.plus a:hover img
{
	opacity: 1;
}

#top .gallery .gallery-icon.plus a:hover::before
{
	opacity: 0;
}

#top .gallery .gallery-icon.plus a::before
{
	content: '+';
}

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

/*
 * ----------------------------------------------------------
 * MODAL
 * ----------------------------------------------------------
 */

/* IFRAME */

.iframe
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media only screen and (min-width: 640px)
{
	.iframe
	{
		padding-bottom: 56.25%;
	}
}

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

/* CLOSE */

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

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

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

/* NAV */

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

/* CONTAINER */

@media only screen and (max-width: 989px)
{
	.mfp-container
	{
		padding-left: 32px;
		padding-right: 32px;
	}
}

/* SCALER */

@media only screen and (max-width: 639px)
{
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 85vh !important;
		padding-top: 0 !important;
	}
}

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

/* CONTENT */

@media only screen and (max-width: 989px)
{
	.mfp-iframe-holder .mfp-content
	{
		max-width: 100% !important;
	}
}

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

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

#top .hide
{
	display: none !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;
}

#top .avia-post-nav .entry-info span
{
	font-size: 14px;
}

#top .avia-post-nav
{
	border-radius: 0;
	background: var(--color-cvi-2);
}

#top .avia-post-nav:hover
{
	background: var(--color-cvi-3);
}

/* ICON */

#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";
}

#top .fas,
#top .fab,
#top .fa-solid,
#top .fa-regular
{
	margin-right: 0.5em;
	color: var(--color-cvi-2);
}

/* WIDGET */

#top .widget
{
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
	margin: 0;
	padding: 0;
}

#top .widget::before,
#top .widget::after
{
	display: none;
}

#top .widgettitle
{
	margin-top: 0;
	letter-spacing: 0;
	font-size: 21px;
}

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

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

#top .meta,
#top .meta > span
{
	font-weight: 300;
}
#top ul.meta,
#top ul.meta li
{
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top ul.meta-related
{
	display: flex;
	flex-direction: column;
	grid-gap: 4px;
}

#top .related ul,
#top .related ul li
{
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .related-artists .label
{
	margin-bottom: 16px;
	text-transform: uppercase;
}

#top .related-artists a
{
	text-decoration: underline;
}

/*
 * ----------------------------------------------------------
 * THUMBNAIL
 * ----------------------------------------------------------
 */

#top .thumbnail,
#top .thumbnail h3,
#top .thumbnail li,
#top .thumbnail span
{
	transition-property: opacity, color, background-color;
	transition-duration: .3s;
	transition-timing-function: ease;
}

/* FLEX */

#top .thumbnail,
#top .thumbnail .row
{
	display: flex;
	flex-grow: 1;
}

#top .thumbnail
{
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	grid-gap: 24px;
	color: var(--color-black);
}

#top .thumbnail::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../assets/img/imago/imago-white.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .thumbnail
	{
		grid-gap: 160px;
		padding: 32px;
		min-height: 240px;
	}
	.responsive #top .thumbnail::before
	{
		background-size: auto 160px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .thumbnail
	{
		padding: 32px;
		min-height: 320px;
	}
	.responsive #top .thumbnail::before
	{
		background-size: auto 240px;
	}
}

@media only screen and (min-width: 1080px)
{
	.responsive #top .thumbnail
	{
		padding: 40px;
	}
}

/* ROW */

#top .thumbnail .row
{
	width: 100%;
	margin-bottom: 0;
}

#top .thumbnail .row:first-child
{
	justify-content: space-between;
}

#top .thumbnail .row:last-child
{
	align-items: center;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .thumbnail .row:first-child
	{
		flex-direction: column;
		grid-gap: 24px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .thumbnail .row:first-child
	{
		flex-direction: row;
	}
}

/* TITLE */

#top .thumbnail .title h3
{
	text-transform: uppercase;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .thumbnail .title
	{
		text-align: right;
	}
}

/* CAT */

#top .thumbnail .cat
{
	min-width: 200px;
	letter-spacing: 6px;
}

/* TYPO */

#top .thumbnail .title h3
{
	font-size: 27px;
}

#top .thumbnail .meta-related
{
	line-height: normal;
	font-size: 20px;
}

#top .thumbnail .meta-category
{
	font-size: 16px;
}

#top .thumbnail .meta-duration
{
	font-size: 18px;
	margin-top: 8px;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .thumbnail .title h3
	{
		font-size: 32px;
	}
	.responsive #top .thumbnail .meta-related
	{
		font-size: 24px;
	}
	.responsive #top .thumbnail .meta-category
	{
		font-size: 20px;
	}
	.responsive #top .thumbnail .meta-duration
	{
		font-size: 18px;
		margin-top: 8px;
	}
}

@media only screen and (min-width: 1080px)
{
	.responsive #top .thumbnail .title h3
	{
		font-size: 32px;
	}
	.responsive #top .thumbnail .meta-related
	{
		font-size: 27px;
	}
	.responsive #top .thumbnail .meta-category
	{
		font-size: 24px;
	}
	.responsive #top .thumbnail .meta-duration
	{
		font-size: 22px;
		margin-top: 16px;
	}
}

/* COLOR */

#top .thumbnail h3,
#top .thumbnail li,
#top .thumbnail span
{
	color: var(--color-white);
}

#top .thumbnail-a-seif,
#top .thumbnail-a-vault
{
	background-color: var(--color-cvi-2);
}

#top .thumbnail-a-aknad,
#top .thumbnail-a-windows
{
	background-color: var(--color-gray-2);
}

#top .thumbnail-a-saal,
#top .thumbnail-a-hall
{
	background-color: var(--color-cvi-3);
}

/*
 * ----------------------------------------------------------
 * 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(4, minmax(0, 1fr));
	grid-gap: 8px;
	max-width: 800px;
	margin: 0 auto;
}

#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: 989px)
{
	.responsive #top .cats-grid
	{
		grid-template-columns: repeat(2, 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%;
	padding: 12px 24px;
	border-radius: 32px;
	border: 1px solid var(--color-lightgray-2);
	text-transform: uppercase;
	font-size: 17px;
}

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

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

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

#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);
}

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

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

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

/* ELEMENT */

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

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

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

#top .article blockquote
{
	margin-top: 3em;
	border: 1px solid var(--color-cvi-2) !important;
	color: var(--color-black) !important;
}

#top .article a
{
	text-decoration: underline;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .article p:not(:is(blockquote p, .article-row p, .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 solid var(--color-lightgray-2);
}

#top .article h3
{
	padding: 24px 0 24px 24px;
	border-left: 1px solid var(--color-cvi-2);
}

#top .article ul:not(:is(.toggle_content ul, .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 .av-icon-char::before
{
	color: var(--color-cvi-2);
}