/*
Theme Name: Hueman Pro Child
Version: 1.0
Description: A child theme of Hueman Pro
Template: hueman-pro
Author: campus.uno
*/
/* Your awesome customization starts here */
@import url("../hueman-pro/style.css");
/* Your awesome customization starts here */

body{
	color:#010101;
}

.entry.excerpt{
	color: #151515;
}
.widget, .widget a{
	color: #151515;
}

.site-description {
    font-size: 0.9em;
    font-style: normal;
	font-weight:normal;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0;
}

h3.widget-title{
	font-size:1.4em;
	font-weight:bold;
	color:#BB3225;
	border-bottom:0px dotted #cccccc;
} 

.page-title h1 {
	color: #031F44;
	font-weight: normal;
	font-size: 1.4em;
	text-transform:capitalize;
}

.page-title .meta-single li a {
    float: left;
    margin-right: 14px;
	color: #031F44;
	font-weight: normal;
	font-size: 1.4em;
	text-transform:capitalize !important;
}

.blink {animation: blink 1s steps(1, end) infinite;}
@keyframes blink {0% {opacity: 1;} 50% {opacity: 0;}100% {opacity: 1;}}

.container {
	padding: 0px;
}

#nav-topbar.nav-container {
  background-color: #719D33 !important;
}

@media only screen and (min-width: 720px) {
  #nav-topbar .nav ul {
    background-color: #86B83F !important;
  }
}

#header .pad {
    padding-top: 5px;
    padding-bottom: 5px;
	height: 130px!important;
}

#header .hu-pad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFF;
}

@media only screen and (min-width:720px){
	.pro-header-on #header {
		position: relative;
	}
	
	.logo-tagline-group {
		display: flex;
  		justify-content: center;
	}
	
}

@media only screen and (min-width:720px) and (max-width:1199px){
	
	#home-video-display{
		width: 1024px
	}
}

@media only screen and (min-width:1200px){
	
	#home-video-display{
		width: 1380px
	}
}