/**infinite**/
/* Hides navigation links and site footer when infinite scroll is active */
#infinite-footer,
.infinite-scroll .pagination{
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending footer {
    display: block;
}
.infinite-loader{
	display: table;
	margin: 0 auto;
	margin-bottom: 52px;
}
#infinite-handle{
	text-align: center;
	margin: 30px 0 41px 0;	
}
#infinite-handle span{
	padding: 16px 56px;
	background: #FE9C46;
	color: #F7EBEB;
	font-size: 14px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#infinite-handle span:hover{
	background: #DD6053;
}
/** Sharing **/
.sd-sharing {
	text-align: center;
}
div.sharedaddy h3.sd-title {
	font-size: 15px!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
	border-bottom: 1px solid #5e5e5e;
	font-style: normal!important;
}
div.sharedaddy h3.sd-title:before{
	border: none!important;
}
.sd-content span{
	font-size: 13px;
	color: #fff;
}
.sd-content a{
	opacity:0.7;
	border:0;
	box-shadow: none;
}
.sd-content a:hover{
	opacity:1;
}
.sd-content a.share-icon:before{
	color: #fff!important;
}
.sd-content a.share-facebook{
	background: #3b5999!important;
}
.sd-content a.share-twitter{
	background: #00aced!important;
}
.sd-content a.share-google-plus-1{
	background: #dd4b39!important;
}
.sd-content a.share-pinterest{
	background: #cb2027!important;
}
.sd-content a.share-linkedin{
	background: #007bb6!important;
}
.sd-content a.share-tumblr{
	background: #32506d!important;
}
.sd-content a.share-reddit{
	background: #4BA6E0!important;
}
.sd-content a.share-stumbleupon{
	background: #AD4B38!important;
}
.sd-content a.share-pocket{
	background: #d3505a!important;
}
.sd-content a.share-email:before,
.sd-content a.share-email span,
.sd-content a.share-print:before,
.sd-content a.share-print span{
	color: #7E7C7C!important;
}
/** related posts **/
div#jp-relatedposts {
	padding: 20px 40px 20px 40px;
	margin: 0;
	background: #fff;
	margin-bottom: 30px;
}
.jp-relatedposts-post-title{
	padding: 10px 0 10px 0;
}
.jp-relatedposts-post-nothumbs .jp-relatedposts-post-title{
	padding: 0;
}
.jp-relatedposts-post-title .jp-relatedposts-post-a{
	font-size:13px!important;
	color:#5e5e5e;
	font-weight: 700!important;
}
.jp-relatedposts-post-title .jp-relatedposts-post-a:hover{
	text-decoration: none!important;
	color: #FE9C46;
}
.jp-relatedposts-post-excerpt{
	font-size:13px!important;
}
.jp-relatedposts-post-context{
	font-size:12px!important;
	font-style:italic
}
div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 1px 0 31px auto!important;
	display: block!important;
	text-align: center;
	float: none!important;
}
div#jp-relatedposts h3.jp-relatedposts-headline em,

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	width: 100%;
	min-width: 30px;
	border-top: none;
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em, div.sharedaddy h3.sd-title {
	font-size: 15px!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	border-bottom: 1px solid #5e5e5e;
	font-style: normal!important;
}