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


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

/* 
Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. 

When you update your theme, backup this file and re-add it after.
*/

body { background: #eaeaea; font-size: 16px; line-height: 1.5em; color: #000; font-weight: 400; }
a { color: #af367b; text-decoration: none; outline: 0; }
a:hover { color: #3b8dbd; }

#header .pad {
    padding-top: 10px;
    padding-bottom: 15px;
}

.header-ads-desktop #header-widgets {
    float:none;
	text-align:center;
    display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: none; text-align: center !important; line-height: 60px; padding: 3px 0; }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 18px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: none; text-align: center !important; line-height: 20px; padding: 0; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }

img[src$="thumb-medium.png"] { display: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

.entry blockquote { position: relative; color: #000; font-style: normal; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before { content: ""; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }

blockquote {
    background: #E9ECEE;
	font-style: italic;
    border: 1px solid #C0CCD3;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.red {
	background: #FFD5D5;
	font-style: italic;
    border: 1px solid #FFACAD;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.blue {
	background: #A8CDE3;
	font-style: italic;
    border: 1px solid #6ABCE2;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.green {
	background: #CDEFA6;
	font-style: italic;
    border: 1px solid #9BCC54;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.yellow {
	background: #FFF3A3;
	font-style: italic;
    border: 1px solid #E7BD72;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}

.commentlist .comment-body p { margin-bottom: 8px; color: #000; clear: both; }

.entry.share { padding-right: 0; }
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }


/* remove the existing sidebar heading text */
.s1 .sidebar-top p:first-child,
.s2 .sidebar-top p:first-child {
  display: none;
}
/* new main sidebar heading */
.s1 .sidebar-top:before {
  content: "";
}
/* new secondary sidebar heading */
.s2 .sidebar-top:before {
  content: "Sometimes You're Hot... Sometimes You're Not";
}
/* style the new headings */
.s1 .sidebar-top:before,
.s2 .sidebar-top:before {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 0;
}
/* adjust for secondary sidebar heading height */
.s2 .sidebar-top:before {
  padding: 3px 0;
}


/* style the comment bubble */
.post-comments {
  background: #82b965;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
}

/* hide post pingbacks */
.single #comments #pinglist-container {
display: none;
}

/* hide post pingbacks count */
.single #comments .comment-tabs li:nth-child(2) {
display: none;
}