.c-post-head .-tag span {
  margin-bottom: 5px;
}

.c-post-body p {
  word-break: break-word;
}

.c-post-body .wp-element-caption {
  display: table-caption !important;
}

@media screen and (max-width: 767px) {
  .c-post-body .wp-element-caption {
    display: block !important;
  }
}
.wp-block-image .aligncenter > figcaption {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .wp-block-image .aligncenter > figcaption {
    width: auto;
  }
}
.c-post-body .aligncenter img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .c-post-body .aligncenter img {
    width: 100%;
  }
}
.wpcf7-spinner {
  position: absolute;
  bottom: -50%;
}/*# sourceMappingURL=customize.css.map */