.single-sponsor article.hentry>.entry-header {
	margin-bottom: 50px;
}

.single-sponsor article.hentry .sponsor-banner {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #e3e3e3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.single-sponsor article.hentry .sponsor-banner>div {
	position: absolute;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 7px;
	/*background-color: #fff;*/
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, .07);*/
	overflow: hidden;
}

.single-sponsor article.hentry .sponsor-banner>.company-logo {
	display: none;
	background-color: #fff;
	width: 300px;
	height: 100px;
	bottom: 0;
	left: 0;
}
.single-sponsor article.hentry .sponsor-banner>.company-logo.h img {
	max-height: 100px;
}

.single-sponsor article.hentry .sponsor-banner>.company-logo-2 {
	width: 125px;
	height: 125px;
	bottom: 0;
	right: 0;
}

.single-sponsor article.hentry .sponsor-banner>.company-author-image {
	width: 125px;
	height: 125px;
	top: 0;
	right: 0;
}

.single-sponsor article.hentry>.entry-header .thumb-logo {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	/*	background-color: #e3e3e3;

	width: 100px;

	height: 100px;

	border-radius: 50%;*/
	margin: 0 auto 15px;
	overflow: hidden;
}

.single-sponsor article.hentry>.entry-header .thumb-logo>img {
	min-width: 200px;
	max-height: 300px;
}

.single-sponsor article.hentry>.entry-header .page-title {
	margin-top: 0;
}

.single-sponsor article.hentry>.entry-header .page-title .tag-line {
	font-style: italic;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 10px;
	line-height: 1.5em;
}
.single-sponsor article.hentry>.entry-header .page-title .cat {
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 0;
}

.single-sponsor article.hentry .sponsor-contact-info {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.single-sponsor article.hentry .sponsor-contact-info > div {
    text-align: center;
    padding: 5px;
}
.single-sponsor article.hentry .sponsor-contact-info > div a em {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e3e3e3;
	border-radius: 50px;
	margin: 0 auto 15px;
	text-align: center;
	font-size: 2em;
}
.single-sponsor article.hentry .sponsor-contact-info > div span {
	display: none;
}



.single-sponsor article.hentry .entry-content {
	text-align: center;
	padding: 0 15px;
}

.single-sponsor article.hentry .entry-footer {
	display: block;
	margin-top: 25px;
	text-align: center;
}

.single-sponsor article.hentry .entry-socials {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 auto 15px;
}

.single-sponsor article.hentry .entry-socials>li {
	padding: 5px;
}

.single-sponsor article.hentry .entry-socials>li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #e3e3e3;
}


/* category page */

.tax-sponsor-category.hfeed article.hentry {
	padding-left: 0;
	min-height: auto;
}

.tax-sponsor-category.hfeed article.hentry>.post-thumbnail {
	position: relative;
	width: auto;
	height: auto;
	background-image: url() !important;
	background-color: transparent;
}

.tax-sponsor-category.hfeed article.hentry>.post-thumbnail>img {
	display: block;
	max-height: 150px;
	max-width: 300px;
}


@media only screen and (max-width: 767px) {
	.single-sponsor article.hentry .sponsor-contact-info {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-sponsor article.hentry .sponsor-contact-info > div {
		width: 50%;
	}
}


@media only screen and (max-width: 575px) {
	.single-sponsor article.hentry .sponsor-banner {
		height: 150px;
		margin-bottom: 125px;
	}
	.single-sponsor article.hentry .sponsor-banner>.company-logo {
		bottom: -100px;
		width: 100%;
	}
	.single-sponsor article.hentry .sponsor-banner>.company-author-image,
	.single-sponsor article.hentry .sponsor-banner>.company-logo-2 {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (max-width: 400px) {
	.single-sponsor article.hentry .sponsor-contact-info > div {
		width: 100%;
	}
}