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

#top .colorbox
{
	padding: 40px;
	box-shadow: 0px 1px 2px 0px rgba(52, 43, 96, 0.1);
}

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

	.responsive #top .colorbox
	{
		padding: 30px;
	}

}

/*
 * -BORDERBOX
 */

#top .borderbox
{
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 30px;
}

/*
 * - CONTAINER
 */

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

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

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

/*
 * - COLUMN
 */

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

	.responsive #top #wrap_all .flex_column.av-break-at-tablet:not(:last-child)
	{
		margin-bottom: 40px;
	}

	.responsive #top #wrap_all .flex_column.no_margin,
	.responsive #top #wrap_all .flex_column.avia-builder-el-last
	{
		margin-bottom: 0px;
	}

	.responsive #top #wrap_all .av-columns-reverse .flex_column.av-break-at-tablet:first-child
	{
		margin-bottom: 0;
	}

	.responsive #top #wrap_all .av-columns-reverse .flex_column.av-break-at-tablet:last-child
	{
		margin-bottom: 40px;
	}

}

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

div .mfp-title,
div .mfp-counter
{
	font-size: 15px;
}

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

/*
 * - COOKIES
 */

#top .avia-cookie-consent
{
	background: #342b60;
}

#top .avia-cookie-consent .avia-cookie-consent-button
{
	margin: 3px;
	min-width: 220px;
	border: 2px solid var(--color-white);
	background-color: transparent;
}

#top .avia-cookie-consent .avia-cookie-consent-button:hover
{
	background-color: var(--color-cvi-3);
	border-color: var(--color-cvi-3);
}

#top .av-inline-modal
{
	border-radius: 0;
}

#top .avia-popup .av-inline-modal > .av-special-heading,
#top .avia-popup .av-inline-modal > .hr-custom.hr-left,
#top .avia-popup .av-inline-modal > br
{
	display: none;
}

#top .avia-popup .av-inline-modal .tab_content h4
{
	margin: 0;
}

#top .avia-popup .av-inline-modal .tab_content p
{
	margin: 2em 0;
}

/*
 * ----------------------------------------------------------
 *
 * BLOCKS
 *
 * ----------------------------------------------------------
 *
 * - SOCIAL
 */

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

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

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

#top .social_bookmarks li a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	line-height: 20px;
	font-size: 20px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
}

#top #wrap_all .social_bookmarks li a
{
	border-color: var(--color-cvi-1);
	background-color: transparent;
	color: var(--color-white);
}

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

/*
 * - PAGINATION
 */

#top .pagination
{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

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

#top .pagination a,
#top .pagination .current
{
	margin-right: 0;
	border-radius: 4px;
	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-3);
	background-color: transparent;
}

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

#top .pagination .current
{
	border: 1px solid var(--color-cvi-2);
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

/*
 * - MENU
 */

#top .av-main-nav > li > a
{
	padding: 0 20px;
	margin-top: 60px;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	cursor: pointer !important;
}

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

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

@media only screen and (min-width: 990px)
{

	#top .av-main-nav > li > a
	{
		height: 100px !important;
		line-height: 100px !important;
	}

}

/*
 ************************************************************
 *
 * HEADER
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * HEADER > META
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .container_wrap_meta
{
	background-color: var(--color-cvi-1) !important;
	transition: none !important;
}

#top .av_header_transparency #header_meta
{
	border-bottom: none;
}

/*
 * - SUBMENU
 */

#top #header_meta .sub_menu
{
	top: 0;
	left: 0;
	right: 0;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 15px;
}

#top #header_meta .sub_menu,
#top #header_meta .sub_menu > ul
{
	width: 100%;
}

#top #header_meta .sub_menu > ul > li
{
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 0;
	margin: 0;
	border-right: none;
}

#top #header_meta .sub_menu > ul > li:first-child
{
	padding-left: 0 !important;
}

#top #header_meta .sub_menu > ul > li > a
{
	display: block;
	padding: 0;
	opacity: 1;
	font-weight: 600;
	color: var(--color-gray);
}

#top #header_meta .sub_menu > ul > li > a:hover,
#top #header_meta .sub_menu > ul > li > a:focus
{
	opacity: 1;
	color: var(--color-white);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

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

	.responsive #top #wrap_all #header_meta .sub_menu
	{
		font-size: 11px;
	}

	.responsive #top #wrap_all #header_meta .sub_menu > ul
	{
		text-align: left;
	}

	.responsive #top #wrap_all #header_meta .sub_menu > ul > li
	{
		padding-left: 10px;
	}

}

/*
 * - LANG
 */

#top #header_meta .sub_menu > ul > li.menu-item-language
{
	float: right;
}

#top #header_meta .sub_menu > ul > li.menu-item-language.menu-item-language-current a
{
	color: var(--color-cvi-3);
}

/*
 * ----------------------------------------------------------
 *
 * HEADER > MAIN
 *
 * ----------------------------------------------------------
 *
 * - BACKGROUND
 */

#top .av_minimal_header .header_bg
{
	background-color: var(--color-white);
}

#top #header_main::before,
#top #header_main::after
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}

