/*
 ************************************************************
 *
 * PLUGINS
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * FANCYBOX
 *
 * ----------------------------------------------------------
 *
 * - MISC
 */

#top .fancybox-show-thumbs .fancybox-inner
{
	right: 0;
	bottom: 60px;
}

#top .fancybox-slide--image
{
	padding: 120px 0;
}

#top .fancybox-caption
{
	text-align: center;
	font-size: 16px;
}

#top .fancybox-infobar
{
	mix-blend-mode: normal;
	color: var(--color-white);
}

#top .fancybox-caption::after
{
	border-bottom: none;
}

#top .fancybox-caption::before
{
	top: 0;
	background-image: none;
}

#top .fancybox-button
{
	background-color: var(--color-black);
}

#top .fancybox-container .fancybox-thumbs
{
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: 95px;
	padding: 10px 10px 5px 10px;
	background: rgba(0, 0, 0, 0.3);
}

/*
 * ----------------------------------------------------------
 *
 * COOKIES
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top #cookie-notice.cookie-notice-visible
{
	display: flex;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8) !important;
}

#top #cookie-notice .cookie-notice-container
{
	position: relative;
	margin: auto;
	padding: 80px 30px;
	background-color: var(--color-cvi-2-light);
}

@media only screen and (max-width: 767px)
{
	.responsive #top #cookie-notice .cookie-notice-container
	{
		padding: 60px 30px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top #cookie-notice .cookie-notice-container
	{
		width: 640px;
	}
}

/*
 * - ICON
 */

#top #cookie-notice .cn-close-icon
{
	top: 16px;
	right: 16px;
	margin: 0;
	opacity: 1;
}

#top #cookie-notice .cn-close-icon::after,
#top #cookie-notice .cn-close-icon::before
{
	background-color: var(--color-cvi-1);
}

#top #cookie-notice .cn-close-icon:hover::after,
#top #cookie-notice .cn-close-icon:hover::before
{
	background-color: var(--color-cvi-1);
}

/*
 * - BUTTON
 */

#top #cookie-notice .cn-button
{
	font-family: var(--font-body);
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 24px;
	border: 2px solid var(--color-cvi-1) !important;
	background-color: var(--color-cvi-1) !important;
	color: var(--color-white) !important;
}

#top #cookie-notice #cn-refuse-cookie.cn-button
{
	background-color: transparent !important;
	border-color: var(--color-cvi-1) !important;
	color: var(--color-cvi-1) !important;
}

#top #cookie-notice .cn-button:hover,
#top #cookie-notice #cn-refuse-cookie.cn-button:hover
{
	background-color: transparent !important;
	border-color: var(--color-cvi-1) !important;
	color: var(--color-cvi-1) !important;
}

@media only screen and (max-width: 480px)
{
	.responsive #top #cookie-notice .cookie-notice-container #cn-notice-buttons
	{
		display: flex;
		flex-direction: column;
		grid-gap: 8px;
	}
}

/*
 * - TEXT
 */

#top #cookie-notice .cn-text-container,
#top #cookie-notice .cn-text-container a
{
	font-size: 18px;
}

