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

/* COLORBOX */

.colorbox
{
	padding: 32px;
}

#top .colorbox p:first-child
{
	margin-top: 0;
}

#top .colorbox p:last-child
{
	margin-bottom: 0;
}

/* SIDEBAR */

#top .sidebar-sticky
{
	position: sticky;
	top: 180px;
	right: 0;
	display: flex;
	flex-direction: column;
	grid-gap: 40px;
}

#top.admin-bar .sidebar-sticky
{
	top: 210px;
}

/* WIDGET */

#top .widget,
#top .widget__content
{
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
}

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

#top .widget .title > *
{
	margin: 0;
}

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

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

/*
 * ----------------------------------------------------------
 * LAYOUT
 * ----------------------------------------------------------
 */

/* COLUMNS */

@media only screen and (max-width: 989px)
{
	.responsive #top #wrap_all .flex_column,
	.responsive #top #wrap_all .flex_column.av-break-at-tablet
	{
		margin-bottom: 40px;
	}
	.responsive #top #wrap_all .flex_column:last-child
	{
		margin-bottom: 0;
	}
	.responsive #top #wrap_all .av-columns-reverse .flex_column
	{
		margin-bottom: 0;
	}
	.responsive #top #wrap_all .av-columns-reverse .flex_column
	{
		margin-bottom: 40px;
	}
}

/* CONTAINER */

#top .container-wide .container
{
	max-width: 100%;
}

#top .container-thin .container
{
	max-width: 1080px;
}

@media only screen and (max-width: 1080px)
{
	.responsive #top .container-thin .container
	{
		max-width: 800px;
	}
}

/* SIDEBAR */

#top .layout-sidebar
{
	display: flex;
	flex-direction: column;
	grid-gap: 40px;
}

@media only screen and (min-width:990px)
{
	.responsive #top .layout-sidebar
	{
		flex-direction: row;
	}
	.responsive #top .layout-sidebar article
	{
		width: calc(70% - 20px);
	}
	.responsive #top .layout-sidebar sidebar
	{
		width: calc(30% - 20px);
	}
}

/*
 ************************************************************
 * HEADER
 ************************************************************
 * ----------------------------------------------------------
 * MAIN
 * ----------------------------------------------------------
 */

/* MENU */

#header_main .av-main-nav ul a
{
	font-size: 14px;
}

#header_main .av-main-nav > li > a
{
	font-family: var(--font-feat);
	font-weight: 300;
	font-size: 17px;
	text-transform: none;
	padding: 0 20px;
	cursor: pointer !important;
}

#header_main .av-main-nav li.menu-item-search-dropdown a
{
	padding-right: 0;
}

#header_main .av-main-nav > li.av-burger-menu-main > a
{
	opacity: 1 !important;
}

/* MOBILE */

@media only screen and (max-width: 1180px)
{
	.responsive #top .av_mobile_menu_tablet .main_menu .menu-item-top-level
	{
		display: none;
	}
	.responsive #top .av_mobile_menu_tablet .main_menu .menu-item-avia-special
	{
		display: block;
	}
	.responsive #top .av_mobile_menu_tablet .main_menu .menu-item-search-dropdown a
	{
		padding: 0 8px !important;
	}
	.responsive #top .av_mobile_menu_tablet .main_menu .menu-item-search-dropdown svg
	{
		height: 17px;
		margin-bottom: -2px;
	}
}

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

/* LANG */

#header_meta ul.avia_wpml_language_switch
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	grid-gap: 8px;
	height: auto;
	line-height: normal;
	padding-left: 0;
}

#header_meta ul.avia_wpml_language_switch li
{
	margin: 0;
}

/* SUBMENU */

#header_meta .sub_menu,
#header_meta .sub_menu > ul,
#header_meta .sub_menu > ul > li
{
	padding: 0 !important;
}

#header_meta .sub_menu > ul.menu > li > a
{
	padding: 0;
	font-weight: 300;
	font-size: 13px;
}

@media only screen and (max-width: 767px)
{
	.responsive #header_meta .sub_menu,
	.responsive #header_meta .sub_menu > ul
	{
		position: relative;
	}
	.responsive #header_meta .sub_menu
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		top: 0;
	}
	.responsive #header_meta .sub_menu ul.menu
	{
		text-align: left;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #header_meta .sub_menu > ul.menu > li > a
	{
		margin-right: 16px;
	}
}

/*
 ************************************************************
 * SECTION
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 */

#top .avia-section article
{
	width: 100%;
	order: 1;
}

#top .avia-section sidebar
{
	order: 0;
	padding: 32px;
	background-color: var(--color-lightgray-1);
}

/* WRAP */

#top .avia-section
{
	position: relative;
	min-height: 0;
}

#top .latest-blog,
#top .latest-blog .col
{
	display: flex;
	flex-direction: column;
}

