/*
 ************************************************************
 *
 * CHILD-LAYOUT
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - HIDE
 */

#top .image-overlay,
#top #scroll-top-link
{
	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);
}

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

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

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

	.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: 990px)
{

	.mfp-iframe-holder .mfp-content
	{
		max-width: 1280px !important;
	}
	
}

/*
 * - WIDGET
 */

#top .widget
{
	margin: 30x 0;
}

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

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

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

#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 #dddddd;
	background-color: transparent;
}

#top .pagination a:hover
{
	border: 1px solid #000000;
	background-color: #000000 !important;
	color: #ffffff;
}

#top .pagination .current
{
	border-radius: 0;
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
}

#top .pagination a:nth-child(1)
{
}

#top .pagination a:nth-child(2)
{
}

#top .pagination a:nth-last-child(2)
{
}

#top .pagination a:nth-last-child(1)
{
}

/*
 * ----------------------------------------------------------
 *
 * HEADER
 *
 * ----------------------------------------------------------
 *
 * - LOGO
 */

.html_header_transparency #top.home .avia-builder-el-0 .container
{
	padding-top: 0;
}

/*
 * - MENU
 */

#top #header .av-main-nav > li > a
{
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
}

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

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

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

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

#top #footer p
{
	margin: 0;
	font-size: 14px;
}

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


/*
 * - SOCIAL
 */

#top #footer .social_bookmarks
{
	display: flex;
	width: 100%;
	height: auto;
}

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

#top #footer .social_bookmarks li:not(:first-child)
{
	margin-left: 1em;
}

#top #footer .social_bookmarks li a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	line-height: 20px;
	font-size: 20px;
	border: 1px solid #333333;
	background-color: transparent !important;
	color: #ffffff;
}

#top #footer .social_bookmarks li a:hover
{
	border-color: #ffffff;
}

/*
 * - WRAP
 */

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

/*
 * ----------------------------------------------------------
 *
 * WIDGET
 *
 * ----------------------------------------------------------
 *
 * - TITLE
 */

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

/*
 * - MENU
 */

#top #footer .widget_nav_menu a
{
	position: relative;
	line-height: 2em;
	font-weight: 400;
	font-size: 15px;
}


#top #footer .widget_nav_menu a:before
{
	font-family: 'entypo-fontello';
	content:"\e875";
	padding-right: 15px;
	font-size: 20px;
	color: #ffffff;
}

#top #footer .widget_nav_menu ul:first-child > .current-menu-item > a,
#top #footer .widget_nav_menu ul:first-child > .current_page_item > a
{
	color: #ffffff;
}

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

#top #socket p,
#top #socket ul,
#top #socket span,
#top #socket .menu
{
	margin: 0;
	line-height: 2em;
}