/*!
Theme Name: Muvit Interface 2
Author: Muvit
Author URI: https://tainacan.org
Theme URI: https://tainacan.org/blog/category/tema/
Description: This is he Muvit theme based on Tainacan. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
Version: 2.7.1
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio 
Text Domain: tainacan-interface
*/
/* CSS Variables for the theme palette */
:root {
  --tainacan-interface--link-color: #187181;
  --tainacan-interface--tooltip-color: #e6f6f8;
  --tainacan-block-primary: var(--tainacan-interface--link-color, #187181);
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--regular: 16px;
  --wp--preset--font-size--large: 18px;
  --wp--preset--font-size--huge: 24px;
  --wp--preset--theme-text-color--default: var(--tainacan-color-default, #187181);
  --wp--preset--theme-text-color--carmine: #8c442c;
  --wp--preset--theme-text-color--cherry: #A12B42;
  --wp--preset--theme-text-color--mustard: #754E24;
  --wp--preset--theme-text-color--mintgreen: #255F56;
  --wp--preset--theme-text-color--darkturquoise: #205E6F;
  --wp--preset--theme-text-color--turquoise: #185F6D;
  --wp--preset--theme-text-color--blueheavenly: #1D5C86;
  --wp--preset--theme-text-color--purple: #4751a3;
  --wp--preset--theme-text-color--violet: #955ba5;
  --wp--preset--theme-text-color--white: #ffffff;
  --wp--preset--theme-text-color--lightgray: #f2f2f2;
  --wp--preset--theme-text-color--darkgray: #505253;
  --wp--style--global--content-size: 1100px;
  --wp--style--global--wide-size: 1400px;
}

/*
:where(:not(.has-link-color)) a:not(.has-link-color) {
    color: var(--tainacan-interface--link-color, #187181);
    &:hover{
        color: var(--tainacan-interface--link-color, #187181);
    }
}
*/
body {
  overflow-x: hidden;
  --tainacan-interface--link-color: #1F5C94;
  --tainacan-interface--tooltip-color: #e6f6f8;
  --tainacan-block-primary: var(--tainacan-interface--link-color, #1F5C94);
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--regular: 16px;
  --wp--preset--font-size--large: 18px;
  --wp--preset--font-size--huge: 24px;
  --wp--preset--theme-text-color--default: var(--tainacan-color-default, #1F5C94);
  --wp--preset--theme-text-color--carmine: #8c442c;
  --wp--preset--theme-text-color--cherry: #A12B42;
  --wp--preset--theme-text-color--mustard: #754E24;
  --wp--preset--theme-text-color--mintgreen: #255F56;
  --wp--preset--theme-text-color--darkturquoise: #205E6F;
  --wp--preset--theme-text-color--turquoise: #185F6D;
  --wp--preset--theme-text-color--blueheavenly: #1D5C86;
  --wp--preset--theme-text-color--purple: #4751a3;
  --wp--preset--theme-text-color--violet: #955ba5;
  --wp--preset--theme-text-color--white: #ffffff;
  --wp--preset--theme-text-color--lightgray: #f2f2f2;
  --wp--preset--theme-text-color--darkgray: #505253;
  --main-color: #000000;
  --secondary-color: #2069AC;
  --default-side-margin: 60px;
  --default-side-margin-sm: 30px;
  --default-side-margin-xs: 10px;
  --main-text-color: #000000;
  --secondary-text-color: #000000;
  /*
      MUVIT
  */
}
body .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body, html {
  padding: 0;
  margin: 0;
  font-size: 100%;
  width: 100%;
  height: 100%;
  color: var(--main-color);
}

.main-logo-wrapper h1 {
  margin: 0;
  padding: 0;
}
.main-logo-wrapper h1 a {
  color: black;
}
.main-logo-wrapper h1 abbr[title] {
  text-decoration: none; /* Removes the underline */
  border-bottom: none; /* Removes the dotted underline (if present) */
  cursor: help; /*retains the help cursor, which is helpful*/
}
.main-logo-wrapper p {
  padding: 0;
  margin: 0;
  margin-top: -10px;
  font-weight: 400;
  font-size: 1.1rem;
}
.main-logo-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1279px) {
  .main-logo-wrapper {
    text-align: left;
  }
}
.main-logo-wrapper .tainacan-logo {
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 1279px) {
  .main-logo-wrapper .tainacan-logo {
    margin: 0;
  }
}

.main-logo {
  font-size: 3rem;
  font-weight: 800;
  color: var(--main-text-color);
}

.home-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-main .layout {
  flex-shrink: 1;
}
.home-main .layout .home-banner img {
  width: 100%;
  height: auto;
}

.home-header.internal {
  margin-top: 30px;
}

.home-footer {
  display: flex;
}
.home-footer > div {
  flex: 1;
  padding-top: 40px;
}
.home-footer > div > * {
  vertical-align: middle;
  margin-right: 5px;
}
.home-footer .home-enter {
  text-align: right;
}
.home-footer .home-enter a {
  font-size: 1.1em;
  color: var(--main-text-color);
}
.home-footer .home-enter a > * {
  vertical-align: middle;
}
.home-footer .home-enter .inline-triangle {
  margin-left: 10px;
}

@media (min-width: 1279px) {
  .layout {
    width: 1280px;
    margin: auto;
  }
}

.inline-triangle {
  width: 0px;
  height: 0px;
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent var(--main-color);
  transform: rotate(0deg);
}

.muvit-title h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  color: var(--main-text-color);
  text-transform: lowercase;
  color: #20539B;
}
@media (min-width: 1279px) {
  .muvit-title h1 {
    text-align: right;
    padding-right: 0;
  }
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h2 {
  padding-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.1rem;
}

h3 {
  font-size: 1.5rem;
}

.button-area {
  text-align: left;
  padding: 0 20px 20px 20px;
}
@media (min-width: 1279px) {
  .button-area {
    display: none;
  }
}

#nav-button {
  border: none;
  background: transparent;
}
#nav-button svg {
  fill: #20539B;
  width: 22px;
  height: 22px;
}
#nav-button .close-hamburger {
  display: none;
}
#nav-button.active .close-hamburger {
  display: block;
}
#nav-button.active .hamburger {
  display: none;
}

@media (min-width: 1279px) {
  .main-logo-wrapper {
    display: flex;
  }
  .main-logo-wrapper .tainacan-logo {
    flex-shrink: 1;
  }
  .main-logo-wrapper .menu-area {
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: end;
  }
}
.menu-menu-principal-container {
  transition: max-height 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  box-sizing: border-box;
}
@media (min-width: 1279px) {
  .menu-menu-principal-container {
    max-height: 500px;
    height: auto;
    opacity: 1;
    overflow: unset;
  }
}
.menu-menu-principal-container.active {
  max-height: 500px;
  opacity: 1;
}
.menu-menu-principal-container {
  background-color: #e9e9e9;
}
@media (min-width: 1279px) {
  .menu-menu-principal-container {
    opacity: 1;
    background-color: transparent;
  }
}
.menu-menu-principal-container ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1279px) {
  .menu-menu-principal-container ul {
    flex-direction: row;
    text-align: left;
  }
}
.menu-menu-principal-container li {
  position: relative;
}
.menu-menu-principal-container li a {
  color: black;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
}
@media (min-width: 1279px) {
  .menu-menu-principal-container li > a {
    display: block;
    padding: 3px 10px;
  }
}
.menu-menu-principal-container li.menu-item-has-children > ul {
  background-color: white;
  margin: 5px 10px;
  border-radius: 10px;
}
@media (min-width: 1279px) {
  .menu-menu-principal-container li.menu-item-has-children > ul {
    border-radius: 0;
    background-color: transparent;
    margin: 0;
  }
}
.menu-menu-principal-container li.menu-item-has-children > a::after {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  content: url('data:image/svg+xml;charset=utf8,<svg class="fa-svg-chevron-down e-font-icon-svg e-fas-chevron-down" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
}
@media (min-width: 1279px) {
  .menu-menu-principal-container li:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 10;
    background-color: white;
    border: 1px solid #EBEBEB;
    width: 300px;
  }
}
@media (min-width: 1279px) {
  .menu-menu-principal-container .sub-menu {
    display: none;
  }
}
.menu-menu-principal-container .sub-menu a {
  /*
  font-size: 1rem;
  color: #666666;
  */
}
.menu-menu-principal-container ul, .menu-menu-principal-container li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tainacan-single-post article {
  padding-right: 200px;
}

