/* Table of Content
======================================================================================================================================================
	#Site Styles
	#Blog Styles
	#Page Styles
	#Post Formats
	#Widget & Sidebar
	#Footer & #Socket
	#Comment
	#CSS Animations
	#Media Queries
	*/

/* ======================================================================================================================================================
#Site Styles
====================================================================================================================================================== */

#header{
	position: relative;
	z-index: 501; /*(issues/769)*/
	width:100%;
	background: transparent;
}

#header_main .container,
.main_menu ul:first-child > li a{
	height: 88px;
	line-height: 88px;
}

/*	header reading progress bar	*/

/* sticky variation*/
.html_header_top.html_header_sticky #main{
	padding-top:88px;
}

.html_header_top.html_header_transparency #header{
	position: absolute;
}

.html_header_top.html_header_sticky #header{
	position: fixed;
}


/*big header*/

/* stretched variation*/
.html_header_top #top .av_header_stretch .container{
	width:96%;
	padding:0;
	max-width: 100%;
}

/*logo + position variation*/

/*top bar variation*/
.html_header_top.html_header_topbar_active.html_header_sticky #top #main{
	padding-top:119px;
}

/*top bar element alignment*/

.av_secondary_right .sub_menu{
	float:right;
}


/*header with social icons and bottom nav */

.av_secondary_right .sub_menu>ul>li:last-child,
.av_secondary_right .sub_menu>div>ul>li:last-child{
	border:none;
	margin-right: 0px;
	padding-right:0;
	padding-left:10px;
}

.av_secondary_right .sub_menu{
	padding-left:10px;
}

/* .html_boxed.html_header_sticky #header{ width:auto; } */


/*header with social icons and main nav */
#top nav .social_bookmarks{
	position: relative;
	top: 50%;
	margin-top: -16px;
	right: 0;
	overflow: hidden;
	clear: none;
	float: left;
}

#header_meta{
	border-top:none;
	z-index: 10;
	min-height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:-1px;
}

#header_meta .container{
	min-height: 30px;
}

#header_main{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	z-index: 1;
}

.header_bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.95;
	z-index: 0;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}

/*minimal header*/
.av_minimal_header .header_bg{
	opacity:1;
}

.av_minimal_header #header_main, .av_minimal_header #header_meta{
	border:none;
}

.av_minimal_header .avia-menu-fx{
	display: none;
}

#top #header.av_minimal_header .main_menu ul:first-child >li > ul{
	border-top: none;
}

.av_minimal_header #header_main .container,
.av_minimal_header .main_menu ul:first-child > li a{
	height:90px;
	line-height: 90px;
}

#top .av_minimal_header #s{
	border:none;
	padding: 12px 47px 12px 5px;
}


/*transparent header*/
.html_header_transparency #main{
	padding-top: 0 !important;
}

#top .av_header_transparency .main_menu ul:first-child > li > a:hover,
#top .av_header_transparency .main_menu ul:first-child > li > a:focus,
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover,
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus{
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out;
}

#top .av_header_transparency.av_alternate_logo_active .logo a > img,
#top .av_header_transparency.av_alternate_logo_active .logo a > svg{
	opacity: 0;
}

#top .av_header_transparency #header_main{
	border-color: transparent;
}

#top .av_header_transparency .header_bg{
	background-color: transparent;
	opacity: 0;
}

 #top .av_header_transparency .social_bookmarks li a {
	color:inherit;
}

#top .av_header_transparency .avia-menu-fx {
	bottom: 22%;
	width: 70%;
	left: 15%;
}

#top .av_header_transparency #header_meta li{
	border-color: rgba(255,255,255,0.25);
	color:inherit;
}

#top .av_header_transparency #header_meta{
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.html_header_transparency #header_meta{
	transition: background 0.4s ease-in-out;
}


/*transparent glassy*/

/*with border*/


/*disabled search icon*/
.html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx{
	padding-right:13px;
	box-sizing: content-box;
}


