/*
Theme Name: blender addons template
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.3
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
:root {
  --exp: 17px;
}
.error_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.error_container .err {
  position: relative;
  z-index: 2;
  text-align: center;
  mix-blend-mode: exclusion;
}
.error_container h1 {
  font-size: 20vw;
  margin: 0;
  padding: 0;
  line-height: 0.9;
}
body.error404 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
body.error404:before,
body.error404:after {
  top: 0;
  left: -30%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
}
body.error404:before,
body.error404:after {
  position: fixed;
  width: 200%;
  height: 200vh;
  background: repeating-linear-gradient(45deg, transparent, transparent var(--exp), #ddd var(--exp), #ddd calc(var(--exp) * 2));
  background-size: calc(var(--exp) * 1.6) calc(var(--exp) * 1.6);
  animation: wave 6s linear infinite;
}
body.error404:before {
  background: repeating-linear-gradient(-5deg, transparent, transparent var(--exp), #ddd var(--exp), #ddd calc(var(--exp) * 2));
  animation: wave 9s linear infinite, rotate 19s alternate infinite;
}
@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.gg-arrow-top-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}
.gg-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}
.gg-link::after,
.gg-link::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 10px;
  border: 2px solid;
  top: -4px;
}
.gg-link::before {
  border-right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  left: -6px;
}
.gg-link::after {
  border-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  right: -6px;
}
.gg-sun {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: linear-gradient(to bottom, var(--text) 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(to bottom, var(--text) 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(to bottom, var(--text) 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(to bottom, var(--text) 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px var(--text);
  border: 6px solid transparent;
}
.gg-sun::after,
.gg-sun::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}
.gg-sun::before {
  transform: rotate(-45deg);
}
.gg-sun::after {
  transform: rotate(45deg);
}
.gg-moon,
.gg-moon::after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}
.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom-color: transparent;
}
.gg-moon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}
.gg-play-list-add {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}
.gg-play-list-add::after,
.gg-play-list-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 6px;
  right: -8px;
}
.gg-play-list-add::before {
  width: 2px;
  height: 10px;
  top: 2px;
  right: -4px;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
:root {
  --fs: 16px;
  --lh: 22.4px;
  --top-offset: calc(70px + (0.9rem * 3));
  --bcg: #EEE;
  --bcg-alt: #f4f4f4;
  --bcg-card: #fff;
  --bcg-select: #fff;
  --bcg-search-field: #fff;
  --bcg-search-field-active: #fff;
  --bcg-addon-detail: #fff;
  --active_card: #f2f2f2;
  --grey: #565656;
  --white: #fff;
  --text: #111;
  --link: var(--text);
  --shadow: #dfdfdf;
  --shine: #fff;
  --shadowMore: #ddd;
  --border-color: #333;
  --filter-shadow: #dbdbdb;
}
@media all and (max-width: 768px) {
  :root {
    --fs: 16px * 1.1;
    --lh: 22.4px * 1.1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: var(--bcg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: var(--fs);
  line-height: var(--lh);
  padding-bottom: 4.5rem;
  color: var(--text);
}
body.dev * {
  box-shadow: inset 0 0 1px;
}
body.night {
  --bcg: #222;
  --bcg-alt: #1c1c1c;
  --bcg-card: #3e3e3e;
  --bcg-select: #808080;
  --bcg-search-field: #555;
  --bcg-search-field: #c1c1c1;
  --bcg-addon-detail: #464646;
  --active_card: #444;
  --text-addon-detail: #fff;
  --white: #222;
  --text: #ddd;
  --link: #fff;
  --shadow: #171717;
  --shadowMore: #222;
  --shine: #4f4f4f;
  --border-color: #575757;
  --filter-shadow: #1c1c1c;
}
body.night .btn {
  color: var(--white);
}
body.night .btn.submit_addon,
body.night .btn.authors_list {
  color: var(--text);
}
body.night .detail_link {
  color: var(--text);
}
body.night .detail_link:hover,
body.night .detail_link:active,
body.night .detail_link:focus {
  color: var(--link);
}
body.night .addon_detail .detail_link {
  color: var(--white);
}
body.night .navbar-toggle {
  filter: invert();
  border-color: var(--filter-shadow);
  opacity: 0.7;
}
body.night .navbar-toggle:hover,
body.night .navbar-toggle:active,
body.night .navbar-toggle:focus {
  opacity: 1;
}
/* H design */
h1,
._h1 {
  font-size: 1.802rem;
  margin-bottom: 0.901rem;
  margin-left: -2.8832px;
  font-weight: 900;
}
h2,
._h2 {
  font-size: 1.602rem;
  margin-bottom: 0.801rem;
  margin-left: -2.5632px;
  font-weight: 900;
}
h3,
._h3 {
  font-size: 1.424rem;
  margin-bottom: 0.712rem;
  margin-left: -2.2784px;
  font-weight: 900;
}
h4,
._h4 {
  font-size: 1.266rem;
  margin-bottom: 0.633rem;
  margin-left: -2.0256px;
  font-weight: 900;
}
h5,
._h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5625rem;
  margin-left: -1.8px;
  font-weight: 900;
}
h6,
._h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-left: -1.6px;
  font-weight: 900;
}
.neck {
  font-size: 0.9em;
}
.neck .short_description {
  min-height: 1.8rem;
}
.pricing {
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
#filter_control .fieldset input,
#filter_control .fieldset select {
  text-transform: lowercase;
  font-weight: 700;
  max-height: 36px;
}
#filter_control .fieldset select {
  max-width: 200px;
}
.post_detail .authors,
.post_detail .categories {
  font-size: 0.9rem;
  max-width: 78ch;
}
.close {
  font-weight: 900;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height / width) */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: var(--text);
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: var(--link);
}
p a,
.full_content a {
  text-decoration: underline;
}
p a:hover,
.full_content a:hover,
p a:active,
.full_content a:active,
p a:focus,
.full_content a:focus {
  text-decoration: underline;
}
button,
.btn,
input,
textarea,
select {
  border: 1px solid var(--border-color);
  color: var(--text);
  background: var(--bcg-search-field);
  padding: calc(0.9rem * 0.5);
  border-radius: 4px;
}
input:focus-visible {
  outline: 1px solid #979797;
}
.detail_link {
  background: transparent;
}
.action_buttons {
  margin-bottom: calc(0.9rem * 1.2);
}
.action_buttons .btn {
  margin-right: 0.3rem;
}
.action_buttons .detail_link {
  min-height: 2.5rem;
}
.action_buttons .detail_link i {
  top: 10px;
}
.full_content {
  margin-top: calc(0.9rem * 1.2);
}
.btn {
  padding-left: 0.81rem;
  padding-right: 0.81rem;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible {
  border: 1px solid var(--text);
  color: var(--text);
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.btn.btn-primary {
  text-decoration: none;
  background: var(--text);
  box-shadow: 0 0 0 0 var(--text);
  color: var(--white);
}
.btn.submit_addon,
.btn.authors_list {
  margin-top: 1.45rem;
  height: 2.3rem;
  white-space: nowrap;
  background: transparent;
  opacity: 0.7;
}
.btn.submit_addon:hover,
.btn.authors_list:hover,
.btn.submit_addon:active,
.btn.authors_list:active,
.btn.submit_addon:focus,
.btn.authors_list:focus {
  color: var(--link);
}
.btn.submit_addon i,
.btn.authors_list i {
  top: 7px;
}
.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: red;
  color: var(--white);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.edit-link:hover {
  color: var(--white);
  text-decoration: none;
}
._anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
#mood {
  margin-right: 0.4rem;
}
.mood {
  background: transparent;
  border: 0;
}
.mood i {
  top: 10px;
  opacity: 0.6;
  cursor: pointer;
}
.letters {
  word-wrap: break-word;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.9rem 0 0.9rem 0;
}
.letters a {
  padding: 3.2px 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.authors_heading {
  text-align: center;
  margin-top: 1.8rem;
}
.list {
  padding: 0.9rem;
}
.list .letter_group {
  padding: 0.9rem 0.9rem 1.8rem 0.9rem;
  border-bottom: 1px solid var(--grey);
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.list .letter_group .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.9rem;
}
.list .letter_group.active {
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
  border-radius: 4px;
  transition: all 0.4s;
}
.list a {
  display: block;
  margin-bottom: 0.3rem;
}
.list .letter_anchor {
  position: absolute;
  margin-top: -7rem;
}
.anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 16px;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  background: black;
  color: var(--white);
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: var(--white);
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim2 {
  transition: all 0.8s;
}
.aPeaceful {
  transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
}
.aNatural {
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.aAbrupt {
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  100% {
    opacity: 1;
    max-height: 2046px;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.logged-in .anchor {
  opacity: 1;
}
.rounded {
  border-radius: 4px;
}
.spacing {
  padding: 0.81rem;
}
._elevated {
  box-shadow: 0 0 4px 4px var(--shadowMore);
}
.elevated {
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
}
.link {
  cursor: pointer;
}
.mini_logo {
  border-radius: 100%;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-right: 0.4rem;
}
#logo {
  font-size: 1.266rem;
  margin-bottom: 0.633rem;
  margin-left: -2.0256px;
  text-transform: uppercase;
  padding: 1.6rem 2rem 0 1rem;
  margin-bottom: 0;
  font-weight: 900;
  white-space: nowrap;
}
#logo svg {
  height: 1rem;
  width: auto;
  margin-right: 0.4rem;
  margin-top: -0.2rem;
}
#logo svg path {
  fill: var(--link);
}
.navbar {
  position: sticky;
  top: -0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  z-index: 2046;
  width: 100%;
  background: var(--bcg);
  padding: 0.9rem;
}
.navbar-toggle {
  width: 36px;
  height: 36px;
  background: url(img/funnel.svg) no-repeat center center;
  background-size: 60% auto;
}
.navbar-toggle.active {
  background-color: var(--white);
}
#filter_control form {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
#filter_control form .fieldset {
  margin-right: calc(0.9rem * 0.6);
}
#filter_control form .fieldset select {
  width: 100%;
}
#filter_control form button,
#filter_control form .btn,
#filter_control form input,
#filter_control form textarea,
#filter_control form select {
  background: var(--bcg-select);
  color: black;
  border: 0;
  box-shadow: 0 0 5px 5px var(--filter-shadow);
  padding: calc(0.9rem * 0.5);
  border-radius: 4px;
}
#filter_control form input.search {
  min-width: 25vw;
  background: url('img/search.png') no-repeat calc(100% - 11px) center var(--bcg-search-field);
  background-size: auto 60%;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
