.edit-button { width: clamp(60px, 10vw, 100px); position: fixed; z-index: 700; top: 150px; left: 2rem; background: #000; border: solid 2px var(--color-red); border-radius: 5px; padding: 5px 10px; color: #fff; display: flex; gap: 5px; } .search_form { width: 100% } .results-list { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 2rem; } .results-list li { display: flex; background-color: rgba(0,0,0,.6); padding: 1rem; border: solid 1px var(--color-border-gray); gap: 1rem; } .results-list li .entry-img { width: 150px; min-width: 150px; height: 150px; background-image: var(--bgthumbnail); background-size: contain; } .results-list li .entry-summary h2{ line-height: 110%; display: block; margin-bottom: 1rem; } .results-list li .entry-summary p{ font-size: 12px; } .results-list li .entry-summary a { margin-left: auto; } .search_body { width: 100%; padding: 50px var(--lateral); } .pagination { width: 100%; display: flex; justify-content: center; padding: 3rem 0; } .pagination .page-numbers { padding: 10px; border: solid thin var(--color-border-gray); transition: all 250ms; } .pagination .page-numbers:hover { background-color: var(--red); } .masonry { width: 100%; display: block; } .masonry_item { width: 20%; min-width: 200px; position: inherit; padding: 10px; } .masonry_img { max-width: 100%; height: auto; } .wp-lightbox-overlay .scrim { background-color: rgba(0,0,0,.6) !important; backdrop-filter: blur(20px) saturate(0); } .wp-block-embed-youtube iframe { width: 100%; height: auto; aspect-ratio: 16/9; } pre.wp-block-verse { overflow: auto; white-space: pre-wrap; font-size: 1rem; background-color: rgba(255, 255, 255, .1); padding: 1rem; font-style: italic; } .heading-sticky { position: sticky; top: 0; z-index: 400; } .texto_aside_obra { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 5rem; } .texto_aside_obra_title { width: 100%; text-align: center; } .texto_aside_obra_title a { display: block; font-size: 1.4rem; } .texto_aside_obra > a { width: 100%; max-width: 400px } .texto_aside_obra img { width: 100%; height: auto; box-shadow: 0 0 80px #ffffff21; } .content_aside_opus .btn { margin-inline: auto } .lastOpus { width: 100%; min-height: 100vh; justify-content: space-between; } .lastOpus_area { height: 100%; flex: 1 1 50%; max-width: 700px } .lastOpus_area.book { aspect-ratio: 35/40; position: relative; isolation: isolate; } .lastOpus_area.book:after { content: ""; position: absolute; width: 100%; height: auto; aspect-ratio: 1; top: 50%; z-index: -1; left: 50%; translate: -50% -50% 0; background-color: #420d0d; border-radius: 50%; filter: blur(50px); pointer-events: none; } .lastOpus_area img { width: auto; max-width: 100%; height: auto; max-height: 70vh; margin: 0 auto; padding: 2rem } .lastOpus_title { font-size: clamp(1.625rem, 3vw, 3vw) } .lastOpus_text { font-size: clamp(1rem, 1.5vw, 1.25rem); padding: 2rem 0; color: var(--color-footer-gray) } .lastTexts { width: 100%; height: auto; margin-top: 50px } .lastTexts_quote { flex: 1 1 400px } .lastTexts_grid { flex: 1 1 400px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem } .lastTexts blockquote { position: -webkit-sticky; position: sticky; top: 50vh; transform: translateY(-50%); font-family: "Lora", serif; font-size: clamp(1.625rem, 3vw, 3.125rem); font-style: italic; text-align: center } .lastTexts blockquote cite { display: none } .lastTexts blockquote::before, .lastTexts blockquote::after { font-family: "Lora", serif; font-size: 20vw; font-style: italic; position: absolute; opacity: .2 } .lastTexts blockquote::before { content: "“"; top: 0px; left: 0px; line-height: 1 } .lastTexts blockquote::after { content: "”"; right: 0; bottom: 0; line-height: 0 } .lastPosts { min-height: 80vh } .lastPosts_block { width: 100%; gap: 2rem } #pathback { position: absolute; left: 0; top: 0; width: 100%; z-index: 999 } .text { padding: 2rem } .spy { width: var(--lateral); position: fixed; z-index: 750; left: 0; bottom: 0; padding: 2rem } .spy>a { display: block; width: 20px; height: 20px; margin: var(--spy-lm, 10px auto); border-radius: 50%; background-color: var(--color-border-gray); outline: solid rgba(255, 255, 255, .6) 0; transition: background-color .4s ease, transform .3s ease } .spy>a:hover { -webkit-animation: pulse-white 2s infinite; animation: pulse-white 2s infinite } .spy>a:active, .spy>a:focus { transform: scale(0.8) } .spy>a.focus { background-color: var(--color-red) } @-webkit-keyframes pulse-white { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .7) } 70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) } } @keyframes pulse-white { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .7) } 70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) } } #spotlight { position: absolute; z-index: 700; width: 300px; height: 300px; border: solid 1px gray; border-radius: 50%; transform: translate(-50%, -50%) } .columns { width: 100%; -moz-columns: 3; columns: 3; -moz-column-gap: 40px; column-gap: 40px; -moz-column-width: 300px; column-width: 300px; } .opus_content hr { opacity: .4; margin: 3rem 0; } .opus_content iframe { width: 100%; height: auto; aspect-ratio: 16/9; } .opus_aside { width: 100%; max-width: 400px; display: block; } figure img { margin: 0 !important; } figcaption { font-size: 0.8rem; } .inColumns { width: 100%; -moz-columns: 3; columns: 3; -moz-column-gap: 40px; column-gap: 40px; -moz-column-width: 300px; column-width: 300px } .cards-blocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 2rem; } .cards-blocks_item { border: solid 1px var(--color-border-gray); padding: 1rem; position: relative; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; aspect-ratio: 3/2; } .cards-blocks_item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: grayscale(1) brightness(0.7); } .external-meta { display: grid; grid-template-columns: calc(120px + 1rem) 1fr; align-items: center; width: 100%; border: solid 1px var(--color-border-gray); border-radius: 1rem; padding: 1rem 2rem 1rem 1rem; background-color: rgba(255, 255, 255, .1); text-decoration: none !important; overflow: hidden; position: relative; line-height: 1.2; } .external-meta img { width: 120px; height: 100px; object-fit: cover; margin: 0 1rem 0 0; } .external-meta_title { font-family: var(--serif); font-size: 1.2rem; margin: 0 0 .5rem 0 !important; } .external-meta_description { font-size: .8rem; margin: 0 !important; font-weight: 100; color: var(--color-light); } .external-meta i { position: absolute; font-size: 1.5rem; top: .5rem; right: .5rem; } @-webkit-keyframes postshape { from { opacity: 0 } 20% { opacity: 1 } 80% { opacity: 1 } to { stroke-dashoffset: 0; stroke-dasharray: 600 0; opacity: 0 } } @keyframes postshape { from { opacity: 0 } 20% { opacity: 1 } 80% { opacity: 1 } to { stroke-dashoffset: 0; stroke-dasharray: 600 0; opacity: 0 } } .blqimg { width: 100%; max-width: 400px; float: left; } .menu-item-cart { margin: 0 !important; padding: 0 0 0 10px !important; border-left: solid 1px #2d2d2d; } @media only screen and (max-width: 1000px) { } @media only screen and (max-width: 600px) { .home { --mainP: 50px var(--padexp) 2rem; --baseP: 2rem } .spy { width: 100vw; display: flex; height: 50px; top: 0; bottom: inherit; padding: 5px; justify-content: flex-end; align-items: center; --spy-lm: 5px 10px } .footer { position: relative; } } @media only screen and (max-width: 800px) { .header { --nav-show: none } .lastOpus { flex-direction: column-reverse } .lastTexts { flex-direction: column } } @media only screen and (max-width: 500px) { .content_heading { --lateral: var(--padexp); } .content_body { padding: var(--padexp); --padarticle: var(--padexp); } .content_heading { --lateral: var(--padexp); } .content_body { padding: 0; --padarticle: var(--padexp); } } @media screen and (max-width: 900px) and (min-width: 700px) { .opus { flex-flow: row nowrap; } } .grecaptcha-badge { visibility: hidden; }