/*
 ************************************************************
 *
 * WRAPPER
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * GRID
 *
 * ----------------------------------------------------------
 *
 * - 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-thin .container
{
	max-width: 900px;
}

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

/* 
 * - COLORBOX
 */

#top .colorbox
{
		padding: 30px;
}

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

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

/*
 ************************************************************
 *
 * HEADER
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * ELEMENT
 *
 * ----------------------------------------------------------
 *
 * - MENU
 */

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

/*
 * - BUTTON
 */

#top .av-menu-button > a .avia-menu-text
{
	position: relative;
	padding: 10px 15px;
	border-radius: 4px;
	border: none;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

#top .av-menu-button > a .avia-menu-text::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.2);
}

#top #wrap_all .header_color .av-menu-button > a .avia-menu-text,
#top #wrap_all .header_color .av-menu-button > a:hover .avia-menu-text
{
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

#top #wrap_all .header_color .av-menu-button > a:hover .avia-menu-text::before
{
	bottom: 0;
	opacity: 0.5;
}

/*
 * - HAMBURGER
 */

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

#top .av-burger-overlay .av-menu-button .avia-menu-text
{
	display: block;
	width: 100%;
}

/*
 * - LANG
 */

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

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

/*
 * - MOBILE
 */

@media only screen and (max-width: 1279px)
{
	nav.main_menu
	{
		display: block !important;
	}

	#avia-menu .menu-item
	{
		display: none;
	}
	.av-burger-menu-main.menu-item-avia-special
	{
		display: block;
	}
}

/*
 * ----------------------------------------------------------
 *
 * WRAP
 *
 * ----------------------------------------------------------
 *
 * - CONTAINER
 */

#top .av_header_stretch #header_meta .container
{
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
}

@media only screen and (max-width: 989px)
{
	.html_header_top #top #header.av_header_stretch .container
	{
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top .av_header_stretch #header_meta .container
	{
		display: flex;
		align-items: center;
	}
}

/*
 * - SUBMENU
 */

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

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

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

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

#top #footer
{
	--color-transparent: rgba(130, 130, 130, 0.6);
}

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

#top #footer a,
#top #footer a:focus
{
	color: var(--color-white);
}

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

/*
 * - WIDGET
 */

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

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

#top #footer .flex_column:first-child .widget p
{
	padding-left: 30px;
	border-left: 1px solid var(--color-transparent);
}

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

/*
 * - SOCIAL
 */

@media only screen and (min-width: 1280px)
{
	.responsive #top #footer .social_bookmarks
	{
		justify-content: flex-end;
	}
}


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

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

/*
 * - CONTAINER
 */

@media only screen and (min-width: 768px)
{
	.responsive #top #footer .container
	{
		display: flex;
		flex-flow: row wrap;
		grid-gap: 40px;
	}
	.responsive #top #footer .container::after
	{
		display: none;
	}
}

/*
 * - COLUMNS
 */

#top #footer .flex_column
{
	margin: 0;
}

#top #footer .flex_column:last-child
{
	display: flex;
	flex-direction: column;
}

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

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

@media only screen and (min-width: 989px)
{
	.responsive #top #footer .flex_column:not(last-child)
	{
		width: calc(33.33% - 80px);
	}
	.responsive #top #footer .flex_column:last-child
	{
		width: 100%;
	}
}

@media only screen and (min-width: 1280px)
{
	.responsive #top #footer .flex_column:not(last-child)
	{
		width: 260px;
	}
	.responsive #top #footer .flex_column:last-child
	{
		width: calc(100% - 900px);
	}
}

/*
 * - LAST COLUMN WIDGET
 */

#top #footer .flex_column:last-child .widget
{
	text-align: left;
}

#top #footer .flex_column:last-child .widget:last-child
{
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1280px)
{
	.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
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

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

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

}