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

/* COLORBOX */

.colorbox
{
	position: relative;
	padding: 40px 32px;
}

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

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

/* STICKY */

#top .sticky
{
	display: flex;
	flex-direction: column;
	grid-gap: 32px;
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .sticky
	{
		position: sticky;
		top: 150px;
		right: 0;
	}

	.responsive #top #wpadminbar + #wrap_all .sticky
	{
		top: 180px;
	}
}

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

@media only screen and (min-width: 768px)
{
	.container
	{
		padding: 0 40px;
	}
}

/*
 * ----------------------------------------------------------
 * FLEX
 * ----------------------------------------------------------
 */

/* COLUMNS */

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child)
{
	margin-top: 40px;
}

@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: 40px;
	}
	.responsive #top #wrap_all .av-columns-reverse .flex_column.first
	{
		margin-bottom: 0;
	}
}

/* 2-COLUMNS */

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half,
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half .flex_column,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth .flex_column
	{
		display: flex;
	}
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth
	{
		flex-direction: row;
		grid-gap: 40px;
	}
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half .flex_column,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth .flex_column
	{
		flex-direction: column;
	}
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half .flex_column
	{
		width: calc(50% - 20px);
	}
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half .flex_column:first-child::after,
	.responsive #top #wrap_all .flex_column_table.sc-av_one_half .flex_column:first-child::before,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth .flex_column:first-child::after,
	.responsive #top #wrap_all .flex_column_table.sc-av_three_fourth .flex_column:first-child::before
	{
		display: none;
	}
}

/*
 * ----------------------------------------------------------
 * COLUMNS
 * ----------------------------------------------------------
 */

/* FLEX */

#top .columns,
#top .column-sidebar,
#top .column-content
{
	position: relative;
	display: flex;
}

#top .columns,
#top .columns .column-sidebar,
#top .columns .column-content
{
	grid-gap: 40px;
}

#top .column-content,
#top .column-sidebar
{
	flex-direction: column;
}

#top .column-sidebar::before,
#top .column-sidebar::after,
#top .column-content::before,
#top .column-content::after
{
	display: none !important;
}

#top .column-sidebar
{
	order: 0;
}
#top .column-content
{
	order: 1;
}

#top .column-sidebar .widget
{
	padding: 32px;
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .columns
	{
		flex-direction: row;
	}
	.responsive #top .column-sidebar
	{
		width: 320px;
	}
	.responsive #top .column-content
	{
		width: calc(100% - 360px);
	}
}

@media only screen and (max-width: 1279px)
{
	.responsive #top .content-article .columns
	{
		flex-direction: column;
	}
}

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

/* ICON */

#header_main .av-main-nav .dropdown_available
{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	vertical-align: middle;
}

/* 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: 700;
	font-size: 18px;
	text-transform: none;
	padding: 0 20px;
	cursor: pointer !important;
}

#header_main .av-main-nav li:nth-last-child(2) a
{
	padding-right: 0;
}

/* SUBMENU */

#top .av-main-nav ul
{
	top: 80%;
	width: 240px;
	box-shadow: none;
}

#top .av-main-nav ul a
{
	background-color: var(--color-lightgray-1);
	border-color: var(--color-lightgray-1);
}

#top .av-main-nav ul li:first-child a
{
	padding-top: 16px;
}

#top .av-main-nav ul li:last-child a
{
	padding-bottom: 16px;
}

/* BURGER */

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

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a
{
	color: var(--color-cvi-1);
}

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

/* PHONE */

#header_meta .phone-info
{
	font-weight: 700;
	font-size: 14px;
	color: var(--color-white);
}

@media only screen and (max-width: 767px)
{
	.responsive #header_meta  .phone-info
	{
		text-align: right;
	}
}

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

.avia-section-small .content
{
	padding-top: 24px;
	padding-bottom: 24px;
}

/* WRAP */

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

/* SINGLE */

#top.single article
{
	display: flex;
	flex-direction: column;
	grid-gap: 40px;
	max-width: 960px;
	margin: 0 auto;
}

/*
 * ----------------------------------------------------------
 * SINGLE
 * ----------------------------------------------------------
 */

#top.single,
#top.single #wrap_all
{
	overflow: visible;
}

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

/* TYPO */