.collection-list ul, .collection-list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.collection-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.collection-list .collection {
  position: relative;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 40px;
}
.collection-list .collection .title {
  font-weight: 900;
  text-decoration: underline;
  color: #000;
  display: block;
  margin-top: 20px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.collection-list .collection .desc {
  padding: 0 20px;
}
.collection-list .collection .count {
  margin-bottom: 50px;
  font-style: italic;
  font-weight: 200;
}
.collection-list .collection .img {
  height: 240px;
  border-top: 2px solid #000;
}
.collection-list .collection .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.collection-list .collection::after {
  content: "+";
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  background-color: #2b2b2b;
  color: white;
  z-index: 2;
  width: 60px;
  left: calc(50% - 30px);
  bottom: -30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.muvit-search-bar form {
  padding: 40px 0px;
  font-size: 1.1rem;
}
.muvit-search-bar form .field {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1279px) {
  .muvit-search-bar form .field {
    flex-direction: row;
  }
}
.muvit-search-bar form .field {
  gap: 20px;
}
@media (min-width: 1279px) {
  .muvit-search-bar form .field input[type=text] {
    width: 80%;
  }
}
.muvit-search-bar form .field input[type=text] {
  border: 1px solid var(--main-color);
}
.muvit-search-bar form .field button {
  width: 50%;
  margin: auto;
}
@media (min-width: 1279px) {
  .muvit-search-bar form .field button {
    width: 20%;
  }
}
.muvit-search-bar form .field button {
  border: 0;
  background-color: var(--main-color);
  color: white;
  cursor: pointer;
}
.muvit-search-bar form a {
  display: block;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--main-text-color);
}

.muvit-category-list ul, .muvit-category-list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.muvit-category-list {
  padding-top: 40px;
}
.muvit-category-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
.muvit-category-list ul li {
  display: flex;
  flex-direction: column;
}
.muvit-category-list ul li > div {
  flex: 1;
}
.muvit-category-list h2 {
  margin-bottom: 20px;
}
.muvit-category-list .muvit-category {
  border: 1px solid var(--main-color);
  position: relative;
  margin-bottom: 20px;
}
.muvit-category-list .muvit-category .title {
  display: block;
  padding: 20px;
  font-weight: 500;
  color: var(--main-text-color);
  font-size: 1rem;
  background-image: linear-gradient(to right, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}
.muvit-category-list .muvit-category .details .img {
  height: 180px;
  background-color: white;
}
.muvit-category-list .muvit-category .details .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.muvit-category-list .muvit-category .details .desc {
  padding: 20px;
  padding-right: 40px;
  position: relative;
}
.muvit-category-list .muvit-category::after {
  content: "+";
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  background-color: #2b2b2b;
  color: white;
  z-index: 2;
  width: 60px;
  right: -30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -30px;
  left: calc(50% - 30px);
}

.tainacan-title-page .title-back {
  text-align: center;
}
.tainacan-title-page .title-back a {
  color: #20539B;
  border: 1px solid #CCC;
  display: inline-block;
  padding: 6px;
  margin-top: 10px;
}

.muvit-category-details .desc {
  margin-top: 40px;
  margin-bottom: 0;
}
.muvit-category-details h3 {
  margin-top: 60px;
}
.muvit-category-details ul, .muvit-category-details li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.muvit-category-details .series {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.muvit-category-details .series ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 40px;
}
.muvit-category-details .series ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.muvit-category-details .series ul li:nth-child(3n) {
  border-right: none;
}
.muvit-category-details .series ul li {
  /*
  &:nth-last-child(-n+3){
      border-bottom: none;
  }*/
}
.muvit-category-details .series ul .img {
  padding: 10px;
  background-image: linear-gradient(to right, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}
.muvit-category-details .series ul .img a {
  display: block;
  height: 180px;
  border: 1px solid #000;
}
.muvit-category-details .series ul .img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.muvit-category-details .series ul .title {
  color: var(--main-text-color);
  padding: 10px;
  font-size: 1.1rem;
  display: block;
}
.muvit-category-details .types {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.muvit-category-details .types ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 40px;
}
.muvit-category-details .types ul a {
  display: block;
  color: black;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.muvit-category-details .types ul li:nth-child(3n) a {
  border-right: none;
}
.muvit-category-details .types ul {
  /*
  li:nth-last-child(-n+3) a{
      border-bottom: none;
  }
  */
}
.muvit-category-details .more-details {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
}
.muvit-category-details .more-details a {
  background-color: white;
  display: block;
  padding: 20px 60px;
  color: black;
  font-size: 1.2em;
  box-shadow: 10px 10px 0px #000;
}

#muvit-library ul, #muvit-library li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#muvit-library form {
  margin-top: 40px;
}
#muvit-library .selects {
  display: flex;
  gap: 10px;
}
#muvit-library .selects label {
  width: 50%;
  flex: 1;
}
#muvit-library .selects label span {
  display: block;
}
#muvit-library .selects label select {
  width: 100%;
  border: 1px solid #000;
  background-color: white;
}
#muvit-library .reference {
  width: 40%;
  margin-right: 10px;
  display: inline-block;
}
#muvit-library input[type=text] {
  width: 100%;
  border: 1px solid var(--main-color);
}
#muvit-library button {
  width: 20%;
  border: 0;
  background-color: #20539B;
  color: white;
  cursor: pointer;
}
#muvit-library ul {
  margin-top: 40px;
}
#muvit-library ul li {
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 0 10px #CCC;
}
#muvit-library ul li .item-thumbnail {
  flex-shrink: 1;
}
#muvit-library ul li .item-thumbnail.has-thumbnail {
  flex-shrink: 0;
  width: 100px;
}
#muvit-library ul li .item-thumbnail.has-thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
}
#muvit-library ul li .item-description {
  display: flex;
  flex-direction: column;
}
#muvit-library ul li .item-description > div:first-child {
  flex-grow: 1;
}
#muvit-library ul li .item-description > div {
  word-break: break-all;
  margin-left: 20px;
}
#muvit-library ul li a {
  color: #000;
}
#muvit-library ul li .collection-name {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #CCC;
}
#muvit-library .pagination {
  gap: 10px;
}
#muvit-library .pagination a {
  color: white;
  background-color: #20539B;
  padding: 5px 10px;
  border: 1px solid #20539B;
}
#muvit-library .pagination a.current {
  background-color: white;
  color: #20539B;
}

.collection-divider {
  border-bottom: 2px solid #CCC;
}

#muvit-document-view {
  width: 100%;
  height: 800px;
}

#muvit-item-metadata ul, #muvit-item-metadata li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#muvit-item-metadata h3 {
  color: #20539B;
  margin-left: 20px;
}
@media (min-width: 1279px) {
  #muvit-item-metadata h3 {
    margin-left: 0px;
  }
}
#muvit-item-metadata ul {
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 10px;
}
#muvit-item-metadata ul li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1279px) {
  #muvit-item-metadata ul li {
    flex-direction: row;
  }
}
#muvit-item-metadata ul li {
  border-bottom: 1px solid #CCC;
}
#muvit-item-metadata ul li .label {
  width: 200px;
  flex-shrink: 0;
  padding: 4px;
}
#muvit-item-metadata ul li .data {
  flex-grow: 1;
  padding: 4px;
}
#muvit-item-metadata ul li a {
  color: #20539B;
}
#muvit-item-metadata ul li:last-child {
  border-bottom: none;
}
#muvit-item-metadata .description {
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1279px) {
  #muvit-item-metadata .description {
    margin-left: 0;
    margin-right: 0;
  }
}

#footer .home-footer {
  padding: 40px 0;
}

