:root {
  --strawberry-background-color: #f7f7f2;
  --strawberry-text-color: #000000;
  --strawberry-accent-color: #cc0000;
  --strawberry-header-background-color: #f7f7f2;
  --strawberry-header-text-color: #000000;
  --strawberry-footer-background-color: #f7f7f2;
  --strawberry-footer-text-color: #222222;
  --strawberry-modal-text-color: var(--strawberry-header-text-color);
  --strawberry-modal-background-color: var(--strawberry-header-background-color);
  --strawberry-text-font: "SplineSans", "Helvetica", "Arial", serif;
  --strawberry-title-font: "Besley", "Helvetica", "Arial", serif;
  --strawberry-sans-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --swiper-theme-color: #000000;
  --strawberry-magnifier-color: #000000;
  --strawberry-bars-color: #000000;
  --strawberry-divider-color: rgba(0, 0, 0, .3);
  --strawberry-sticky-top: 120px;
}

/*@media (prefers-color-scheme: dark) {
    :root {
        --strawberry-background-color: #11100a;
        --strawberry-text-color: rgba(255, 255, 255, .9);
        --strawberry-divider-color: rgba(255, 255, 255, .2);
        --strawberry-accent-color: rgba(255, 255, 255, .9);
    }
}*/
.dark {
  --strawberry-background-color: #0e1113;
  --strawberry-header-background-color: #0e1113;
  --strawberry-header-text-color: #ffffff;
  --strawberry-text-color: rgba(255, 255, 255, .9);
  --strawberry-divider-color: rgba(255, 255, 255, .2);
  --strawberry-accent-color: rgba(255, 255, 255, .9);
  --strawberry-footer-background-color: #000000;
  --strawberry-footer-text-color: #efefef;
}

/* Colors */
@media (min-width: 971px) {
  .max-width-630 {
    max-width: 630px;
  }
}
.logged-in {
  --strawberry-sticky-top: 150px;
}

@media (max-width: 767px) {
  #wpadminbar {
    max-width: 100%;
    overflow: hidden;
  }
}
body {
  font-family: var(--strawberry-text-font);
  font-weight: 500;
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
  line-height: 1.2;
}
body.pushmenu-open {
  overflow: hidden;
}
body a {
  color: inherit;
}

input#pushmenu-open:checked + .bars span.lines {
  opacity: 0.5;
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

