/*
 Theme Name:   hueman-child
 Template:     hueman
*/

#header {
    background: #454e5c;
    padding-bottom: 0px;
}

.single .post-title {
    font-size: 1.4em;
    letter-spacing: -0.7px;
    line-height: 1.4em;
}

.widget > h3 {
    padding: 10px;
    margin-bottom: 30px;
    color: #fff;
    background-color: #333;
    font-size: 18px;
    text-align: center;
	font-weight: 400;
}

.sidebar .widget {
    padding: 10px 20px;
}

#page {
    padding-bottom: 30px;
    margin-top: 0px;
}

.entry blockquote {
    position: relative;
    color: #777;
    margin: 0 0 20px;
	padding: 25px 10px 5px 35px;
	font-weight: bold;
    background-color: #e9eaed;
    border: medium solid rgba(71, 78, 75, 0.15);
	font-style: normal;
}

.searchform {
	width:100%;
	margin-bottom: 10px;
}

.themeform.searchform div input {
    padding-left: 26px;
    line-height: 20px;
    width: 100%;
}

.contents-related {
    width: 100%;
    background-color: #000000;
    padding: 15px 0px;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
}

.source {
	float:right;
	padding-bottom: 15px;
}

.post-background-h2 {
    background-color: #000000;
    color: #ffffff;
    font-size: 25px !important;
    margin-bottom: 15px !important;
    padding: 14px 16px !important;
}


#nav-header .nav li a {
    color: #fff;
    color: rgba(255,255,255,.7);
    text-decoration: none;
}

.shopping {
  position: relative;
  background-color: #61e512;
  color: #000000;
  padding: 15px 0px 15px 30px;
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}

.shopping::after {
  position: absolute;
  top: 100%;
  left: 45%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #61e512;
}

.shopping-inner {
  color: #ffffff;
  padding: 15px 0px 15px 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

.wp-pagenavi a {
    color: #ffffff;
    border: none;
    border-bottom: 3px solid #ddd;
    border-top: 1px solid #f1f1f1;
    background-color: #9a9898;
}

.single-adsense-contents {
    margin: 10px;
}

.adsense-contents {
	width:100%;
	margin-bottom: 50px;
}

.marqueeplayer-banner {
	width:100%;
	margin: 0px;
}

.fullress-kicks {
	width:100%;
	margin: 0px;
}

.release-catchcopy-h2 {
    text-align: center;
    font-size: 26px !important;
    margin: 50px 0 50px 0 !important;
    padding: 0 0 7px 0 !important;
    font-weight: bold;
    font-weight: 700 !important;
    line-height: 2 !important;
	border-top: 3px solid #0194c7;
    border-bottom: 3px solid #0194c7;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.post-title {
    color: #444;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-title a {
    color: #444;
    text-decoration: none;
}

.insta-background-h2 {
    background-color: #bf4343;
    color: #ffffff;
    font-size: 25px !important;
    margin-bottom: 15px !important;
    padding: 14px 16px !important;
}

.entry ol, .entry ul {
    margin: 0 0 15px 10px;
}

.entry-inner {
    letter-spacing: 1px;
}

.featured .post-title {
    font-size: 1.4em;
    letter-spacing: -0.7px;
    line-height: 1.4em;
}

@media only screen and (max-width: 719px) {
.featured .post-title, .single .post-title {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0;
}
.post-title {
    font-size: 1.375em;
    line-height: 1.5em;
    letter-spacing: 0;
}
}


.entry-inner a {
    color: #5698f9;
    font-weight: bold;
    text-decoration: underline;
    outline: 0;
}