/**
* Theme Name: Global Healing Center
* Theme URI: https://www.globalhealingcenter.com
* Author: Joseph Johnson
* Description: Global Healing Center's official blog theme
* Version: 1.0.0
*/

#references{
	margin-top: 3.815rem;
}
h1, .h1 {
	font-size: 1.65rem;
	margin-bottom: .5rem;
	color: #444444;
}
h2, .h2 {
	font-size: 1.5rem;
	margin-bottom: .262rem;
	margin-top: .28rem;
	color: #545454;
}
h3, .h3 {
	font-size: 1.4rem;
	margin-bottom: .262rem;
;
	font-family: 'museosans', helvetica, Arial, sans-serif;
	color: #6A9F00;
	font-weight: 500;
}
h4, .h4 {
	font-size: 1.25rem;
	margin-bottom: .262rem;
	font-family: "museosans", helvetica, Arial, sans-serif;
	color: #444444;
	font-weight: 500;
}
h5, .h5 {
	font-size: 1.1rem;
	margin-bottom: .262rem;
	font-family: "museosans", helvetica, Arial, sans-serif;
	color: #848484;
}
.entry-content img.featured {
	border: none !important;
	display: block;
	width: 300px;
	height: 200px;
}
header.entry-header {
	margin-bottom: 10px;
}
body .entry-content {
	font: 16px/1.563 Arial, sans-serif !important;
}

@media (max-width: 767px) {
	/* Increase author image width when on mobile device size */
	.author-image {
		width: 83px !important;
	}

	.footer-pagination a,
	.footer-pagination span{
		display: none;
	}
	.footer-pagination .next,
	.footer-pagination .prev {
		display: inline-block;
		text-align: center;
		width: 30%;
	}

	.footer-pagination .next{
		float: right;
	}
}

/* Remove link decoration for headings */
h1 a,
h2 a,
h3 a,
h4 a { text-decoration: none; }

/* Remove list styles on clean lists */
.clean-list {
	list-style-type: none;
	padding: 0;
}

/* Social sidebar widget */
.social-widget{
	background-color: #f5f5f5;
	padding: 15px 10px 9px 10px;
	margin-top: 10px;
	margin-bottom: -5px;
	overflow: hidden;
}

	.social-widget .icon {
	    display: inline-block;
	    font-size: 10.5px;
	    font-weight: bold;
	    line-height: 1.3;

	    text-align: center;

	    padding: 0;
	}
	.social-widget .icon img {
	    width: 50px;
	    margin-bottom: 5px;
	    display: inline-block;
	}
/* Social Sharing */
.desktop-social {
	width: 45px;
	margin: 0 -4.85em;
}
.desktop-social.es {
	width: 53px;
	margin: 0 -6em;
}

/* Newsletter sign up */
.newsletter-signup {
	background: #eee;
	padding: 15px 14px;
	overflow: hidden;
	border: 1px solid #ccc;
}

/* Single post author */
.author-image {
	width: 60px;
	margin: 0 15px;
}

/* Top Selling Supplement Section */
.social-icon-xs {
	width: 16px;
    display: block;
    margin: 0 auto 4px auto;
    border: 0;
    float: none;
}
@media( max-width: 1196px ){
	body.en .desktop-social{
		display: none;
	}
	body.en div.mobile-social{
		display: block !important;
	}
}

@media( max-width: 1206px ){
	body.es .desktop-social{
		display: none;
	}
	body.es div.mobile-social{
		display: block !important;
	}
}

.social{
	padding: 0 0 0 0;
    margin: 0 0 0 -76px;
    width:44px;
    height: auto;
    position: absolute;
    left: 0;
} .social.sticky{
	left: auto;
	position: fixed;
	top: 5px;
    margin: 0 0 0 -91px;
}
	.social-icon{
		opacity: 1;
	} .social-icon:hover{
		opacity: .8;
	}

	.social-icon a{
		display: block;
		padding: 8px 0 5px 0;
		text-align: center;
		margin-bottom: 5px;
		color: #fff;
		text-decoration: none;
	} .social-icon a:hover{
		background: rgba(0,0,0,.09);
	}

	.social-icon a img{
		width: 16px;
		display: block;
		margin: 0 auto 4px auto;
		border: 0;
		float: none;
	}

	.social-icon a span{
		display: inline-block;
		padding-top: 0;
		color:#fff;
		font-size: 11px;
	}

	.email-icon{
		background: #1C75BC;
	}

	.print-icon{
		background: #91b375;
	}

	.share-icon{
		background: #888;
	}
/** Clean Table **/

/** Until Changes to the template **/
/* Singe post comments container */
.disqus-hidden {
	 overflow: hidden;
	 height: 1px;
	 width: 250px;
}

.disqus-shown {
	height: auto;
	width: auto;
}
	.disqus-shown ul#dsq-comments{
		display: none;
	}

.sub-nav-item {
	position: absolute;
}
.sub-nav-item a.darken {
	background-color: rgba(0,0,0,0.1);
}
@media (max-width: 39.99em) {
	.sub-nav-item {
		position:relative;
	}
}

/** Reference Section **/
#references ol li.break-all,
#referencias ol li.break-all,
.break-all {
	word-break: break-all;
}

.nav-container .has-dropdown:hover .dropdown{
	width: 100%;
}
.mobile-nav-container{
	position: relative;
	clear:both;
	width: 300%;
	transition: left .5s ease;
	left: 0;
} .mobile-nav-container.tier-2{
	  left: -100%;
  } .mobile-nav-container.tier-3{
		left: -200%;
	}

.mobile-nav {
	position: relative;
	float:left;
	width: 33.3333%;
	display: none;
	transition: opacity .48s ease;
	opacity: 1;
} .mobile-nav.active{
	  display: block;
  } .mobile-nav.unactive{
		opacity: 0;
	}

.mobile-nav-links-container a:last-child{
	border-bottom: none;
}

.mobile-nav a{
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 15px 20px;
	text-decoration: none;
	background: #f9f9f9;
}

.mobile-nav-title{
	padding: 13px 20px 5px 20px;
	position: relative;
}
.mobile-nav-back{
	position: absolute;
	left:0;
	top: 0;
	padding: 13px 20px 5px 20px;
}

@media screen and (max-width: 639px) {
	.mobile-menu-open > .main-body,
	.mobile-menu-open footer{
		display: none;
	}
}

a{
	transition: color .25s ease;
}
.fa{
	transition: transform .25s ease;
}
.rotate-it .fa{
	transform: rotate(180deg);
}

.article-menu > div::before {
    content: "\f033";
    color: #8baf44;
    padding-right: .5em;
    font-family: GlobalHealingCenterV2;
}
@media (min-width: 40em) {
	.article-menu > div {
		width:auto;
	}
}