.blockfill {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.more-pages a {
  display: inline-block;
  background-color: #ed1b26;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
}

.headline {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: var(--strawberry-text-color);
  padding-top: 0.625rem;
  line-height: 100%;
  margin-bottom: 1.25rem;
  border-top: 2px solid var(--strawberry-divider-color);
}
@media (max-width: 767px) {
  .headline {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.headline span, .headline a {
  color: inherit;
  display: inline-block;
  position: relative;
}
.headline span:hover, .headline a:hover {
  color: var(--strawberry-accent-color);
}
.headline--xs {
  padding: 10px 0 0;
  font-size: 12px;
  margin-bottom: 10px;
  border: none;
  position: relative;
  border-top: 1px solid var(--strawberry-text-color);
}
.headline--xs span {
  padding: 0;
}
.headline--xl {
  border: none;
  font-size: 40px;
  padding: 0;
}
.headline--local {
  margin-bottom: 0;
}

hr.spacer {
  height: 0;
  border: 0;
  border-top: 1px solid #fff;
  background-color: transparent;
  margin: 10px 0;
}

.breadcrumbs {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .breadcrumbs {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

.video-overlay a {
  display: block;
  position: relative;
}
.video-overlay a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath d='M5.92 24.096q0 1.088.928 1.728.512.288 1.088.288.448 0 .896-.224l16.16-8.064q.48-.256.8-.736T26.08 16t-.288-1.056-.8-.736L8.832 6.144q-.448-.224-.896-.224-.544 0-1.088.288-.928.608-.928 1.728v16.16z'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.video-overlay a:after {
  content: "";
}
.video-overlay.small a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' width='20' height='20' viewBox='0 0 32 32'%3E%3Cpath d='M5.92 24.096q0 1.088.928 1.728.512.288 1.088.288.448 0 .896-.224l16.16-8.064q.48-.256.8-.736T26.08 16t-.288-1.056-.8-.736L8.832 6.144q-.448-.224-.896-.224-.544 0-1.088.288-.928.608-.928 1.728v16.16z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.video-wrapper, .iframe_youtube_wrapper {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .video-wrapper, .iframe_youtube_wrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video, .iframe_youtube_wrapper embed,
.iframe_youtube_wrapper iframe,
.iframe_youtube_wrapper object,
.iframe_youtube_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wpadminbar {
  max-width: 100%;
}
@media (max-width: 767px) {
  #wpadminbar {
    overflow: hidden;
  }
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

.printr {
  background-color: #1d2327;
  color: #4AF626;
  position: fixed;
  top: 32px;
  bottom: 0;
  left: 0;
  width: 358px;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  z-index: 99999999999;
  font-size: 11px;
  line-height: 1.4;
  overflow-y: auto;
  font-weight: 500;
}
@media (max-width: 970px) {
  .printr {
    display: none;
  }
}

@media (max-width: 767px) {
  .animate-slide-left {
    animation-name: slide-left;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ed1b26;
  z-index: 999;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1em;
}
.label:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.label-live {
  right: 0;
  left: auto;
  background-color: #ed1b26;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875rem;
  padding: 1px 5px;
  border-radius: 2px;
}
.label-title {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  line-height: 1em;
}

.aligncenter {
  text-align: center;
}
.aligncenter img {
  margin: 0 auto;
}

.reversed {
  --strawberry-background-color: #11100a;
  --strawberry-text-color: rgba(255, 255, 255, .9);
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
}

.full-screen {
  position: relative;
  z-index: 2;
}
.full-screen:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: inherit;
  z-index: -1;
}

.text-box p:not(:last-of-type) {
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.tabs a {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 10px;
  border-radius: 10px;
}
.tabs a.selected {
  color: #ffd203;
  background-color: rgba(255, 255, 255, 0.1);
}
.tabs a:hover {
  color: #ffd203;
}

.live {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .live {
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: bottom 0.3s;
  }
  .scrolled .live {
    bottom: 12px;
    transition: bottom 0.3s;
  }
}
.live .link {
  color: inherit;
  padding: 10px;
  /* border-radius: 10px;*/
  overflow: hidden;
}
@media (max-width: 767px) {
  .live .link {
    background-color: #ed1b26;
    border-radius: 30px;
    padding: 7px;
  }
}
.live .text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ed1b26;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .live .text {
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
  }
}
@media (max-width: 970px) {
  .live .title {
    white-space: nowrap;
  }
}
.live .circle {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
.live .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
}
.live .pulse:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed1b26;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@media (max-width: 767px) {
  .live .pulse:before {
    background-color: #ffffff;
  }
}
.live .pulse:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed1b26;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@media (max-width: 767px) {
  .live .pulse:after {
    background-color: #ffffff;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

body.admin-bar:after {
  content: "display size";
  display: block;
  bottom: 0;
  position: fixed;
  right: 0;
  background-color: red;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.admin-bar:after {
    content: "Phone";
  }
}
@media (min-width: 768px) {
  body.admin-bar:after {
    content: "Tablet";
  }
}
@media (min-width: 971px) {
  body.admin-bar:after {
    content: "Desktop";
  }
}

.header {
  background-color: var(--strawberry-header-background-color);
  color: var(--strawberry-header-text-color);
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9998;
}
.header .top, .header .bottom {
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 970px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .scrolled.admin-bar .header {
    top: 0;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 970px) {
  .header__wrapper {
    align-items: center;
    padding: 5px 15px;
    height: 60px;
  }
}
.header__wrapper .logo svg {
  width: 331px;
  height: 50px;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  fill: var(--strawberry-header-text-color);
}
@media (max-width: 970px) {
  .header__wrapper .logo svg {
    width: 200px;
    height: 30px;
  }
}
.header__wrapper .social-icons a {
  opacity: 0.7;
}
.header__wrapper .social-icons a svg {
  width: 20px;
  height: 20px;
}
.header__wrapper .tools {
  overflow: hidden;
  max-height: 100px;
  color: inherit;
}
.header__wrapper .tools svg {
  fill: var(--strawberry-header-text-color);
}
.header__wrapper .navbar ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header__wrapper .navbar ul a {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}
@media (min-width: 971px) {
  .scrolled .header .header__wrapper {
    padding: 0;
    transition: padding 0.2s ease-in-out;
  }
}
.scrolled .header .logo svg {
  width: 200px;
  height: 30px;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.footer {
  background-color: var(--strawberry-footer-background-color);
  color: var(--strawberry-footer-text-color);
  position: relative;
  font-size: 15px;
  padding: 1.875rem 0;
  margin-top: 1.875rem;
  border-top: 1px solid var(--strawberry-divider-color);
}
.footer .logo svg {
  max-height: 3.125rem;
  height: 3.125rem;
  width: 4.0625rem;
}
.footer .menu {
  flex-basis: 100%;
}
.footer .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 970px) {
  .footer .menu ul {
    gap: 15px;
  }
}
.footer .menu ul li a {
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .footer .menu ul li a {
    padding: 0 0.5em;
  }
}
.footer .menu ul li > ul {
  display: none;
}
.footer .social-icons a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--strawberry-footer-text-color);
  border-radius: 100%;
}
.footer .social-icons a svg {
  fill: var(--strawberry-footer-text-color);
  width: 16px;
  height: 16px;
}

.comments {
  margin-bottom: 30px;
}
.comments__heading {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.comments__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.comments__list.children {
  padding-left: 30px;
  border-left: 3px solid #efefef;
}
.comments .comment {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  color: #0d1013;
  position: relative;
}
@media (max-width: 767px) {
  .comments .comment {
    gap: 10px;
  }
}
.comments .comment .children {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.comments .comment:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ABABAB;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.comments .comment__avatar {
  min-width: 40px;
  height: 40px;
}
.comments .comment__avatar a {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.comments .comment__author {
  position: relative;
}
.comments .comment__author:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -15px;
}
.comments .comment__meta {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  gap: 30px;
  color: #000;
}
.comments .comment__datetime {
  color: #ABABAB;
}
.comments .comment__content {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #0d1013;
}
@media (max-width: 767px) {
  .comments .comment__content {
    font-size: 14px;
  }
}
.comments .comment__tools {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
  color: #ABABAB;
}
.comments .comment__tools li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.comment-respond {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.comment-respond p {
  margin-bottom: 20px;
}
.comment-respond .comment-reply-title {
  font-family: var(--strawberry-title-font);
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  text-decoration: underline;
}
.comment-respond .comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 970px) {
  .comment-respond .comment-form-comment label {
    width: 100%;
  }
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
}
@media (max-width: 970px) {
  .comment-respond label {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
}
.comment-respond input[type=text] {
  font-size: 14px;
  line-height: 30px;
  text-indent: 10px;
  border: 1px solid #efefef;
  color: #000;
  background-color: #fff;
  max-width: 100%;
  min-width: 50%;
}
@media (max-width: 970px) {
  .comment-respond input[type=text] {
    min-width: 100%;
  }
}
.comment-respond .comment-awaiting-moderation {
  margin-bottom: 10px;
  padding: 5px;
  color: #ed1b26;
  border: 1px solid #ed1b26;
}
.comment-respond .form-submit .submit {
  font-size: 14px;
  background-color: #0d1013;
  color: #ffffff;
  padding: 7px 30px;
}

.homepage {
  overflow-x: hidden;
}

.archive__intro {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #000000;
}
.archive__intro .title {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 970px) {
  .archive__intro .title {
    font-size: 1.625rem;
  }
}
.archive__intro .description {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 20px;
  max-height: 2.5em;
  overflow: hidden;
  transition: max-height 0.3s;
  margin-bottom: 10px;
}
.archive__intro .description.open {
  max-height: 500px;
  transition: max-height 0.3s;
}
.archive__intro .description h2 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.archive__intro .description p {
  margin-bottom: 10px;
}
.archive__intro .description p:last-of-type {
  margin-bottom: 0;
}
.archive__intro .toggle-description {
  color: blue;
}
.archive__intro .biography__picture {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__description {
  font-size: 0.875rem;
}
.archive__description.closed {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
.archive__description.closed:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
}
.archive__description.closed:after {
  content: "+";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000;
  background-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateY(-10px);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #000;
}
.archive__description h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.archive__description p {
  margin-bottom: 10px;
}
.archive__description p:last-of-type {
  margin-bottom: 0;
}

.sub {
  font-family: var(--strawberry-title-font);
  margin-bottom: 40px;
}
.sub__title {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 20px 0;
  border-top: 5px solid #000;
  position: relative;
}
.sub__title a:hover {
  opacity: 0.6;
}
.sub__title a.more {
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchpage {
  font-family: var(--strawberry-title-font);
}
.searchpage__title {
  font-size: 1.875rem;
  font-weight: 700;
  padding: 10px 0;
  border-top: 3px solid #000;
}
.searchpage__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.single__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 970px) {
  .single__container {
    gap: 15px;
  }
}
.single__breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.single__title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single__title h1 {
  font-family: var(--strawberry-title-font);
  color: inherit;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media (max-width: 970px) {
  .single__title h1 {
    font-size: 1.4375rem;
  }
}
.single__taxonomy {
  font-family: var(--strawberry-title-font);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.single__excerpt {
  font-size: 1rem;
  font-weight: 500;
  color: inherit;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single__excerpt {
    line-height: 1.4;
  }
}
.single__media {
  grid-area: media;
  position: relative;
}
.single__media .icon {
  display: none;
}
.single__media .feature-image-caption {
  font-size: 0.8rem;
  padding: 10px;
  margin: 0 auto;
  background-color: #efefef;
}
.dark .single__media .feature-image-caption {
  background-color: #000000;
}
@media (max-width: 767px) {
  .single__media .feature-image-caption {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.single__media a.stretch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single__label {
  background-color: #0d1013;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .single__label {
    font-size: 16px;
  }
}
.single__label-exclusiv {
  background-color: #ffd203;
  color: #0d1013;
}
.single__photo_caption {
  font-size: 12px;
  font-style: italic;
  padding: 5px 10px;
  color: #ABABAB;
  border-bottom: 1px solid #ABABAB;
}
.single__gallery {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: flex;
  gap: 5px;
}
.single__gallery-button {
  position: absolute;
  bottom: 20px;
  right: 40px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  font-family: var(--strawberry-sans-font);
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  background-color: #0d1013;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single__gallery-button {
    font-size: 12px;
  }
}
.single__gallery-button i {
  font-size: 1.2em;
  font-style: normal;
  height: 2em;
  border-radius: 5px;
  padding: 0 10px;
  overflow: hidden;
  background-color: #ed1b26;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__gallery-button:hover {
  background-color: #ed1b26;
}
.single__gallery-button:hover i {
  background-color: #0d1013;
}
.single__gallery button {
  margin: 0;
  padding: 0;
  position: relative;
}
.single__gallery .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.single__gallery .more i, .single__gallery .more b {
  font-style: normal;
  display: block;
  color: #ffd203;
  font-size: 14px;
}
.single__gallery .more b {
  font-size: 16px;
}
@media (max-width: 767px) {
  .single__inline-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single__gallery-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single__gallery-hint:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  top: -12px;
  left: -13px;
  border-radius: 0.625rem;
  clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 17%, 11% 15%, 13% 12%, 16% 10%, 102% 10%, 100% 0%);
}
.single__gallery-hint em {
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-style: normal;
}
.single__gallery-hint b {
  font-size: 2.5rem;
  color: #ed1b26;
}
.single__gallery-hint span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single__extra .fb_iframe_widget_fluid_desktop iframe {
  min-width: 100%;
}
.single__meta a {
  text-decoration: underline;
}
.single__meta a:hover {
  color: var(--strawberry-accent-color);
  text-decoration: underline;
}
.single__meta .sma_authors_images, .single__meta .avatar {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.single__meta .sma_authors_images img, .single__meta .avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 970px) {
  .single__content {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.single__text {
  font-size: 1.25rem;
  font-weight: 400;
  color: inherit;
  line-height: 1.3;
  text-align: left !important;
}
.single__text ::-moz-selection {
  background-color: rgba(255, 210, 3, 0.6);
}
.single__text ::selection {
  background-color: rgba(255, 210, 3, 0.6);
}
@media (max-width: 970px) {
  .single__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single__text a {
  color: inherit;
}
.single__text p {
  margin: 0 0 20px 0;
  word-wrap: break-word;
  text-align: left !important;
}
.single__text p > a {
  color: #2f45ff;
  padding: 0;
}
.dark .single__text p > a {
  color: #ffd203;
}
.single__text p > a:hover {
  text-decoration: underline;
}
.single__text h2, .single__text h3, .single__text h4, .single__text h5, .single__text h6 {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  color: inherit;
  text-align: left !important;
}
.single__text h2 a, .single__text h3 a, .single__text h4 a, .single__text h5 a, .single__text h6 a {
  text-decoration: underline;
  color: #ed1b26;
}
.single__text h2:has(a), .single__text h3:has(a), .single__text h4:has(a), .single__text h5:has(a), .single__text h6:has(a) {
  font-size: 1.125rem;
}
.single__text h2 {
  font-size: 1.5em;
  position: relative;
  line-height: 1.2;
}
.single__text h3 {
  font-size: 1.4em;
}
.single__text h4 {
  font-size: 1.3em;
}
.single__text strong {
  font-weight: 700;
}
.single__text em, .single__text i {
  font-style: italic;
}
.single__text ul {
  list-style-type: disc;
  margin-left: 0;
  padding: 0 0 0 20px;
}
.single__text ol {
  list-style-type: decimal;
  margin-left: 0;
  padding: 0 0 0 20px;
}
.single__text img {
  max-width: 100%;
  height: auto !important;
}
.single__text img.alignnone {
  margin: 10px auto;
}
.single__text figure {
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 100%;
}
.single__text figure figcaption {
  font-size: 13px;
  color: #fff;
  background-color: #222;
  padding: 5px 10px;
}
.single__text .strawberry-ads {
  min-height: 280px;
  margin-bottom: 10px;
}
.single__text .wp-block-quote, .single__text blockquote {
  color: inherit;
  margin: 0 0 20px 0;
  position: relative;
}
.single__text .wp-block-quote p, .single__text blockquote p {
  font-style: italic;
}
.single__text .wp-block-quote p:last-of-type, .single__text blockquote p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single__text .wp-block-quote p, .single__text blockquote p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.single__text .strawberry-ads, .single__text .ap_container {
  margin-bottom: 20px;
  padding: 0;
}
.single__text .video-wrapper {
  margin-bottom: 20px;
}
.single__text iframe[src*=youtu], .single__text iframe[src*=faceb] {
  background-color: #ffffff;
  max-width: 100%;
}
.single__text iframe[src*=instag] {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto 20px !important;
}
.single__text .wp-caption {
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 970px) {
  .single__text .wp-caption {
    width: 100% !important;
  }
}
@media (min-width: 971px) {
  .single__text .wp-caption {
    max-width: 100%;
    width: 100% !important;
  }
}
.single__text .wp-caption .wp-caption-text {
  text-align: left;
  background-color: inherit;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px;
}
.single__text--gallery {
  position: relative;
}
.single__text--gallery button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}
.single__text--gallery button svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .single__text--gallery button svg {
    width: 40px;
    height: 40px;
  }
}
.single__text .containedArticle {
  font-size: 0.875rem;
  margin-top: 10px;
}
.single__text .containedArticle a {
  text-decoration: underline;
}
.single__text .containedArticle a:first-of-type {
  display: none;
}
.single__text .containedArticle .containedArticleClear {
  display: none;
}
.single__summary {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.single__summary .headline {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  text-align: left;
}
.single__summary .chapters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.single__summary .chapters li:not(:last-child) {
  margin-bottom: 10px;
}
.single__summary .chapters li a {
  display: block;
  padding-left: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.single__summary .chapters li a:after {
  content: "";
  display: block;
  width: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #ed1b26;
  border-style: solid;
  border-width: 5px 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .single__summary .chapters li a:after {
    border-width: 3px 4px;
    transform: translate(3px, -50%);
  }
}
.single__summary .chapters li a:after {
  top: 4px;
  transform: none;
}
.single__summary .chapters li a:hover {
  color: #ed1b26;
}
.single__tags {
  font-size: 0.8rem;
  line-height: 2em;
  font-weight: bold;
  color: #0d1013;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .single__tags {
    margin-bottom: 20px;
  }
}
.single__tags a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 3px 10px;
  color: #131313;
  background-color: var(--strawberry-background-color);
  text-transform: lowercase;
  font-weight: normal;
  border-radius: 10px;
}
.dark .single__tags a {
  color: #e2e2e2;
}
.single__follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single__follow {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.single__follow a {
  flex-basis: 100%;
  display: block;
  text-align: center;
}
.single__follow a svg {
  max-width: 100%;
  max-height: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .single__follow a {
    flex-basis: auto;
  }
}
.single__aside {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single__aside .half {
  flex-basis: 100%;
}
.single__aside .half:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}
.single__under {
  grid-area: under;
}
@media (min-width: 768px) and (max-width: 970px) {
  .single__related {
    max-width: 768px;
    margin: 20px auto 0;
  }
}
.single__social .network {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-top: auto;
  align-items: center;
}
@media (max-width: 970px) {
  .single__social .network {
    gap: 10px;
  }
}
.single__social .network strong {
  margin: 0;
}
.single__social .network a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid var(--strawberry-divider-color);
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
}
.single__social .network a svg {
  width: 16px;
  height: 16px;
  fill: var(--strawberry-text-color);
}
.single__social .network a span {
  display: block;
  margin-left: 10px;
  font-size: 13px;
}

@media (min-width: 1280px) {
  .single-with-video .page_wrapper .single__header {
    width: 100%;
  }
}

.single-special header.header {
  background-color: #000000;
  color: #ffffff !important;
}
.single-special header.header a {
  color: #ffffff !important;
}
.single-special header.header svg {
  fill: #ffffff !important;
}
.single-special header.header #main-nav.navbar {
  border-color: #ffffff;
}

.single-special .single__header {
  background-color: #000000;
  color: #ffffff;
}
.single-special .single__header a {
  color: #ffffff;
}
.single-special .single__header svg {
  fill: #ffffff;
}

.page__wrapper {
  display: flex;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page__wrapper {
    max-width: 700px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page__wrapper {
    padding: 15px;
  }
}
.page__content {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page__content {
    font-size: 14px;
    padding: 0;
  }
}
.page__content a {
  color: #2f45ff;
  text-decoration: underline;
}
.page__content p {
  margin: 0 0 20px 0;
}
.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  font-weight: bold;
  zoom: 0.6;
  margin: 0 0 20px 0;
}
.page__content ul, .page__content ol {
  padding-left: 1em;
}
.page__content ul li:not(:last-child), .page__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.page__content table {
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  text-align: left;
  overflow-x: auto;
  margin-bottom: 10px;
}
.page__content table tr:not(:last-child) td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.page__title h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

body.single-gallery {
  background-color: #efefef;
}

@media (max-width: 970px) {
  .gallery__wrapper {
    padding: 15px;
  }
}
.gallery__image {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
}
.gallery__image figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 970px) {
  .gallery__image {
    padding: 15px;
    background-color: #ffffff;
  }
}

.articles {
  display: grid;
}
.articles img {
  max-width: 100%;
  height: auto;
}

.articles--1-c {
  grid-template-columns: repeat(1, 1fr);
}

.articles--2-c {
  grid-template-columns: repeat(2, 1fr);
}

.articles--3-c {
  grid-template-columns: repeat(3, 1fr);
}

.articles--4-c {
  grid-template-columns: repeat(4, 1fr);
}

.articles--5-c {
  grid-template-columns: repeat(5, 1fr);
}

.articles--6-c {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767px) {
  .xs\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .sm\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .smo\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .smo\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .smo\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .smo\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .smo\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .smo\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 970px) {
  .smb\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .smb\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .smb\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .smb\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .smb\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .smb\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 971px) {
  .md\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdo\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdo\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdo\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdo\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdo\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1289px) {
  .mdb\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdb\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdb\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdb\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdb\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdb\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1290px) {
  .lg\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
.article {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.article.blur {
  transition: opacity 0.3s;
  opacity: 0;
}
.article .avatar {
  border-radius: 100%;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
}
.article .avatar img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__media {
  position: relative;
}
@media (max-width: 970px) {
  .article__media img {
    width: 100%;
    height: auto;
  }
}
.article__media figure {
  position: relative;
}
.article__media picture {
  font-size: 8px;
}
.article__media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article__media .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.article__media .icon svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .article__media .icon svg {
    width: 20px;
    height: 20px;
  }
}
.article__media .icon--video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.article__media .icon--video svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.article a:hover .icon--video {
  background-color: rgba(255, 0, 0, 0.5);
  transition: all 0.3s;
}
.article a:hover .icon--video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  animation: pulse-center 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  z-index: -1;
}
@keyframes pulse-center {
  0% {
    transform: translate(-50%, -50%) scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
.article__title {
  margin: 0;
  line-height: 1.3;
}
.article__title a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article__title a:hover {
  text-decoration: underline;
}
.article__over {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.article__source {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.article__eyebrow {
  font-family: Arial, Helvetica, sans, sans-serif;
  font-size: 0.75rem;
  color: inherit;
  text-transform: capitalize;
  line-height: 1.2;
  opacity: 0.8;
}
.article__eyebrow i {
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
}
.article__excerpt {
  font-size: 1rem;
  color: inherit;
  opacity: 0.8;
  line-height: 1.3;
}
.article__more a {
  color: #ffd203;
  font-size: 14px;
  display: inline-block;
}
.article__date {
  font-weight: 500;
  font-size: 0.75rem;
}
.article__taxonomy ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.article__taxonomy ul li {
  display: inline-block;
  margin-right: 10px;
}
.article__taxonomy ul li:last-child {
  margin-right: 0;
}
.article__taxonomy a {
  font-size: 11px;
  color: #000;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ffd203;
}
@media (max-width: 970px) {
  .article__taxonomy a {
    padding: 5px 10px;
  }
}
.article__permalink {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.author-card {
  color: var(--strawberry-text-color);
}
.author-card__card {
  align-items: center;
}
.author-card__media {
  min-width: 40px;
  max-width: 40px;
  overflow: hidden;
  border-radius: 100%;
}
.author-card__media span {
  display: block;
  overflow: hidden;
}
.author-card__media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.author-card__media--lg {
  margin-right: 20px;
  min-width: 120px;
  min-height: 120px;
}
@media (max-width: 767px) {
  .author-card__media--lg {
    min-width: 70px;
    min-height: 70px;
  }
}
.author-card__media--lg span {
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .author-card__media--lg span {
    width: 70px;
    height: 70px;
  }
}
.author-card__content {
  width: 100%;
}
.author-card__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .author-card__name {
    font-size: 1.125rem;
  }
}
.author-card__description {
  font-size: 0.875rem;
  color: var(--strawberry-text-color);
  opacity: 0.8;
  line-height: 1.3;
}
.archive .author-card__description {
  color: var(--strawberry-text-color);
  font-size: 14px;
}
.author-card__description p {
  line-height: 1.3;
  margin: 0;
}
.author-card__description a {
  border: 0;
}

.modalbox--pushmenu {
  width: 100%;
  opacity: 1;
  transform: translate(0, -300%);
  transition: transform 1s 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
  height: auto;
  font-family: var(--strawberry-text-font);
  box-shadow: -1px 5px 4px 2px rgba(0, 0, 0, 0.1019607843);
  top: 94px;
  z-index: 999;
}
@media (max-width: 767px) {
  .modalbox--pushmenu {
    top: 60px;
  }
}
.admin-bar .modalbox--pushmenu {
  top: 126px;
}
@media (max-width: 767px) {
  .admin-bar .modalbox--pushmenu {
    top: 107px;
  }
}
.admin-bar.scrolled .modalbox--pushmenu {
  top: 106px;
}
@media (max-width: 767px) {
  .admin-bar.scrolled .modalbox--pushmenu {
    top: 60px;
  }
}
@media (max-width: 970px) {
  .modalbox--pushmenu {
    transform: translate(-300%, 0);
    top: 60px;
  }
}
.modalbox--pushmenu .modalbox__close {
  display: none;
}
.modalbox--pushmenu .modalbox__content {
  background-color: var(--strawberry-modal-background-color);
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: auto;
  padding: 30px 10px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-track {
  background: #efefef;
}
@media (max-width: 970px) {
  .modalbox--pushmenu .modalbox__content {
    max-width: 300px;
    height: 100%;
    max-height: 100%;
  }
}
.modalbox--pushmenu .modalbox__content .navbar ul li a {
  display: block;
  color: var(--strawberry-modal-text-color);
  position: relative;
  overflow: hidden;
  transition: padding-left 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a:hover {
  color: var(--strawberry-accent-color);
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul {
  font-size: 14px;
  padding-left: 10px;
  opacity: 0.8;
  margin-top: 5px;
}
.modalbox--pushmenu .modalbox__content .form {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 300px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
}
.modalbox--pushmenu .modalbox__content .form .input {
  flex: 1;
  line-height: 2;
  font-size: 16px;
  max-width: 100%;
  background-color: inherit;
  color: #000000;
  border-radius: 5px;
  text-indent: 10px;
  border: 1px solid var(--strawberry-divider-color);
}
.modalbox--pushmenu .modalbox__content .form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.modalbox--pushmenu .modalbox__content .form .input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.modalbox--pushmenu .modalbox__content .form .button svg {
  width: 16px;
  height: 16px;
  fill: var(--strawberry-text-color);
}
.modalbox--pushmenu .social {
  margin-top: 30px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
@media (max-width: 767px) {
  .modalbox--pushmenu .social {
    right: 24px;
  }
}
.modalbox--pushmenu .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modalbox--pushmenu .social ul li svg {
  width: 30px;
  height: 30px;
}

input#pushmenu-open {
  visibility: hidden;
  position: absolute;
}
input#pushmenu-open:checked + #pushmenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
input#pushmenu-open:checked + #pushmenu .modalbox {
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.3s;
}
@media (max-width: 767px) {
  input#pushmenu-open:checked + #pushmenu .modalbox {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
