/*
 ************************************************************
 *
 * 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,
	.responsive #top #wrap_all .av-columns-reverse .flex_column:not(:first-child)
	{
		margin-bottom: 40px;
	}
	.responsive #top #wrap_all .flex_column:last-child,
	.responsive #top #wrap_all .av-columns-reverse .flex_column:first-child
	{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all .av-flex-cells .flex_cell.no_margin
	{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
		.responsive #top #wrap_all .av-flex-cells .flex_column.no_margin
	{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all .container
	{
		width: 100%;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* 
 * - 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 .avia-menu-fx
{
	width: calc(100% - 32px);
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
}

#top .av-main-nav > li > a
{
	padding: 0 16px;
}

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

#top .header_bg
{
	opacity: 1;
}

#top .header_color .header_bg
{
	background: var(--color-white);
	opacity: 0.1;
}

#top .header_color #header_main
{
	border-color: rgba(255,255,255,.25);
	border-top-color: rgba(255, 255, 255, 0.25);
	border-top-color: transparent;
}

@media only screen and (max-width: 989px)
{
	.html_header_transparency #top .avia-builder-el-0 .container
	{
		padding-top: 0;
	}
}
/*
 ************************************************************
 *
 * SECTION
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * GLOBAL
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

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

/*
 * - CONTAINER
 */

#top .avia-section.container-thin .container
{
	max-width: 1060px;
}

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

/*
 * - CONTENT
 */

#top .avia-section .content-thin
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1279px)
{
	.responsive #top .avia-section.avia-section-huge .content
	{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

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

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

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	#top #footer p
	{
		font-size: 13px;
	}
}

/*
 * - WIDGET
 */

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

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

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

/*
 * - SOCIAL
 */

@media only screen and (min-width: 990px)
{
	.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,
	.responsive #top #footer .flex_column::after,
	.responsive #top #footer .flex_column::before
	{
		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: calc(50% - 20px);
	}
	.responsive #top #footer .flex_column:last-child
	{
		width: 100%;
	}
}

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

/*
 * - 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: 990px)
{
	.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;
	}
}