/*scrolldown header*/

/* page as footer fix */

/*perma hidden*/


/*header separator variations*/

/*menu flyout position*/


/*sidebar headers*/

/*main header on top, logo below*/


/*burger menu*/
.av-hamburger {
	padding: 0 0 0 0;
	display: inline-block;
	cursor: pointer;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}


.av-hamburger-box {
	width: 35px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.av-hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
	width: 40px;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
	position: absolute;
	transition: transform 0.15s ease;
}

.av-hamburger-inner::before,
.av-hamburger-inner::after {
	content: "";
	display: block;
}

.av-hamburger-inner::before {
	top: -10px;
}

.av-hamburger-inner::after {
	bottom: -10px;
}

/*
 * Spin
 */
.av-hamburger--spin .av-hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.av-hamburger--spin .av-hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
}

.av-hamburger--spin .av-hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
}

.av-hamburger--spin.is-active .av-hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.av-hamburger--spin.is-active .av-hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
}

.av-hamburger--spin.is-active .av-hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
}


/*own additions*/
.av-burger-menu-main{
	display:none;
	transition: padding 0.3s ease-out;
}

.av-burger-menu-main{
	cursor: pointer;
}

.av-burger-menu-main a{
	padding-left:10px;
}

.av-hamburger strong{
	display:none;
}

.av-hamburger-box {
    height: 8px;
}

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
	width:100%;
}

/*
* Spin Reverse
*/

/*small*/
#top .av-small-burger-icon{
	transform: scale(0.6);
	transform-origin: right;
}

#top #wrap_all #header .av-small-burger-icon a{
	padding:0;
}


/*side opening menu*/


/*side opening menu classic*/


/*side opening menu minimal*/


/*hidden submenu items*/
/*#top #av-burger-menu-ul .av-show-submenu > ul{display: block;}*/


/*logo*/
div .logo{
	float: left;
	position: absolute;
	left: 0;
	z-index: 1;
}

.logo, .logo a{
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
}

.logo img,
.logo svg{
	padding: 0;
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	image-rendering: auto;
	position: relative;
	z-index: 2;
	height : 100%\9; /*hack: fixes ie8 logo*/
	height: auto\9; /*hack: fixes ie8 squished logo*/
	transition: opacity 0.4s ease-in-out;
}

.logo svg,
.logo.avia-img-svg-logo > a > img,
.logo .alternate.avia-img-svg-logo{
	height: 100%;
}

.logo img.alternate,
.logo .subtext.avia-svg-logo-sub svg{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	opacity: 0;
}

.av_header_transparency .logo img.alternate,
.av_header_transparency .logo .subtext.avia-svg-logo-sub svg{
	opacity: 1;
}

/*menu*/
.main_menu{
	clear:none;
	position: absolute;
	z-index: 100;
	line-height:30px;
	height:100%;
	margin:0;
	right:0;
}

.av-main-nav-wrap{
	float:left;
	position: relative;
	z-index: 3;
}

.av-main-nav-wrap ul{
	margin:0;
	padding: 0;
}


.av-main-nav{
	z-index: 110;
	position: relative;
}

.av-main-nav ul {
	display: none;
	margin-left:0;
	left:0;
	position: absolute;
	top: 100%;
	width: 208px;
	z-index: 2;
	padding:0;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	margin-top:-1px;
}

.av-main-nav ul li {
	margin:0;
	padding:0;
	width:100%;
}

.av-main-nav ul li a {
	border-right-style: solid;
	border-right-width:1px;
	border-left-style: solid;
	border-left-width:1px;
}

.av-main-nav ul li:last-child > a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.av-main-nav li{
	float:left;
	position:relative;
	z-index:20;
}

.av-main-nav li:hover{
	z-index: 100
}

.av-main-nav > li > ul {
	border-top-width:2px;
	border-top-style: solid;
}

.av-main-nav > li {
	line-height: 30px;
}

