/* Author infobox */

.author #author-infobox {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.11);
	color: #333;
}

.author #author-infobox .author-infobox-left {
	display: inline-block;
	padding: 20px;
	width: 30%;
}

.author #author-infobox h3 {
	font-family: Bariol !important;
	color: #e21f53 !important;
	font-size: 26px !important;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
}

.author #author-infobox .author-infobox-right {
	display: inline-block;
	padding: 20px;
	margin-left: 2%;
	vertical-align: top;
	width: 60%;
}

.author #author-infobox .author-infobox-right .author-infobox-name {
	font-family: Bariol-bold;
	font-size: 20px;
	padding-bottom: 2px;
}

.author #author-infobox .author-infobox-right .author-infobox-description {
	font-family: 'Segoe-print';
	font-size: 14px;
	color: #e21f53;
}
.author #author-infobox .author-infobox-right .author-infobox-description-extended {
	line-height: 20px;
}

.author #author-infobox .author-infobox-right .author-infobox-social-title {
	margin-bottom: 10px;
}

.author #author-infobox .author-infobox-right i.fa-xing-square {
	font-size: 24px;
	color: #026466;
}

.author #author-infobox .author-infobox-right i.fa-linkedin-square {
	font-size: 24px;
	color: #6699ff;
	margin-left: 5px;
}

.author #author-infobox .author-infobox-right i.fa-envelope {
	font-size: 24px;
	color: #e21f53;
	margin-left: 5px;
}

/* Posts */

.author-posts  {
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
}

.js .author .et_pb_blog_grid[data-columns] .et_pb_post {
	opacity: 1 !important;
}

.et_pb_gutters3 .et_pb_column_3_4.author-custom {
	background-color: transparent !important;
}

.author-posts h3 {
	text-align: left;
	font-family: "Open Sans", Arial, sans-serif !important;
	color: #e21f53 !important;
	font-size: 22px !important;
	margin-bottom: 20px;
}

.author-posts .et_pb_post{
	padding: 0px !important;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	word-wrap: break-word;
	border: none !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(216,216,216,0.67);
	-moz-box-shadow: 0px 2px 2px 0px rgba(216,216,216,0.67);
	box-shadow: 0px 2px 2px 0px rgba(216,216,216,0.67);
	min-height: 429px;
	width: 48%;
	vertical-align: top;
	display: inline-block;
}

.author-posts h2.entry-title a {
	color: #333 !important;
}

.author-posts article.element_2,
.author-posts article.element_4,
.author-posts article.element_6,
.author-posts article.element_8 {
	margin-left: 20px;
}

.author-posts  .et_pb_post .et_pb_image_container{
	margin: 0px !important;
}

.author-posts  .et_pb_post .et_pb_image_container img {
	max-height: 142px !important;
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.author-posts  .et_pb_post .author-posts-text {
	padding: 0px 20px 20px 20px;
	text-align: left;
}

.author-posts .et_pb_post .custom-userlutions-meta {
	margin-top: -10px;
	margin-bottom: 5px;
	padding-left: 20px;
}

/* Sidebar */

.author #text-author,
.author #text-3 {
	display: none;
}

.author.et_right_sidebar #sidebar {
	width: 100% !important;
}



@media only screen and ( max-width: 980px ) {

	.author-posts {
		padding: 0px;
		background-color: transparent;
	}

	.js .et_pb_blog_grid[data-columns] .column .et_pb_post {
		width: 100%;
	}

	.author-posts article.element_2,
	.author-posts article.element_4,
	.author-posts article.element_6,
	.author-posts article.element_8 {
		margin-left: 0px;
	}

	.author #author-infobox .author-infobox-left {
		display: block;
		width: 100%;
		text-align: center;
	}

	.author #author-infobox .author-infobox-right{
		display: block;
		width: 100%;
	}

	.author-posts  .et_pb_post .et_pb_image_container img {
		max-height: unset !important;
	}
}