h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2C2826;
  letter-spacing: 0;
  line-height: 46px;
}

h1+p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.post__content div[class^="wp-block"] * {
  padding: inherit !important;
}
.vrez {
  position: absolute !important;
  right: 0;
  width: 380px;
  border-left: 4px solid #E4D0C6;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #2C2826;
  line-height: 24px;
  padding-left: 20px;
}

.vrez * {
  padding: 0 !important;
}

.vrez p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #2C2826;
  line-height: 24px;
}

.post__meta {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #2C2826;
  letter-spacing: 0;
}

.post__meta .author img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.post__meta ul {
  padding: 0;
  margin: 0;
}

.post__meta ul li {
  list-style: none;
}

.post__meta a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FF0F00;
  letter-spacing: 0;
  text-decoration: none;
}

.post__meta p {
  font-size: 14px;
}

.post__meta .author,
.post__meta ul.post-categories,
.post__meta .date {
  margin-right: 35px;
}

.post__meta ul.post-categories {
  display: flex;
}

.post__meta ul.post-categories li {
  margin-right: 15px;
}

.post__meta .views img {
  margin-right: 7px;
}

.post__meta-tags p,
.post__meta-share p,
.mediaism_reaction p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  
}

.post__meta-tags,
.post__meta-share {
  margin-bottom: 40px;
}

.post__meta-tags a {
  display: inline-flex;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  border: 1px solid #E4D0C6;
  border-radius: 2px;
  padding: 12px 15px;
  margin-right: 10px;
}

.post__meta-down {
  padding: 0 100px;
}

.post__content {
  margin-bottom: 60px;
}

.post__content img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.wp-caption img {
  margin-bottom: 15px;
}

.post__content .flickity-prev-next-button {
  height: 100%;
  width: 100px;
  border-radius: 0px;
  top: 45%;
}

.post__content .flickity-prev-next-button .arrow {
  fill: #E4D0C6;
}

.wp-caption-text,
.post__content figcaption p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.60);
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 40px;
}

.post__content a {
  color: #FF0F00;
  text-decoration: none;
}

.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6,
.post__content p,
.post__content ul,
.post__content ol {
  padding: 0 100px;
}

.post__content blockquote {
  margin: 0 80px;
  padding: 30px 0;
  margin-bottom: 40px;
  border-top: solid 4px #E4D0C6;
  border-bottom: solid 4px #E4D0C6;
  position: relative;
  font-style: italic;
}
.post__content blockquote:before {
  content: '\"';
  position: absolute;
  left: 0;
  top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 64px;
  color: #E4D0C6;
  opacity: .6;
}
.post__content blockquote p {
  padding: 0 20px;
}

.post__content ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
}

.post__content ul li:last-child {
  margin-bottom: 0;
}

.post__content ul li:before {
  display: block;
  width: 30px;
  height: 100%;
  border-right: solid 4px #E4D0C6;
  content: " ";
  position: absolute;
  left: -55px;
}

.post__content ul,
.post__content ol {
  margin: 0 0 40px 0;
}

.post__content ol {
  counter-reset: myCounter;
}

.post__content ol li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
}

.post__content ol li:last-child {
  margin-bottom: 0;
}

.post__content ol li:before {
  text-align: right;
  padding-right: 10px;
  display: block;
  width: 30px;
  height: 100%;
  border-right: solid 4px #E4D0C6;
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: -55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2C2826;
  letter-spacing: 0;
  line-height: 24px;
}

.post__content ul li p,
.post__content ol li p {
  padding: 0;
}

.event {
  margin-bottom: 40px;
}

.event hr {
  border: none;
  height: 3px;
  background: #E4D0C6;
  margin-bottom: 30px;
}

.event h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}

.event .event_data {
  font-family: Helvetica-Bold;
  font-size: 22px;
  color: #2C2826;
  letter-spacing: 0;
  margin-bottom: 10px
}

.event .event_data span {
  color: #918D8B;
}

.event .event_place {
  font-family: Helvetica-Bold;
  font-size: 14px;
  color: #FF0F00;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}

.wrapper__content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  line-height: 46px;
  margin-bottom: 20px;
}

.wrapper__content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 20px;
}

.wrapper__content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 15px;
}

.wrapper__content h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 10px;
}

.wrapper__content h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}

.post__content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
}

.wrapper__content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width:0) and (max-width:559px) {
  .post__meta {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .post__meta .author,
  .post__meta ul.post-categories,
  .post__meta .date {
    margin-bottom: 10px;
  }
  .post__meta .author {
    display: flex;
    flex-direction: row-reverse;
  }
  .post__meta .author img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
  .vrez {
    position: static !important;
    margin: 30px 0;
  }
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  h1+p {
    line-height: 1.2;
  }
  .wp-caption-text {
    margin-bottom: 20px;
  }
  .post__content h2,
  .post__content h3,
  .post__content h4,
  .post__content h5,
  .post__content h6,
  .post__content p,
  .post__content ul,
  .post__content ol {
    padding: 0px;
    margin-bottom: 15px;
  }
  .post__content h2,
  .post__content h3,
  .post__content h4,
  .post__content h5,
  .post__content h6 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .flickity-viewport {
    height: 200px !important;
  }
  .post__content blockquote {
    margin: 0px;
  }
  .post__meta-down {
    padding: 0;
  }
  .post__meta-tags {
    margin-bottom: 20px;
  }
}

@media screen and (min-width:560px) and (max-width:759px) {
  .post__meta {
    flex-direction: column;
  }
  .post__meta .author,
  .post__meta ul.post-categories,
  .post__meta .date {
    margin-right: 0px;
  }
  .vrez {
    position: static !important;
    margin: 30px 0;
  }
  .post__content h2,
  .post__content h3,
  .post__content h4,
  .post__content h5,
  .post__content h6,
  .post__content p,
  .post__content ul,
  .post__content ol {
    padding: 20px;
  }
}

@media screen and (min-width:760px) and (max-width:999px) {
  .post__meta {
    flex-direction: column;
  }
  .post__meta .author,
  .post__meta ul.post-categories,
  .post__meta .date {
    margin-right: 0px;
  }
  .vrez {
    position: static !important;
    margin: 30px 0;
  }
  .post__content h2,
  .post__content h3,
  .post__content h4,
  .post__content h5,
  .post__content h6,
  .post__content p,
  .post__content ul,
  .post__content ol {
    padding: 20px;
  }
}

@media screen and (min-width:1000px) and (max-width:1279px) {}

@media screen and (min-width:1280px) {}