.av-main-nav li a {
	max-width:none; /* fixes IE8 menu width issue*/
}
.av-main-nav > li > a{
	display: block;
	text-decoration: none;
	padding:0 13px;
	font-weight: normal;
	font-weight: 600;
	font-size: 13px;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.av-main-nav > li > a{
	transition: none;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.av_header_transparency .av-main-nav > li > a {
	transition: border-color 0.2s ease-in-out;
}


#top .av-main-nav ul a{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	line-height:23px;
	padding:8px 15px;
	font-size: 12px;
	min-height: 23px;
	max-width: none;
	text-decoration: none;
	font-family: inherit;
}

#top .av-main-nav ul ul {
	left:-207px;
	top:0px;
	margin:0;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 0px
}

.av-main-nav li:hover ul ul{
	display:none;
}

#top .av-main-nav li:hover > ul {
	display:block;
}


.avia-menu-fx{
	position: absolute;
	bottom:-1px;
	height:2px;
	z-index: 10;
	width:100%;
	left:0;
	opacity: 0;
	visibility: hidden;
}

.av-main-nav li:hover .avia-menu-fx,
.current-menu-item > a > .avia-menu-fx,
.av-main-nav li:hover .current_page_item > a > .avia-menu-fx{
	opacity: 1;
	visibility: visible;
}

.avia-menu-fx .avia-arrow-wrap{
	height:10px;
	width:10px;
	position: absolute;
	top:-10px;
	left:50%;
	margin-left:-5px;
	overflow: hidden;
	display:none;
	visibility: hidden;
}

.current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap, .current_page_item>a>.avia-menu-fx>.avia-arrow-wrap{
	display:block;
}

.avia-menu-fx .avia-arrow-wrap .avia-arrow{
	top: 10px;
}


.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a{
	padding-right:0;
}


/*mega menu styles*/
.main_menu .avia-bullet{
	display:none
}

/*wrapper around all columns*/

/*columns*/

/*columns inner*/


/*column lists*/

/*nested column lists*/

/*column lists links*/

.avia-bullet {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 51%;
	margin-top: -3px;
	left: -3px;
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	border-left: 3px solid green;
}

/*mega text blocks*/


/*menu button style*/

/* was introduced to have same height colored and ghost main menu buttons but does not work in certain situations: eg when border radius for all buttons is set to 100
#top .av-menu-button-colored  > a .avia-menu-text{border: 2px solid;  border-radius: 2px;position: relative;}
#top .av-menu-button-colored  > a .avia-menu-text:after{content: "";width: calc(100% + 4px);height: 1px;position: absolute;bottom:-2px;left: -2px;}
*/


/*ajax search*/


.iconfont{
	font-size: 17px;
}

.avia-arrow{
	height:10px;
	width:10px;
	position: absolute;
	top:-6px;
	left:50%;
	margin-left:-5px;
	transform: rotate(45deg);
	border-width:1px;
	border-style: solid;
	visibility: hidden\9;
}

#top #s{
	width:100%;
	position: relative;
	padding:11px 47px 11px 5px;
	z-index: 1;
	margin:0;
	box-shadow: none;
}

/*title container*/

/*avia title big*/

.breadcrumb a{
	text-decoration: none;
}

.breadcrumb a:hover{
	text-decoration: underline;
}


/*blank pages*/

/*--------------------framed layout---------------*/


/*--------------------alternate header styles---------------*/


/*social bookmarks*/

#top .social_bookmarks {
	height: 30px;
	z-index: 150;
	-webkit-backface-visibility: hidden;
	margin: 0 0 0 -9px;
}

#top .social_bookmarks li{
	height:100%;
	float:left;
	padding:0;
	transition: all 0.2s ease-in-out;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	width:30px;
}

#top #header .social_bookmarks li:last-child{
	border-right-style:none;
	border-right-width:0;
}

