*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.flexvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.uc {
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 6vw;
}
@media (max-width: 767px) {
  .fs05 {
    font-size: 1.8rem;
  }
}
.fs1 {
  font-size: 1.8rem;
}
.fs2 {
  font-size: 1.5rem;
}
.fs3 {
  font-size: 1.25rem;
}
.fs4 {
  font-size: 0.5rem;
}
.fs5 {
  font-size: 0.8rem;
}
.fs6 {
  font-size: 0.7rem;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font: inherit;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 0.5rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 0.5rem;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  text-decoration-color: currentColor;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 0.5rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.font2 {
  font-family: serif;
}
.scrollbar {
  /* Track */
  /* Handle */
  scrollbar-width: thin;
  scrollbar-color: #808080 transparent;
}
.scrollbar ::-webkit-scrollbar {
  width: 5px;
}
.scrollbar ::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.scrollbar ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.scrollbar ::-webkit-scrollbar {
  width: 5px;
}
html {
  font-size: 20px;
  /* Track */
  /* Handle */
  scrollbar-width: thin;
  scrollbar-color: #808080 transparent;
}
html ::-webkit-scrollbar {
  width: 5px;
}
html ::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
html ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
html ::-webkit-scrollbar {
  width: 5px;
}
body {
  font-family: 'helvetica neue', helvetica, sans-serif;
  overflow-y: scroll;
  font-size: 1rem;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .mod-modal_visible body {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .mod-modal_visible body {
    background: #f0f0f0;
  }
}
.block-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .block-grid {
    margin-top: 54px;
  }
}
.block-grid .block-postlink {
  margin-bottom: 10px;
  margin-left: -1px;
}
@media (max-width: 1023px) {
  .block-grid .block-postlink {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .block-grid .block-postlink:nth-child(1),
  .block-grid .block-postlink:nth-child(7n+1 ) {
    width: 33.333%;
  }
  .block-grid .block-postlink:nth-child(2),
  .block-grid .block-postlink:nth-child(7n+2 ) {
    width: 33.333%;
  }
  .block-grid .block-postlink:nth-child(3),
  .block-grid .block-postlink:nth-child(7n+3 ) {
    width: 33.333%;
  }
  .block-grid .block-postlink:nth-child(4),
  .block-grid .block-postlink:nth-child(7n+4 ) {
    width: 25%;
  }
  .block-grid .block-postlink:nth-child(5),
  .block-grid .block-postlink:nth-child(7n+5 ) {
    width: 25%;
  }
  .block-grid .block-postlink:nth-child(6),
  .block-grid .block-postlink:nth-child(7n+6 ) {
    width: 25%;
  }
  .block-grid .block-postlink:nth-child(7),
  .block-grid .block-postlink:nth-child(7n+7 ) {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .block-grid .block-postlink {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-grid .block-postlink {
    width: 100%;
  }
}
.block-postlink a {
  display: block;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}
.block-postlink a .txt {
  pointer-events: none;
  z-index: 999999;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transform: translate(0, 100%);
}
.block-postlink a .txt h2 {
  background: white;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  padding: 0.25rem 1rem;
  margin: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  font: inherit;
  text-align: center;
}
.block-postlink a:hover .txt {
  transform: none;
  opacity: 1;
}
.block-postlink .pix {
  pointer-events: none;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.block-postlink .pix img {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center center;
  display: block;
}
@media (max-width: 1023px) {
  .block-postlink .pix img {
    padding: 0px;
  }
}
#mainwrap {
  padding: 0 10px;
}
@media (max-width: 1023px) {
  #mainwrap {
    padding: 0 5px;
  }
  .mod-modal_visible #mainwrap {
    display: none;
  }
}
.block-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 2rem;
  padding: 0 10px;
  width: 100vw;
}
@media (max-width: 1023px) {
  .block-top {
    align-items: center;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .mod-modal_visible .block-top {
    display: none;
  }
}
.block-top h1 {
  font: inherit;
  margin: 0;
}
.block-top a {
  white-space: nowrap;
  text-underline-position: under;
  display: block;
  padding: 5px 10px;
}
@media (max-width: 1023px) {
  .block-top a {
    padding: 10px;
    display: block;
  }
}
.block-top a:hover {
  text-decoration: underline;
}
.block-top .r {
  text-align: right;
}
@media (max-width: 1023px) {
  .block-top .r {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .mobile_menu_open .block-top .r {
    display: block !important;
  }
}
.block-top .js-hamb {
  padding: 10px;
  text-align: center;
  position: relative;
}
.block-top .js-hamb img.h {
  vertical-align: top;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.mobile_menu_open .block-top .js-hamb img.h {
  transform: scale(0);
  opacity: 0;
}
.block-top .js-hamb img.x {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transform: scale(0);
  opacity: 0;
}
.mobile_menu_open .block-top .js-hamb img.x {
  opacity: 1;
  transform: scale(0.6);
}
.block-top ul {
  list-style-type: none;
  padding: 0;
  display: inline-flex;
}
.block-top ul li {
  padding: 0;
}
@media (max-width: 1023px) {
  .block-top ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .block-top ul li {
    display: block;
  }
}
.block-gif {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
}
.block-gif img {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 1s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.block-gif.done {
  pointer-events: none;
}
.block-gif.done img {
  pointer-events: initial;
  object-position: 100% 100%;
  right: 0px;
  bottom: 10px;
  width: 20%;
  height: 25%;
}
.block-modal {
  display: none;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999998;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .block-modal {
    background: #f0f0f0;
  }
}
@media (max-width: 1023px) {
  .block-modal {
    padding: 0;
    position: relative;
  }
}
.mod-modal_visible .block-modal {
  display: block;
}
.block-modal .closeb {
  font: inherit;
  background: none;
  border: none;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 25px;
  padding-right: 25px;
}
@media (max-width: 1023px) {
  .block-modal .closeb {
    padding-top: 10px;
    padding-right: 10px;
  }
}
.block-modal .closeb img {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .block-modal .closeb img {
    width: 30px;
    height: 30px;
  }
}
.block-modal .closeb:hover img {
  transform: rotate(-180deg);
}
.block-modal .nextprev {
  position: fixed;
  z-index: 99999999;
  bottom: 0px;
  padding-bottom: 25px;
}
@media (max-width: 1023px) {
  .block-modal .nextprev {
    padding: 10px;
  }
}
.block-modal .nextprev img {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .block-modal .nextprev img {
    width: 30px;
    height: 30px;
  }
}
.block-modal .nextprev.prev {
  left: 0;
  padding-left: 25px;
}
.block-modal .nextprev.prev:hover img {
  transform: translate(-5px, 0);
}
.block-modal .nextprev.next {
  right: 0;
  padding-right: 25px;
}
.block-modal .nextprev.next:hover img {
  transform: translate(5px, 0);
}
.block-modal .cover {
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.4s;
  opacity: 0;
  line-height: 1;
}
.block-modal .cover.open {
  opacity: 1;
}
.block-modal .cover.mod-anim {
  transition: all 0.2s;
}
.block-modal .cover.cover-prev {
  right: 90%;
  right: 100%;
}
.block-modal .cover.cover-prev .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: 100% 50%;
  transform: rotate(-90deg) translate(50%, -100%);
}
.block-modal .cover.cover-next {
  left: 90%;
  left: 100%;
}
.block-modal .cover.cover-next .txt {
  transform-origin: 0 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg) translate(-50%, -100%);
}
.block-post {
  height: 100%;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .block-post {
    box-shadow: none;
    height: auto;
  }
}
.block-post.touchmove {
  opacity: 0.5 !important;
}
.mod-prev_active .block-post {
  border-left: black solid 1px;
}
.mod-next_active .block-post {
  border-right: black solid 1px;
}
@media (max-width: 1023px) {
  .block-post {
    padding: 0;
    border: none !important;
  }
}
.block-post img {
  vertical-align: top;
}
.block-post img.fullh {
  display: block;
  height: calc(100vh - 42px) !important;
  object-fit: contain;
  object-position: center top;
}
.block-post header.left {
  position: absolute;
  top: 21px;
  left: 0;
  width: 30%;
  bottom: 21px;
  flex-shrink: 0;
  overflow-y: scroll;
  padding: 1.5rem 0;
  padding-left: 2.5rem;
  /* Track */
  /* Handle */
  scrollbar-width: thin;
  scrollbar-color: #808080 transparent;
}
.block-post header.left:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.block-post header.left h1,
.block-post header.left h2,
.block-post header.left h3,
.block-post header.left h4,
.block-post header.left h5,
.block-post header.left h6 {
  font: inherit;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.block-post header.left h1:first-child,
.block-post header.left h2:first-child,
.block-post header.left h3:first-child,
.block-post header.left h4:first-child,
.block-post header.left h5:first-child,
.block-post header.left h6:first-child {
  margin-top: 0;
}
.block-post header.left hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 0.5rem 0;
}
.block-post header.left table {
  border-collapse: collapse;
}
.block-post header.left table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.block-post header.left p,
.block-post header.left blockquote,
.block-post header.left ul,
.block-post header.left ol,
.block-post header.left table {
  margin-bottom: 0.5rem;
}
.block-post header.left p a,
.block-post header.left blockquote a,
.block-post header.left ul a,
.block-post header.left ol a,
.block-post header.left table a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.block-post header.left p a:hover,
.block-post header.left blockquote a:hover,
.block-post header.left ul a:hover,
.block-post header.left ol a:hover,
.block-post header.left table a:hover {
  text-decoration-color: currentColor;
}
.block-post header.left iframe {
  width: 100% !important;
}
.block-post header.left .wp-caption {
  margin-bottom: 0.5rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.block-post header.left .wp-caption a {
  display: block;
  width: 100% !important;
}
.block-post header.left .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.block-post header.left .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .block-post header.left .alignnone {
    margin-left: 0;
  }
}
.block-post header.left .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.block-post header.left .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.block-post header.left .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-post header.left .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-post header.left img {
  max-width: 100% !important;
  height: auto;
}
.block-post header.left ::-webkit-scrollbar {
  width: 5px;
}
.block-post header.left ::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.block-post header.left ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.block-post header.left ::-webkit-scrollbar {
  width: 5px;
}
.block-post .right {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 70%;
  padding-left: 4rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  /* Track */
  /* Handle */
  scrollbar-width: thin;
  scrollbar-color: #808080 transparent;
}
.block-post .right ::-webkit-scrollbar {
  width: 5px;
}
.block-post .right ::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.block-post .right ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.block-post .right ::-webkit-scrollbar {
  width: 5px;
}
@media (max-width: 1023px) {
  .block-post .right {
    position: static;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: visible;
  }
}
.block-post .right .rightin {
  position: relative;
}
.block-post .right .mobileheader {
  padding-right: 2rem;
}
.block-post .right .mobileheader:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.block-post .right .mobileheader h1,
.block-post .right .mobileheader h2,
.block-post .right .mobileheader h3,
.block-post .right .mobileheader h4,
.block-post .right .mobileheader h5,
.block-post .right .mobileheader h6 {
  font: inherit;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.block-post .right .mobileheader h1:first-child,
.block-post .right .mobileheader h2:first-child,
.block-post .right .mobileheader h3:first-child,
.block-post .right .mobileheader h4:first-child,
.block-post .right .mobileheader h5:first-child,
.block-post .right .mobileheader h6:first-child {
  margin-top: 0;
}
.block-post .right .mobileheader hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 0.5rem 0;
}
.block-post .right .mobileheader table {
  border-collapse: collapse;
}
.block-post .right .mobileheader table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.block-post .right .mobileheader p,
.block-post .right .mobileheader blockquote,
.block-post .right .mobileheader ul,
.block-post .right .mobileheader ol,
.block-post .right .mobileheader table {
  margin-bottom: 0.5rem;
}
.block-post .right .mobileheader p a,
.block-post .right .mobileheader blockquote a,
.block-post .right .mobileheader ul a,
.block-post .right .mobileheader ol a,
.block-post .right .mobileheader table a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.block-post .right .mobileheader p a:hover,
.block-post .right .mobileheader blockquote a:hover,
.block-post .right .mobileheader ul a:hover,
.block-post .right .mobileheader ol a:hover,
.block-post .right .mobileheader table a:hover {
  text-decoration-color: currentColor;
}
.block-post .right .mobileheader iframe {
  width: 100% !important;
}
.block-post .right .mobileheader .wp-caption {
  margin-bottom: 0.5rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.block-post .right .mobileheader .wp-caption a {
  display: block;
  width: 100% !important;
}
.block-post .right .mobileheader .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.block-post .right .mobileheader .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .block-post .right .mobileheader .alignnone {
    margin-left: 0;
  }
}
.block-post .right .mobileheader .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.block-post .right .mobileheader .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.block-post .right .mobileheader .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-post .right .mobileheader .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-post .right .mobileheader img {
  max-width: 100% !important;
  height: auto;
}
.block-post .right img {
  width: 100%;
  height: auto;
  display: block;
}
.pixwrap-mobile .pixwrap-in {
  height: 0;
  position: relative;
}
.pixwrap-mobile .pixwrap-in img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.iframewrap {
  position: relative;
  height: 0 !important;
  padding-bottom: 56.25% !important;
  margin-bottom: 1.5rem;
}
.iframewrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.iframewrap-elastic {
  position: relative;
  margin-bottom: 1.5rem;
  max-height: 90vh;
}
.iframewrap-elastic iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
@keyframes zoomer {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ajax_preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  display: flex;
  display: none;
  pointer-events: none;
}
.mod-modal_visible .ajax_preloader {
  display: block;
  display: flex;
}
.ajax_preloader .in {
  display: block;
}
.ajax_preloader .circ {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50px;
  animation: zoomer 1s infinite alternate;
}
.block-post.loaded + .ajax_preloader {
  display: none !important;
}
.block-galeria .pix {
  margin-bottom: 1.5rem;
  cursor: s-resize;
}
.block-galeria .pix:last-child {
  margin-bottom: 0;
  cursor: n-resize;
}
.block-galeria .pix img {
  height: 90vh;
  width: auto;
  display: block;
}
.block-galeria .pix img.mod-mobile {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.block-galeria .txt {
  margin-top: 0.25rem;
}
.tresc_po_zdjeciach {
  margin-top: 1.5rem;
}
.skip-to-content-link {
  background: black;
  color: white;
  height: 50px;
  left: 0;
  top: -1000px;
  padding: 10px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 100000;
  display: block;
  transition: all 0.4s;
}
.skip-to-content-link:focus {
  top: 0;
}