#top #header_main::before
{
	left: 0;
	background: var(--color-cvi-2);
}

#top #header_main::after
{
	right: 0;
	background: linear-gradient(90deg, var(--color-cvi-2), var(--color-cvi-1));
}

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all #header_main
	{
		transform: translateY(0px) !important;
		
	}

	.responsive #top #wrap_all #header_main::before
	{
		width: 30px;
	}

	.responsive #top #wrap_all #header_main::after
	{
		width: calc(100% - 137px);
	}

}

@media only screen and (min-width: 768px)
{

	.responsive #top #wrap_all #header_main::before
	{
		width: calc(50px);
	}

	.responsive #top #wrap_all #header_main::after
	{
		width: calc((50px) + (100% - 220.383px));
	}

}

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

	.responsive #top #wrap_all #header_main::after
	{
		width: calc((50px) + (100% - 314px));
	}

}

@media only screen and (min-width: 1440px)
{

	.responsive #top #wrap_all #header_main::before
	{
		width: calc(50% - 1340px / 2);
	}

	.responsive #top #wrap_all #header_main::after
	{
		width: calc((50% - 1340px / 2) + (1340px - 214px));
	}
	
	.responsive #top #wrap_all .header-scrolled #header_main::after
	{
		width: calc((50% - 1340px / 2) + (1340px - 107px));
	}
	
}

/*
 * - BLOGINFO
 */

#top .bloginfo
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	display: flex;
	align-items: flex-end;
	height: 60px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 900;
	font-size: 24px;
}

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

	#top .bloginfo
	{
		right: 50px;
		font-size: 18px;
	}

}

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

	#top .bloginfo
	{
		width: 60%;
		line-height: 20px;
		font-size: 13px;
	}

}

/*
 ************************************************************
 *
 * SECTION
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * SECTION > DEFAULT
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

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

#top .container_wrap
{
	border: none;
}

/*
 * - TITLE
 */

#top .title_container
{
	background-color: var(--color-white);
}

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

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

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

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

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

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

/* 
 * - COLUMNS
 */

#top #main .columns
{
	position: relative;
	display: flex;
	grid-gap: 40px;
}

#top #main .content-head .columns
{
	align-items: center;
}

#top #main .columns > article
{
	display: flex;
	flex-direction: column;
	grid-gap: 40px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .columns
	{
		flex-direction: column;
	}
	.responsive #top #main .columns > div:first-child
	{
		order: 0;
	}
	.responsive #top #main .columns > div:last-child
	{
		order: 1;
	}
}

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

@media only screen and (min-width: 1280px)
{
	.responsive #top #main .columns
	{
		flex-direction: row;
	}
	.responsive #top #main .columns > div:first-child,
	.responsive #top #main .columns > article
	{
		width: calc(67% - 20px);
	}
	.responsive #top #main .columns > div:last-child,
	.responsive #top #main .columns > sidebar
	{
		width: calc(33% - 20px);
	}
}

#top sidebar .widget
{
	padding: 30px;
}

/*
 * - SINGLE
 */

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

#top.single-post .columns,
#top.single-post .picture
{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}


#top.single-post .columns h1.av-special-heading-tag
{
	text-transform: none;
	font-weight: 700 !important;
}

@media only screen and (min-width: 1280px)
{
	.responsive #top.single-post #main .columns > div:first-child,
	.responsive #top.single-post #main .columns > article
	{
		width: calc(100%);
	}
}

/*
 ************************************************************
 *
 * FOOTER
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * BACKGROUND
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .background-gradient-footer::before,
#top .background-gradient-footer::after
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#top .background-gradient-footer::before
{
	left: 0;
	background: linear-gradient(90deg, var(--color-cvi-1), var(--color-cvi-2));
}

#top .background-gradient-footer::after
{
	right: 0;
	background: var(--color-cvi-2);
}

/*
 * - SIZE
 */

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

	.responsive #top #wrap_all .background-gradient-footer::before
	{
		width: 100%;
	}

	.responsive #top #wrap_all .background-gradient-footer::after
	{
		display: none;
	}

}