#top .social_bookmarks li a{
	float:left;
	width:30px;
	line-height:30px;
	display: block;
	margin:0px;
	outline: none;
	padding:0;
	min-height:30px;
	height:100%;
	overflow: visible;
	z-index: 2;
	position: relative;
	text-align: center;
}

#top .social_bookmarks li.avia-svg-icon svg:first-child{
	height: 1em;
	width: auto;
	margin-top: 9px;
}

#top #wrap_all .social_bookmarks,
#top #wrap_all .social_bookmarks a,
#top #wrap_all .social_bookmarks li{
	background: transparent;
}

#top #wrap_all .social_bookmarks li a:hover{
	text-decoration: none;
}

#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-facebook a:focus{
	color: #fff;
	background-color: #37589b;
}

#top #wrap_all .av-social-link-facebook:hover a svg:first-child,
#top #wrap_all .av-social-link-facebook a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-twitter a:focus{
	color: #fff;
	background-color: #000;
}

#top #wrap_all .av-social-link-twitter:hover a svg:first-child,
#top #wrap_all .av-social-link-twitter a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top #wrap_all .av-social-link-whatsapp:hover a,
#top #wrap_all .av-social-link-whatsapp a:focus{
	color: #fff;
	background-color: #00e676;
}

#top #wrap_all .av-social-link-whatsapp:hover a svg:first-child,
#top #wrap_all .av-social-link-whatsapp a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top #wrap_all .av-social-link-mail:hover a,
#top #wrap_all .av-social-link-mail a:focus{
	color: #fff;
	background-color: #9fae37;
}

#top #wrap_all .av-social-link-mail:hover a svg:first-child,
#top #wrap_all .av-social-link-mail a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-youtube a:focus{
	color: #fff;
	background-color: #a72b1d;
}

#top #wrap_all .av-social-link-youtube:hover a svg:first-child,
#top #wrap_all .av-social-link-youtube a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-instagram a:focus{
	color: #fff;
	background-color: #a67658;
}

#top #wrap_all .av-social-link-instagram:hover a svg:first-child,
#top #wrap_all .av-social-link-instagram a:focus svg:first-child{
	stroke: #fff;
	fill: #fff;
}

#top .av-logo-container .social_bookmarks li{
	border:none;
}

#top .av-logo-container .social_bookmarks li a{
	border-radius: 100px;
}


/*first level*/
.sub_menu{
	float:left;
	z-index: 2;
	font-size: 11px;
	line-height: 30px;
	position: relative;
	top:10px;
}

#top .sub_menu>ul{
	float:left;
	margin:0;
}

#top .sub_menu>ul, #top .sub_menu>ul>li{
	background: transparent;
}

.sub_menu li{
	float:left;
	position: relative;
	padding:0 10px;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 10px;
}

.sub_menu>ul>li>a,
.sub_menu>div>ul>li>a{
	text-decoration: none;
	font-weight: bold;
	padding:7px 0;
}

/*second level*/
#top .sub_menu li ul{
	display: none;
	position: absolute;
	width:170px;
	padding:4px 0;
	z-index: 101;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	left:-50%;
	margin:0;
	border-style: solid;
	border-width: 1px;
	top:19px;
}

#top .sub_menu li:hover>ul{
	display:block;
}

.sub_menu>ul>li:hover>a{
	text-decoration: underline;
}

.sub_menu li li{
	float:none;
	line-height: 20px;
	border:none;
	padding: 0 0;
	margin:0;
}

#top .sub_menu li li a{
	width: 100%;
	height: auto;
	text-align: left;
	line-height: 23px;
	padding: 6px 18px;
	font-size: 12px;
	min-height: 23px;
	max-width: none;
	text-decoration: none;
	display: block;
	border-top-style: dashed;
	border-top-width: 1px;
}

#top .sub_menu li li:first-child > a {
	border: none;
}

#top .sub_menu li li a:hover{
	text-decoration: none;
	background: #f8f8f8;
}

