/*
 Theme Name:   Hueman Child
 Description:  Hueman Child theme developed by ISAA
 Author:       Marco Zambianchi
 Author URI:   http://www.forumastronautico.it
 Template:     hueman
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hueman-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.isaa_bar
{
	position: fixed;
	bottom: 0px;
	left:0;
	width:100%;
	z-index: 999;
	text-align: center;
	background-color: rgba(51, 54, 59, 0.8);
}

.isaa_website
{
	display: inline-block;
	margin-right: 10px;
	vertical-align:middle;
}

.isaa_link > img {
	height:25px;
	margin-right: 10px;
	float:left;
}

.isaa_linktext
{
	color: #FFFFFF;
	text-transform: none;
	margin-right: 15px;
	float:left;
}

@media only screen and (max-width: 719px) {
	.isaa_linktext {
		display: none;
	}
	.isaa_link {
		margin-right: 10px;
	}
}

/* DEVELOPMENT SERVER */

.devserver_bar
{
	position: fixed;
	bottom: 27px;
	left:0;
	width:100%;
	height:30px;
	z-index: 999;
	text-align:center;
	background-color: rgba(255, 0, 0, 0.8);
}

.devserver_text
{
	display:inline-block;
	vertical-align: middle;
	color:#FFFFFF;
	font-size:30px;
	font-weight: bold;
}
