/*
Theme Name: Cindy's Journals
Theme URI: https://www.cindysjournals.com/
Author: Briantics, Inc.
Author URI: https://www.briantics.com/
Description: Cele Child Theme for Cindy's Journals website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cindysjournals
Tested up to: 5.5
Requires PHP: 5.4
Template: cele
*/

@import url( '../cele/style.css' );

body.home .single-podcast {
	margin: 1.5em 0 2em;
}

body.home .single-podcast .podcast-featured-image {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 160px;
	padding: 20px 38px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: flex-end;
}

body.home .single-podcast .podcast-featured-image::before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

body.home .single-podcast h3 {
	font-weight: 900;
	font-size: 1.425rem;
}

body.home .single-podcast .podcast-featured-image h3 {
	position: relative;
	z-index: 3;
	color: #fff;
}
body.home .single-podcast .podcast-featured-image h3 a {
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
}

body.home .single-podcast > p {
	padding: 20px 38px;
	margin: 0;
}

body.home .single-podcast > p.is-dark {
	color: #fff;
}

body.home .single-podcast .podcast-actions {
	padding: 8px 15px;
	background-color: #E8E8E8;
	text-align: right;
	line-height: 1;
}
body.home .single-podcast .podcast-actions a {
	color: #222;
	text-transform: uppercase;
	font-size: 0.725rem;
}

body.single-podcast .featured-image {
	width: 131.55%;
	outline: 0;
}
