@media screen and (max-width: 1024px) {
  .footnotes_content {
    padding-top: 40px;
  }
}

.footnote,
.footnote_popup__header {
  border-color: #A699FF;
}

.arr_toggle:before {
  color: #A699FF;
}

.wp-block-columns .footnote {
  margin-right: calc(-322px - (100vw - 100px + 20px) / 4 - 100px);
}
@media screen and (min-width: 1921px) {
  .wp-block-columns .footnote {
    margin-right: -955px;
  }
}

.footnote {
  position: relative;
  top: 5px;
  display: block;
  width: 320px;
  margin-right: -103%;
  margin-top: -18px;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 12px;
  border-top: 2px solid #A699FF;
  float: right;
  clear: right;
  vertical-align: baseline;
}
@media screen and (max-width: 1389px) {
  .footnote {
    width: calc(3 * (100vw - 50px - 220px) / 12 + 40px);
    transform: none;
    left: calc(100% + 20px - 660px);
    margin-right: -660px;
  }
}
@media screen and (max-width: 1024px) {
  .footnote {
    display: none;
  }
}
.footnote .h5 {
  display: block;
  padding: 10px 0;
  font-family: "Superior-Title", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .footnote .h5 {
    margin-bottom: 10px;
  }
}
.footnote__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footnote__header {
    position: absolute;
    width: 100%;
  }
}
.footnote .arr_toggle {
  box-shadow: none !important;
  transition: transform 0.3s !important;
  transform: rotate(0deg);
  pointer-events: all;
}
.footnote .arr_toggle:before {
  color: #A699FF;
  font-size: 18px;
}
.footnote .arr_toggle.is_active {
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .footnote__text {
    display: block;
    padding-top: 10px;
    padding-left: 36px;
    padding-right: 30px;
  }
}
.footnote__text a:active {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .footnote__text a:hover {
    text-decoration: none !important;
  }
}
.footnote .footnote_content_text {
  word-wrap: break-word;
}

.footnote_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 5, 5, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footnote_popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
.footnote_popup__header .h5 {
  display: block;
  padding: 0;
  font-family: "Superior-Title", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.footnote_popup__content {
  background: #A699FF;
  max-height: 70%;
  overflow-y: auto;
  position: relative;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .footnote_popup__content {
    padding: 30px 40px;
  }
}
.footnote_popup__text a {
  text-decoration: underline;
}
.footnote_popup__close:before {
  color: #110505;
}

.footnote_trigger {
  cursor: pointer;
}

.footnote_items_title {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Mundial", sans-serif;
}
@media screen and (min-width: 768px) {
  .footnote_items_title {
    font-size: 28px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1025px) {
  .footnote_items {
    margin-top: -60px;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.footnote_items .footnote_item {
  display: flex;
  column-gap: 10px;
}
.footnote_items .footnote_item:last-child p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .admin-bar .single_post .side_sticky {
    top: 132px;
  }
}

@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;
  }
}
@media screen and (min-width: 768px) {
  .single_post aside, .single_post section {
    grid-row: 1;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .single_post .start_10_cols_3 {
    margin-left: -20px;
  }
}
.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: 60px;
  aspect-ratio: 773/546;
  object-fit: cover;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .single_post .post_thumbnail {
    height: 390px;
    object-fit: cover;
    object-position: center left;
  }
}
@media screen and (max-width: 767px) {
  .single_post .post_thumbnail {
    padding-bottom: 30px;
    aspect-ratio: 315/328;
  }
}
.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 .side_sticky {
  position: sticky;
  background: #FFFEF7;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single_post .side_sticky {
    top: 100px;
    align-self: flex-start;
  }
}
.single_post__info {
  border-top: 1px solid #110505;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .single_post__info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .single_post__info {
    margin-top: 55px;
  }
}
.single_post__info p {
  display: inline-block;
  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: #110505;
  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 .category_list p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.single_post__info .category_list a {
  font-weight: 600;
}
.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 {
  position: relative;
  display: none;
  background: #A699FF;
  margin-top: 50px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .single_post #anchors:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    display: block;
    height: 50px;
    width: 100%;
    background: #FFFEF7;
  }
}
.single_post #anchors h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single_post #anchors a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  transition: none;
}
.single_post #anchors a:active {
  color: #FFFEF7;
}
.single_post #anchors a:active:before {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .single_post #anchors a:hover {
    color: #FFFEF7;
  }
  .single_post #anchors a:hover:before {
    opacity: 1;
  }
}
.single_post #anchors a:before {
  content: "\e934";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "icons";
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
}
.single_post #anchors a:not(:last-of-type) {
  margin-bottom: 5px;
}
.single_post #anchors a.is_active {
  opacity: 1;
}
.single_post #anchors a.is_active:before {
  opacity: 1;
}
.single_post .content_note {
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid #110505;
}
.single_post__related .section_title {
  margin-bottom: 20px;
}

.single_event__registration {
  margin-top: 30px;
  background: #A699FF;
  padding: 20px;
}
@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 h4, .single_event__registration .h4, .single_event__registration h5, .single_event__registration .h5 {
  margin-bottom: 10px;
}
.single_event__registration a {
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
}
.single_event__registration a:active {
  border-color: #FFFEF7;
  color: #FFFEF7;
}
@media screen and (min-width: 1025px) {
  .single_event__registration a:hover {
    border-color: #FFFEF7;
    color: #FFFEF7;
  }
}
.single_event__speakers {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single_event__speakers {
    margin-top: 50px;
  }
}
.single_event__speakers__title {
  margin-bottom: 20px;
}
.single_event__speaker {
  display: flex;
}
.single_event__speaker:not(:last-of-type) {
  margin-bottom: 10px;
}
.single_event__speaker figure {
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .single_event__speaker figure {
    margin-right: 10px;
  }
}
.single_event__speaker img {
  aspect-ratio: 93/74;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 93px;
  transition: all 0.3s ease;
}
@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: 16px;
  }
}

.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 #110505;
}
.popular-posts-section article:last-of-type {
  border-bottom: 1px solid #110505;
}
.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 */