/*third level and deeper*/
#top .sub_menu li li ul{
	top:-1px;
	left:-169px;
	background: none;
	padding: 0;
}


/* ======================================================================================================================================================
#Blog Styles default global stuff, always necessary. more style in the ALB blog module
====================================================================================================================================================== */

.content,
.sidebar{
	padding-top:50px;
	padding-bottom:50px;
	box-sizing: content-box;
	min-height: 1px;
	z-index: 1;
}

.content:hover,
.sidebar:hover{
	z-index: 1;
}

/*right sidebar - default*/
#top #main .sidebar{
	border-left-style:solid;
	border-left-width:1px;
	margin-left:0;
	float: none;
	width: auto;
	overflow: hidden;
	display: block;
	clear: none;
}

.inner_sidebar{
	margin-left:50px;
}

.content{
	border-right-style:solid;
	border-right-width:1px;
	margin-right:-1px;
}

.content .entry-content-wrapper{
	padding-right:50px;
}

/*left sidebar*/


/*no sidebar*/
.fullsize .content{
	margin:0;
	border:none;
}

.fullsize .content .entry-content-wrapper{
	padding-right:0;
}


.container .minor-meta{
	font-size: 0.9em;
}

.post{
	clear:both;
	width:100%;
	float:left;
	position: relative;
}


.small-preview .iconfont{
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}


.small-preview .avia-svg-icon svg:first-child{
	height: 1em;
	width: 1em;
}


.entry-content-wrapper .post-title{
	font-size: 21px;
	line-height: 1.3em;
}


/*pagination*/

.pagination {
	clear:both;
	padding: 10px 0px 50px 0;
	position:relative;
	z-index:3;
	line-height: 13px;
	overflow: hidden;
}

.pagination span,
.pagination a {
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	padding:2px 9px 1px 9px;
	text-decoration:none;
	width:auto;
}

#top .pagination .current,
#top .pagination a,
#top .fullsize .template-blog .pagination a{
	float: left;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.pagination .current{
	font-size:11px;
	padding:1px 9px 1px 9px;
	font-weight: bold;
}

.pagination .pagination-meta{
	float:right;
	line-height: 35px;
}


/*single post navigation*/

#top .avia-post-nav{
	position: fixed;
	height:110px;
	top:50%;
	background: #aaa;
	background: rgba(0,0,0,0.1);
	color:#fff;
	margin-top:-55px;
	padding:15px;
	text-decoration: none;
	z-index: 501; /*fixes: https://github.com/AviaThemes/wp-themes/issues/807 */
	transform: translate3d(0,0,0); /* fixes: https://kriesi.at/support/topic/next-previous-blog-post-bug/ */
}

#top .avia-post-nav:hover{
	background: #222;
	background: rgba(0,0,0,0.8);
}

.avia-post-nav .label{
	position: absolute;
	top:50%;
	height:22px;
	line-height: 22px;
	margin-top:-11px;
	font-size: 24px;
}

.avia-post-nav .label.avia-svg-icon svg:first-child{
	fill: #fff;
	stroke: #fff;
	height: 24px;
	width: auto;
}

.avia-post-nav .entry-image{
	height:80px;
	width:80px;
	display:block;
}

.avia-post-nav .entry-image img{
	border-radius: 100px;
	display: block;
}

