.blog-article {
  font-size: 2rem; }
  .blog-article * {
    line-height: 1.6em; }
  .blog-article img {
    height: auto;
    max-width: 100%;
    display: block; }
  .blog-article *[class*="wp-block"] {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .blog-article *[class*="wp-block"] *[class*="wp-block"] {
    margin-top: 0;
    margin-bottom: 0; }
  .blog-article figcaption {
    font-size: 0.9em;
    text-align: center;
    font-style: italic; }
  .blog-article .title--h2 {
    font-size: 3rem;
    margin-top: 4.8rem; }
  .blog-article .title--h5 {
    font-size: 2rem;
    margin-top: 3.4rem; }
  .blog-article .title--h6 {
    font-size: 1.6rem;
    margin-top: 2.8rem; }
  .blog-article .title:first-child {
    margin-top: 0; }
  .blog-article h3, .blog-article h4 {
    color: #82777a; }
  .blog-article h3 {
    font-size: 2.8rem; }
  .blog-article h4 {
    font-size: 2.4rem; }
  .blog-article .wp-block-quote {
    background: #f0efef;
    margin-left: calc(100% - 110%);
    margin-right: calc(100% - 110%);
    padding: 15rem 12% 6rem;
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    font-style: italic; }
    .blog-article .wp-block-quote cite {
      font-size: 1.8rem;
      font-style: normal; }
    .blog-article .wp-block-quote:after {
      content: '';
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='45.3px' height='26.8px' viewBox='0 0 45.3 26.8' enable-background='new 0 0 45.3 26.8' xml:space='preserve'%3E%3Cpath fill='%23FFC540' d='M5.2,0h17.5L11.5,26.8H0L5.2,0z M27.899,0h17.4L34.101,26.8H22.7L27.899,0z'/%3E%3C/svg%3E%0A");
      width: 46px;
      height: 30px;
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat;
      top: 70px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .blog-article figure.wp-block-image {
    margin: 0; }

.blog-article-info {
  display: flex;
  justify-content: center;
  flex-flow: row; }

.info-box {
  margin: 0 3rem;
  display: flex;
  font-weight: 600;
  color: #82777a;
  align-items: center; }
  .info-box:first-child {
    margin-left: 0; }
  .info-box:last-child {
    margin-right: 0; }
  .info-box img {
    height: 3.6rem;
    width: auto;
    margin-right: 2rem;
    opacity: 0.7; }

  @media (min-width: 992px) {
    .yt_big {
      display: block  }
	  .yt_small{
		  display:none;
	  }
}
	   @media (max-width: 991px) {
    .yt_big {
      display: none  }
	  .yt_small{
		  display:block;
	  }
}
/*# sourceMappingURL=single-post.css.map */
