.about-author-container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .about-author-container             { zoom: 1; } /* IE6 */
*:first-child+html .about-author-container { zoom: 1; } /* IE7 */


.lugera-citizen-header-links{
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 2em;
}

.lugera-citizen-header-links a{
	display: inline-block;
	margin: 0 .5em;
	font-size: 13px;
	color: #444;
}

.about-author-container{
	background-color: #E7EFF8;
	padding: .5em;
	border-radius: 5px;
}

.about-author .about-author-container div.avatar{
	margin-bottom: 0;
}

.about-author .about-author-container div.avatar > .avatar{
	border-radius: 100%;
}

body.home .type-post[id^='post-'],
body.archive .type-post[id^='post-']{
	padding-bottom: 3.5em;
	border-bottom: 6px solid #CF047E;
}

.wpml-ls-slot-avada-blog-sidebar .wpml-ls-flag{
    margin-top: 8px;
    margin-right: 5px;
}

/** hide on mobile **/
@media screen and (max-width: 1000px){
	.lugera-citizen-header-links{
		display: none;
	}
}