/* Blog layout: Chess
------------------------- */
.chess_wrap {
  overflow: hidden;
}

.post_layout_chess {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.post_layout_chess.sticky {
  padding: 0;
  border-width: 0;
}

.post_layout_chess .post_featured {
  margin-bottom: 0;
  width: 50%;
  float: right;
  max-height: none !important;
}

.post_layout_chess .post_featured_bg:before {
  padding-top: 100%;
  /* 112.5% - 16:9 */
}

.post_layout_chess .post_inner {
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_layout_chess_1:nth-child(2n+2) .post_featured {
  float: left;
}

.post_layout_chess_1:nth-child(2n+2) .post_inner {
  left: auto;
  right: 0;
}

.post_layout_chess_2 {
  width: 50%;
  float: left;
}

.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
  float: left;
}

.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
  left: auto;
  right: 0;
}

.post_layout_chess_3 {
  width: 33.3333%;
  float: left;
}

.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
  float: left;
}

.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
  left: auto;
  right: 0;
}

.post_layout_chess blockquote {
  margin: 0;
}

.post_layout_chess_1 .post_inner_content {
  padding: 0 14%;
}

.post_layout_chess_2 .post_inner_content {
  padding: 0 10%;
}

.post_layout_chess_3 .post_inner_content {
  padding: 0 10%;
}

.post_layout_chess .post_header {
  padding-top: 0.02px;
}

.post_layout_chess .post_title {
  margin: 0;
}

.post_layout_chess .post_title + .post_meta {
  margin-top: 1em;
  margin-bottom: 0 !important;
}

.post_layout_chess .post_header + .post_content {
  margin-top: 1em;
}

.post_layout_chess .post_content_inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em;
}

.post_layout_chess:not(.post_format_aside) .post_content_inner {
  padding-top: 0;
}

.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
  margin-top: 1rem;
}

.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
  margin-top: 3rem;
}

.post_layout_chess_1 .post_header + .post_content {
  margin-top: 2.5rem;
}

.post_layout_chess.post_layout_chess_1 .more-link {
  margin-top: 3rem;
}

.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
  display: none;
}

.post_layout_chess_2 .post_title {
  font-size: 1.6rem;
}

.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
  font-size: 17px;
  max-height: 15.4em;
}

.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}

.post_layout_chess_2 .post_title + .post_meta,
.post_layout_chess_3 .post_title + .post_meta {
  margin-top: 8px;
}

.post_layout_chess_2.post_format_aside .post_meta {
  margin-top: 1.3333rem;
}

.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
  letter-spacing: 0;
}

.post_layout_chess_2.format-chat p > em, .post_layout_chess_2.format-chat p > b, .post_layout_chess_2.format-chat p > strong {
  margin-top: 0.8em;
}

.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1em 2em;
  margin-top: 0.5rem;
  font-size: 16px;
}
.post_layout_chess.post_layout_chess_2 .more-link:after,
.post_layout_chess.post_layout_chess_3 .more-link:after {
  transform: translate(0, 20px);
}
.post_layout_chess.post_layout_chess_2 .more-link:hover:after,
.post_layout_chess.post_layout_chess_3 .more-link:hover:after {
  transform: translate(0, 0px);
}

.post_layout_chess_3 .post_title {
  font-size: 1.3333rem;
  line-height: 1.2em;
}

.post_layout_chess_3 .post_content_inner {
  max-height: 6.2rem;
}

.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
  display: none;
}

.body_style_boxed .post_layout_chess_2 .post_content_inner,
.body_style_boxed .post_layout_chess_2 .post_content_inner + p,
.body_style_boxed .post_layout_chess_3 .post_meta,
.body_style_boxed .post_layout_chess_3 .post_content_inner + p,
.body_style_wide .post_layout_chess_2 .post_content_inner,
.body_style_wide .post_layout_chess_2 .post_content_inner + p,
.body_style_wide .post_layout_chess_3 .post_meta,
.body_style_wide .post_layout_chess_3 .post_content_inner + p {
  display: none;
}

.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1em 2em;
}

.remove_margins .nav-links {
  margin-bottom: 3em;
  margin-top: 3em;
  padding-left: 2em;
}

/* Format Audio */
.post_layout_chess_1.post_format_audio .post_featured.with_thumb .mask,
.post_layout_chess_2.post_format_audio .post_featured.with_thumb .mask,
.post_layout_chess_3.post_format_audio .post_featured.with_thumb .mask {
  display: none;
}

.post_layout_chess_1.format-audio .post_featured.with_thumb .post_audio,
.post_layout_chess_2.format-audio .post_featured.with_thumb .post_audio,
.post_layout_chess_3.format-audio .post_featured.with_thumb .post_audio {
  width: calc(101% - 4em);
  padding: 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.post_layout_chess_1.format-audio .post_featured.with_thumb,
.post_layout_chess_2.format-audio .post_featured.with_thumb,
.post_layout_chess_3.format-audio .post_featured.with_thumb {
  min-height: auto;
  display: block;
}

/* Chess 2 */
.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
  display: none;
}

.post_layout_chess_2 .slider_container .swiper-pagination-bullet,
.post_layout_chess_2 .slider_outer .swiper-pagination-bullet {
  width: 50px;
}

.post_layout_chess_3 .slider_container .swiper-pagination-bullet,
.post_layout_chess_3 .slider_outer .swiper-pagination-bullet {
  width: 35px;
}

.post_layout_chess_2 blockquote {
  padding: 1.5em 2em;
}

.post_layout_chess_2 blockquote,
.post_layout_chess_2 blockquote p {
  font-size: 20px;
}

.post_layout_chess_2 blockquote:before {
  font-size: 300px;
  right: 25px;
}

.post_layout_chess_2 blockquote > cite,
.post_layout_chess_2 blockquote > p > cite,
.post_layout_chess_2 blockquote > .wp-block-pullquote__citation,
.post_layout_chess_2 .wp-block-quote .wp-block-quote__citation {
  font-size: 16px;
  margin-top: 1.0em;
}

.post_layout_chess_3.format-audio .post_featured.with_thumb .post_audio {
  width: calc(101% - 2em);
  padding: 1em;
}

.post_layout_chess_2.format-audio .post_featured .post_audio_title,
.post_layout_chess_3.format-audio .post_featured .post_audio_title {
  margin-top: 0;
}

.post_layout_chess_2 .mejs-controls .mejs-volume-button.mejs-mute,
.post_layout_chess_2 .mejs-controls .mejs-volume-button.mejs-unmute {
  margin-left: 10px;
}

.post_layout_chess_3 .mejs-controls .mejs-volume-button.mejs-mute,
.post_layout_chess_3 .mejs-controls .mejs-volume-button.mejs-unmute {
  display: none;
}

.post_layout_chess_3 .mejs-controls a.mejs-horizontal-volume-slider {
  display: none;
}

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