.wpcc-pushdown-wrap {
  background: #9bf0e1;
  color: #25347c;
  position: relative;
  z-index: 9; }
  .wpcc-pushdown-wrap .wpcc-btn:hover {
    color: white !important; }
  .wpcc-pushdown-wrap .wpcc-privacy {
    display: none; }
  .wpcc-pushdown-wrap .wpcc-banner {
    max-width: 1140px;
    margin: auto !important; }
  .wpcc-pushdown-wrap .wpcc-message a {
    color: #25347c; }
    .wpcc-pushdown-wrap .wpcc-message a.wpcc-btn:hover {
      color: white !important; }
  @media (max-width: 767px) {
    .wpcc-pushdown-wrap .wpcc-message {
      padding-top: 40px; } }

.page-template-template-podcast {
  background: url("../images/open-source-bg.svg") no-repeat #f7f9fc;
  background-position: center -150px; }

main.podcast-inner .content {
  float: left;
  width: calc(100% - 387px); }
main.podcast-inner .asidebar {
  float: right;
  width: 330px;
  padding-left: 20px; }
  main.podcast-inner .asidebar .blog-post-block .sidebar-holder {
    width: auto;
    padding-left: 22px; }
    main.podcast-inner .asidebar .blog-post-block .sidebar-holder .article .article-holder .text-holder {
      height: auto !important; }
    main.podcast-inner .asidebar .blog-post-block .sidebar-holder::before {
      display: none; }

body .podcast {
  padding-top: 45px; }
  body .podcast .container {
    margin-top: 20px; }
    body .podcast .container.container-small {
      max-width: 960px; }
      body .podcast .container.container-small h1 {
        margin-bottom: 30px;
        background: linear-gradient(to right, #2d46b9 0%, #72B0D2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold; }
      body .podcast .container.container-small .podcast-sub-title {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 22px;
        color: #25347c; }

.podcast-external-links {
  margin-top: 20px;
  border-top: 1px solid #d0d6ea;
  padding-top: 20px;
  display: flex;
  align-items: center; }
  .podcast-external-links .e-link {
    margin: 0;
    padding: 0;
    list-style: none; }
    .podcast-external-links .e-link li {
      display: inline-block;
      margin-left: 15px; }
      .podcast-external-links .e-link li img {
        vertical-align: top;
        width: 25px;
        height: 25px;
        object-fit: contain; }
  @media (max-width: 767px) {
    .podcast-external-links {
      flex-direction: column;
      margin-top: 0;
      border: none; }
      .podcast-external-links .e-link {
        margin: 15px auto 15px; } }

.podcast-page-header {
  margin-top: 60px;
  margin-bottom: 70px; }
  .podcast-page-header__title {
    background: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-size: 60px;
    font-family: CircularSpotifyHead-Bold;
    font-weight: bold; }
  .podcast-page-header__content {
    font-size: 22px;
    color: #25347c;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.45; }
  @media (max-width: 767px) {
    .podcast-page-header {
      margin-top: 70px;
      margin-bottom: 40px; }
      .podcast-page-header__title {
        font-size: 40px; }
      .podcast-page-header__content {
        font-size: 16px; } }

.podcast-card {
  border: 1px solid #d5daf3;
  border-radius: 12px;
  background-color: white;
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 30px;
  box-sizing: border-box;
  display: flex; }
  .podcast-card__image-holder img {
    vertical-align: top; }
  .podcast-card__content {
    padding-left: 50px;
    color: #25347c;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .podcast-card__content__title {
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.5; }
    .podcast-card__content__description {
      font-size: 16px;
      margin-bottom: 30px;
      line-height: 1.5; }
    .podcast-card__content__external-links {
      font-size: 14px; }
  .podcast-card:last-child {
    margin-bottom: 200px; }
  @media (max-width: 1023px) {
    .podcast-card {
      padding: 15px; }
      .podcast-card__content {
        padding-left: 30px; }
      .podcast-card:last-child {
        margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .podcast-card {
      flex-direction: column;
      margin: 0 -15px 30px;
      border-radius: 0;
      border: 0; }
      .podcast-card__image-holder {
        margin-top: 30px; }
        .podcast-card__image-holder img {
          max-width: 200px;
          height: auto; }
      .podcast-card__content {
        padding-left: 0;
        margin-top: 30px; }
        .podcast-card__content__link {
          background-color: black;
          text-align: center;
          border-radius: 5px; }
          .podcast-card__content__link img {
            vertical-align: top; } }

.podcast-header {
  padding: 70px 0;
  margin-bottom: 50px;
  color: #25347c; }
  .podcast-header .container {
    display: flex;
    align-items: center; }
    .podcast-header .container .banner-image {
      margin-right: 40px; }
    .podcast-header .container .banner-content h1 {
      font-size: 46px;
      line-height: normal;
      margin-bottom: 10px; }
    .podcast-header .container .banner-content p {
      max-width: 632px;
      font-size: 18px;
      line-height: 1.5; }
    .podcast-header .container .banner-content .btn-primary {
      display: inline-block;
      vertical-align: top;
      padding: 14px 60px;
      border-radius: 50px;
      background: #526ace;
      color: white;
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      margin-top: 25px;
      transition: 0.35s; }
      .podcast-header .container .banner-content .btn-primary:hover {
        color: white; }
    @media (max-width: 319px) {
      .podcast-header .container {
        flex-direction: column; }
        .podcast-header .container .banner-image {
          margin: 0 auto 20px; }
          .podcast-header .container .banner-image img {
            width: 200px;
            height: auto; }
        .podcast-header .container .banner-content {
          text-align: center; }
          .podcast-header .container .banner-content p,
          .podcast-header .container .banner-content h1 {
            text-align: left; }
          .podcast-header .container .banner-content .link {
            background-color: black;
            text-align: center;
            border-radius: 5px;
            display: block; }
            .podcast-header .container .banner-content .link img {
              vertical-align: top; } }

.episode {
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
  color: #25347c; }
  .episode__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .episode__description {
    margin: 0 0 15px; }
  .episode__date-time {
    display: flex;
    align-items: center;
    color: #7682b2; }
    .episode__date-time a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
    .episode__date-time p {
      margin: 5px 0 0 20px; }
  @media (max-width: 319px) {
    .episode {
      border-radius: 6px;
      background: white;
      box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-bottom: 15px; }
      .episode__title {
        font-size: 20px;
        line-height: 1.3; } }
  @media (max-width: 319px) {
    .episode--cs {
      background: transparent;
      box-shadow: none;
      border: 1px solid #dadfe6; } }
  .episode:last-child {
    border: none; }
    @media (max-width: 319px) {
      .episode:last-child {
        margin-bottom: -20px;
        border: 1px solid #dadfe6; } }

.ceo-message {
  background: white;
  padding: 100px 0;
  color: #25347c; }
  .ceo-message .container {
    display: flex; }
    .ceo-message .container .ceo-content h2 {
      margin-top: 0; }
    .ceo-message .container .ceo-image {
      margin-right: 30px;
      margin-bottom: 24px; }
      .ceo-message .container .ceo-image img {
        width: 372px;
        height: auto;
        max-width: none; }
  @media (max-width: 1023px) {
    .ceo-message {
      padding: 50px 0; }
      .ceo-message .container {
        flex-direction: column; }
        .ceo-message .container .ceo-image {
          text-align: center;
          margin-right: 0; }
          .ceo-message .container .ceo-image img {
            width: 40%;
            height: auto; } }
  @media (max-width: 319px) {
    .ceo-message {
      margin-top: 30px; }
      .ceo-message .container .ceo-image img {
        width: 60%; } }

#header {
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.3) !important; }

/*# sourceMappingURL=podcast.css.map */
