

/* Featured Interview */
.featured-interviews article {
	text-align: center;
	padding: 20px;
}
.featured-interviews .interview-image-wrapper {
	text-align: center;
	margin-bottom: 1em;
}
.featured-interviews .interview-image-wrapper.circle img { 
	border: 3px solid #fff;
	max-width: 180px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
	.featured-interviews .interview-image-wrapper.circle img:hover {
		opacity: 0.8;		
	}

.interviewee-name {
	margin-bottom: 5px;
}
.interviewee-title {
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}



/* flag latest posts */
.archive.post-type-archive article,
.mark-latest article {
	position: relative;
}
/*.mark-latest > div > div > article:nth-child(-n+2) {
	border-top: 1px solid blue;
}*/
.archive.post-type-archive .content > article:nth-child(-n+1):before,
.mark-latest > div > div > article:nth-child(-n+2):before {
	content: "Latest Episode!";
    width: 60px;
    height: 56px; 
    background-color: #ec3f35;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-family: "Gotham Book";
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 10px;
    /* bottom: 10px; */
    top: 168px;
    left: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.archive.post-type-archive .content > article:nth-child(-n+1) .entry-header,
.mark-latest > div > div > article:nth-child(-n+2) .entry-header {
	padding-left: 60px;
}
@media screen and (min-width: 769px) {
	.archive.post-type-archive .content > article:nth-child(-n+1):before,
	.mark-latest > div > div > article:nth-child(-n+2):before {
		top: 118px;
	}
}

.archive.post-type-archive .content > article:nth-child(-n+1):after, 
.mark-latest > div > div > article:nth-child(-n+2):after {
    border-width: 1em 0 0 1em;
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #962620 transparent transparent transparent;
    left: -15px;
    top: 224px;
}

/* when the article padding changes */
@media screen and (min-width: 480px) {
	.archive.post-type-archive .content > article:nth-child(-n+1):before, .mark-latest > div > div > article:nth-child(-n+2):before {
		width: 70px;
		padding: 15px;
	}
}
@media screen and (min-width: 769px) {
	.archive.post-type-archive .content > article:nth-child(-n+1):after, 
	.mark-latest > div > div > article:nth-child(-n+2):after {
		left: -15px;
    	top: 174px;
	}
}




/*========================================================================
Widget Featured Posts Shortcode
========================================================================*/
ul.widget-featured-posts {
	margin-bottom: 10px;
	display: inline-block;
    margin-bottom: 0 !important;
}

ul.widget-featured-posts li {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #c0c0c0!important;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}
ul.widget-featured-posts li:last-child {
    border-bottom-width: 0 !important;
}
ul.widget-featured-posts .img {
	position: absolute;
	top: 0;
	left: 0;
}
ul.widget-featured-posts .img {
	width: 60px;
	float: left;
	height: 60px;
	background-color: #a3a3a3;
}
ul.widget-featured-posts .item-content {
	float: left;
	margin-left: 75px;
	padding: 14px 10px 14px 0;
}
ul.widget-featured-posts a > img {
    float: left;
}
ul.widget-featured-posts .interviewee-name {
    font-family: "Gotham Black";
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
ul.widget-featured-posts .interviewee-title {
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    margin-bottom: 0;
}
ul.widget-featured-posts a:hover > img {
	opacity: 0.8;
}
ul.widget-featured-posts a:hover,
ul.widget-featured-posts a:hover * {
	color: #00a2d6 !important;
}
