/**
 * Default Style
 */


.author-widget {
	background: #efefef;
	padding: 20px;
	text-align: center;
	height: inherit;
}
.author-widget .author-details {
	margin: 5px 0 10px 0;
}
.author-widget .author-details .author-image {
	margin-bottom: 15px;
}
.author-widget .author-details .author-name a {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #888;
}
.author-widget .post {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	max-width: 350px;
	margin: 0 auto;
}

.author-widget .post a {
	font-style: italic;
	font-weight: 700;
	color: #222;
	font-size: 15px;
	line-height: 18px;
}
.author-widget .more-stories {
	margin-top: 15px;
}
.author-widget .more-stories a {
	text-transform: uppercase;
	font-weight: 700;
	color: #888;
}


/**
 * Style 1
 * light background with black font
 * image at the top
 */

.author-widget.size-1x1.style1 {
	background-color:#efefef;
}

.author-widget.size-1x1.style1 .author-widget{
}

.author-widget.size-1x1.style1 .author-image {
}

.author-widget.size-1x1.style1 .author-name {
}

.author-widget.size-1x1.style1 .post {
}

.author-widget.size-1x1.style1 .excerpt {
}

.author-widget.size-1x1.style1 .more-stories {
}


/**
 * Style 2
 * light background with black font
 * image at the top
 */

.author-widget.size-1x1.style2 {
	background-color:#efefef;
}

.author-widget.size-1x1.style2 .author-widget{
}

.author-widget.size-1x1.style2 .author-image {
}

.author-widget.size-1x1.style2 .author-name {
}

.author-widget.size-1x1.style2 .post {
}

.author-widget.size-1x1.style2 .excerpt {
}

.author-widget.size-1x1.style2 .more-stories {
}


/****** Mobile/Tablet Styles *******/

/*  bootstrap medium */
#tablet-h {}

/*  bootstrap small */
#tablet-v .author-widget .author-details .author-name a {
	font-size: 26px;
	line-height: 26px;
}
#tablet-v .author-widget .author-details {
	padding: 10px 0;
	margin: 10px 0;
}
#tablet-v .author-widget .post a {
	font-size: 15px;
	line-height: 19px;
}
#tablet-v .author-widget .post {
	padding: 7px;
}

/* x-small */
.author-widget .excerpt {
	display: none !important;
}


/**
 * Article Page Style
 */
.article-page-widget-wrapper section.author-widget .author-details .author-image img {
 	width: auto;
 	height: auto;
 }
.article-page-widget-wrapper section.author-widget {
	width: 283px;
	height: auto;
	overflow: visible;
}
