/* Block: CTA - Call to action */

.block_us_author{}
.block_us_author .author-image{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 30px auto;}
.block_us_author .author-image:after{position:absolute;border:1px solid rgba(0,0,0,.15);border-radius:50%;top:0;left:0;right:0;bottom:0;content:'';}
.block_us_author .author-image img{width:150px;height:150px;}

.block_us_author .author-text h3{font-weight:400;color:#9F804B;text-transform:none !important;font-size:28px !important;line-height: 38px !important;margin:0 !important;}
.block_us_author .author-text div{}
.block_us_author .author-text div p{margin:25px 0 25px 0;max-width:760px;}

@media screen and (max-width:767px){
	.block_us_author .author-text{text-align:center;}
	.block_us_author .author-text h3{text-align:center;}
}

@media screen and (min-width:768px){
	.flex-author{
		display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		-webkit-box-pack:justify;
		-webkit-justify-content:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-direction:row;
		align-items:center;
		margin:0 auto;
	}
	.block_us_author .author-image{flex-basis:150px;margin:0 40px;}
	.block_us_author .author-text{flex-basis:calc(100% - 230px);}
}
