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

/* Theme customization starts here
-------------------------------------------------------------- */
body, .entry, .simcal-event-details {
	color: #000000 !important;
}

.entry.excerpt {
	color: #000000 !important;
}

.entry.wp-caption {
	background: rgba(50, 50, 50, 0.7);
}

p.wp-caption-text {
	color: #000000 !important;
}

.video-container {
	margin-bottom: 1em !important;
}
.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_website:last-child {
	margin-right: 0;
}

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

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

#header .pad, #header .hu-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;}