#top #cookie-notice .cn-text-container
{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

#top #cookie-notice .cn-text-container a
{
	text-decoration: underline;
	color: var(--color-cvi-1);
}

#top #cookie-notice .cn-text-container a:hover
{
	color: var(--color-cvi-1);
}

/*
 * ----------------------------------------------------------
 *
 * FILTER
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top .wpc-edit-filter-set,
#top .wpc-filters-section .screen-reader-text,
#top .wpc-filters-labels::after
{
	display: none;
}

#top .wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field
{
	padding: 16px;
	padding-left: 40px;
	border-radius: 32px;
}

#top .wpc-filters-widget-content input[type="text"]
{
	padding: 16px 16px 16px 40px;
}

#top .column-content .wpc-filter-link
{
	margin-right: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#top .column-content .wpc-filter-title
{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}

/*
 * - SECTION
 */

#top .column-content .wpc-filters-section
{
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .column-content .wpc-filters-section
	{
		flex-direction: row;
		align-items: center;
	}
}

/*
 * - LABEL
 */

#top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item
{
	margin: 0;
}

#top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper
{
	border: none;
	margin-left: 0;
	cursor: pointer;
	display: flex;
	padding: 12px 24px;
	line-height: 16px;
	border-radius: 20px;
}

#top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label
{
	position: relative;
	padding-left: 0;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 0;
	border-radius: 20px;
	border: none;
	background-color: var(--color-cvi-lightgray-1);
}

#top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover,
#top .column-content .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper
{
	background-color: var(--color-cvi-1);
}

#top .column-content .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked + label span.wpc-filter-label-wrapper,
#top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-disabled input:checked + label a
{
	color: var(--color-white);
}

/*
 * - MOBILE
 */

@media only screen and (max-width: 639px)
{
	.responsive #top .column-content .wpc-filters-main-wrap ul.wpc-filters-ul-list
	{
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
		grid-gap: 8px;
		padding: 0;
	}
	.responsive #top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
	.responsive #top .column-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper
	{
		width: 100%;
		margin-right: 0;
		justify-content: center;
	}
}

/*
 * ----------------------------------------------------------
 *
 * FILTER
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .column-sidebar .wpc-edit-filter-set,
#top .column-sidebar .wpc-filter-selected-values,
#top .column-sidebar .wpc-filter-advert_type .wpc-term-count-0,
#top .column-sidebar .wpc-filter-advert_lang .wpc-term-count-0,
#top .column-sidebar .wpc-filter-advert_sector .wpc-term-count-0
{
	display: none;
}

/*
 * - ITEM
 */

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item.wpc-term-count-0 a,
#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item.wpc-term-count-0 label,
#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item.wpc-term-count-0 input
{
	pointer-events: none;
}

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item:not(:last-child)
{
	margin-bottom: 16px;
}

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item:last-child
{
	margin-bottom: 0;
}

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item label
{
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item a
{
	font-size: 15px;
	color: var(--color-cvi-1);
}

#top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item a:hover
{
	color: var(--color-cvi-2);
}

@media only screen and (max-width: 480px)
{
	.responsive #top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item
	{
		padding: 0;
	}
	.responsive #top .column-sidebar .wpc-filters-main-wrap li.wpc-term-item a
	{
		font-size: 13px;
	}
}

/*
 * - LIST
 */

#top .column-sidebar .wpc-filters-ul-list
{
	overflow-y: auto;
	max-height: 640px;
	padding: 0 16px 0 0;
}

@media only screen and (max-width: 480px)
{
	.responsive #top .column-sidebar .wpc-filters-ul-list
	{
		max-height: 160px;
	}
}



/*
 * - SECTION
 */

#top .column-sidebar .wpc-filter-layout-checkboxes
{
	padding: 24px;
	background-color: var(--color-cvi-lightgray-1);
}

#top .column-sidebar .wpc-filters-section:last-child
{
	margin-bottom: 0;
}

/*
 * - MORE & LESS
 */

#top .cocolumnntent-sidebar .wpc-toggle-a span
{
	display: flex;
	margin-top: 16px;
}

#top .column-sidebar .wpc-toggle-a,
#top .column-sidebar .wpc-toggle-a:focus
{
	border: none;
	color: var(--color-cvi-gray);
}


#top .column-sidebar .wpc-toggle-a:hover
{
	color: var(--color-cvi-2);
}

/*
 * - TITLE & ICONS
 */

#top .column-sidebar .wpc-wrap-icons,
#top .column-sidebar .wpc-wrap-icons:focus,
#top .column-sidebar .wpc-filter-title,
#top .content-sidebar .wpc-filter-title:focus
{
	font-size: 16px;
	font-weight: 700;
	color: var(--color-cvi-1);
}

#top .column-sidebar .wpc-filter-title
{
	margin-bottom: 16px;
}

#top .column-sidebar .wpc-wrap-icons:hover,
#top .column-sidebar .wpc-filter-title:hover
{
	color: var(--color-cvi-2);
}

@media only screen and (max-width: 1279px)
{
	.responsive #top .column-sidebar .wpc-wrap-icons,
	.responsive #top .column-sidebar .wpc-filter-title
	{
		font-size: 15px;
	}
}

@media only screen and (min-width: 1280px)
{
	/*
	#top .column-sidebar .wpc-filter-title button
	{
		pointer-events: none;
	}
	#top .column-sidebar .wpc-filter-title .wpc-open-icon
	{
		display: none;
	}*/
}

/*
 * ----------------------------------------------------------
 *
 * OWL-CAROUSEL
 *
 * ----------------------------------------------------------
 *
 * - DOTS
 */

#top .owl-dots
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 24px;
	margin-top: 24px;
}

@media only screen and (min-width: 989px)
{
	.responsive #top .owl-dots
	{
		text-align: center;
	}
}


#top .owl-dots .owl-dot
{
	display: inline-block;
	width: auto !important;
}

#top .owl-dots .owl-dot span
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 4px;
	border-radius: 50%;
	background-color: var(--color-cvi-lightgray-2);
}

#top .owl-dots .owl-dot:hover span,
#top .owl-dots .owl-dot.active span
{
	background-color: var(--color-cvi-1);
}

/*
 * - NAV
 */

#top .owl-nav button
{
	position: absolute;
	top: 50%;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: translateY(-50%);
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

#top .owl-nav button span
{
	margin-top: -10px;
}

#top .owl-nav .owl-prev
{
	left: 0;
}

#top .owl-nav .owl-next
{
	right: 0;
}

@media only screen and (max-width: 639px)
{
	.responsive #top .owl-nav button
	{
		width: 32px;
		height: 32px;
	}
}

@media only screen and (min-width: 640px)
{
	.responsive #top .owl-nav button
	{
		width: 40px;
		height: 40px;
	}
}

/*
 * - WRAP
 */

#top .carousel .owl-stage,
#top .carousel .owl-item
{
	display: block;
}

#top .carousel-sponsors .owl-dots
{
	display: none;
}