/*
 ************************************************************
 *
 * CHILD-LAYOUT
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENT
 *
 * ----------------------------------------------------------
 *
 * - HIDE
 */

#top #scroll-top-link,
#top .image-overlay
{
	display: none !important;
}

/*
 * - IFRAME
 */

div.avia-popup .mfp-close,
div.avia-popup .mfp-close:hover
{
	border: none;
	-webkit-transition: none;
	        transition: none;
}

div.avia-popup .mfp-close:hover
{
	transform: scale(1);
}

.mfp-iframe-holder .mfp-iframe
{
	border-radius: 0;
}

.mfp-iframe-holder button.mfp-arrow
{
	display: none;
}

@media only screen and (max-width: 479px)
{
	.mfp-container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mfp-iframe-holder .mfp-content
	{
		max-width: 100% !important;
	}
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 540px !important;
	}
}

@media only screen and (min-width: 480px)
{
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 540px !important;
	}
}

@media only screen and (min-width: 990px)
{
	.mfp-iframe-holder .mfp-content
	{
		max-width: 960px !important;
	}

}

/*
 * - DATE
 */

#top .meta-date
{
	position: relative;
	z-index: 2;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: -60px;
	padding: 0 10px;
	font-size: 13px;
	background-color: var(--color-orange);
	color: var(--color-black);
}

/*
 * - PAGINATION
 */

#top .pagination
{
	display: table;
	padding: 0;
	margin: 50px auto 0 auto;
}

#top .pagination .pagination-meta
{
	display: none;
}

#top .pagination a,
#top .pagination span
{
	font-size: 15px;
	color: var(--color-orange);
}

#top .pagination a,
#top .pagination .current
{
	margin-right: 0;
	border-radius: 0;
	box-shadow: none;
}

#top .pagination a:not(:last-child),
#top .pagination .current:not(:last-child)
{
	margin-right: 5px;
}

#top .pagination a
{
	border: 1px solid var(--color-lightgray-2);
	background-color: transparent;
}

#top .pagination a:hover
{
	border: 1px solid var(--color-orange);
	background-color: var(--color-orange) !important;
	color: var(--color-black);
}

#top .pagination .current
{
	border-radius: 0;
	border: 1px solid var(--color-orange);
	background-color: var(--color-orange);
	color: var(--color-black);
}

/*
 * - WIDGET
 */

.widget
{
	padding: 0;
	margin: 40px 0;
}

.widget:first-child
{
	margin-top: 0;
}

.widget:last-child
{
	margin-bottom: 0;
}

.widgettitle
{
	letter-spacing: normal;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

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

/*
 * - CELL
 */

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all .flex_cell
	{
		padding: 30px;
	}
	.responsive #top #wrap_all .flex_cell.avia-builder-el-last
	{
		padding: 120px 30px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top #wrap_all .flex_cell
	{
		padding: 60px;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .flex_cell
	{
		padding: 40px;
	}
}

@media only screen and (min-width: 1280px)
{
	.responsive #top #wrap_all .flex_cell
	{
		padding: 60px;
	}
}

/*
 * - CONTAINER
 */

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

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

/* 
 * - COLORBOX
 */

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

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

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all .colorbox
	{
		padding: 30px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top #wrap_all .colorbox
	{
		padding: 30px;
	}
}

/*
 ************************************************************
 *
 * CHILD-HEADER
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENT
 *
 * ----------------------------------------------------------
 *
 * - PHONE
 */

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

/*
 * - MENU
 */

#top .av-main-nav > li > a
{
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	padding: 0 15px;
	cursor: pointer !important;
}

/*
 * - BUTTON
 */

#top .av-menu-button > a .avia-menu-text 
{
	padding: 10px 15px;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text
{
	color: var(--color-white);
}

/*
 * - HAMBURGER
 */

#top .av-main-nav > li.av-burger-menu-main
{
	position: fixed;
	right: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--color-orange);
}

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

/*
 * - OVERLAY
 */

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

@media only screen and (max-width: 989px)
{
	.html_mobile_menu_tablet .header_color div .av-hamburger-inner,
	.html_mobile_menu_tablet .header_color div .av-hamburger-inner::before,
	.html_mobile_menu_tablet .header_color div .av-hamburger-inner::after
	{
		background-color: var(--color-white);
	}
}

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

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

#top .container_wrap
{
	border: none;
}

/*
 * - TITLE
 */

#top .title_container .container
{
	padding-top: 50px;
	padding-bottom: 50px;
}

#top #wrap_all .title_container .main-title
{
	display: block;
	min-height: auto;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 36px;
}

@media only screen and (max-width: 480px)
{
	#top .title_container .main-title
	{
		font-size: 30px;
	}
}

#top .title_container.alternate_color .main-title,
#top .title_container.alternate_color .main-title a
{
	color: var(--color-black);
}

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

#footer p,
#footer a
{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 2.4em;
	font-weight: 400;
	font-size: 15px;
}

#footer p
{
	color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1279px)
{
	.responsive #footer p,
	.responsive #footer a
	{
		font-size: 14px;
	}
}

/*
 * - WIDGET
 */

#footer .widget
{
	margin: 0;
}

#footer .widgettitle
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .widget_media_image img
{
	width: 200px;
	height: auto;
	margin: 0;
}

@media only screen and (min-width: 990px)
{
	.responsive #footer .widget_media_image
	{
		text-align: right;
	}
}

/*
 * - WRAP
 */

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

@media only screen and (max-width: 989px)
{
	.responsive #footer .container > div
	{
		width: 30%;
		margin-left: 5%;
	}
	.responsive #footer .container > div:first-child
	{
		margin-left: 0;
	}
	.responsive #footer .container > div:last-child
	{
		width: 100%;
		margin-left: 0;
	}
}

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

@media only screen and (min-width: 990px)
{
	.responsive #footer .container > div:last-child
	{
		align-self: start;
	}
}

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

}