/*
Theme Name: Hueman Child
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/
/* Your awesome customization starts here */

#header-widgets {
float: right;
background-color: #444;
padding: 12px;
border: 1px dotted #fff;
}

#header-widgets .widget-title {
color: #f0f0f0;
text-align: center;
}

.textwidget {
color: #f0f0f0;
text-align: center;
}

.entry.excerpt {
    font-size: 16px;
    color: #333;
}

.hu-blog-subheading a {
color: #000;
text-decoration: underline;
}

.entry p {
    margin-bottom: 1em;
color: #333;
}

.recaptcha {
display: inline-block;
}

.menulink {
color: yellowgreen;
font-weight: bold;
}

.page-title h1 {
color: #333;
font-size: 32px;
letter-spacing: -.7px;
line-height: 1em;
}

.entry h2 {
font-size: 30px;
letter-spacing: -.7px;
}

body {
color: #333;
}

article a {
text-decoration: underline;
}

.nav ul {
width: 100%;
}

.button {
    border: 2px solid #006A00;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: #008000; /* Green */
    color: #fff; 
    font-weight: bold;
}

.button1:hover {
    background-color: #fff;
    border: 2px solid #008000;
	color: #000;
}

.wpcf7-not-valid-tip {
	display:inline-block;	
}