#podcast-sources {
  display: flex;
  flex-wrap: wrap;
}
#podcast-sources a {
  margin-right: 8px;
  width: 40px;
  flex: 0 0 40px;
  opacity: .8;
  margin-bottom: 8px;
}
#podcast-sources a:hover {
  opacity: 1;
}
.jp-interface {
  border: 0 !important;
}
body .post-content > p:first-child:first-letter {
  margin: 0;
  line-height: initial;
  font-size: initial;
  color: #464646;
  text-align: left;
  float: none;
  font-family: inherit;
}
.site-description {
  font-size: 16px;
}
.header-logo a,
.site-description {
  font-family: "Helvetica Neue";
}
#main-nav {
  box-shadow: none;
}
.entry-header {
  border-bottom: 0;
}
#main-nav {
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
}
.main-nav-icons {
  display: none;
}
#page-content .post-footer,
#page-content .author-description,
#page-content .related-posts,
#page-content .entry-comments,
#page-content .savona-widget li,
#page-content #wp-calendar,
#page-content #wp-calendar caption,
#page-content #wp-calendar tbody td,
#page-content .widget_nav_menu li a,
#page-content .tagcloud a,
#page-content select,
#page-content input,
#page-content textarea,
.widget-title h2:before,
.widget-title h2:after,
.post-tags a,
.gallery-caption,
.wp-caption-text,
table tr,
table th,
table td,
pre {
  border-color: #d8d8d8;
}
.savona-widget .widget-title {
  background-color: transparent;
  border: 0;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1;
}
#page-content .savona-widget .widget-title h2 {
  padding: 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.savona-widget .widget-title:after {
  content: none;
}
body,
.page-404 h2,
.comment-author {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 28px;
}
.post-date {
  font-size: 14px;
  line-height: 20px;
}
.post-content > p:first-child:first-letter,
.post-meta,
.savona-widget > ul li span,
.savona-widget > ul li span a,
#wp-calendar thead th,
#wp-calendar caption,
h1,
h2,
h3,
h4,
h5,
h6,
#reply-title,
#reply-title a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.post-header {
  text-align: left;
}
.post-content {
  text-align: left;
}
#top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1101 !important;
}
#page-header {
  padding-top: 50px;
}
#top-menu li a {
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.footer-copyright .credit {
  display: none;
}
.top-bar-socials span:first-child {
  margin-left: 0;
}
.top-bar-socials span {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
}
.related-posts section > a {
  height: auto;
}
.a2a_kit {
  transition: left .3s ease;
}
@media (min-width: 981px) and (max-width: 1370px) {
  .a2a_kit {
    left: -4px !important;
  }
}
@media (min-width: 1370px) {
  .a2a_kit {
    left: 100px !important;
  }
}
#page-content h2.post-title a {
  color: #030303;
}
#bnr {
  display: none;
}
#bnr {
  margin-bottom: 40px;
  display: flex;
  background: #4643DE;
  border-radius: 8px;
  overflow: hidden;
}
#bnr > :first-child {
  padding: 32px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
#bnr > :first-child h4 {
  flex: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 33px;
  color: #B8FBFF !important;
  margin-bottom: 60px;
  max-width: 390px;
}
#bnr > :first-child .bnr-button-container {
  margin-bottom: 16px;
  display: flex;
}
#bnr > :first-child .bnr-button-container .bnr-button {
  cursor: pointer;
  background: #B8FBFF;
  border: 3px solid #B8FBFF;
  box-sizing: border-box;
  border-radius: 4px;
  color: #4643DE !important;
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding: 16px;
  display: inline-block;
}
#bnr > :first-child .bnr-button-container .bnr-button:hover {
  background-color: #B8E5FF;
  border-color: #B8E5FF;
}
#bnr > :first-child small {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #B8FBFF;
}
#bnr > :last-child {
  padding: 24px;
  min-width: 300px;
  display: flex;
  background: url('https://blog.kitcast.tv/wp-content/uploads/2021/02/Kitcast_Cover_compressed.jpg') no-repeat bottom center;
  background-size: cover;
  align-items: flex-end;
}
#bnr > :last-child > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
#bnr > :last-child > div .bnr-logo img {
  width: 64px;
  height: auto;
}
#bnr > :last-child > div ul li {
  list-style-type: "— ";
}
@media screen and (max-width: 480px) {
  #bnr {
    flex-direction: column;
  }
  #bnr > :first-child {
    padding: 24px;
  }
  #bnr > :first-child h4 {
    margin-bottom: 32px;
  }
  #bnr > :last-child {
    max-width: auto;
    min-height: 300px;
  }
}
