/*
 Theme Name:   Hueman Child
 Description:  Hueman Child Theme
 Author:       Sean Tepper
 Template:     hueman
 Version:      1.0.0
 Text Domain:  hueman-child
*/

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

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

/* hide categories on excerpts and 'follow' from sidebar */
.post-meta .post-category,
.tab-item-category,
.sidebar.s1 .sidebar-top p {
  display: none !important;
}

/* increase size of social icons */
.sidebar.s1 .sidebar-top .social-links {
  float: left;
}

.social-links li {
  margin-left: 14px;
}

.social-links .social-tooltip {
  font-size: 30px;
}

/* image shadow 
article .post-inner img {
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 8px #CCCCCC;
}*/

.entry.excerpt {
  color: #666666;
}

@media only screen and (max-width: 1024px) {
  .site-image {
    margin: 0 -5%;
    max-width: 110%;
  }
}

@media only screen and (max-width: 1023px) {
  .site-image {
    margin: 0 -25%;
    max-width: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .site-image {
    margin: 0 -37%;
    max-width: 175%;
  }
}

@media only screen and (max-width: 479px) {
  .site-image {
    margin: 0 -75%;
    max-width: 250%;
  }
}

#join-newsletter {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #94BA82;
  color: #fff;
  font-weight: bold;
}

#join-newsletter:hover {
  background-color: #9DDB7F;
}

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

.sidebar-top {
  padding: 15px 10px;
}

.social-links .fa-google-plus {
  position: relative;
  top: 2px;
}
.page-title {
  border-bottom: none;
}
#page .container-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header #nav-mobile,
.is-scrolled #header #nav-mobile {
  background-color: #89619d;
}
#header .mobile-title-logo-in-header .site-title {
  /*display: none;*/
}
@media only screen and (max-width: 479px) {
.site-image {
    margin: 0 -75%;
    max-width: 250%;
	display: none;
}
}
.single .post-title {
    line-height: 1.25em;
}
.page .page-image,
.page .page-title {
	display: none;
}
article .entry div img,
article .entry p img,
article .entry li img {
    width: 100%;
    height: auto;
}
.entry .wp-caption img {
    width: 100%;
}
.entry .wp-caption {
    padding-top: 0;
}
.entry h2 {
    font-size: 30px;
    margin: 0 0 5px;
    color: #8e5996;
}
.entry table,
.entry table td {
	text-align:left;
}
iframe .wp-embed-footer {
    display: none;
}
.entry .page-feature {
	position: relative;
}
.entry .page-feature-text {
	position: absolute;
    top: 50%;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    padding: 30px;
    left: 15%;
    right: 15%;
    transform: translatey(-50%);
}
.entry .page-feature h1 {
    font-size: 48px;
    line-height: 54px;
    color: #483650;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
	margin: 0 0 5px;
}
.entry .page-feature h3 {
    font-size: 32px;
    line-height: 38px;
    color: #606060;
    font-family: 'Ubuntu';
    font-weight: 300;
    letter-spacing: .25px;
    font-style: italic;
	margin: 0;
}
@media only screen and (max-width: 719px) {
	.entry .page-feature-text {
		position: static;
		transform: inherit;
		left: inherit;
		right: inherit;
		background: rgb(214 189 227);
		margin: 0 0 20px;
		padding: 20px;
	}
	.entry .page-feature h1 {
		font-size: 40px;
		line-height: 46px;
		letter-spacing: 0;
		margin: 0;
	}
	.entry .page-feature h3 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: -0.25;
		margin: 5px 0 0;
	}
	.entry .page-feature p {
		margin: 0;
	}
	.entry .page-feature p img {
		display: block;
	}
}
#header .mobile-title-logo-in-header .site-title a {
	display: none !important;
}
@media only screen and (max-width: 719px) {
	#header .mobile-title-logo-in-header .site-title a {
    	display: none;
	}
	.post-list .page, .post-list .post {
    	overflow: hidden !important;
	}
}