.past-podcast .podcast-guests {
	border-left: 1px solid #D3D3D3;
}

.past-podcast-guests .podcast-guest {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

.podcast-guest.featured {
	margin-bottom: .75rem;
}

.past-podcast-guests .podcast-guest:last-of-type {
  margin-bottom: 0;
}

.past-podcast-guests .podcast-guest .guest-name {
  color: #2A4362;
  font-weight: 600;
}

.past-podcast-guests .podcast-guest .guest-title {
  font-size: 0.8125rem;
}

.past-podcast-guests .guest-thumb {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  border-radius: 60px;
  flex: 0 0 auto;
  margin-right: 15px;
}

/* 
** SHORTCODE 
*/

.past-podcast-guests.shortcode {
	border-top: 1px solid #D5DCE3;
	border-bottom: 1px solid #D5DCE3;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.past-podcast-guests.shortcode .podcast-guest {
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	margin-bottom: 0;
	flex-direction: column;
	text-align: center;
	border-right: 1px solid #D5DCE3;
}
.past-podcast-guests.shortcode .podcast-guest:last-of-type {
	border-right: 0;
}
.past-podcast-guests.shortcode .title-featured-guests {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #7F7F7F;
  margin-bottom: 1.5rem;
}
.past-podcast-guests.shortcode .podcast-guest .guest-name {
  font-size: 1rem;
	margin-bottom: .25rem;
}
.past-podcast-guests.shortcode .podcast-guest .guest-title,
.past-podcast-guests.shortcode .podcast-guest .podcast-host{
  font-size: 0.875rem;
}
.past-podcast-guests.shortcode .podcast-guest .podcast-host span{
	border: 1px solid;
	border-radius: 0.5rem;
	padding: 4px 6px;
	font-weight: 600;
	color: #777;
	margin-top: 2px;
	display: inline-block;
	line-height: 100%;
}
.past-podcast-guests.shortcode .guest-thumb {
  width: 100px;
  height: 100px;
	margin-bottom: .5rem;
	margin-right: 0;
}

.vc_col-sm-6 .past-podcast-guests.shortcode .podcast-guest {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	flex-direction: row;
	text-align: left;
}
.vc_col-sm-6 .past-podcast-guests.shortcode .guest-thumb {
	margin-right: 1rem;
}

@media only screen and (max-width: 767.98px) {
	.past-podcast .podcast-guests {
		border-left: 0;
		margin-top: 1rem;
	}
	.past-podcast-guests.shortcode {
		border: 1px solid #D5DCE3;
		border-radius: 2rem;
	}
	.past-podcast-guests.shortcode .podcast-guest {
		border: none;
		border-bottom: 1px solid #D5DCE3;
	}
	.past-podcast-guests.shortcode .podcast-guest:nth-child(2n-1) {
		border-right: 1px solid #D5DCE3;
	}
	.past-podcast-guests.shortcode .podcast-guest:nth-last-child(-n+2) {
		border-bottom: none;
	}
}
@media only screen and (max-width: 575.98px) {
	.past-podcast-guests.shortcode .podcast-guest,
	.past-podcast-guests.shortcode .podcast-guest:nth-child(2n-1),
	.past-podcast-guests.shortcode .podcast-guest:nth-last-child(-n+2) {
		border: none;
		border-bottom: 1px solid #D5DCE3;
	}
	.past-podcast-guests.shortcode .podcast-guest:last-child {
		border-bottom: none;
	}
}