/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#top-login {
    display: block;
    width: 100%;
    text-align: right;
    padding: 3px 15px;
	position:absolute;
	z-index:9;
	background-color: rgba(255,255,255,0.4);
}
#top-login li {
    display: block;
    padding: 0;
}
#top-login li .widgettitle {
    display: none;
}
#top-login li div.lwa {
    margin-bottom: auto;
}
.html_header_top.html_header_sticky #header.header-scrolled {
    top: 0;
}
#top-login .avatar.lwa-avatar {
    display: none !important;
}
#top-login .lwa-info > a:not(#wp-logout) {
	display: none !important;
}
#top-login .lwa-info > br {
	display: none !important;
}
#top-login .lwa-info {
    padding-top: 0;
}
.html_header_top.html_header_sticky #header {
    position: fixed;
    top: 25px;
}
#top-login li a {
    font-size: 1.1em;
}
div.lwa-modal {
	z-index: 9999;
}







/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}