.wp-block-image.alignleft {
  float: left;
  margin-left: -80px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.wp-block-image {
  border: 2px solid #000;
  border-bottom: none;
}
.wp-block-image img {
  border-bottom: 2px solid #000;
}
.wp-block-image figcaption {
  border: 2px solid #000;
  border-top: none;
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

hr.wp-block-separator {
  clear: both;
}

.page-header-taxonomy {
  border-top: 1px solid #CCC !important;
  border-bottom: 1px solid #CCC !important;
}

.page-header-image-container {
  background-color: white;
  padding: 1rem;
  max-width: 400px;
}

.page-header-image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.has-carmine-color {
  color: #8c442c !important;
}

.has-carmine-background-color {
  background-color: #8c442c !important;
}

.has-cherry-color {
  color: #A12B42 !important;
}

.has-cherry-background-color {
  background-color: #A12B42 !important;
}

.has-mustard-color {
  color: #754E24 !important;
}

.has-mustard-background-color {
  background-color: #754E24 !important;
}

.has-mintgreen-color {
  color: #255F56 !important;
}

.has-mintgreen-background-color {
  background-color: #255F56 !important;
}

.has-darkturquoise-color {
  color: #205E6F !important;
}

.has-darkturquoise-background-color {
  background-color: #205E6F !important;
}

.has-turquoise-color {
  color: #185F6D !important;
}

.has-turquoise-background-color {
  background-color: #185F6D !important;
}

.has-blueheavenly-color {
  color: #1D5C86 !important;
}

.has-blueheavenly-background-color {
  background-color: #1D5C86 !important;
}

.has-purple-color {
  color: #4751a3 !important;
}

.has-purple-background-color {
  background-color: #4751a3 !important;
}

.has-violet-color {
  color: #955ba5 !important;
}

.has-violet-background-color {
  background-color: #955ba5 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-lightgray-color {
  color: #f2f2f2 !important;
}

.has-lightgray-background-color {
  background-color: #f2f2f2 !important;
}

.has-darkgray-color {
  color: #505253 !important;
}

.has-darkgray-background-color {
  background-color: #505253 !important;
}

.has-default-color {
  color: var(--tainacan-interface--link-color, #187181) !important;
}

.has-default-background-color {
  background-color: var(--tainacan-interface--link-color, #187181) !important;
}

.alignwide {
  margin-left: calc(-8.3333333333vw + 3.1%) !important;
  margin-right: calc(-8.3333333333vw + 3.1%) !important;
  width: 116.66667%;
  max-width: 1400px;
}
@media only screen and (min-width: 1526px) {
  .alignwide {
    width: 116.66667vw;
  }
}

.has-text-color > a,
.has-text-color > a:hover {
  color: inherit;
}

.wp-block-image.alignwide > img {
  max-width: 1400px !important;
  width: 87.5% !important;
  width: 87.5vw !important;
  padding: 0 !important;
  left: 0px;
  position: relative;
}
@media only screen and (min-width: 1526px) {
  .wp-block-image.alignwide > img {
    width: 100% !important;
  }
}

.alignfull {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100%;
  max-width: 100vw;
  width: 100%;
  width: 100vw;
}

.wp-block-image.alignfull > img {
  max-width: 100% !important;
  width: 100% !important;
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
}

/* Columns */
.wp-block-columns.alignfull {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

/* Buttons */
.wp-block-buttons {
  align-items: center;
}

.wp-block-button {
  margin-bottom: 1rem;
}
.wp-block-button .btn {
  font-size: 0.875rem;
  padding: 0.25rem 1.125rem;
  border-color: transparent;
}
.wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean, .wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean:hover, .wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean:focus {
  background-color: var(--tainacan-interface--link-color, #187181);
  color: var(--wp--preset--theme-text-color--white, #fff);
}
.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button > .wp-block-button__link.is-style-outline {
  padding: 0.25rem 1.125rem;
  border: 1px solid #505253 !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button > .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--tainacan-interface--link-color, #187181);
}
.wp-block-button button:disabled {
  pointer-events: none;
  opacity: 0.55;
}

.wp-block-button.is-style-outline:not(.has-background-color) .btn {
  background: transparent !important;
}

.wp-block-button.aligncenter,
.wp-block-button.alignleft,
.wp-block-button.alignright {
  display: block;
}

/* Media and Text */
.wp-block-media-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0.75rem 4.16666667%;
  padding: 0.75rem 4.1666667vw;
}

/* Cover block */
/* Carousel */
.wp-block-tainacan-carousel-items-list.alignwide .tainacan-carousel,
.wp-block-tainacan-carousel-collections-list.alignwide .tainacan-carousel,
.wp-block-tainacan-carousel-terms-list.alignwide .tainacan-carousel {
  width: 100%;
  left: 0;
}

.wp-block-tainacan-carousel-items-list.alignfull .tainacan-carousel,
.wp-block-tainacan-carousel-collections-list.alignfull .tainacan-carousel .wp-block-tainacan-carousel-terms-list.alignfull .tainacan-carousel {
  width: 100%;
  width: 100vw;
  left: 0;
}

/* Links */
.wp-social-link {
  padding: 0;
}

/* Fixes for cases where previos block-based widgets are loaded in the theme */
#sidebar .alignfull,
#sidebar .alignwide {
  max-width: 100%;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Search and navigation block with some details */
.wp-block-search__label {
  font-weight: bold;
  font-size: 1em;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  padding: 0.125rem;
}

.wp-block-navigation .wp-block-navigation-item__label {
  white-space: nowrap;
}

.wp-block-navigation__responsive-close {
  margin-right: 0px;
}

#comments {
  border-top-color: var(--tainacan-interface--link-color, #187181) !important;
}
#comments div[for=comment] span {
  font-size: 1.125rem;
}
#comments div[for=comment] .authenticated {
  font-size: 0.625rem;
}
#comments form#commentform .comment-notes {
  font-size: 0.75rem;
  color: #898d8f;
}
#comments form#commentform .form-row img {
  width: 50px;
  height: 50px;
}
#comments form#commentform .form-row .form-group .comments-input {
  margin-left: auto;
  width: 90% !important;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .form-row .form-group .comments-input {
    margin-left: 0;
    width: 100% !important;
  }
}
#comments form#commentform p[class^=comment-form-] {
  margin-bottom: 22px;
}
#comments form#commentform p[class^=comment-form-] label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  margin-right: 1.8%;
}
#comments form#commentform p[class^=comment-form-] input {
  width: 50%;
  border: 1px solid #a5a5a5;
  height: 30px;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform p[class^=comment-form-] input {
    width: 82%;
  }
}
#comments form#commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
#comments form#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  display: inline-flex;
}
#comments form#commentform .comment-form-cookies-consent label {
  margin: 0 1rem;
}
#comments form#commentform .comment-form-author {
  margin-top: 22px;
}
#comments form#commentform .comment-form-url {
  margin-bottom: 30px !important;
}
#comments form#commentform .comment-form-url label {
  margin-right: 1.4% !important;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .comment-form-url label {
    margin-right: 0.3% !important;
  }
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .mx-sm-auto {
    padding: 0 2rem;
  }
}
#comments form#commentform textarea {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #comments form#commentform button#submit, #comments form#commentform button#cancel-comment-reply-link, #comments form#commentform a#submit, #comments form#commentform a#cancel-comment-reply-link {
    height: 28px;
    padding-top: 2px;
  }
}
#comments form#commentform button#submit:focus, #comments form#commentform button#cancel-comment-reply-link:focus, #comments form#commentform a#submit:focus, #comments form#commentform a#cancel-comment-reply-link:focus {
  box-shadow: none;
}
#comments form#commentform button#cancel-comment-reply-link, #comments form#commentform a#cancel-comment-reply-link {
  color: #150e38;
}
#comments form#commentform button#submit:hover, #comments form#commentform a#submit:hover {
  background-color: #1a745c !important;
}
#comments form#commentform button#submit, #comments form#commentform a#submit {
  border: none;
}
#comments .list-comments .media {
  margin-bottom: 2.5rem;
}
#comments .list-comments .media > .avatar {
  width: 50px;
  height: 50px;
}
#comments .list-comments .media .media-body h5 a.bypostauthor {
  font-size: 0.75rem;
}
#comments .list-comments .media .media-body h5 .comment-time {
  font-size: 0.625rem;
}
#comments .list-comments .media .media-body .comment-text {
  font-size: 0.75rem;
  max-width: 60vw;
}
#comments .list-comments .media .media-body .comment-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  #comments .list-comments .media .media-body .comment-text p {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  #comments .list-comments .media .media-body .comment-text {
    margin-left: 0.5rem;
  }
}
#comments .list-comments .media .media-body .comment-reply-link, #comments .list-comments .media .media-body .comment-edit-link {
  color: var(--tainacan-interface--link-color, #187181);
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  #comments ul.children.align-children {
    margin-left: 2.5rem;
  }
}
#comments .navigation {
  border-top: 1px solid #898d8f;
}
#comments .navigation .float-left, #comments .navigation .float-right {
  color: #898d8f;
  margin-top: 0.5rem;
}
#comments .navigation .float-left a, #comments .navigation .float-right a {
  color: #898d8f;
  font-weight: normal;
}
#comments .navigation .float-left i {
  transform: rotate(90deg);
  margin-right: -4px;
  vertical-align: top;
}
#comments .navigation .float-right i {
  transform: rotate(90deg);
  margin-left: -4px;
  vertical-align: top;
}

