/*
Theme Name: LifterLMS Podcast Child Theme
Theme URI: https://lifterlms.com
Author: LifterLMS
Author URI: https://lifterlms.com
Description: A child theme for Sky Pilot, the official theme for LifterLMS
Requires at least: 6.1
Tested up to: 6.1.1
Requires PHP: 7.4
Version: 0.1.0.0.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: sky-pilot
Text Domain: sky-pilot-child
Tags: full-site-editing
*/
.wp-block-site-title {
	display: flex;
}
.wp-block-site-title a {
	background-color: var(--wp--preset--color--primary);
	border-radius: 20px;
	color: var(--wp--preset--color--base);
	font-size: var(--wp--preset--font-size--medium);
	display: inline-block;
	padding: 3px 12px;
}
.wp-block-site-title a:hover {
	background-color: var(--wp--preset--color--secondary);
	text-decoration: none;
}
.wp-block-search button[type=submit] {
	padding-left: 0;
	padding-right: 0;
}
.blog .episode-box {
	background-color: #F1F1F1;
	border-radius: 6px;
	color: var(--wp--preset--color--contrast);
	padding: 6px 12px;
	text-align: center;
}
.single .episode-box {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}
.blog .episode-box {
	display: inline-block;
	font-size: var(--wp--preset--font-size--small);
	margin-left: var(--wp--preset--spacing--20);
	margin-right: var(--wp--preset--spacing--20);
}
.blog .episode-box .epi-num {
	font-weight: 700;
}
.epi-list li {
	margin-bottom: var(--wp--preset--spacing--20);
}

/* Popup Maker */
.pum-theme-2876 .pum-container,
.pum-theme-lifterlms-base .pum-container {
    background: linear-gradient(0deg, rgb(70, 109, 216) 0%, rgb(42, 65, 130) 59%);
}

.pum-theme-2876 .pum-container .wp-block-image {
    margin-bottom: 0;
}

.pum-theme-2876 .pum-container .wp-block-image img {
    border-radius: 8px;
    max-height: 500px;
}

.pum-theme-2876 .pum-container p {
    margin-bottom: 10px;
}

.pum-theme-2876 .pum-container .is-style-shadow-card {
    padding-top: 0;
}
