/* Post Media -------------------------------- */
#wp_post_content {
  overflow: hidden;
}

#wp_post_content h1 {
  font-size: 2em;
  line-height: 1.6;
}
#wp_post_content h2 {
  font-size: 1.5em;
  line-height: 1.6;
}
#wp_post_content h3 {
  font-size: 1.17em;
  line-height: 1.6;
  margin: 0;
}
#wp_post_content h4 {
  font-size: 1em;
  line-height: 1.6;
}
#wp_post_content h5 {
  font-size: 0.83em;
  line-height: 1.6;
}
#wp_post_content h6 {
  font-size: 0.67em;
  line-height: 1.6;
}
#wp_post_content a {
  color: #025cb2;
  text-decoration: underline;
}
#wp_post_content h1,
#wp_post_content h2,
#wp_post_content h3,
#wp_post_content h4,
#wp_post_content h5,
#wp_post_content h6 {
  margin: 1em 0 0.5em;
}

#wp_post_content a:hover {
  text-decoration: none;
}

#wp_post_content figure,
#wp_post_content video {
  display: block;
  margin: 0;
}

#wp_post_content .wp-caption {
  max-width: 100% !important;
  margin-bottom: 1.5em;
}

#wp_post_content img.alignleft,
#wp_post_content .alignleft img,
#wp_post_content img.aligncenter,
#wp_post_content .aligncenter img,
#wp_post_content img.alignright,
#wp_post_content .alignright img,
#wp_post_content img.alignnone,
#wp_post_content .alignnone img {
  display: block;
}

#wp_post_content .aligncenter,
#wp_post_content .alignnone,
#wp_post_content .alignwide,
#wp_post_content .alignfull {
  /*	width: 890px;    */
  margin: 0 auto;
}

#wp_post_content .alignleft,
#wp_post_content .alignright {
  margin-bottom: 25px;
  max-width: 50%;
}

#wp_post_content .wp-caption img {
  display: block;
}

#wp_post_content .wp-caption .alignleft,
#wp_post_content .wp-caption .alignright {
  margin-bottom: 0;
}

#wp_post_content .alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 25px;
  max-width: 260px;
}

#wp_post_content .alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 25px;
  max-width: 260px;
}

#wp_post_content
  .wpview[data-wpview-type="gallery"]
  + .wpview[data-wpview-type="gallery"] {
  margin-top: -34px;
}

#wp_post_content figcaption,
#wp_post_content .wp-caption-text,
#wp_post_content .wp-caption-dd,
#wp_post_content .gallery-caption {
  color: #6d6d6d;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin: 18px 0 0;
}

#wp_post_content figcaption a,
#wp_post_content .wp-caption-text a,
#wp_post_content .wp-caption-dd a,
#wp_post_content .gallery-caption a {
  color: inherit;
}

@media screen and (max-width: 640px) {
  #wp_post_content .alignleft,
  #wp_post_content .alignright {
    float: none;
    margin: 50px auto;
    max-width: 100%;
  }
}

/* Tables ------------------------------------ */

#wp_post_content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 18px;
  width: 100%;
}

#wp_post_content th,
#wp_post_content td {
  line-height: 1.2;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

#wp_post_content caption {
  text-align: center;
  padding: 0.5em;
}

#wp_post_content thead {
  vertical-align: bottom;
  white-space: nowrap;
}

#wp_post_content th {
  text-align: left;
}

/* Intetrview -------------------------------- */
.interview-single #wp_post_content img {
  margin-top: 30px;
}

.interview-single #wp_post_content .interview_box .interview_ttl,
.interview-bottom #wp_post_content .interview_box .interview_ttl {
  font-size: 24px;
  font-weight: 700;
}
