/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

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

/* Global */

#header .pad {
	width:75%;
	margin:0 auto;
}

.site-description {
	font-family: Arial, "Myriad Pro Bold";
	font-size:3em;
	font-style:normal;
	color:#fff;

}

.col-3cm .s2 {
    background-color:#F0F0F0;
}

.col-3cm .content {
    background-color: #fff;
}

.col-3cm .main-inner {
    background: #F0F0F0;
}

.s1 .widget a {
    color: #3B8DBD;
    font-weight: bold;
}

.s1 .widget a:hover {
    color: #444;
    font-weight: bold;
}

.s2 .widget a {
    color: #7FB662;
    font-weight: bold;
}

.s2 .widget a:hover {
    color: #444;
    font-weight: bold;
}

.pagination {
	width:100%;
}

.widget_recent_entries ul li {
    border:none;
    padding:1px 0;

}

.widget_recent_entries > ul {
    list-style-type:disc;
    list-style-position: inside;
}

#footer .widget_recent_entries a {
	color:#3B8DBD;
}

.widget_recent_entries > ul > li a::before {
    content: none;
}

.widget .btn {
	background: #5CB85C none repeat scroll 0% 0%;
	color:#fff;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;

}

.widget .btn-green {
	background: #5CB85C none repeat scroll 0% 0%;
	color:#fff !important;
}

.widget .btn-green:hover {
	color: #FFF;
	background-color: #449D44;
	border-color: #398439;
}

.widget .btn-blue {
	background: #3B8DBD none repeat scroll 0% 0%;
	border-color: #aacadc;
}

.widget .btn-blue:hover {
	color: #FFF;
	background-color: #2477a7;
}

.entry {
	font-size:15px;
}

.entry h4 {
	color: #444;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
	word-wrap: break-word;
}

.entry h4 a {
	font-weight:normal;
	color:#444;
}

.entry h4 a:hover {
	color:#3B8DBD;
}

.nav-wrap {
	text-align:center;
}

table#t1, table#t2 {
	margin-top:0 !important;
}

#static-posts {
	margin-top: 40px;
}



/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 1000px) {

.site-description, .image-caption {
	 display: block;
}

}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {

.site-description, .image-caption {
	 display: block;
}


}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

.sidebar .widget {
    padding: 30px 30px 0px;
}