/* Version: 1.1.5 */
/* Required core wp css http://codex.wordpress.org/CSS#WordPress_Generated_Classes */
/*Merge from style.css*/

/*Header logo a tag*/
.header-vbgn a{
	display: block;
}

/*Images in article*/
article a img {
	display: block;
	margin: 0 auto;
}

/*facebook like box*/
.fb_iframe_widget {
	display: block !important;
	text-align: left !important;
}
.fb_iframe_widget_fluid span {
	width:100% !important;
}
.fb_iframe_widget span {
	position: static !important;
}

/*WP-paginate*/
.wp-paginate {width:100%;text-align:center; margin:40px 0 30px 0;padding:0;}
.wp-paginate .title{display:none;}
.wp-paginate li{display:inline;list-style:none;}
.wp-paginate .page, .wp-paginate a{border:1px solid #CCCCCC; padding:15px; margin:10px;}
.wp-paginate .current{background:#EEEEEE; border-color:#CCCCCC;}
.wp-paginate-homepage{text-align:left;}
.wp-paginate-homepage .page, .wp-paginate-homepage a {margin:0;}
@media only screen and (max-width: 47.5em)
{
.wp-paginate li{display:none;}
.wp-paginate li:first-child, .wp-paginate li:last-child{display:inline;}
}

/*navigator on bottom of contents*/
.other_posts{
	margin:0.5rem 0;
}
.other_posts > span{
	width:45%;
	word-wrap:break-word;
}
.other_posts > .right {
	text-align:right;
}

/*share button on article index page(facebook twitter and googleplus )*/
.social_share_bar {
	margin-bottom:20px;
	line-height:1;
}
@media only screen and (max-width: 47.5em) {
.social_share_bar {margin:20px 0 15px 0; line-height:1;}
}
.share-button-fb {
	float:left;
	height:20px;
	overflow:hidden;
	padding:0;
	width:90px;
}
.share-button-gplus1 {
	float:left;
	height:20px;
	overflow:hidden;
	padding:0 5px 0 0;
	width:70px;
}
.share-button-twitter {
	float:left;
	height:20px;
	padding:0;
	width:100px;
}

/*pagenation in article page*/
.otherposts_small {
	display: none;
}
@media only screen and (max-width: 47.5em) {
	.otherposts_large {display: none;}
	.otherposts_small {display: block;}
}

/*join now box*/
.join_now_link{
	display:block;
}
/*Post Tags*/
.post_tags{
	margin-bottom:10px;
}
/* Siderails for medium screens */
@media only screen and (min-width: 63.036em) and (max-width: 105em) {
	.siderails {max-width:60rem;}
}

section.widget { margin: 1rem 0;}