#filter_control form input.search:hover,
#filter_control form input.search:active,
#filter_control form input.search:focus {
  background-color: var(--bcg-search-field-active);
}
#filter_control form .search,
#filter_control form .fieldset input,
#filter_control form .fieldset select {
  padding: calc(0.9rem * 0.6);
}
#filter_control form label {
  position: relative;
  z-index: 2;
}
.fieldset label {
  display: block;
  font-size: 0.95em;
}
.filter_wrap {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.authors a {
  display: flex;
  align-items: center;
}
.authors a img {
  margin: 0;
}
.authors a .author_logo {
  border-radius: 100%;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-right: 0.4rem;
}
.addon_card {
  background: var(--bcg-card);
  display: flex;
  border-radius: 4px;
  transition: all 0.4s;
}
.addon_card.active {
  background: var(--active_card);
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
}
.addon_card.active:hover {
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
  scale: 1;
}
.addon_card:hover {
  scale: 1.02;
  box-shadow: 0 0 4px 4px var(--shadowMore);
}
.addon_card .in {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  border-radius: 4px;
  padding: 0.81rem;
}
.addon_card img.featured_image {
  width: 100%;
  display: block;
  margin-bottom: 0.72rem;
}
.addon_card .title {
  margin-bottom: 0;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.addon_card .title .detail_link {
  border: 0;
  opacity: 0.7;
}
.addon_card .title .detail_link:hover {
  opacity: 1;
  box-shadow: none;
}
.addon_card .title .detail_link i {
  top: 3px;
}
.addon_card .categories {
  margin-top: 1.17rem;
  align-self: flex-end;
  margin-bottom: calc(0.9rem * 0.4);
}
.addon_card .foot {
  align-self: flex-end;
  padding-top: 0.5rem;
  margin-bottom: -0.4rem;
  border-top: 1px solid var(--border-color);
  width: 100%;
  min-height: 1.89rem;
}
.addon_card .foot .credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selected_addons {
  padding-bottom: 1.44rem;
  position: relative;
  margin-bottom: 1rem;
  background-color: #d5d5d5;
}
.selected_addons::before,
.selected_addons::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.9rem;
  background: #d5d5d5;
}
.selected_addons::before {
  left: -0.9rem;
}
.selected_addons::after {
  right: -0.9rem;
}
.selected_addons_holder .divider:first-of-type {
  display: block;
  background: #d5d5d5;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  padding-left: 1rem;
  padding-top: 1.4rem;
}
.night .selected_addons {
  background-color: #000;
}
.night .selected_addons::before,
.night .selected_addons::after {
  background: #000;
}
.night .selected_addons_holder .divider:first-of-type {
  background: #000;
}
#filter_content {
  overflow-x: hidden;
}
.addons_list .featured_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.addons_list,
.selected_addons {
  padding-top: 1.44rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.99rem;
}
.addons_list.shrinked,
.selected_addons.shrinked {
  width: 65%;
  grid-template-columns: repeat(3, 1fr);
}
.addons_list.empty,
.selected_addons.empty {
  opacity: 0;
  padding-left: 0.9rem;
  animation: blendin 0.6s ease-in-out forwards;
  animation-delay: 0.6s;
}
.addons_list .item,
.selected_addons .item {
  background: var(--bcg-card);
  display: flex;
  border-radius: 4px;
  transition: all 0.4s;
}
.addons_list .item.active,
.selected_addons .item.active {
  background: var(--active_card);
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
}
.addons_list .item.active:hover,
.selected_addons .item.active:hover {
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
  scale: 1;
}
.addons_list .item:hover,
.selected_addons .item:hover {
  scale: 1.02;
  box-shadow: 0 0 4px 4px var(--shadowMore);
}
.addons_list .item .in,
.selected_addons .item .in {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  border-radius: 4px;
  padding: 0.81rem;
}
.addons_list .item img.featured_image,
.selected_addons .item img.featured_image {
  width: 100%;
  display: block;
  margin-bottom: 0.72rem;
}
.addons_list .item .title,
.selected_addons .item .title {
  margin-bottom: 0;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.addons_list .item .title .detail_link,
.selected_addons .item .title .detail_link {
  border: 0;
  opacity: 0.7;
}
.addons_list .item .title .detail_link:hover,
.selected_addons .item .title .detail_link:hover {
  opacity: 1;
  box-shadow: none;
}
.addons_list .item .title .detail_link i,
.selected_addons .item .title .detail_link i {
  top: 3px;
}
.addons_list .item .categories,
.selected_addons .item .categories {
  margin-top: 1.17rem;
  align-self: flex-end;
  margin-bottom: calc(0.9rem * 0.4);
}
.addons_list .item .foot,
.selected_addons .item .foot {
  align-self: flex-end;
  padding-top: 0.5rem;
  margin-bottom: -0.4rem;
  border-top: 1px solid var(--border-color);
  width: 100%;
  min-height: 1.89rem;
}
.addons_list .item .foot .credits,
.selected_addons .item .foot .credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.divider {
  margin-left: 1rem;
}
.addon_detail {
  position: fixed;
  top: var(--top-offset);
  right: 0.9rem;
  background: var(--bcg-addon-detail);
  color: var(--text-addon-detail);
  width: calc(35% - (0.9rem * 2));
  animation: blendin 1s ease-out forwards;
  overflow: hidden;
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
  border-radius: 4px;
}
.addon_detail a {
  color: var(--text-addon-detail);
}
.addon_detail .btn:hover,
.addon_detail .btn:active,
.addon_detail .btn:focus {
  box-shadow: 0 0 1px 1px var(--text-addon-detail);
}
.addon_detail .content {
  height: calc(100vh - var(--top-offset) - 0.9rem);
  overflow-y: auto;
}
.addon_detail .close_holder {
  max-height: 0;
  position: sticky;
  z-index: 1001;
  top: 0.72rem;
  width: 100%;
  text-align: right;
  padding-right: 0.63rem;
}
.addon_detail .close {
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--bcg-addon-detail);
  color: var(--text-addon-detail);
  bottom: 0;
  border-radius: 0;
}
.addon_detail .content .head {
  display: grid;
  background: var(--bcg-addon-detail);
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--text);
  margin-bottom: calc(0.9rem * 1.6);
}
.addon_detail .content .head .author_logo {
  border-radius: 100%;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-right: 0.4rem;
}
.addon_detail .content .head h1 {
  font-size: 1.424rem;
  margin-bottom: 0.712rem;
  margin-left: -2.2784px;
  font-weight: 900;
  padding-right: 3.6rem;
}
.addon_detail .content .head h1 a {
  display: flex;
  justify-content: space-between;
}
.addon_detail .content .head h1 a i {
  top: -0.1rem;
}
.addon_detail .content .in {
  border-radius: 4px;
  padding: 0.81rem;
}
.addon_detail .content .categories {
  padding: 0 0 0 1.5rem;
}
.addon_detail .content .featured_image,
.addon_detail .content p img {
  display: block;
  width: 100%;
  margin-top: calc(0.9rem * 0.5);
  margin-bottom: 0.9rem;
}
.addon_detail .content .featured_image {
  margin-top: 0;
}
.addon_detail .content .image_gallery img {
  width: 100%;
  margin-bottom: 0.9rem;
}
body.single {
  background: var(--bcg-alt);
}
.page_detail,
.post_detail {
  border-top: 0.9rem;
}
.page_detail .in {
  min-height: 50vh;
  display: flex;
  flex-flow: wrap;
  align-content: center;
}
.w {
  margin-bottom: 22.4px;
}
.post_detail .detail_head {
  border-top: 0.9rem solid var(--bcg);
  padding-top: 2.25rem;
  padding-bottom: 0.9rem;
  margin-bottom: 2.25rem;
  z-index: 999;
}
.post_detail .detail_head .links {
  margin-bottom: 1.62rem;
}
.post_detail .image_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.9rem;
}
.post_detail .image_gallery.exposed {
  grid-template-columns: repeat(1, 1fr);
}
.post_detail .image_gallery.exposed a {
  cursor: zoom-out;
}
.post_detail .image_gallery a {
  cursor: zoom-in;
}
.post_detail .image_gallery a img {
  width: 100%;
}
.post_detail .classicContent {
  max-width: 78ch;
}
.post_detail .aside .item {
  background: var(--bcg-card);
  display: flex;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--white);
  margin-bottom: 0.9rem;
}
.post_detail .aside .item.active {
  background: var(--active_card);
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
}
.post_detail .aside .item.active:hover {
  box-shadow: 0 0 9px 5px var(--shadow), inset 1px 1px 2px 1px var(--shine);
  scale: 1;
}
.post_detail .aside .item:hover {
  scale: 1.02;
  box-shadow: 0 0 4px 4px var(--shadowMore);
}
.post_detail .aside .item .in {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  border-radius: 4px;
  padding: 0.81rem;
}
.post_detail .aside .item img.featured_image {
  width: 100%;
  display: block;
  margin-bottom: 0.72rem;
}
.post_detail .aside .item .title {
  margin-bottom: 0;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.post_detail .aside .item .title .detail_link {
  border: 0;
  opacity: 0.7;
}
.post_detail .aside .item .title .detail_link:hover {
  opacity: 1;
  box-shadow: none;
}
.post_detail .aside .item .title .detail_link i {
  top: 3px;
}
.post_detail .aside .item .categories {
  margin-top: 1.17rem;
  align-self: flex-end;
  margin-bottom: calc(0.9rem * 0.4);
}
.post_detail .aside .item .foot {
  align-self: flex-end;
  padding-top: 0.5rem;
  margin-bottom: -0.4rem;
  border-top: 1px solid var(--border-color);
  width: 100%;
  min-height: 1.89rem;
}
.post_detail .aside .item .foot .credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive .archive_head,
.search .archive_head,
.single-addon_author .archive_head {
  background: var(--bcg-card);
}
.archive .archive_head .in,
.search .archive_head .in,
.single-addon_author .archive_head .in {
  justify-content: center;
  align-items: center;
}
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
#loading .loading {
  animation: loading 1s ease-in forwards;
  height: 4px;
  background: var(--text);
}
.content_loading .loading {
  animation: loading 1s ease-in forwards;
  height: 4px;
  background: var(--text);
}
.error_container {
  border-top: calc(var(--top-offset) + 0.9rem) solid var(--bcg);
  height: calc(100vh - (var(--top-offset) + 0.9rem));
}
@keyframes blendin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes loading {
  0% {
    width: 10%;
    opacity: 0;
  }
  10% {
    opacity: 100%;
  }
  100% {
    width: 100%;
  }
}
@media all and (min-width: 2200px) {
  .addons_list,
  .selected_addons {
    grid-template-columns: repeat(7, 1fr);
  }
  .addons_list.shrinked,
  .selected_addons.shrinked {
    width: 71%;
    grid-template-columns: repeat(5, 1fr);
  }
  .addon_detail {
    width: calc(29% - (0.9rem * 2));
  }
}
@media all and (min-width: 1200px) {
  .submit_addon i {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #navbar_toggle {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  #logo span,
  .submit_addon span {
    display: none;
  }
  .addons_list,
  .selected_addons {
    grid-template-columns: repeat(3, 1fr);
  }
  .addons_list.shrinked,
  .selected_addons.shrinked {
    width: 50%;
    grid-template-columns: repeat(2, 1fr);
  }
  .addon_detail {
    width: calc(50% - (0.9rem * 2));
  }
  .list .letter_group {
    grid-template-columns: 1fr 2fr;
  }
  .list .letter_group .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 769px) {
  #logo {
    padding-left: 0;
    padding-right: 0;
  }
  #logo span {
    display: inline-block;
  }
  .addons_list,
  .selected_addons {
    grid-template-columns: repeat(2, 1fr);
  }
  .addons_list.shrinked,
  .selected_addons.shrinked {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .authors_list {
    display: none;
  }
  .addon_detail {
    width: calc(100% - (0.9rem * 2));
  }
  .container {
    width: 100%;
  }
  .navbar {
    justify-content: flex-end;
  }
  .nav-item {
    padding-left: 24px;
  }
  #logo {
    padding-top: 0;
    margin-right: auto;
  }
  #filter_control {
    order: 10;
  }
  #filter_control form {
    flex-flow: wrap;
  }
  #filter_control form .fieldset {
    flex: 1;
  }
  .mood i {
    top: 0;
  }
  .btn.submit_addon {
    margin-top: 0;
    margin-right: 0.4rem;
    border: 0;
  }
  #filter_control {
    display: none;
  }
  .filter_exposed #filter_control {
    display: flex;
  }
}
@media all and (max-width: 680px) {
  .addons_list,
  .selected_addons,
  .list .letter_group .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 560px) {
  .addons_list,
  .selected_addons,
  .list .items {
    grid-template-columns: none;
  }
  .list .letter_group {
    grid-template-columns: none;
  }
  .list .letter_group .items {
    grid-template-columns: none;
  }
  .addon_detail {
    width: 100%;
    right: 0;
    border-radius: 0;
    box-shadow: 0 0 0 100px var(--bcg), inset 1px 1px 2px 1px var(--shine);
  }
  .addon_detail .content .head {
    position: static;
  }
  .addon_detail .close {
    font-size: 2rem;
    width: 46px;
    height: 60px;
  }
}