.avia-post-prev{
	left:0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.avia-post-prev .label{
	left:10px;
}

.avia-post-next{
	right:0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.avia-post-next .label{
	right:10px;
}

.avia-post-next.with-image{
	text-align: right;
}

.avia-post-nav .entry-info{
	display:block;
	height:80px;
	width:220px;
	display: table;
}

.avia-post-next .entry-info{
	margin:0 20px 0 1px;
}

.avia-post-prev .entry-info{
	margin:0 1px 0 20px;
}

.avia-post-nav .entry-info span{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65em;
}
.avia-post-nav .entry-info-wrap{
	width:1px;
	overflow: hidden;
	display:block;
}

.avia-post-nav:hover .entry-info-wrap{
	width:240px;
}


/* page split pagination */


.no_sidebar_border#top #main .sidebar,
.no_sidebar_border .content{
	border-left:none;
	border-right:none;
}


/* ======================================================================================================================================================
#Page Styles
====================================================================================================================================================== */

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-thumb img{
	border-radius: 3px;
}

/*template builder page styles*/
.template-page .template-blog .entry-content-wrapper h1,
.template-page .template-blog .entry-content-wrapper h2{
	text-transform: none;
	letter-spacing: 0;
}

.content .entry-content-wrapper .entry-content-wrapper{
	padding-right:0;
	padding-left:0;
}


/*search page*/


/*author page*/


/*archive page*/


/*tag archive */

.archive .category-term-description:empty{
	display:none;
}

.archive .category-term-description{
	margin-bottom: 25px;
}


/* ======================================================================================================================================================
#Widget & Sidebar - those are loaded in any case since the fallback widgets might be in use in the footer. if any other widgets are used the widget.css file
gets loaded
====================================================================================================================================================== */
.widgettitle{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.widget{
	clear:both;
	position: relative;
	padding:30px 0 30px 0;
	float:none;
}

#footer .widget{
	padding:0;
	margin:30px 0 30px 0;
	overflow: hidden;
}

#top .widget ul{
	padding:0;
	margin:0;
	width:100%;
	float:left;
}

#top #footer .widget ul{
	float:none
}

.widget li{
	clear:both;
}

.widget ul ul li{
	margin-bottom:0;
}


/*direct mailchimp form embeds: show the button which has a clear attribute*/
#mc_embed_signup .clear{
	visibility: visible;
	overflow: visible;
	height:auto;
}


/* ======================================================================================================================================================
#Footer & #Socket
====================================================================================================================================================== */

#footer{
	padding: 15px 0 30px 0;
	z-index: 1;
}

#socket .container{
	padding-top: 15px;
	padding-bottom: 15px;
}

#socket{
	font-size: 11px;
	margin-top: -1px;
	z-index: 1;
}

#socket .social_bookmarks li a svg:first-child{
	height: 11px;
	width: auto;
	margin-bottom: -2px;
}

#socket .menu{
	margin-top: 6px;
}

#socket .sub_menu_socket{
	float: right;
	margin: 0;
}

#socket .sub_menu_socket div{
	overflow: hidden;
}

#socket .sub_menu_socket li{
	float: left;
	display: block;
	padding: 0 10px;
	border-left-style: solid;
	border-left-width: 1px;
	line-height: 10px;
}

#socket .sub_menu_socket li:first-child{
	border:none;
}

#socket .sub_menu_socket li:last-child{
	padding-right:0;
}

#socket .copyright{
	float:left;
}

/*	Curtain effect	*/

/*	activate curtain effect on screen width	*/

/*	activate curtain effect with js	*/

#scroll-top-link{
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	visibility: hidden;
}

#scroll-top-link.avia-svg-icon svg:first-child{
	height: 15px;
	width: auto;
	margin-top: 18px;
}

#socket .social_bookmarks{
	float: right;
	margin: -10px 0 0 30px;
	position: relative;
}

#socket .social_bookmarks li{
	border-radius: 300px;
	border: none;
	overflow: hidden;
	top: 5px;
	position: relative;
}

#socket .social_bookmarks li a{
	border-radius: 300px;
}
#socket .avia-bullet,
#socket .avia-menu-fx{
	display: none;
}


/* ======================================================================================================================================================
#CSS ANIMATION
====================================================================================================================================================== */

.small-preview,
.avia-post-nav .entry-info-wrap,
.avia-post-nav,
.avia-menu-fx,
.team-social,
.button,
#top .social_bookmarks li a,
#scroll-top-link{
	transition: all 0.3s ease-out;
}

.main_menu a,
.pagination a{
	transition: color 0.15s ease-out;
	transition: background 0.15s ease-out;
}

