/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.post-type-archive-podcast #content {
  background-color: #f8fafb;
}

.single-podcast .elementor-location-header h1,
.single-podcast h2.elementor-heading-title {
  margin-bottom: 2rem !important;
}

#primary.podcast-page {
  width: 100%;
  padding: 0 30px !important;
}

.podcast-intro {
  margin: 0 0 4rem 150px;
  background-color: #fff;
  border: 2px solid rgba(0, 77, 113, 0.19);
  position: relative;
}
.podcast-intro .thumbnail {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.podcast-intro .intro-content {
  padding: 2rem 2rem 2rem 190px;
}
.podcast-intro h2 {
  margin: 0 0 1rem;
}
.podcast-intro .podcast-links {
  margin: 1.75rem 0 0;
  text-align: left;
}

.episodes-title {
  text-align: center;
  margin: 0 0 1rem;
}
.episodes-title-divider span {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: auto !important;
}

.searchandfilter {
  margin: 1rem 0;
}
.searchandfilter ul {
  margin: 0;
}
.searchandfilter ul li {
  display: inline-block;
  padding: 0;
}
.searchandfilter h4 {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.3333333333333rem;
}
.searchandfilter ul li li {
  padding: 0;
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.searchandfilter ul li li input {
  display: none;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label {
  background-color: #4bb5d8;
  color: #fff;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
}
.searchandfilter li.sf-option-active label {
  background-color: #fa7f17;
}

.results {
  margin: 1rem 0 0;
}

.episodes-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -1rem;
}
.episodes-list .podcast {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.podcast-wrapper .podcast {
  background-color: #fff;
  flex: 1 0 0%;
  margin: 1rem;
  min-width: calc(33.3% - 2rem);
  max-width: calc(33.3% - 2rem)
}
.podcast .thumbnail {
  display: block;
}
.podcast .thumbnail {
  overflow: hidden;

}
.podcast .thumbnail img {
  display: block;
  transition: transform .2s ease-in-out;
}
.podcast:hover .thumbnail img {
  transform: scale(1.1);
}
.podcast .podcast-content .episode {
  background-color: #fff;
  position: relative;
  z-index: 20;
  padding: 2rem;
}
.podcast .podcast-content .excerpt p {
  margin: 1em 0 0;
}
.podcast .podcast-content .excerpt p:last-child {
  margin: 0;
}
.podcast .podcast-content .embeds {
  position: relative;
}
.podcast .podcast-content .embeds .toggles {
  display: flex;
}
.podcast .podcast-content .embeds .toggle {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1rem 1.5rem;
  flex: 1;
  min-width: 50%;
  z-index: 20;
  position: relative;
}
.podcast .podcast-content .embeds .powerpress-toggle {
  background-color: #1876d2;
  color: #fff;
}
.podcast .podcast-content .embeds .powerpress-toggle.open,
.podcast .podcast-content .embeds .powerpress-toggle:hover {
  background-color: #1259a0;
}
.podcast .podcast-content .embeds .youtube-toggle {
  background-color: #c4302b;
  color: #fff;
}
.podcast .podcast-content .embeds .youtube-toggle.open,
.podcast .podcast-content .embeds .youtube-toggle:hover {
  background-color: #8b221e;
}
.podcast .podcast-content .embeds .embed-content {
  opacity: 0;
  visibility: hidden;
  margin-top: -138px;
  transition: all .2s ease-in-out;
  position: absolute;
  z-index: 1;
}
.podcast .podcast-content .embeds .embed-content.open {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.podcast .podcast-content .embeds iframe {
  display: block;
}
.podcast .podcast-content .embeds .powerpress-embed {
  padding-top: 3px;
}
.podcast .podcast-content .embeds .powerpress-embed iframe {
  height: 165px;
}
/*
.podcast-wrapper .podcast:nth-child(odd) .thumbnail {
  order: 1;
}
.podcast-wrapper .podcast:nth-child(odd) .podcast-content {
  order: 2;
}
.podcast-wrapper .podcast:nth-child(even) .thumbnail {
  order: 2;
}
.podcast-wrapper .podcast:nth-child(even) .podcast-content {
  order: 1;
}
*/

.podcast-links {
  text-align: center;
  margin: 4rem 0 0;
}
.podcast-links h4 {
  margin: 0 0 1rem;
}

.podcast-episode {
  display: flex;
  flex: 0 0 100%;
}
.podcast-episode .thumbnail {
  width: 40%;
  max-width: 40%;
  order: 1;
}
.podcast-episode .podcast-content {
  max-width: 60%;
  border-right: 2px solid rgba(0, 77, 113, 0.19);
  padding-right: 4rem;
}
.podcast-episode .thumbnail {
  margin: 0 0 0 4rem;
}
.podcast-episode .thumbnail img {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  margin: 0 0 2rem;
}
.podcast-episode .episode-links {
  background-color: #fff;
  border: 2px solid rgba(0, 77, 113, 0.19);
  margin: 2rem 0 0;
  padding: 2rem 2rem 0.5rem;
}
.podcast-episode .powerpress-embed {
  margin: 2rem 0;
}
.podcast-episode .powerpress-embed iframe {
  height: 168px;
}
.watch-episode {
  margin: 4rem 0 0;
  text-align: center;
}
.watch-episode h4,
.podcast-episode .powerpress-embed h4 {
  margin: 0 0 1rem;
}
watch-episode  .youtube-embed { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.watch-episode .youtube-container iframe,
.watch-episode .youtube-container object,
.watch-episode .youtube-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back-to-podcast {
  margin: 4rem 0 0;
  text-align: center;
}

.social-media .elementor-text-editor p {
  margin: 0;
}
.social-media .elementor-widget:not(:last-child) {
  margin-bottom: 8px;
}
.sk-ww-linkedin-page-post {
  border: 2px solid rgba(0, 77, 113, 0.19);
  padding: 8px;
  margin-top: 20px;
}

@media (max-width: 1084px) {
  .podcast-wrapper .podcast {
    min-width: 46%;
  }
}

@media (max-width: 992px) {
  #primary.podcast-page {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .podcast-wrapper .podcast {
    min-width: 45%;
  }
}

@media (max-width: 767px) {
  #primary.podcast-page {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .podcast-intro {
    margin: 150px 0 4rem 0;
  }
  .podcast-intro .thumbnail {
    top: -150px;
    left: 50%;
    margin-top: 0;
    margin-left: -150px;
  }
  .podcast-intro .intro-content {
    padding: 180px 2rem 2rem 2rem;
  }
  .episodes-title {
    margin: 0 0 2rem;
  }
  .episodes-list {
    display: block;
    margin: 0;
  }
  .podcast-wrapper .podcast {
    min-width: 100%;
    max-width: 100%;
    margin: 2rem 0 3rem;
  }
  .podcast-episode {
    display: block;
  }
  .podcast-episode .thumbnail {
    width: 100%;
    max-width: 100%;
    margin: 3rem 0 3rem 0;
  }
  .podcast-episode .podcast-content {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .podcast-episode .episode-links {
    margin: 1rem 0 0;
  }
  .cff-posts-wrap {
    padding: 0 0.5rem;
  }
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image.aligncenter,
  .wp-block-image.alignleft,
  .wp-block-image.alignright {
    display: block;
    margin: 1.75rem 0;
    float: none;
  }
  .wp-block-image img {
    width: auto !important;
  }
}
