/*
Theme Name: devreborn
Theme URI: 
Author: Jayme Edwards
Author URI: 
Description: Child theme of twentytwentyfive for the Developer Reborn website.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: devreborn
Tags: 
*/

.wp-block-post-featured-image.episodeImage img {
  border-radius: 16px;
  display: block;
  margin-bottom: 40px;
}

.postAuthor img {
  border-radius: 50%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.postAuthor .wp-block-post-author__name {
  line-height: 1;
  padding-top: 3px;
  margin: 0px;
}

.postAuthor .wp-block-post-author__bio {
  line-height: 1;
  margin-top: 10px;
}

.youtube-button a {
  background-color: #c4302b;
  display: inline-block;
  width: 150px !important;
}

.spotify-button a {
  background-color: #1db954;
  width: 150px !important;
}

.apple-button a {
  background-color: #882fc5;
  width: 150px !important;
}

.episodeImageContainer {
  display: block;
  position: relative;
  padding: 0px;
}

.wp-block-post-featured-image.episodeImage img {
  z-index: 8;
  margin-top: 0px;
}

.episodeDuration {
  font-size: 1.9rem;
  background-color: #222222;
  color: #ffffff;
  font-weight: semibold;
  display: inline-block;
  line-height: 1;
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  margin-top: -7rem;
  right: 1rem;
  opacity: 0.8;
  z-index: 10;
}

.episode-archive-intro-container {
  display: flex;
  column-gap: 40px;
}

@media (max-width: 768px) {
  .episode-archive-intro-container {
    display: block;
    column-gap: 0px;
  }
}

.episode-archive-intro-container .video {
  flex-basis: 40%;
}

.episode-archive-intro-container .content {
  flex-basis: 60%;
}

.episode-archive-intro-container > .content > h1 {
  margin-top: 0px;
}

.episode-archive-intro-container .youtube-button {
  text-align: center;
}

.episode-archive-intro-container .youtube-button a {
  margin-top: 40px;
  width: 250px !important;
}

.hosted-by {
  display: flex;
}

.hosted-by .avatar {
}

.hosted-by .name {
}