.tainacan-list-post hr:last-child {
  display: none;
}
.tainacan-list-post .blog-post .blog-thumbnail {
  padding-right: 0;
  margin-right: 4.1666666667%;
}
@media screen and (min-width: 992px) {
  .tainacan-list-post .blog-post .blog-thumbnail {
    flex: 0 0 29.333333%;
  }
}
.tainacan-list-post .blog-post .blog-thumbnail img {
  width: 300px;
  height: auto;
}
.tainacan-list-post .blog-post .blog-content {
  font-size: 0.75rem;
  font-weight: 400;
  color: #898d8f;
}
@media screen and (min-width: 768px) {
  .tainacan-list-post .blog-post .blog-content.blog-flex {
    flex: 0 0 61.666667%;
    max-width: 61.666667%;
  }
}
@media screen and (min-width: 992px) {
  .tainacan-list-post .blog-post .blog-content.blog-flex {
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
    padding-left: 0;
  }
}
.tainacan-list-post .blog-post .blog-content .title-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tainacan-list-post .blog-post .blog-content h3 {
  font-size: 1.125rem !important;
}
.tainacan-list-post .blog-post .blog-content h4 {
  font-size: 0.75rem !important;
  margin-bottom: 0.75rem;
  background: #e6f6f8;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 0.5rem;
}
.tainacan-list-post .blog-post .blog-content h4 a,
.tainacan-list-post .blog-post .blog-content h4 a:hover {
  cursor: pointer;
  text-decoration: none;
}
.tainacan-list-post .blog-post .blog-content .text-black {
  font-weight: 400;
  font-size: 1rem;
}
.tainacan-list-post .blog-post .blog-content time {
  font-size: 0.75rem;
  font-weight: 400;
  color: #898d8f;
}
.tainacan-list-post .blog-post .blog-content a[rel=author] {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post .blog-post .blog-content .readmore.screen-reader-text {
  font-size: 0.875rem;
  font-weight: 400;
}
.tainacan-list-post table thead th {
  color: #898d8f;
  font-size: 0.75rem;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid #a5a5a5;
}
.tainacan-list-post table .tainacan-list-collection {
  cursor: pointer;
}
.tainacan-list-post table .tainacan-list-collection:hover {
  background-color: #f2f2f2;
}
.tainacan-list-post table .tainacan-list-collection th, .tainacan-list-post table .tainacan-list-collection td {
  vertical-align: middle;
}
.tainacan-list-post table .tainacan-list-collection td {
  border-top: none;
  padding: 10px;
}
.tainacan-list-post table .tainacan-list-collection .collection-checkbox {
  width: 4.1666666667%;
  text-align: right;
  padding-right: 0;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature {
  min-width: 70px;
  padding-left: 20px;
  text-align: center;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature img {
  width: 40px;
  height: 40px;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature .image-placeholder {
  height: 40px;
  width: 40px;
}
.tainacan-list-post table .tainacan-list-collection .collection-title {
  font-size: 0.875rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-title a {
  color: #000;
}
.tainacan-list-post table .tainacan-list-collection .collection-title a:hover {
  text-decoration: none;
}
.tainacan-list-post table .tainacan-list-collection .collection-description p, .tainacan-list-post table .tainacan-list-collection .collection-date p {
  margin-bottom: 0;
}
.tainacan-list-post table .tainacan-list-collection .collection-description, .tainacan-list-post table .tainacan-list-collection .collection-date {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by a {
  color: #898d8f;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by a:hover {
  text-decoration: none;
}
.tainacan-list-post .tainacan-list-collection--container-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, 425px);
  grid-gap: 30px;
}
@media only screen and (max-width: 797px) {
  .tainacan-list-post .tainacan-list-collection--container-card {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .tainacan-list-post .tainacan-list-collection--container-card {
    grid-template-columns: repeat(auto-fit, 100%);
  }
  .tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card-img,
  .tainacan-list-post .tainacan-list-collection--container-card .image-placeholder {
    width: 130px !important;
    height: 130px !important;
  }
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover {
  background: #f2f2f2 !important;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover .tainacan-list-collection--title {
  background-color: #dbdbdb;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover .image-placeholder {
  background-color: #a5a5a5;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .tainacan-list-collection--title {
  background: #fff;
  font-size: 0.875rem !important;
  font-weight: 400;
  height: 40px;
  line-height: 0.5rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .tainacan-list-collection--card-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .image-placeholder {
  height: 170px;
  width: 170px;
  margin-right: 1rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .image-placeholder > h4 {
  text-align: center;
  font-size: 3rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .media-body p {
  font-size: 0.6875rem;
  font-weight: 400;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
}
.tainacan-list-post .tainacan-list-collection--container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 46px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid {
  width: 250px;
  height: 295px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .tainacan-list-collection--grid-title {
  margin-top: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 45px;
  line-height: 0.75rem;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .tainacan-list-collection--grid-img {
  width: 250px;
  height: 250px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .image-placeholder {
  height: 250px;
  width: 250px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .image-placeholder > h4 {
  font-size: 3rem;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover, .tainacan-list-post .tainacan-list-collection--card-link:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover .tainacan-list-collection--title, .tainacan-list-post .tainacan-list-collection--grid-link:hover .tainacan-list-collection--grid-title, .tainacan-list-post .tainacan-list-collection--card-link:hover .tainacan-list-collection--title, .tainacan-list-post .tainacan-list-collection--card-link:hover .tainacan-list-collection--grid-title {
  background-color: #dbdbdb;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover .image-placeholder, .tainacan-list-post .tainacan-list-collection--card-link:hover .image-placeholder {
  background-color: #a5a5a5;
}

.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting:focus, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode:focus {
  box-shadow: none;
}
.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting::after, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode::after {
  color: var(--tainacan-interface--link-color, #187181);
}
.tainacan-collection-list--simple-search .dropdown.dropdown-sorting button {
  padding-left: 0;
}
@media only screen and (max-width: 576px) {
  .tainacan-collection-list--simple-search .dropdown.dropdown-viewMode .show {
    transform: translate3d(-94px, 35px, 0px) !important;
    left: 0 !important;
  }
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu {
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid #a5a5a5;
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu a:hover {
  background-color: #f2f2f2;
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu a.active {
  background-color: #c1dae0;
}
.tainacan-collection-list--simple-search a {
  color: #898d8f;
}
.tainacan-collection-list--simple-search a:hover {
  color: #898d8f;
}
.tainacan-collection-list--simple-search a.active {
  color: #a5a5a5;
}
.tainacan-collection-list--simple-search a.active:hover {
  color: #a5a5a5;
}
.tainacan-collection-list--simple-search a:focus {
  box-shadow: none;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input {
  height: calc(2.25rem - 3px);
  border-color: #a5a5a5 !important;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input:focus {
  box-shadow: none;
  border-right: none;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input::placeholder {
  font-size: 0.75rem;
  color: #898d8f;
}
.tainacan-collection-list--simple-search #tainacan-collection-search button {
  border-color: #a5a5a5 !important;
  line-height: 0.5;
}
.tainacan-collection-list--simple-search #tainacan-collection-search button:focus {
  box-shadow: none;
}

.tainacan-single-post header .header-meta {
  color: #898d8f !important;
  font-size: 0.75rem;
  font-weight: 400;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tainacan-single-post header .header-meta {
    margin-top: -10px;
  }
}
.tainacan-single-post header .header-meta img {
  height: 24px;
  padding-left: 1rem;
}
.tainacan-single-post header .header-meta .pagination {
  margin: 0 0.1rem;
}
.tainacan-single-post header .header-meta .pagination a:hover {
  text-decoration: none;
}
.tainacan-single-post header .header-meta .pagination span {
  display: none;
}
.tainacan-single-post header .header-meta .pagination i.tainacan-icon-viewtable::before {
  transform: scale(0.6);
}
.tainacan-single-post header img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.tainacan-single-post header.tainacan-content {
  min-height: auto;
}
.tainacan-single-post .tainacan-content {
  font-size: 1rem;
  min-height: 32.5vh;
}
@media only screen and (min-height: 1080px) {
  .tainacan-single-post .tainacan-content {
    min-height: 50vh;
  }
}
.tainacan-single-post .tainacan-content > p:last-child::after {
  display: block;
  clear: both;
  content: "";
}
.tainacan-single-post .tainacan-content footer {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
.tainacan-single-post .tainacan-content > * {
  margin-top: 28px;
  margin-bottom: 28px;
}

.tainacan-heading-section-pattern-pattern h1,
.tainacan-heading-section-pattern-pattern h2,
.tainacan-heading-section-pattern-pattern h3,
.tainacan-heading-section-pattern-pattern h4 {
  margin-bottom: 0px !important;
}
.tainacan-heading-section-pattern-pattern p {
  font-style: italic;
  margin-bottom: 0 !important;
}
.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide) {
  margin-left: 0;
  margin-top: 0.5rem;
  max-width: 200px;
}
.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  border-width: 2px;
  height: 3px;
}

@media only screen and (min-width: 768px) {
  .sidebar-border {
    border-top: none !important;
  }
}

#sidebar.sidebar .widget .widget-title, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h1, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h2, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h3, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h4, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h5, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h6 {
  font-size: 1rem !important;
  font-weight: bold;
  color: #1d1d1b;
}
#sidebar.sidebar .widget.widget_recent_entries ul li, #sidebar.sidebar .widget.widget_recent_comments ul li {
  margin-bottom: 0.3rem;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery {
  display: grid;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery dl {
  margin-top: 0;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery dl dt img {
  border: 0;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery br {
  display: none;
}
#sidebar.sidebar .widget.widget_text {
  font-size: 0.75rem;
}
#sidebar.sidebar .widget table.wp-calendar-table {
  font-size: 0.875rem;
}
#sidebar.sidebar .widget table.wp-calendar-table td {
  padding: 2px;
}
#sidebar.sidebar .widget ul {
  padding-left: 0;
}
#sidebar.sidebar .widget ul li {
  display: block;
  margin-bottom: 0.3rem;
}
#sidebar.sidebar .widget ul li a {
  font-weight: 400;
  font-size: 0.875rem;
}
#sidebar.sidebar .widget form .input-group-append button {
  height: 30px;
  padding: 0 5px 0 0px;
}
#sidebar.sidebar .widget form .input-group-append button:hover {
  color: inherit;
}
#sidebar.sidebar .widget form .input-group-append button i {
  color: #062a57;
  font-size: 1.1875rem;
}
#sidebar.sidebar .widget #tainacan-search {
  font-size: 0.75rem;
  color: #505253;
  border-color: #dbdbdb;
  height: 30px;
  border-radius: 0px;
}
#sidebar.sidebar .widget #tainacan-search:focus {
  box-shadow: none;
  border-color: #505253;
}
#sidebar.sidebar .widget #tainacan-search + .input-group-append button {
  border-left-width: 0;
  border-color: #dbdbdb;
  border-radius: 0px;
  padding: 0 5px;
}
#sidebar.sidebar .search-controls {
  padding: 0.75rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.75rem;
  column-count: 2;
}
#sidebar.sidebar .search-controls label {
  white-space: normal;
  display: flex;
}
#sidebar.sidebar .search-controls label input {
  margin-right: 0.5rem;
}

.margin-pagination {
  border-width: 2px !important;
  font-size: 0.875rem;
  font-weight: 400;
  color: #898d8f;
  padding: 0 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.margin-pagination .pagination .nav-links a:nth-last-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .margin-pagination .pagination .nav-links {
    flex-wrap: wrap;
  }
}
.margin-pagination .pagination .nav-links .page-numbers {
  padding: 0.5rem;
}
.margin-pagination .pagination .nav-links .page-numbers i {
  font-size: 1.125rem;
}
.margin-pagination .pagination .nav-links .page-numbers .next {
  padding-left: 0;
}
.margin-pagination .view-items {
  white-space: nowrap;
}
@media screen {
  .margin-pagination {
    /* @media (max-width: 592px){
        margin-left: 3rem;
        margin-right: 3rem;
    }
    @media (min-width: 768px){
        margin-left: 6rem;
        margin-right: 6rem;
    } */
  }
}

@media only screen and (min-width: 1526px) {
  .collection-header {
    overflow: inherit;
  }
}

.t-bg-collection {
  background-color: #2c2d2d;
  min-height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .t-bg-collection {
    min-height: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .t-bg-collection {
    min-height: 96px;
  }
}
.t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
  width: calc(16.6666666667% - 8px);
  width: calc(16.6666666667vw - 8px);
  height: calc(16.6666666667% - 8px);
  height: calc(16.6666666667vw - 8px);
  max-height: 215px;
  max-width: 215px;
  bottom: -111px;
  border-width: 4px !important;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1526px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    margin-left: 4.1666666667%;
    margin-left: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1290px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    bottom: calc(-8.33% + 4px);
    bottom: calc(-8.33vw + 4px);
  }
}
@media only screen and (max-width: 767px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    width: calc(25% - 8px);
    width: calc(25vw - 8px);
    height: calc(25% - 8px);
    height: calc(25vw - 8px);
    max-width: calc(25% - 8px);
    max-width: calc(25vw - 8px);
    bottom: calc(-12.5% - 4px);
    bottom: calc(-12.5vw - 4px);
  }
  .t-bg-collection .t-collection--info-img h4, .t-bg-collection .image-placeholder h4 {
    font-size: 2.5rem !important;
  }
}
.t-bg-collection .t-collection--info-img h4, .t-bg-collection .image-placeholder h4 {
  font-size: 3rem;
}
.t-bg-collection .t-collection--info {
  padding-top: 10px;
  justify-content: space-between;
}
.t-bg-collection .t-collection--info .t-collection--col-9 {
  padding-left: calc(4.1666666667% + 2.75rem) !important;
  padding-right: 12.5% !important;
}
@media only screen and (max-width: 767px) {
  .t-bg-collection .t-collection--info .t-collection--col-9 {
    padding-left: calc(4.1666666667% + 1.25rem) !important;
    padding-right: 8.33% !important;
  }
}
.t-bg-collection .t-collection--info .t-collection--col-9 h2 {
  padding-top: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-bg-collection .t-collection--info .t-collection--info-title {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .t-bg-collection .t-collection--info .t-collection--info-title {
    font-size: 1.125rem !important;
    font-weight: 600;
  }
}
.t-bg-collection .t-collection--info .t-collection--info-description-text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 576px) {
  .t-bg-collection .t-collection--info .t-collection--info-description-text {
    margin-top: 0.5rem;
  }
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate {
  min-height: 65px;
  margin-bottom: 1.25rem;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .tainacan-interface-more, .t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .tainacan-interface-less {
  color: #a5a5a5;
  white-space: nowrap;
  opacity: 0.75;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story {
  height: auto;
  margin-bottom: 2rem;
}

.absolute-center, .collection-header--share .btn .tainacan-icon, .collection-header--share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.collection-header--share {
  width: 35px;
  height: 35px;
  left: 94.833333%;
  top: -2px;
}
@media only screen and (max-width: 1526px) {
  .collection-header--share {
    margin-right: 4.1666666667%;
    margin-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 576px) {
  .collection-header--share {
    left: 90.833333%;
  }
}
.collection-header--share .btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: -10;
  cursor: pointer;
  transition: opacity 0.3s, z-index 0.3s, transform 0.3s;
  transform: translateX(0);
  color: #2c2d2d;
}
.collection-header--share .btn .tainacan-icon {
  font-size: 1.4rem;
  transition: color 0.3s;
  color: #2c2d2d;
  margin-top: -0.05rem;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-share {
  left: 45%;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-telegram {
  margin-top: 0.1rem;
  margin-left: -0.01rem;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-whatsapp {
  margin-top: 0rem;
}
.collection-header--share .btn.trigger {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s;
}
.collection-header--share .rotater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.collection-header--share .rotater a {
  color: #2c2d2d;
}
.collection-header--share.active .btn {
  opacity: 1 !important;
  z-index: 50;
}

.rotater:nth-child(1) {
  transform: rotate(-67.5deg);
}

.collection-header--share.active .rotater:nth-child(1) .btn-icon {
  transform: translateX(-4em) rotate(67.5deg);
}

.rotater:nth-child(2) {
  transform: rotate(-22.5deg);
}

.collection-header--share.active .rotater:nth-child(2) .btn-icon {
  transform: translateX(-4em) rotate(22.5deg);
}

.rotater:nth-child(3) {
  transform: rotate(22.5deg);
}

.collection-header--share.active .rotater:nth-child(3) .btn-icon {
  transform: translateX(-4em) rotate(-22.5deg);
}

.rotater:nth-child(4) {
  transform: rotate(67.5deg);
}

.collection-header--share.active .rotater:nth-child(4) .btn-icon {
  transform: translateX(-4em) rotate(-67.5deg);
}

.rotater:nth-child(5) {
  transform: rotate(112.5deg);
}

.collection-header--share.active .rotater:nth-child(5) .btn-icon {
  transform: translateX(-4em) rotate(-112.5deg);
}

.rotater:nth-child(6) {
  transform: rotate(157.5deg);
}

.collection-header--share.active .rotater:nth-child(6) .btn-icon {
  transform: translateX(-4em) rotate(-157.5deg);
}

.rotater:nth-child(7) {
  transform: rotate(202.5deg);
}

.collection-header--share.active .rotater:nth-child(7) .btn-icon {
  transform: translateX(-4em) rotate(-202.5deg);
}

.rotater:nth-child(8) {
  transform: rotate(247.5deg);
}

.collection-header--share.active .rotater:nth-child(8) .btn-icon {
  transform: translateX(-4em) rotate(-247.5deg);
}

footer.tainacan-footer {
  background-color: #2c2d2d;
  color: white;
}
footer.tainacan-footer a {
  color: #9f9f9f;
}
footer.tainacan-footer a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer .tainacan-footer-area-separator {
  background-color: var(--tainacan-interface--link-color, #187181);
}
@media only screen and (max-width: 991px) {
  footer.tainacan-footer .tainacan-footer-widgets-area {
    margin: 0 4.1666666667%;
    margin: 0 4.1666666667vw;
  }
}
@media only screen and (min-width: 992px) {
  footer.tainacan-footer .tainacan-footer-widgets-area {
    margin: 0 8.3333333333%;
    margin: 0 8.3333333333vw;
  }
}
footer.tainacan-footer .tainacan-footer-widgets-area nav {
  border: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol {
  list-style: inside;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li {
  color: white;
  margin-bottom: 0.875rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li.tainacan-side h6,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li.tainacan-side h6 {
  font-size: 1.125rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li p .fiber,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li p .fiber {
  font-size: 0.5625rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #9f9f9f;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li a:hover,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area h1,
footer.tainacan-footer .tainacan-footer-widgets-area h2,
footer.tainacan-footer .tainacan-footer-widgets-area h3,
footer.tainacan-footer .tainacan-footer-widgets-area h4,
footer.tainacan-footer .tainacan-footer-widgets-area h5,
footer.tainacan-footer .tainacan-footer-widgets-area h6 {
  color: white;
  font-size: 1.125rem !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery {
  display: flex;
  flex-wrap: wrap;
  max-height: 485px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-item {
  margin: 5px !important;
  width: auto !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-item img {
  border: none !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-caption {
  display: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery br {
  display: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .image {
  max-width: 100%;
  height: auto;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group {
  background: white;
  padding: 0rem;
  align-items: center;
  height: 2.5rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group .btn {
  border-radius: 0px;
  border-color: #dbdbdb;
  min-height: 40px;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group .btn:hover {
  color: #373839;
}
footer.tainacan-footer .tainacan-footer-widgets-area .form-control {
  height: 100%;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #898d8f;
  padding-right: 2rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .form-control:focus {
  color: #373839;
  box-shadow: none;
  border: 1px solid #505253 !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls {
  background: #f2f2f2;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 0.75rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.75rem;
  column-count: 2;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls label {
  white-space: normal;
  display: flex;
  color: #373839;
  align-items: center;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls label input {
  margin-right: 0.5rem;
}
footer.tainacan-footer .tainacan-footer-info {
  font-size: 0.875rem;
  width: auto;
}
@media only screen and (max-width: 991px) {
  footer.tainacan-footer .tainacan-footer-info {
    margin: 0 4.1666666667%;
    margin: 0 4.1666666667vw;
  }
}
@media only screen and (min-width: 992px) {
  footer.tainacan-footer .tainacan-footer-info {
    margin: 0 8.3333333333%;
    margin: 0 8.3333333333vw;
  }
}
footer.tainacan-footer .tainacan-footer-info .tainacan-footer-info--blog {
  font-weight: 400;
  margin-bottom: 2rem;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-footer-info--logo {
  width: 120px;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered {
  font-weight: 400;
  color: #a5a5a5;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered a {
  color: #f9f9f9;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer.tainacan-footer-colored {
  background-color: var(--tainacan-interface--link-color, #187181);
}
footer.tainacan-footer.tainacan-footer-colored a {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-info .tainacan-powered {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-light {
  background-color: #f2f2f2;
}
footer.tainacan-footer.tainacan-footer-light .text-white {
  color: #373839 !important;
}
footer.tainacan-footer.tainacan-footer-light a {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light a:hover {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li a:hover,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li a:hover {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered a {
  color: #222;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered a:hover {
  color: black;
}

footer .wp-block-group ul {
  padding-inline-start: 1rem;
}

.tainacan-grid-container {
  min-height: 50vh;
  padding: 0px 4.166666667% 24px 4.166666667%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 285px);
  grid-gap: 0px;
  justify-content: space-evenly;
  animation-name: appear;
  animation-duration: 0.5s;
}
.tainacan-grid-container .row {
  justify-content: space-around;
}
.tainacan-grid-container .col {
  flex-grow: 0;
}
.tainacan-grid-container .tainacan-grid-item {
  width: 255px;
  margin: 12px 15px 24px 15px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item.skeleton {
  width: 255px;
  height: 295px;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail {
  width: 255px;
  height: 255px;
  max-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  display: block;
  position: relative;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail .skeleton {
  width: 255px;
  height: 255px;
  position: absolute;
  z-index: -1;
  background-color: #e0e0e0;
  bottom: 0;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail img {
  width: 255px;
  height: 255px;
  height: auto;
  border-radius: 0px;
  margin-bottom: -5px;
  visibility: hidden;
}
.tainacan-grid-container .tainacan-grid-item:hover {
  background-color: #dbdbdb;
}
.tainacan-grid-container .tainacan-grid-item:hover .metadata-title {
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title {
  flex-shrink: 0;
  padding: 0.6rem 1.5rem;
  text-align: left;
  position: relative;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title p {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title p a,
.tainacan-grid-container .tainacan-grid-item .metadata-title p a:hover {
  color: #1d1d1d !important;
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title .slideshow-icon {
  border: none;
  background: none;
  box-shadow: none;
  color: var(--tainacan-info-color) !important;
  position: absolute;
  right: 7px;
  top: 9px;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.tainacan-grid-container .tainacan-grid-item:hover .slideshow-icon, .tainacan-grid-container .tainacan-grid-item:focus .slideshow-icon {
  transform: scale(1);
}

.page-header-taxonomy {
  border: 0;
  display: flex;
  height: 300px;
  margin: 0;
  position: relative;
  overflow-y: auto;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
  .page-header-taxonomy {
    height: 37.5%;
    height: 37.5vw;
  }
  .page-header-taxonomy .page-header-share {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy {
    height: auto;
  }
}
.page-header-taxonomy > .container-fluid {
  margin-left: 0 !important;
  max-width: calc(100vw - 4.166667%);
  max-width: 95.833333vw;
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid {
    margin: 0;
    max-width: 100%;
    max-width: 100vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-image {
  height: 100%;
  width: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-image {
    height: 37.5%;
    height: 37.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-image {
    height: auto;
    width: 100%;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
  margin: 35px 0 24px 4.1666666667%;
  margin: 35px 0 24px 4.1666666667vw;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
    margin-top: 24px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: 8.333333%;
    margin-right: 8.333333%;
    margin-left: 8.333333vw;
    margin-right: 8.333333vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title {
  width: 100%;
  border-color: var(--tainacan-interface--link-color, #187181) !important;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title .page-header-title {
  color: #062a57;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title .page-header-back {
  font-size: 0.875rem;
  display: flex;
  align-self: center;
  margin-bottom: 0.2rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights {
  margin-top: 24px;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights {
    margin-top: 14px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding: 0 4.1666666667% 0 0;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description {
    font-size: 0.75rem;
    padding-right: 0;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description a {
  color: var(--tainacan-interface--link-color, #187181);
  font-size: inherit;
  font-weight: 400;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term .tainacan-interface-more-term, .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term .tainacan-interface-less-term {
  color: #4f4f4f;
  white-space: nowrap;
  opacity: 0.75;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term.full-story {
  height: auto;
  margin-bottom: 2rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
  white-space: nowrap;
  min-width: 110px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
    margin-top: 24px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons:not(:last-child) {
    width: 20%;
  }
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons {
    width: 50%;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
@media only screen and (min-width: 769px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons:not(:last-child) {
    margin-bottom: 22px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .icon-export {
  background-color: var(--tainacan-interface--link-color, #187181);
  color: #fff;
  border-radius: 100%;
  padding: 0.282rem 0.4rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-link:hover {
  text-decoration: none;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-link .share-images {
  width: 28px;
  height: 28px;
}

.page-header-taxonomy--height-auto {
  height: auto;
}

.tainacan-single-post .aside-thumbnail,
.tainacan-single-post.aside-thumbnail {
  margin-left: 200px;
}
.tainacan-single-post .aside-thumbnail p,
.tainacan-single-post.aside-thumbnail p {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}
.tainacan-single-post .aside-thumbnail h1,
.tainacan-single-post.aside-thumbnail h1 {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin: 0 60px 0 0px;
  padding-top: 0;
}
@media screen and (max-width: 1526px) {
  .tainacan-single-post .aside-thumbnail,
  .tainacan-single-post.aside-thumbnail {
    margin-left: calc(4.166667% + 165px);
  }
}
@media screen and (max-width: 768px) {
  .tainacan-single-post .aside-thumbnail,
  .tainacan-single-post.aside-thumbnail {
    margin-left: calc(4.166667% + 115px);
  }
}

.title-content-items {
  font-size: 1.125rem !important;
  font-weight: 500;
  color: var(--tainacan-interface--link-color, #187181);
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  margin-left: 4.1666666667vw;
  margin-right: 4.1666666667vw;
  margin-bottom: 2rem;
  padding-top: 0;
}

.single-item-collection-banner {
  margin-left: -4.16666667%;
  margin-right: -4.1666667%;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  margin-top: -2rem;
  position: relative;
  width: 100%;
  width: 100vw;
}
.single-item-collection-banner > div {
  padding: 8px 4.16666667% 12px 4.16666667%;
  padding: 8px calc((100vw - 1400px) / 2) 12px calc((100vw - 1400px) / 2);
}
.single-item-collection-banner .t-bg-collection {
  min-height: 4.16666667%;
  min-height: 4.16666667vw;
  position: relative;
}
.single-item-collection-banner .collection-name {
  color: white;
  margin-bottom: -2px;
  margin-top: 38px;
}
.single-item-collection-banner .collection-name a {
  color: white;
}
.single-item-collection-banner .item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single-item-collection-banner .item-title p, .single-item-collection-banner .item-title h1 {
  display: inline-block;
}
.single-item-collection-banner .collection-thumbnail {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9;
}
.single-item-collection-banner .collection-thumbnail img {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .single-item-collection-banner .collection-thumbnail img {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .single-item-collection-banner .collection-thumbnail img {
    top: -45px;
    height: 110px;
    width: 110px;
  }
}
.single-item-collection-banner .collection-thumbnail .image-placeholder {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .single-item-collection-banner .collection-thumbnail .image-placeholder {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
  .single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .single-item-collection-banner .collection-thumbnail .image-placeholder {
    top: -45px;
    height: 110px;
    width: 110px;
  }
  .single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2rem !important;
  }
}
.single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
  font-size: 3rem;
}
.single-item-collection-banner .collection-header--share {
  position: absolute;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  top: initial;
}
.single-item-collection-banner .collection-header--share .btn {
  max-width: 35px;
  border: 2px solid white;
  background: #2c2d2d;
}
.single-item-collection-banner .collection-header--share .btn .tainacan-icon {
  color: white;
  font-size: 1.25rem;
}
.single-item-collection-banner .collection-header--share .icons {
  position: relative;
  top: 50%;
}

.single-item-collection {
  min-height: 10vh;
  position: relative;
}
.single-item-collection .tainacan-media-component {
  --swiper-navigation-color: var(--tainacan-interface--link-color, #187181);
}
.single-item-collection .tainacan-item-file-download {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  border-radius: 24px;
  width: 36px;
  height: 36px;
  bottom: 0px;
  right: calc(50% - 18px);
  cursor: pointer;
  font-size: 0;
  background-color: var(--tainacan-interface--link-color, #187181);
  color: white;
  transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
}
.single-item-collection .tainacan-item-file-download a {
  height: 38px;
  width: 38px;
  display: block;
  position: relative;
  z-index: 99;
  padding: 0;
}
.single-item-collection .tainacan-item-file-download::after {
  position: relative;
  top: -38px;
  display: inline-block;
  font: normal normal normal 20px/1 "TainacanIcons";
  font-size: 1.25rem !important;
  line-height: 2.25rem;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  text-transform: none !important;
  letter-spacing: normal !important;
  content: "download";
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-item-collection .single-item-collection--document {
  position: relative;
  color: black;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  min-height: 10vh;
}
.single-item-collection .single-item-collection--document img {
  width: auto;
}
.single-item-collection .single-item-collection--document:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.single-item-collection .single-item-collection--document > iframe {
  display: block;
  margin: 0 auto;
  border: none;
}
.single-item-collection .single-item-collection--document img.attachment-large {
  display: block;
  height: auto;
  margin: 0 auto;
  border: none;
}
.single-item-collection .single-item-collection--document > audio {
  width: 95%;
}
.single-item-collection .single-item-collection--document > iframe {
  min-height: 10vh;
}
.single-item-collection .single-item-collection--document > .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed {
  width: 100%;
  height: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-has-aspect-ratio {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 2 / 1); /* Default to 2:1 aspect ratio. */
  margin-left: auto;
  margin-right: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-21-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 21 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-18-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 18 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-16-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 16 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-4-3 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 4 / 3);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-1-1 {
  max-width: var(--tainacan-media-main-carousel-height, 60vh);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-3-4 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 3 / 4);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-9-16 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 9 / 16);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-1-2 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 1 / 2);
}
.single-item-collection .single-item-collection--document .document-metadata {
  text-align: center;
  width: 100%;
  display: block;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-name .document-metadata__name {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-description .document-metadata__description {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-caption .document-metadata__caption {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata__name {
  font-size: 1em;
  font-weight: bold;
  color: var(--tainacan-label-color, #373839);
}
.single-item-collection .single-item-collection--document .document-metadata__caption {
  font-size: 0.9375em;
  color: var(--tainacan-input-color, #1d1d1d);
}
.single-item-collection .single-item-collection--document .document-metadata__caption {
  font-size: 0.875em;
  color: var(--tainacan-info-color, #505253);
}
.single-item-collection .single-item-collection--attachments-prev,
.single-item-collection .single-item-collection--attachments-next {
  position: absolute;
  display: block;
  height: 33px;
  width: 45px;
  line-height: 0px;
  font-size: 3.75rem;
  color: var(--tainacan-interface--link-color, #187181);
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.single-item-collection .single-item-collection--attachments-prev {
  left: -50px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--attachments-prev {
    right: -40px;
  }
}
.single-item-collection .single-item-collection--attachments-next {
  right: -50px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--attachments-next {
    right: -40px;
  }
}
.single-item-collection .single-item-collection--gallery {
  margin-bottom: 24px;
}
.single-item-collection .single-item-collection--gallery .tainacan-content {
  margin: 0;
}
.single-item-collection .single-item-collection--gallery .tainacan-content img {
  max-height: 60vh;
  width: auto;
}
.single-item-collection .single-item-collection--gallery .tainacan-content video {
  width: auto;
}
.single-item-collection .single-item-collection--gallery .tainacan-content iframe {
  min-height: 200px;
  height: 60vh;
}
.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-next .tainacan-icon-arrowright::before {
  content: "next";
}
.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-prev .tainacan-icon-arrowleft::before {
  content: "previous";
}
.single-item-collection .single-item-collection--gallery-items {
  font-weight: normal;
  transition: font-weight 0.3s ease;
}
.single-item-collection .single-item-collection--gallery-items img {
  border-bottom: 4px solid transparent;
  margin-bottom: 4px;
  transition: border 0.3s ease;
}
.single-item-collection .tainacan-media-component {
  --tainacan-media-background: white;
}
.single-item-collection .single-item-collection--attachments-file:hover .tainacan-item-file-download,
.single-item-collection .tainacan-media-component__swiper-main .swiper-slide:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.single-item-collection .single-item-collection--attachments-file:hover .tainacan-item-file-download a,
.single-item-collection .tainacan-media-component__swiper-main .swiper-slide:hover .tainacan-item-file-download a {
  background-color: transparent;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file {
  margin: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  word-break: break-word;
  font-size: 0.875em;
  padding: 0 14px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
  .single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file {
    margin: 10px 0;
  }
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img {
  width: 125px;
  height: 125px;
  display: inline-block;
  object-fit: cover;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img:focus,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img:focus {
  outline: none;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  word-break: break-word;
  line-height: 1.5rem;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:focus,
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:hover,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:focus,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:hover {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .attachment-without-image img,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .attachment-without-image img {
  padding: 36px;
  background-color: #dbdbdb;
  object-fit: contain;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .item-card--thumbnail,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .item-card--thumbnail {
  margin: 0 0 4px 0 !important;
}
.single-item-collection .single-item-collection--information .card {
  background-color: transparent;
  box-shadow: none;
}
.single-item-collection .single-item-collection--information .card .item-card--thumbnail {
  height: auto;
  max-width: 250px;
  padding: 0;
}
.single-item-collection .single-item-collection--information .card h3 {
  color: #000;
  font-size: 0.875rem !important;
  font-weight: 700;
}
.single-item-collection .single-item-collection--information .card p {
  color: #000;
  font-size: 0.75rem;
}
.single-item-collection .single-item-collection--information .card .item-card-link--sharing {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.single-item-collection .single-item-collection--information .card .item-card-link--sharing img {
  padding: 0;
  max-width: 100%;
  width: 30px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata {
  height: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .card {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata > div,
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-metadatum {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-item-collection .single-item-collection--information .s-item-collection--metadata {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 3.5rem;
    column-rule: none;
  }
}
@media only screen and (min-width: 1366px) {
  .single-item-collection .single-item-collection--information .s-item-collection--metadata {
    -moz-column-count: 3;
    -moz-column-gap: 5rem;
    -moz-column-rule: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 5rem;
    -webkit-column-rule: none;
    column-count: 3;
    column-gap: 4rem;
    column-rule: none;
  }
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h3 {
  color: #1d1d1d;
  font-size: 0.875rem !important;
  font-weight: 700;
  padding-right: 1rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h3:first-of-type:last-of-type {
  display: inline-block;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h4,
.single-item-collection .single-item-collection--information .s-item-collection--metadata label {
  color: #373839;
  font-size: 0.85rem !important;
  font-weight: 500;
  padding-right: 0.875rem;
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h4:first-of-type:last-of-type,
.single-item-collection .single-item-collection--information .s-item-collection--metadata label:first-of-type:last-of-type {
  display: inline-block;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata p {
  color: #000;
  word-wrap: break-word;
  font-size: 0.75rem;
  font-weight: 400;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata p:empty {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata iframe {
  border: none;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .multivalue-separator {
  color: #a5a5a5;
  margin: 0 8px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .hierarchy-separator {
  color: #a5a5a5;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-compound {
  margin-bottom: 1rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-geocoordinate > div {
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-compound .multivalue-separator,
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-textarea .multivalue-separator {
  display: block;
  max-height: 1px;
  width: 45%;
  background: #a5a5a5;
  content: none;
  color: transparent;
  margin: 0.875rem auto;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group {
  width: 100%;
  padding-left: 1.5rem;
  border-left: 1px solid #dbdbdb;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group .label {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group p {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group > .multivalue-separator {
  margin: 0.5em auto 1em -1.5em;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group > .tainacan-compound-metadatum {
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header {
  display: flex;
  align-items: center;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header img {
  margin-right: 12px;
  max-width: 28px;
  max-height: 28px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header .label {
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum {
  padding-left: 40px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum .label {
  font-size: 0.8125em !important;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 2px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group > .multivalue-separator {
  display: block;
  max-height: 1px;
  width: calc(100% - 40px);
  background: var(--tainacan-gray2);
  content: none;
  color: transparent;
  margin: 0.5em 0 0.5em 40px;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-carousel-related-items h3 {
  font-size: 1rem !important;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-carousel-related-items p {
  font-size: 0.875rem;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-dynamic-items-list {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.single-item-collection--section-metadata--layout-tabs {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 4.16667vw 0 4.16667vw;
}
.single-item-collection--section-metadata--layout-tabs .tainacan-metadata-section {
  display: none;
  padding: 2rem 4.16667vw 1rem 4.16667vw;
  border-top: 1px solid #a5a5a5;
}
.single-item-collection--section-metadata--layout-tabs label {
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
  opacity: 0.85;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.2s ease;
}
.single-item-collection--section-metadata--layout-tabs label h1, .single-item-collection--section-metadata--layout-tabs label h2, .single-item-collection--section-metadata--layout-tabs label h3, .single-item-collection--section-metadata--layout-tabs label h4 {
  font-size: 1rem !important;
  margin: 0.75rem 1.5rem;
}
.single-item-collection--section-metadata--layout-tabs label:hover {
  opacity: 1;
}
.single-item-collection--section-metadata--layout-tabs input {
  position: absolute;
  opacity: 0;
}
.single-item-collection--section-metadata--layout-tabs input:checked + label {
  opacity: 1;
  border-bottom-color: var(--tainacan-interface--link-color, #187181);
}
.single-item-collection--section-metadata--layout-tabs input:checked + label + .tainacan-metadata-section {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-item-collection--section-metadata--layout-tabs label {
    width: auto;
  }
  .single-item-collection--section-metadata--layout-tabs .tainacan-metadata-section {
    order: 99;
  }
}

.single-item-collection--section-metadata--layout-collapses,
.single-item-collection--section-metadata--layout-accordion {
  box-sizing: border-box;
  padding: 0 4.16667vw 0 4.16667vw;
}
.single-item-collection--section-metadata--layout-collapses .tainacan-metadata-section,
.single-item-collection--section-metadata--layout-accordion .tainacan-metadata-section {
  display: none;
  padding: 2rem 4.16667vw 1rem 4.16667vw;
  border-bottom: 1px solid #a5a5a5;
}
.single-item-collection--section-metadata--layout-collapses label,
.single-item-collection--section-metadata--layout-accordion label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0.85;
  border-bottom: 1px solid #a5a5a5;
  transition: opacity 0.2s ease;
}
.single-item-collection--section-metadata--layout-collapses label h1, .single-item-collection--section-metadata--layout-collapses label h2, .single-item-collection--section-metadata--layout-collapses label h3, .single-item-collection--section-metadata--layout-collapses label h4,
.single-item-collection--section-metadata--layout-accordion label h1,
.single-item-collection--section-metadata--layout-accordion label h2,
.single-item-collection--section-metadata--layout-accordion label h3,
.single-item-collection--section-metadata--layout-accordion label h4 {
  font-size: 1rem !important;
  margin: 0.75rem 1.5rem 0.75rem 2.25rem;
}
.single-item-collection--section-metadata--layout-collapses label .tainacan-icon,
.single-item-collection--section-metadata--layout-accordion label .tainacan-icon {
  color: var(--tainacan-interface--link-color, #187181);
  position: absolute;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.single-item-collection--section-metadata--layout-collapses label:hover,
.single-item-collection--section-metadata--layout-accordion label:hover {
  opacity: 1;
  border-bottom: 1px solid #dbdbdb;
}
.single-item-collection--section-metadata--layout-collapses input,
.single-item-collection--section-metadata--layout-accordion input {
  position: absolute;
  opacity: 0;
}
.single-item-collection--section-metadata--layout-collapses input:checked + label,
.single-item-collection--section-metadata--layout-accordion input:checked + label {
  opacity: 1;
}
.single-item-collection--section-metadata--layout-collapses input:checked + label .tainacan-icon,
.single-item-collection--section-metadata--layout-accordion input:checked + label .tainacan-icon {
  transform: rotate(90deg);
}
.single-item-collection--section-metadata--layout-collapses input:checked + label + .tainacan-metadata-section,
.single-item-collection--section-metadata--layout-accordion input:checked + label + .tainacan-metadata-section {
  display: block;
}

#breadcrumb-single-item-pagination {
  font-size: 0.875rem;
  height: 1.3rem;
}
#breadcrumb-single-item-pagination .pagination {
  margin-bottom: 0;
  padding: 0;
}
#breadcrumb-single-item-pagination .pagination:last-child {
  padding: 0 6px;
}
#breadcrumb-single-item-pagination .pagination a span {
  display: none;
}
#breadcrumb-single-item-pagination .pagination a:hover {
  text-decoration: none;
}

#item-single-navigation {
  flex-wrap: nowrap;
  flex-grow: 2;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  #item-single-navigation {
    max-width: 100%;
  }
}
@media screen and (max-width: 986px) {
  #item-single-navigation {
    max-width: 66%;
  }
}
#item-single-navigation .pagination {
  max-width: 50%;
  flex-basis: 50%;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0 12px;
}
#item-single-navigation .pagination:first-child {
  justify-content: flex-end;
}
#item-single-navigation .pagination:first-child a {
  justify-content: flex-end;
}
#item-single-navigation .pagination:last-child {
  justify-content: flex-start;
}
#item-single-navigation .pagination:last-child a {
  justify-content: flex-start;
}
#item-single-navigation .pagination:not(:last-child):not(:first-child) {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
#item-single-navigation .pagination span {
  max-width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#item-single-navigation a {
  position: relative;
  left: 0;
  transition: left 0.3s ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
#item-single-navigation a:hover {
  text-decoration: none;
}
#item-single-navigation a[rel=prev]:hover {
  left: -7px;
}
#item-single-navigation a[rel=next]:hover {
  left: 7px;
}
#item-single-navigation a.has-small-thumbnail img {
  height: 38px;
  width: auto;
  margin: 0.5rem;
}
#item-single-navigation a.has-large-thumbnail > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#item-single-navigation a.has-large-thumbnail img {
  height: 170px;
  width: auto;
  margin: 0.5rem;
}
@media screen and (max-width: 768px) {
  #item-single-navigation a.has-large-thumbnail img {
    height: 84px;
  }
}

.tainacan-modal,
.theme-items-list,
.vue-tooltip-theme {
  --tainacan-secondary: var(--tainacan-interface--link-color, #187181);
  --tainacan-primary: var(--tainacan-interface--tooltip-color, #e6f6f8);
}

.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, 446px);
  grid-gap: 30px;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-name {
  font-size: 1.125rem !important;
  padding-left: 1rem;
  padding-top: 0.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-description p {
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-children-link a {
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-items-link a {
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-thumbnail {
  float: right;
  margin-bottom: 0;
  width: 136px !important;
  height: 136px !important;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-name {
  margin-bottom: 0.25rem;
  font-size: 1.125rem !important;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-children-link a {
  margin-bottom: 1.5rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-items-link a {
  margin-bottom: 1.5rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-thumbnail {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.tainacan-taxonomy-terms-list-container table .term-description {
  width: 48%;
}

.tainacan-taxonomies-pagination-links {
  text-align: end;
}

/*
    gutenberg blocks override
*/
.post .wp-block-image.aligncenter {
  margin: auto;
}

@media (max-width: 980px) {
  .post .wp-block-image img {
    width: 100% !important;
    height: auto !important;
  }
}

.layout.no-left-padding .title {
  position: relative;
}

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