#top #footer p,
#top #footer a
{
	line-height: 1.8em;
	font-weight: 400;
	font-size: 16px;
}

#top #footer p
{
	margin: 0;
}

#top #footer strong
{
	font-size: 18px;
}

@media only screen and (max-width: 479px)
{
	.responsive #top #footer p,
	.responsive #top #footer a
	{
		font-size: 15px;
	}
	.responsive #top #footer strong
	{
		font-size: 16px;
	}
}

/* IMAGE */

#top #footer img
{
	margin: 0;
}

#top #footer .style-svg
{
	max-width: 360px;
	width: 100%;
	height: auto;
}

/* WIDGET */

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

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

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

/* TEXT */

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

/* MENU */

#top #footer .widget_nav_menu a
{
	position: relative;
	padding: 0;
}

#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: 16px;
	color: var(--color-gray-2);
}

/* SOCIAL */

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

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

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

#top #footer .social_bookmarks li a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 20px;
	text-decoration: none;
	border: none;
	border-radius: 50%;
	font-size: 20px;
}

#top #wrap_all #footer .social_bookmarks li a,
#top #wrap_all #footer .social_bookmarks li a:focus
{
	background-color: var(--color-gray-2);
	color: var(--color-white);
}

#top #wrap_all #footer .social_bookmarks li a:hover
{
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

/* CONTACT */

#top #footer #text-3
{
	overflow: visible;
	max-width: 360px;
	padding: 32px 0;
	text-align: center;
	background-color: var(--color-cvi-1);
}

#top #footer #text-3::after
{
	content: "";
	display: block;
	position: absolute;
	left: 32px;
	bottom: -32px;
	width: 48px;
	height: 32px;
	visibility: visible;
	background-color: var(--color-cvi-1);
	clip-path: polygon(20% 0%, 0% 100%, 100% 0%);
}

@media only screen and (max-width: 1079px)
{
	.responsive #top #footer #text-3
	{
		margin-bottom: 32px;
	}
}

#top #footer #text-3 p,
#top #footer #text-3 a
{
	font-weight: 700;
	font-size: 18px;
	color: var(--color-white);
}

@media only screen and (max-width: 479px)
{
	.responsive #top #footer #text-3 p,
	.responsive #top #footer #text-3 a
	{
		font-size: 16px;
	}
}

#top #footer #text-3 a:hover
{
	color: var(--color-cvi-2);
}

#top #footer #text-3 p
{
	letter-spacing: 2%;
}

/*
 * ----------------------------------------------------------
 * 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: row wrap;
	justify-content: space-between;
	grid-gap: 48px;
}

/* COLUMNS */

#top #footer .flex_column
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-gap: 48px;
	margin: 0;
}

@media only screen and (max-width: 1199px)
{
	.responsive #top #wrap_all #footer .flex_column
	{
		margin: 0;
		order: 1;
	}
	.responsive #top #wrap_all #footer .flex_column:first-child
	{
		order: 3;
	}
	.responsive #top #wrap_all #footer .flex_column:last-child
	{
		order: 2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px)
{
	.responsive #top #footer .flex_column
	{
		width: 100%;
	}
}

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

/* TYPO */

#top #socket
{
	line-height: 1.8em;
	font-weight: 400;
	font-size: 16px;
}

#top #socket a
{
	text-decoration: underline;
}

/* MENU */

#top #socket .sub_menu_socket ul
{
	margin: 0;
}

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

@media only screen and (max-width: 767px)
{
	.responsive #top #socket .sub_menu_socket
	{
		margin: 0;
	}
	.responsive #top #socket .sub_menu_socket li
	{
		float: none;
		padding: 0;
	}

}

/* FLEX */

#top #socket .container
{
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
}

#top #socket .copyright
{
	order: 1;
}

#top #socket .sub_menu_socket
{
	order: 0;
}

@media only screen and (max-width: 767px)
{
	.responsive #top #socket .container
	{
		flex-direction: column;
		grid-gap: 24px;
	}
	.responsive #top #socket .container::after
	{
		display: none;
	}
	.responsive #top #socket .copyright
	{
		order: 1;
	}
	.responsive #top #socket .sub_menu_socket
	{
		order: 0;
	}

}

@media only screen and (min-width: 768px)
{
	.responsive #top #socket .container
	{
		flex-direction: row;
		justify-content: space-between;
	}
}