@media screen and (max-width: 767px) {
  .single_post {
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .single_post {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .single_post {
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .single_post {
    margin: 45px 0 120px;
  }
}
.single_post__meta {
  margin-bottom: 20px;
}
.single_post__meta .shrs {
  margin-top: 20px;
}
.single_post__thumb {
  margin-bottom: 30px;
}
.single_post h1 {
  margin-bottom: 30px;
}
.single_post h2 {
  margin: 40px 0 20px;
}
.single_post .post_thumbnail {
  padding-bottom: 30px;
  aspect-ratio: 773/546;
  object-fit: cover;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .single_post .post_thumbnail {
    padding-bottom: 60px;
    height: 390px;
    object-fit: cover;
    object-position: center left;
  }
}
@media screen and (min-width: 1025px) {
  .single_post .post_thumbnail {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .single_post .gutenberg {
    margin-right: 14%;
  }
}
.single_post .gutenberg .container {
  max-width: 100%;
}
.single_post .gutenberg .content p a, .single_post .gutenberg .content li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single_post .gutenberg .content ul {
  list-style: disc outside;
  padding-left: 15px;
  margin-bottom: 20px;
}
.single_post__content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single_post__content ul {
  list-style: disc outside;
  padding-left: 15px;
  margin-bottom: 20px;
}
.single_post__info {
  border-top: 1px solid #000000;
  padding-top: 10px;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .single_post__info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .single_post__info {
    margin-top: 55px;
    top: 125px;
    align-self: flex-start;
  }
}
.single_post__info p {
  display: inline;
  font-size: 12px;
  vertical-align: middle;
}
.single_post__info p.post-date {
  white-space: nowrap;
}
.single_post__info p:not(:last-of-type) {
  margin-right: 10px;
}
.single_post__info p:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 10px;
  background: #000000;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.single_post__info p a:active {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .single_post__info p a:hover {
    text-decoration: underline;
  }
}
.single_post__info .focus_list {
  font-weight: 600;
  white-space: normal !important;
}
.single_post .so_me {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.single_post .so_me a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.single_post .so_me .i_facebook {
  font-size: 14px;
}
.single_post .so_me .i_printer {
  font-size: 15px;
}
.single_post .so_me .i_arrow-down {
  font-size: 18px;
}
.single_post #anchors {
  background: #C9FF00;
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #000000;
}
.single_post #anchors h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.single_post #anchors a {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
}
.single_post #anchors a:not(:last-of-type) {
  margin-bottom: 5px;
}
.single_post #anchors a.is_active {
  position: relative;
}
.single_post #anchors a.is_active:before {
  content: "\e934";
  font-family: "icons";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.single_event__registration {
  margin-top: 30px;
  border: 1px solid #000000;
  background: #FFAEF7;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .single_event__registration {
    margin-top: 50px;
  }
}
.single_event__registration p {
  line-height: 1.5;
  font-size: 14px;
  display: block;
}
.single_event__registration h5, .single_event__registration .h5 {
  margin-bottom: 10px;
}
.single_event__registration a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.single_event__registration a:after {
  content: "\e934";
  font-weight: 400;
  font-family: "icons";
  margin-left: 10px;
  vertical-align: middle;
  font-size: 20px;
  transition: all 0.3s ease;
}
.single_event__registration a:active:after {
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  .single_event__registration a:hover:after {
    margin-left: 15px;
  }
}
.single_event__speakers {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single_event__speakers {
    margin-top: 50px;
  }
}
.single_event__speakers h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single_event__speakers h5 {
  font-size: 16px;
}
.single_event__speaker {
  display: flex;
}
.single_event__speaker:not(:last-of-type) {
  margin-bottom: 10px;
}
.single_event__speaker img {
  aspect-ratio: 93/74;
  object-fit: cover;
  width: 100%;
  max-width: 93px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .single_event__speaker img {
    max-width: 82px;
  }
}
@media screen and (min-width: 1025px) {
  .single_event__speaker img {
    max-width: 93px;
  }
}
.single_event__speaker p {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .single_event__speaker p {
    font-size: 14px;
  }
}

.popular-posts-section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .popular-posts-section {
    margin-top: 50px;
  }
}
.popular-posts-section article {
  padding: 15px 0;
  border-top: 1px solid #000000;
}
.popular-posts-section article:last-of-type {
  border-bottom: 1px solid #000000;
}
.popular-posts-section h3 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .popular-posts-section h3 {
    font-size: 16px;
  }
}
.popular-posts-section a:active {
  text-decoration: underline;
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .popular-posts-section a:hover {
    text-decoration: underline;
    color: inherit;
  }
}

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