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

@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 -5.5em;
}
.desktop-social.es {
	width: 53px;
	margin: 0 -6em;
}

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

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