@media only screen and (min-width: 990px)
{

	.responsive #top #wrap_all .background-gradient-footer::before
	{
		width: calc(100% - 250px);
	}

	.responsive #top #wrap_all .background-gradient-footer::after
	{
		width: 250px;
	}

}

@media only screen and (min-width: 1440px)
{

	.responsive #top #wrap_all .background-gradient-footer::before
	{
		width: calc((50% - 1340px / 2) + (1340px - 200px));
	}

	.responsive #top #wrap_all .background-gradient-footer::after
	{
		width: calc(50% - 1340px / 2 + 200px);
	}
	
}

/*
 * ----------------------------------------------------------
 *
 * FOOTER
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top #footer
{
	padding: 60px 0;
	border-top: none;
	background: linear-gradient(90deg, var(--color-cvi-1), var(--color-cvi-2));
	font-weight: 400;
	font-size: 16px;
}

#top #footer p,
#top #footer a
{
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1.2em;
}

#top #footer .av-icon-char
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	line-height: 20px;
	font-size: 20px;
}

#top #footer .flex_column:first-child a
{
	line-height: normal;
	font-weight: 600;
	font-size: 20px;
}

/*
 * - WIDGET
 */

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

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

/*
 * - 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;
	border: 1px solid var(--color-white);
	background-color: transparent !important;
}

#top #footer .social_bookmarks li a:hover
{
	border-color: rgba(255, 255, 255, 1);
}

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

	.responsive #top #wrap_all #footer .social_bookmarks li a
	{
		width: 32px;
		height: 32px;
		line-height: 16px;
		font-size: 16px;
	}

}

@media only screen and (min-width: 1280px)
{

	.responsive #top #wrap_all #footer .social_bookmarks li a
	{
		width: 48px;
		height: 48px;
		line-height: 20px;
		font-size: 20px;
	}

}

/*
 * - COLUMN
 */

#top #footer .flex_column
{
	display: flex;
	flex-flow: column wrap;
}

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

	.responsive #top #wrap_all #footer .flex_column
	{
		margin-bottom: 0;
	}

	.responsive #top #wrap_all #footer .flex_column:not(:last-child)
	{
		margin-bottom: 30px;
	}

}

@media only screen and (min-width: 768px)
{

	.responsive #top #wrap_all #footer .flex_column
	{
		width: 50%;
		margin-left: 0;
	}

	.responsive #top #wrap_all #footer .flex_column:last-child
	{
		align-items: flex-end;
	}

}

/*
 * - CONTAINER
 */

@media only screen and (min-width: 768px)
{

	.responsive #top #wrap_all #footer .container
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

}

/*
 * - BOTTOM
 */

#top .footer-logo img
{
	width: auto !important;
	height: 100px !important;
	margin: 60px 0 -1px 0;
}

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

#top #socket
{
	font-size: 16px;
	line-height: 20px;
	border-top: none;
	background: linear-gradient(90deg, var(--color-cvi-1), var(--color-cvi-2));
}

#top #socket .copyright
{
	opacity: 0.6;
}

#top #socket ul
{
	margin: 0;
}

/*
 * - SUBMENU
 */

#top #socket .sub_menu_socket div
{
	overflow: visible;
}

#top #socket .sub_menu_socket li
{
	padding: 0;
	line-height: 20px;
	border-left: none;
}

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

	.responsive #top #socket .sub_menu_socket
	{
		margin: 0;
		margin-bottom: 30px;
	}

	.responsive #top #socket .sub_menu_socket li
	{
		float: none;
	}

	.responsive #top #socket .sub_menu_socket li:not(:first-child)
	{
		margin-top: 5px;
		margin-left: 0;
	}

}

@media only screen and (min-width: 768px)
{

	.responsive #top #socket .sub_menu_socket li:not(:first-child)
	{
		margin-left: 30px;
	}

}

/*
 * - CONTAINER
 */

#top #socket .container
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

#top #socket .container nav
{
	order: 1;
}

#top #socket .container span
{
	order: 2;
}

#top #socket .container::after
{
	display: none;
}

#top #socket .container::before
{
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

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

	.responsive #top #socket .container::before
	{
		width: calc(100%);
	}

}

@media only screen and (min-width: 768px)
{

	.responsive #top #socket .container::before
	{
		width: calc(100% - 100px);
	}

}