.header-font {
font-weight: 700;
}

.vw-page-title {

}

.vw-post-box-large .vw-post-box-post-title {
font-size: 1.33em;
}

.vw-page-title-wrapper {
position: relative;
background-color: #f7f7f7;
padding-top: 0em;
padding-bottom: 0em;
}

/*----------*/


.page-id-71{}
.page-id-71 .vw-page-content{
	width:100%;
}

.vw-about-author-section {
 	display: none;
 	visibility: hidden;
}
.page-id-71 .author-sizer{
	margin-bottom: 30px;
	text-align: left !important;
	width:100%;
	min-height: 200px;
}

.page-id-71 .author-sizer .author-img{margin-bottom: 12px;}
.page-id-71 .author-sizer .author-img img{}
.page-id-71 .author-sizer .author-info{ 
	padding-left: 0;
	padding-right: 20px;
}
.page-id-71 .author-sizer h5{
	margin: 0;
	margin-bottom: 6px;
	font-weight: 600;
}
.page-id-71 .author-sizer p{
	margin:0 24px 2px 0;
	line-height: 18px !important;
	text-align: left !important;
}
.page-id-71 .author-sizer .author_title{}
.page-id-71 .author-sizer .author_meta{
	margin: 10px 8px 0 0;
}
.author-sizer .author_meta span{
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.author-sizer .author_meta .author_link{
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 12px;	
	display: block;
}




/*
Hide code snippets on mobile devices
XS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/
@media screen and (max-width: 767px) {
	.author-sizer{
		/*background: rgba(255,0,0,0.2);*/
	}
	.page-id-71 .author-sizer{
		width:100%;
	} 
}

/*
Tablets and up
SM
*/
@media screen and (max-width: 768px) {
	.author-sizer{
	/*	background: rgba(255,0,0,0.4);*/
	}
	.page-id-71 .author-sizer{
		width:100%;
		/*float: left;*/
	} 

}


/*
Tablets and up
SM
*/
@media screen and (min-width: 768px) {
	.author-sizer{
		/*background: rgba(255,0,0,0.6);*/
	}
	.page-id-71 .author-sizer{
		width:36%;
		float: left;
			min-height: 220px;
	} 
}

/*
Tablets/desktops and up
MD
*/
@media screen and (min-width: 992px) {
	.author-sizer{
		/*background: rgba(255,0,0,0.8);*/
	}
	.page-id-71 .author-sizer{
		width:36%;
		float: left;
	} 
}



/*
Large desktops and up
LG
*/
@media screen and (min-width: 1200px) {
	.author-sizer{
		/*background: rgba(255,0,0,1);*/
	}
	.page-id-71 .author-sizer{
		width:32%;
		float: left;
	} 
}