#top .latest-blog
{
	grid-gap: 40px;
}

#top .latest-blog .col:last-child
{
	padding: 32px;
	background-color: var(--color-cvi-3);
}

@media only screen and (min-width: 990px)
{
	.responsive #top .latest-blog
	{
		flex-direction: row;
	}
	.responsive #top .latest-blog .col:first-child
	{
		width: calc(66.66% - 16px);
	}
	.responsive #top .latest-blog .col:last-child
	{
		width: calc(33.33% - 16px);
	}
}

#top.page-id-25,
#top.page-id-25 #wrap_all,
#top.page-id-1523,
#top.page-id-1523 #wrap_all,
#top.single,
#top.single #wrap_all
{
	overflow: visible;
}

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

/* LOGO */

#top .footer_color #logo-general
{
	max-width: 160px;
}

#top .footer_color #logo-general path
{
	fill: #bbbbbb;
}

/* TYPO */

#top #footer p
{
	margin: 0;
	font-size: 16px;
	line-height: 1.8em;
}

#top #footer img
{
	margin: 0;
}

#top #footer #logo-general
{
	max-width: 160px;
}

/* WIDGET */

#top #footer .widget,
#top #footer .widgettitle
{
	line-height: 2em;
}

#top #footer .widget
{
	grid-gap: 0;
}

#top #footer .widgettitle
{
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 24px;
}

#top #footer .widget .seperator
{
	display: none;
}

/* MENU */

#top #footer .widget_nav_menu a
{
	position: relative;
	line-height: 1.8em;
	font-weight: 300;
	font-size: 16px;
}

#top #footer .widget_nav_menu li
{
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-gap: 16px;
}

#top #footer .widget_nav_menu li::before
{
	font-family: 'entypo-fontello';
	content:"\e875";
	font-size: 20px;
	color: var(--color-cvi-1);
}

/*
 * ----------------------------------------------------------
 * WRAPPER
 * ----------------------------------------------------------
 */

#top #footer
{
	padding: 64px 0;
	border-top: none;
}

#top #footer .container::after,
#top #footer .flex_column::after,
#top #footer .flex_column::before
{
	display: none;
}

/* CONTAINER */

#top #footer .container
{
	position: relative;
	display: flex;
	flex-flow: column wrap;
	grid-gap: 40px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top #footer .container
	{
		flex-flow: row wrap;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top #footer .container
	{
		flex-flow: row wrap;
		padding-left: 100px;
		padding-right: 100px;
	}
}

#top #footer .container::before
{
	content: '';
	position: absolute;
	top: -64px;
	left: 50px;
	right: 50px;
	bottom: -64px;
	display: block;
	padding: 64px 0;
	border-radius: 80px 80px 0 0;
	background-color: var(--color-lightgray-2);
}

@media only screen and (max-width: 767px)
{
	.responsive #top #footer .container::before
	{
		left: 0;
		right: 0;
		border-radius: 32px 32px 0 0;
	}
}

/* COLUMNS */

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

#top #footer .flex_column:last-child .widgettitle
{
	margin-bottom: 8px;
}

#top #footer .flex_column:last-child img
{
	width: auto;
	height: 60px !important;
}

@media only screen and (max-width: 1079px)
{
	.responsive #top #wrap_all #footer .flex_column
	{
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1079px)
{
	.responsive #top #footer .flex_column
	{
		width: calc(50% - 20px);
	}
	.responsive #top #footer .flex_column:first-child,
	.responsive #top #footer .flex_column:last-child
	{
		width: 100%;
	}
	.responsive #top #footer .flex_column:first-child
	{
		flex-direction: row;
	}
}

@media only screen and (min-width: 1080px)
{
	.responsive #top #footer .flex_column
	{
		width: calc(25% - 30px);
	}
	.responsive #top #footer .flex_column:last-child .widget
	{
		text-align: right;
	}
	.responsive #top #footer .flex_column:last-child .widget:last-child
	{
		justify-content: flex-end;
		flex-grow: 1;
	}
}

/*
 * ----------------------------------------------------------
 * SOCKET
 * ----------------------------------------------------------
 */

/* TYPO */

#socket
{
	line-height: 1.8em;
	font-size: 13px;
}

/* MENU */

#socket .menu
{
	margin: 0;
}

#socket .sub_menu_socket li
{
	line-height: 1.8em;
}

@media only screen and (max-width: 767px)
{

	.responsive #socket .sub_menu_socket
	{
		margin-left: 0;
	}

	.responsive #socket .sub_menu_socket li:first-child
	{
		padding-left: 0;
	}

}

/* CONTAINER */

@media only screen and (min-width: 768px)
{
	.responsive #top #socket .container
	{
		padding-left: 100px;
		padding-right: 100px;
	}
}