a > svg,
a:hover > svg{
	transition: all 0.3s ease-out;
}

@keyframes avia_swipe_ltr{
	0%	{ width: 100%; left: 0; }
	100%{ width: 100%; left: 100%; }
}

@keyframes avia_swipe_rtl{
	0%	{ width: 100%; left: 0; }
	100%{ width: 100%; left: -100%; }
}

@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}

@keyframes avia_shrink {
  0% { opacity:0; transform: scale(1); }
  75% {opacity:0.7; }
  100% { opacity:0; transform: scale(0);}
}

@keyframes av-load8 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* #Media Queries
================================================== */

/* large screens with 1140px width */

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

}


/* screens with 1024px width */

@media only screen and (max-width: 1024px) {
	#top .socket_color,
	#top .header_color .header_bg,
	#top .main_color,
	#top .alternate_color {
		background-attachment: scroll;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px)
{

	/*headers*/

	/* curtain footer */

	/*framed layout*/

	.responsive #top .avia-post-prev {
		left: 0px;
	}
	.responsive #top .avia-post-next {
		right: 0px;
	}

	/* cookie consent */

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive .main_menu ul:first-child > li > a {
		padding: 0 10px;
	}

	.responsive #top .header_bg {
		opacity: 1;
	}

	.responsive #main .container_wrap:first-child{
		border-top:none;
	}

	.responsive .logo{
		float:left;
	}

	.responsive .logo img{
		margin:0;
	}

	/*new menu*/

	 .responsive #top #header .av-main-nav > li > a:hover{
		background:transparent;
		color: inherit;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px)
{
	/*blog*/

	.responsive .template-blog .blog-meta,
	.responsive .post_author_timeline,
	.responsive #top #main .sidebar{
		display: none;
	}

	/*	@since 4.9 https://kriesi.at/support/topic/remove-sidebar-from-blog-on-mobile/	*/

	.responsive .content .entry-content-wrapper{
		padding:0;
	}

	.responsive .content{
		border:none;
	}

	.responsive .template-blog .post_delimiter {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
	}

	.responsive .fullsize div .template-blog .entry-content-wrapper{
		text-align: left;
		font-size:14px;
		line-height: 24px;
	}

	.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * {
		max-width: 100%;
	}

	.responsive #top .avia-post-nav {
		display: none;
	}

	/*all templates*/

	.responsive .pagination{
		padding-left: 0;
		padding-right: 0;
	}


	/*header*/
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img,
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > svg{
		opacity: 1
	}

	.responsive #top .av_header_transparency .logo img.alternate,
	.responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub{
		display: none;
	}

	.responsive #top #wrap_all #header {
		position: relative;
		width:100%;
		float:none;
		height:auto;
		margin:0 !important;
		opacity: 1;
		min-height:0;
	}

	.responsive #top #main {
		padding-top:0 !important;
		margin:0;
	}

	.responsive #top #main .container_wrap:first-child{
		border-top:none;
	}

	.responsive.html_header_top #header_main .social_bookmarks {
		width:auto;
		margin-top:-16px;
	}

	.responsive #top .logo{
		position: static;
		display:table;
		height:80px !important;
		float:none;
		padding:0;
		border:none;
		width:80%;
	}

	.responsive .logo a{
		display:table-cell;
		vertical-align: middle;
	}

	.responsive .logo img,
	.responsive .logo svg{
		height: auto !important;
		width: auto;
		max-width: 100%;
		display: block;
		max-height: 80px;
	}

	.responsive #header_main .container{
		height:auto !important;
	}

	.responsive #top .header_bg {
		opacity: 1;
	}

	.responsive #header_meta .social_bookmarks li{
		border-style:solid;
		border-width:1px;
		margin-bottom:-1px;
		margin-left:-1px;
	}

	.responsive #top #header_meta .social_bookmarks li:last-child{
		border-right-style: solid;
		border-right-width:  1px;
	}

	.responsive #header .sub_menu,
	.responsive #header_meta .sub_menu>ul{
		float:none;
		width:100%;
		text-align: center;
		margin:0 auto;
		position: static;
	}

	.responsive #header .social_bookmarks{
		padding-bottom:2px;
		width:100%;
		text-align: center;
		height:auto;
		line-height: 0.8em;
		margin:0;
	}

	.responsive #header_meta .sub_menu>ul>li{
		float:none;
		display: inline-block;
		padding: 0 10px;
	}

	.responsive #header .social_bookmarks li{
		float:none;
		display: inline-block;
	}

	.responsive .logo img,
	.responsive .logo svg{
		margin: 0;
	}

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

	.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,
	.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a,
	.responsive .av_header_transparency #header_main .social_bookmarks li a,
	.responsive #top .av_header_transparency #header_meta,
	.responsive #top .av_header_transparency #header_meta li,
	.responsive #top #header_meta .social_bookmarks li a{
		color:inherit;
		border-color: inherit;
		background: inherit;
	}

	/*new mobile*/
	.responsive .av-burger-menu-main{
		display: block;
	}

	.responsive #top #wrap_all .main_menu{
		top:0;
		height:80px;
		left:auto;
		right:0;
		display: block;
		position: absolute;
	}

	.responsive .main_menu ul:first-child > li a {
		height: 80px;
		line-height: 80px;
	}

	.responsive #top .av-main-nav .menu-item{
		display:none;
	}

	.responsive #top .av-main-nav .menu-item-avia-special{
		display:block;
	}

	.responsive #top #header .social_bookmarks{
		display:none;
	}

	.responsive #top #header .main_menu .social_bookmarks{
		display:block;
		position: relative;
		margin-top: -15px;
	}

	.responsive #top .av-logo-container .avia-menu{
		height:100%;
	}

	.responsive #top .av-logo-container .avia-menu > li > a{
		line-height: 80px;
	}

	.responsive #top #main .av-logo-container .main_menu{
		display:block;
	}

	.responsive #top #main .av-logo-container .social_bookmarks{
		display:none;
	}

	.responsive #top #main .av-logo-container .main_menu .social_bookmarks{
		display:block;
		position: relative;
	}

	.responsive #top #main .av-logo-container .main_menu{
		display:block;
	}

	.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
	.responsive #top #wrap_all .av-logo-container {
		height:80px;
		line-height:80px;
	}

	.responsive #top #wrap_all .av-logo-container {
		padding:0;
	}

	.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
		min-width: 0;
		padding:0 0 0 20px;
		margin:0;
		border-style: none;
		border-width: 0;
	}

	.responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
		background:transparent;
		color: inherit;
	}

	/*related images*/

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

	/*tabs*/

	/*widgets*/
	.tagcloud a{
		padding:8px 20px;
		margin:0 8px 8px 0;
	}

	.widget li{
		line-height: 1.8em;
		font-size: 15px;
	}

	/*footer*/
	.responsive #scroll-top-link{
		display: none; /*iphones etc scroll better by tapping the status bar at the top of the screen*/
	}

	.responsive #socket .sub_menu_socket{
		display: block;
		float: none;
		width: 100%;
		clear: both;
		margin: 0 0 0 -15px;
	}

	/* curtain footer */

	/* cookie consent */

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	/*portfolio*/

	.responsive #top #wrap_all .grid-sort-container .grid-entry{
		width:50%;
		margin-bottom: 0;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
	/*related images*/

	.responsive.html_header_top #header_main .social_bookmarks{
		display:none;
	}

	/*new mobile header*/

	.responsive #top #wrap_all #header .social_bookmarks,
	.responsive #top #wrap_all #main .av-logo-container .social_bookmarks{
		display:none;
	}

	/* cookie consent */
}

/*	https://kriesi.at/support/topic/open-street-map-marker-line-brakes  */
