/*
Theme Name: Hueman Child
Description: A Responsive WordPress Child Theme
Author: Jose A Ruiz
Template: hueman
*/


/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../hueman/style.css');

/* Dynamic CSS: For no styles in head, copy and put the css below in your child theme's style.css, disable dynamic styles */
body { font-family: "Open Sans", Arial, sans-serif; }
.sidebar .widget { padding-left: 20px; padding-right: 20px; padding-top: 20px; }

/*#header { background-color: #4a7bb5; }*/

@media only screen and (min-width: 720px) {
	#nav-header .nav ul { background-color: #4a7bb5; }
}			
				
#nav-header.nav-container { background-color: #B0B1B2; }
@media only screen and (min-width: 720px) {
	#nav-header .nav ul { background-color: #B0B1B2; }
}


/* =Theme customization starts here
-------------------------------------------------------------- */
.wpp-list li {
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
}

.entry {
	margin-top: 25px;
}

.post-title a {
	color: #3b8dbd;
	font-weight: bold;
}

.post-title a:hover, .post-title a:active, .post-title a:focus{
	color: #3b8dbd !important;
}

.post-title {
	color: #3b8dbd;
	/*background-color: #A0C772;*/
	font-weight: bold;
}

.first-row {
	border-bottom: none !important;
}

.entry ins {
	background: none;
}


.widget a {
	color: blue;
}

#mc_embed_signup{
	/*background:#fff; */
	clear:left; 
	/*font:14px Helvetica,Arial,sans-serif; */
}

.widget .children li {
	margin-left: 25px;
}

.widget .current-cat {
	background-color: rgb(214, 238, 232);
}

.s1 .sidebar-top {
	background: #eaeaea;
}

.social-links .social-tooltip {
	color: #666;
}

.sidebar-top p {
	color: #666;
}

.entry {
	margin-top: 35px;
}

._rw { /*Facebook Like Box*/
	height: 50px;
	width: 50px;
}

@media only screen and (min-width: 479px) { /* For Adslayer floating */
	.single .entry .p_1, .page .entry .p_1{
		float: right;
		max-width: calc(100% - 350px);
	}
	
	.single .entry blockquote .p_1, .page .entry blockquote .p_1, .attachment .entry .p_1{
		float: inherit;
		max-width: inherit;
	}
}