.pinfo-author.pinfo-wrap {
    margin-top: 3em;
    margin-bottom: 5em;
    padding: 3em 2em;
    background: #f7f7f7;
    border-left: 3px solid #1b87c6;
    width: 60%;
}

.pinfo-author.pinfo-wrap a {
	margin-right: 0 !important;
}

.pinfo-author.pinfo-wrap a:hover {
	text-decoration: none;
	border: none !important;
	cursor: pointer;
}

.pinfo-author.pinfo-wrap a:after {
	content: none !important;
}

.pinfo-inner {
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pinfo-inner .pinfo-img {
    width: 180px;
    height: auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-right: 2em;
    box-sizing: border-box;
	margin: auto 0;
}

.pinfo-inner .pinfo-img .avatar {
    display: block;
    width: 80px;
    height: 80px;
}

.pinfo-inner .pinfo-img .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.pinfo-inner .pinfo-img .avatar.default {
	background-image: url('/wp-content/themes/startit-child/assets/img/default-user.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.pinfo-inner .pinfo-authors {
    width: calc(100% - 180px);
    position: relative;
}

.pinfo-items {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
}

.pinfo-items.pinfo-contact {
	display: block;
}

.pinfo-items.pinfo-contact a {
	vertical-align: text-top;
}

.pinfo-author-name .pinfo-logo {
	display: block;
	width: 50%;
	height: auto;
}

.pinfo-logo .qodef-normal-logo {
	width: 100%;
	object-fit: cover;
}

.item-author a,
.item-author a:hover,
.item-author a:visited,
.item-author a:focus {
    font-weight: 700;
	color: #333;
}

.pinfo-author.pinfo-wrap .item-author a:hover {
	border-bottom: 1px solid #333 !important;
}

.item-job {
    font-size: 14px;
}

.author-socials {
    display: inline-flex;
    position: inherit;
    justify-content: end;
    width: 50%;
}

.author-socials .social-icons a {
	display: flex;
	height: auto;
	margin-left: 10px;
}

.author-socials .social-icons a i {
	font-size: 18px;
	color: #B8B8B8;
	outline: #B8B8B8;
}

.author-socials .social-icons.linkedin a i {
	color: #0077b5;
}

.author-socials .social-icons.twitter a i {
	color: #179cf0;
}

.author-socials .social-icons.facebook a i {
	color: #0866ff;
}

.author-socials .social-icons.url a i {
	color: #1b87c6;
}

.author-socials .social-icons.youtube a i {
	color: #F00;
}

.author-socials .social-icons a:hover i {        
	color: #1b87c6;
}

.pinfo-bio {
    padding: 1em 0 0.8em 0;
    line-height: 23px;
    font-size: 14px;
    min-height: 52px;
}

.pinfo-contact span {
    margin-right: 0!important;
    color: #333;
    font-weight: normal!important;
    border: none;
    font-size: 12px;
    line-height: 17px;
}

.pinfo-contact i {
	color: #333;
	padding-right: 3px;
	font-size: 12px;
    padding-top: 1px;
	width: 12px;
}

.pinfo-contact i.fa-phone {
	font-size: 13px;
}

.author-socials .ion-social-url:before {
	content: '\f22d';
}

.pinfo-displayname {
	padding-top: 10px;
}

@media screen and (max-width: 480px) {
	.pinfo-inner .pinfo-img {
		min-height: 1px;
	}

	.pinfo-inner .pinfo-img .avatar {
		display: none;
	}

	.pinfo-items.pinfo-author-name .author-socials {
		padding-top: 21px !important;
	}

	.pinfo-items.pinfo-bio {
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.pinfo-author.pinfo-wrap {
		padding: 1em;
	}

	.pinfo-inner,
	.pinfo-items {
		display: block;
	}

	.pinfo-items.pinfo-author-name {
		text-align: center;
		margin-top: 0;
	}

	.pinfo-items.pinfo-author-name .pinfo-logo  {
		display: none;
	}

	.pinfo-inner .pinfo-authors {
		width: 100%;
	}

	.pinfo-inner .pinfo-img {
		width: 100%;
		padding-right: 0;
		text-align: left;
		justify-content: start;
		align-items: start;
	}

	.pinfo-logo .qodef-normal-logo {
		position: initial;
	}

	.pinfo-inner .pinfo-img.default .default-user {
		background-position: center;
		width: 100%;
		height: 100%;
		background-size: 82%;
	}

	.pinfo-items {
		margin-top: 0;
	}

	.pinfo-items.pinfo-author-name .author-socials {
		padding-top: 10px;
		justify-content: start;
    	width: 100%;
	}

	.pinfo-displayname {
		text-align: left;
	}

	.pinfo-displayname .item-author,
	.pinfo-displayname .item-job {
		display: inline-block;
		width: auto;
		padding-bottom: 0;
	}

	.pinfo-displayname .item-author {
		padding-right: 5px;
	}

	.pinfo-displayname .item-job {
		vertical-align: text-top;
	}

	.pinfo-items.pinfo-contact {
		display: inline-flex;
		width: auto;
		justify-content: start;
	}

	.pinfo-items.pinfo-contact.pinfo-address {
		width: 100%;
	}

	.author-socials .social-icons a {
		margin-left: 0;
		margin-right: 10px !important;
	}

	.author-socials .social-icons a i {
		font-size: 20px !important;
	}
	
}

@media screen and (max-width: 1022px) {
	.pinfo-author.pinfo-wrap {
		width: inherit;
	}

	.pinfo-items {
		display: inline-flex;
		margin-top: 0;
	}

	.item-author {
		font-size: 22px;
	}

	.item-author,
	.item-job {
		display: block;
		width: 100%;
		max-width: 100%;
		padding-bottom: 10px;
	}

	.pinfo-bio {
		min-height: 1px;
	}
}

@media only screen and (min-width: 1022px) and (max-width: 1200px) {
	.pinfo-author.pinfo-wrap {
		width: 70%;
	}
}

@media only screen and (max-width: 1300px) {
	.author-socials .social-icons a:not(:last-child) {
		margin-left: 0;
		margin-right: 10px !important;
	}

	.author-socials .social-icons a i {
		font-size: 15px;
	}
}