/*
Theme Name: Ada THEME 26
Theme URI: https://adagostkowska.pl/
Description: Motyw autorski dla adagostkowska.pl. Odtwarza wygląd zmodyfikowanego Gleam bez zależności od Elegant Themes Core, ePanelu i jQuery.
Author: —
Version: 1.0.0
Requires at least: 5.6
Requires PHP: 7.4
Text Domain: ada
Tags: one-column, custom-menu, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Droid+Sans:wght@400;700&family=Oswald:wght@300;400&display=swap');

:root { --bg: #262e31; --panel-border: #0b0d0e; --panel-inset: rgba(158, 205, 215, 0.1); --accent: #65bab3; --link: #43ffe4; --close: #fc092c; --meta-link: #00ff8a; --muted: #74858a; --muted-light: #afc1c6; --panel-w-home: 440px; --panel-w-view: 800px; --panel-top: 77px; --panel-gap: 200px; --footer-h: 47px; --ease: cubic-bezier(0.645, 0.045, 0.355, 1); --t-morph: 600ms; --t-fade: 400ms; --t-menu: 400ms; }
*, *::before, *::after { box-sizing: border-box; }
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, figcaption, footer, header, main, nav, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
img, video, iframe { max-width: 100%; }
img { height: auto; border: 0; }
html { -webkit-text-size-adjust: 100%; }
body { line-height: 19px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; background-color: var(--bg); overflow-x: hidden; }
a { text-decoration: none; color: var(--accent); }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--link); outline-offset: 2px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; line-height: 1; margin-bottom: 10px; font-weight: normal; text-transform: uppercase; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span.fn, span.fn a { color: #fff; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 24px; }
strong, b { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: 'Courier New', monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
del, s { text-decoration: line-through; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
blockquote { margin: 1.5em; padding: 1em; color: #666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
blockquote p { padding-bottom: 0; }
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input.text, input.title, textarea, select { background-color: #fff; border: 1px solid #bbb; padding: 2px; color: #4e4e4e; margin: 0.5em 0; font-family: inherit; font-size: inherit; max-width: 100%; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border-color: #2d3940; color: #3e3e3e; }
textarea { padding: 4px; }
.clear { clear: both; }
br.clear { margin: 0; padding: 0; }
.clearfix::after, .article::after { content: ""; display: block; clear: both; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: #000; color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 10px; top: 10px; }
#et_backgrounds, #et_backgrounds li, #pattern_overlay { position: fixed; inset: 0; overflow: hidden; width: 100%; height: 100%; }
#et_backgrounds { z-index: -50; margin: 0; padding: 0; }
#et_backgrounds li { z-index: -20; background: var(--bg); opacity: 0; transition: opacity var(--t-fade) linear; }
#et_backgrounds li.previous_slide { z-index: -15; }
#et_backgrounds li.active_slide { z-index: -10; opacity: 1; }
#et_backgrounds img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
#pattern_overlay { z-index: -5; background: url(assets/img/overlay_pattern.png); pointer-events: none; }
#et_loader { position: fixed; top: 50%; left: 50%; background: url(assets/img/ajax-loader.gif) no-repeat center; margin: -32px 0 0 -32px; width: 64px; height: 64px; z-index: 60; opacity: 0; visibility: hidden; transition: opacity 300ms linear, visibility 0s linear 300ms; }
body.ada-loading #et_loader { opacity: 1; visibility: visible; transition: opacity 300ms linear; }
#wrapper { position: relative; z-index: 1; min-height: 100vh; }
#main_content { position: absolute; left: 50%; display: flex; flex-direction: column; background: #000000c9; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--panel-border); box-shadow: inset 1px 1px 0 var(--panel-inset), 0 0 30px rgba(0, 0, 0, 0.7); overflow: hidden; padding-top: 2px; width: var(--panel-w-view); margin-left: calc(var(--panel-w-view) / -2); top: var(--panel-top); height: calc(100vh - var(--panel-gap)); transform: translateY(0); transition: width var(--t-morph) var(--ease), margin-left var(--t-morph) var(--ease), top var(--t-morph) var(--ease), height var(--t-morph) var(--ease), transform var(--t-morph) var(--ease), background-image 0s linear var(--t-morph); }
body.ada-home #main_content, body.ada-menu #main_content { background: #000000c9; width: var(--panel-w-home); margin-left: calc(var(--panel-w-home) / -2); top: 50%; height: auto; transform: translateY(-50%); transition: width var(--t-morph) var(--ease), margin-left var(--t-morph) var(--ease), top var(--t-morph) var(--ease), height var(--t-morph) var(--ease), transform var(--t-morph) var(--ease), background-image 0s linear 0s; }
#logo_area { position: relative; padding: 35px 20px 30px; text-align: center; overflow: hidden; max-height: 400px; transition: max-height var(--t-morph) var(--ease), opacity var(--t-fade) linear, padding var(--t-morph) var(--ease); }
#logo_area h1 { font-size: 60px; text-transform: uppercase; margin-bottom: -3px; }
#logo_area h1 a { color: #fff; }
#logo_area h1 a:hover { text-decoration: none; }
#logo_area h1 span { color: #909697; }
#logo_area p { text-transform: uppercase; color: #fff; text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.4); padding-bottom: 0; margin: 28px 0 0; font-weight: 300; font-size: 18px; letter-spacing: 3px; font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; }
body.ada-view #logo_area { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; }
#main_header { flex: 0 0 auto; text-align: center; }
#main_menu { overflow: hidden; max-height: 0; transition: max-height var(--t-menu) var(--ease); }
body.ada-menu #main_menu { max-height: 400px; }
body.ada-view #main_menu { max-height: 0; }
#main_menu ul { display: grid; grid-template-columns: 1fr 1fr; }
#main_menu li { border-top: 1px solid var(--panel-border); border-right: 1px solid var(--panel-border); }
#main_menu li:nth-child(2n) { border-right: none; }
#main_menu li ul { display: none; }
#main_menu a { display: block; text-align: left; font-size: 18px; font-family: 'Droid Sans', Arial, sans-serif; color: #fefefe; text-shadow: 1px 1px 1px #000; background: rgba(0, 0, 0, 0.25) url(assets/img/dropdown_link_bg.png); overflow: hidden; height: 45px; transition: background-color 500ms ease-in; }
#main_menu a:hover, #main_menu a:focus-visible { background-color: var(--accent); text-decoration: none; color: #fff; }
span.main_text, span.menu_slide { display: block; padding: 15px 5px 11px 30px; position: relative; transition: margin-top var(--t-menu) var(--ease); }
#main_menu a:hover span.main_text, #main_menu a:focus-visible span.main_text, #secondary_menu a:hover span.main_text, #secondary_menu a:focus-visible span.main_text { margin-top: -45px; }
#secondary_menu a:hover span.main_text, #secondary_menu a:focus-visible span.main_text { margin-top: calc(-1 * var(--footer-h)); }
#footer_menu { position: fixed; bottom: 0; left: 0; right: 0; min-height: var(--footer-h); width: 100%; background-color: #1b2124; background-image: url(assets/img/footer_bg.png); border-top: 1px solid var(--panel-border); box-shadow: inset 0 1px 0 var(--panel-inset); overflow: hidden; z-index: 20; opacity: 0; transform: translateY(100%); transition: opacity var(--t-fade) linear, transform var(--t-fade) var(--ease); }
#footer_menu::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 120px; background-color: #1b2124; }
body.ada-view #footer_menu { opacity: 1; transform: translateY(0); }
body:not(.ada-view) #footer_menu { pointer-events: none; }
#secondary_menu { margin: 0 auto; display: flex; justify-content: center; }
#secondary_menu ul { display: flex; }
#secondary_menu a { font-size: 18px; font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; color: #fff; display: block; text-transform: uppercase; overflow: hidden; height: var(--footer-h); transition: background-color 500ms ease-in; }
#secondary_menu a span.main_text, #secondary_menu a span.menu_slide { padding: 14px 17px; width: auto; }
#secondary_menu a:hover { text-decoration: none; background: var(--accent); }
#secondary_menu li.current-menu-item a, #secondary_menu li.current-menu-item a:hover { background: #141516; }
#secondary_menu a:hover, #secondary_menu li.current-menu-item a { color: #fff; }
#et_page_content { flex: 1 1 auto; min-height: 0; padding: 46px 46px 66px; overflow-y: auto; overflow-x: hidden; opacity: 1; scrollbar-width: thin; scrollbar-color: rgba(80, 94, 98, 0.6) transparent; transition: opacity var(--t-fade) linear, transform var(--t-fade) var(--ease); }
body.ada-home #et_page_content, body.ada-menu #et_page_content { display: none; }
body.ada-swapping #et_page_content { opacity: 0; transform: translateY(-40px); }
#close_button { position: absolute; top: 0; right: 0; width: 32px; height: 32px; z-index: 6; display: block; opacity: 1; background: var(--close) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") no-repeat center; background-size: 16px 16px; transition: opacity 300ms ease-in-out; }
#close_button:hover { opacity: 0.75; }
body:not(.ada-view) #close_button { display: none; }
body.ada-view #main_content::before, body.ada-view #main_content::after { content: ""; position: absolute; left: 0; width: 100%; pointer-events: none; z-index: 3; }
body.ada-view #main_content::before { top: 2px; height: 53px; background: linear-gradient(to bottom, rgba(11, 13, 14, 0.85), rgba(11, 13, 14, 0)) , url(assets/img/page_content_top.png) repeat-x; }
body.ada-view #main_content::after { bottom: 0; height: 66px; background: linear-gradient(to top, rgba(11, 13, 14, 0.85), rgba(11, 13, 14, 0)) , url(assets/img/page_content_bottom.png) repeat-x; }
#et_page_content::-webkit-scrollbar { width: 19px; }
#et_page_content::-webkit-scrollbar-track { background: #1b2124 url(assets/img/scrollbar_bg.png); border-left: 1px solid var(--panel-border); box-shadow: 0 0 0 1px var(--panel-inset); }
#et_page_content::-webkit-scrollbar-thumb { background: rgba(80, 94, 98, 0.4); border-top: 18px solid transparent; background-clip: padding-box; transition: background 300ms ease-in-out; }
#et_page_content::-webkit-scrollbar-thumb:hover { background: rgba(80, 94, 98, 0.6); }
a.big_arrow { position: fixed; top: 42%; margin-top: -41px; width: 82px; height: 144px; z-index: 15; text-indent: -9999px; overflow: hidden; opacity: 0; visibility: hidden; transition: opacity 500ms linear, transform 500ms var(--ease), visibility 0s linear 500ms; }
#big_arrow_left { background: url(assets/img/big_arrow_left.png) no-repeat; left: calc(50% - 530px); transform: translateX(30px); }
#big_arrow_right { background: url(assets/img/big_arrow_right.png) no-repeat; left: calc(50% + 448px); transform: translateX(-30px); }
body.ada-view a.big_arrow { opacity: 1; visibility: visible; transform: translateX(0); transition: opacity 500ms linear, transform 500ms var(--ease); }
body.ada-view #big_arrow_left:hover { opacity: 0.5; transform: translateX(-15px); }
body.ada-view #big_arrow_right:hover { opacity: 0.5; transform: translateX(15px); }
#small_thumbs { position: fixed; bottom: var(--footer-h); left: 50%; transform: translateX(-50%); padding: 7px 34px; background: #1b2124 url(assets/img/footer_bg.png); border: 1px solid var(--panel-border); border-bottom: none; box-shadow: inset 1px 0 0 var(--panel-inset); z-index: 19; display: none; opacity: 0; transition: opacity 1s linear; }
body.ada-view #small_thumbs.has-thumbs { display: block; opacity: 1; }
#thumb_switcher { display: flex; }
#thumb_switcher li { position: relative; border: 1px solid var(--panel-border); box-shadow: 1px 1px 0 #353f41; margin-right: 8px; opacity: 0.5; transition: opacity 500ms linear; }
#thumb_switcher li:last-child { margin-right: 0; }
#thumb_switcher li:hover, #thumb_switcher li.active_small_slide { opacity: 1; }
#thumb_switcher li img { display: block; }
#thumb_prev, #thumb_next { display: block; position: absolute; top: 20px; width: 14px; height: 24px; text-indent: -9999px; overflow: hidden; }
#thumb_prev { left: 12px; background: url(assets/img/small_slider_left.png) no-repeat; }
#thumb_next { right: 12px; background: url(assets/img/small_slider_right.png) no-repeat; }
#thumb_switcher span.overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7); display: block; }
#breadcrumbs { position: relative; z-index: 4; color: var(--muted-light); font-size: 12px; text-transform: uppercase; text-shadow: 1px 1px 0 #000; margin-bottom: 10px; }
#breadcrumbs a, #breadcrumbs span { color: var(--muted); }
#breadcrumbs a:hover { color: var(--muted-light); text-decoration: none; }
#breadcrumbs span.raquo { margin: 0 4px; }
.title_area { margin-bottom: 15px; margin-top: -10px; }
h1.main_title, #top_title h1 { font-size: 60px; text-transform: uppercase; text-shadow: 0 0 10px rgba(255, 255, 255, 0.6); margin-bottom: -1px; }
#top_title { margin-bottom: 35px; }
#top_title h1 { margin-bottom: -5px; }
p.meta-info, #top_title p, .comment_date { font-size: 14px; color: var(--accent); text-transform: uppercase; text-shadow: 1px 1px 0 #000; padding-bottom: 3px; }
p.meta-info a { color: #c0fffa; }
p.meta-info a:hover { color: #e2fffd; text-decoration: none; }
p.meta { font-size: 14px; text-transform: uppercase; text-shadow: 1px 1px 0 #000; padding-bottom: 10px; line-height: 17px; margin: 10px 0; color: var(--muted-light); }
p.meta a { color: var(--meta-link); }
#content p.meta a { color: var(--meta-link); }
p.meta a:hover { color: #fff; text-decoration: none; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin-bottom: 10px; }
.post-content p { padding-bottom: 15px; font-size: 15px; line-height: 1.8; }
.post-content p iframe { width: 100%; }
.post-content li { padding-bottom: 15px; font-size: 15px; line-height: 1.8; }
.post ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 16px; line-height: 26px; }
.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0 0 23px 16px; line-height: 26px; }
.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0 2px 20px; }
.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol { padding: 2px 0 2px 35px; }
.post-image { position: relative; margin-bottom: 12px; }
.post-image img { display: block; }
.page .post-image, body.single-post .post-image { width: 678px; max-width: 100%; border: 1px solid var(--panel-border); box-shadow: 1px 1px 0 var(--panel-inset); }
.post-image span.overlay, .blog_image span.overlay, .avatar-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7); display: block; pointer-events: none; }
#content a { text-decoration: none; color: var(--link); }
#content a:hover { color: #fff; text-shadow: 0 0 3px rgba(255, 255, 255, 0.7); }
.article { width: 100%; float: none; margin: 0 0 38px; }
.article h2 { margin-bottom: 0; }
.article h2 a:hover { color: #eee; text-decoration: none; }
.blog_image { position: relative; float: right; width: 316px; max-width: 45%; margin: 0 0 12px 24px; border: 1px solid var(--panel-border); box-shadow: 1px 1px 0 var(--panel-inset); overflow: hidden; }
.blog_image img { display: block; width: 100%; }
.blog_image .description { position: absolute; left: 0; bottom: -30px; width: 100%; background: rgba(11, 13, 14, 0.75) url(assets/img/blog_post_overlay.png); padding: 10px 0; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); opacity: 0; transition: opacity 500ms linear, bottom 500ms var(--ease); }
.blog_image:hover .description { opacity: 1; bottom: 0; }
.blog_image .description p { padding: 0 18px; line-height: 19px; }
#comment-wrap { margin-top: 30px; }
.comment-body { position: relative; padding-left: 76px; }
.avatar-box { position: absolute; top: 0; left: 0; border: 1px solid var(--panel-border); box-shadow: 1px 1px 0 var(--panel-inset); }
.avatar-box img { display: block; }
.avatar-overlay { box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.7); }
span.fn { display: block; font-size: 24px; font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; text-transform: uppercase; margin-bottom: 3px; }
.comment { padding: 10px 0; }
.reply-container { text-align: right; }
a.comment-reply-link, #commentform input#submit { display: inline-block; padding: 7px 15px; border: 1px solid #14171a; color: #fff; font-size: 12px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9); border-radius: 10px; box-shadow: inset 0 1px 0 var(--panel-inset); background: linear-gradient(to bottom, #333d42 0%, #2a3237 100%); cursor: pointer; }
a.comment-reply-link:hover { color: #eee; text-decoration: none; }
.commentlist ul.children { padding-left: 76px; }
h3#reply-title { font-size: 36px; }
h1#comments { margin-bottom: 25px; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { width: 40%; }
#commentform textarea { width: 94%; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea { background: rgba(0, 0, 0, 0.25) url(assets/img/comment_bg.png); border: 1px solid #191d1e; padding: 10px 12px; color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9); border-radius: 10px; box-shadow: inset 0 1px 0 var(--panel-inset); }
#commentform .form-submit { overflow: hidden; padding-right: 18px; }
#commentform input#submit { float: right; }
.commentlist #reply-title { border: none; left: 0; padding-left: 0; top: 6px; }
.commentlist #reply-title small { display: block; margin-top: -16px; }
#reply-title small a { font-size: 14px; text-transform: lowercase; font-family: Arial, sans-serif; color: var(--accent); }
#respond, #trackbacks { margin: 18px 0 5px; }
a.small-button, a.big-button, a.icon-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 10px; line-height: 26px; cursor: pointer; }
a.small-button:hover, a.big-button:hover, a.icon-button:hover { text-decoration: none; }
#content a.small-button, #content a.icon-button { padding: 5px 10px 3px; font-weight: bold; font-size: 12px; margin: 0 5px 2px 0; border-radius: 3px; border: 0; line-height: 15px; color: var(--wp--preset--color--white, #fff); text-shadow: none; }
a.smallpink { color: #914d97; background: linear-gradient(to bottom, #e782f1 0%, #d271da 100%); border: 1px solid #b15cb9; }
a.smallpink:hover { color: #753b7a; }
a.smalllightblue { color: #348db6; background: linear-gradient(to bottom, #8edbff 0%, #60cdff 100%); border: 1px solid #51b5e4; }
a.smalllightblue:hover { color: #287295; }
a.smallpurple { color: #653e9a; background: linear-gradient(to bottom, #b279ff 0%, #a35fff 100%); border: 1px solid #8b53d8; }
a.smallpurple:hover { color: #563386; }
#content a.small-button.smallpink { color: #230219; }
#content a.small-button.smalllightblue { color: #03415d; }
#content a.small-button.smallpurple { color: #653e9a; }
.ada-search { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 12px 0; }
.ada-search input[type="search"] { flex: 1 1 220px; background: rgba(0, 0, 0, 0.25) url(assets/img/comment_bg.png); border: 1px solid #191d1e; padding: 8px 12px; color: #fff; border-radius: 10px; box-shadow: inset 0 1px 0 var(--panel-inset); margin: 0; }
.ada-search button { margin: 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 10px 15px; }
.alignleft { float: left; margin: 0 15px 10px 0; }
.alignnone { display: block; }
.wp-caption { max-width: 100%; border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0 10px 10px 0; }
.wp-caption.alignright { margin: 0 0 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; color: #333; }
.gallery { margin: 0 0 20px; text-align: center; }
.gallery .gallery-item { float: none !important; margin: 0 6px 12px !important; text-align: center; width: auto !important; display: inline-block !important; vertical-align: top; }
.gallery dl dt { font-weight: bold; display: inline-block; }
.gallery a { margin: 0 2px; display: inline-block; }
.gallery img { border: 0 !important; display: block; }
.gallery .gallery-caption { color: var(--muted-light); font-size: 11px; }
.sticky, .bypostauthor {  }
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px; }
#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
#wp-calendar a:hover { text-decoration: underline; }
#wp-calendar caption { text-decoration: none; font: bold 13px Arial, sans-serif; }
#wp-calendar td { padding: 3px 5px; color: #9f9f9f; }
#wp-calendar td#today { color: #fff; }
#wp-calendar th { font-style: normal; text-transform: capitalize; padding: 3px 5px; }
.pagination { overflow: hidden; padding: 40px 0 0; clear: both; }
.wp-pagenavi, .page-nav { text-align: center; padding: 18px 0 0; text-shadow: 1px 1px 0 #000; font-size: 30px; color: #6b7272; font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif; }
.wp-pagenavi a, .page-nav a { padding: 5px 7px; margin: 2px; text-decoration: none; border: none; font-weight: normal; color: #fff; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .page-nav .current { padding: 5px 7px; margin: 2px; font-weight: normal; border: none; color: #6b7272; }
#ada_lightbox { position: fixed; inset: 0; margin: 0; padding: 0; border: 0; background: transparent; width: 100%; height: 100%; max-width: 100%; max-height: 100%; overflow: hidden; color: #fff; }
#ada_lightbox::backdrop { background: rgba(11, 13, 14, 0.92); }
#ada_lightbox[open] { display: flex; align-items: center; justify-content: center; }
.ada_lb_figure { position: relative; max-width: 90vw; max-height: 88vh; display: flex; flex-direction: column; align-items: center; opacity: 0; transform: scale(0.97); transition: opacity 300ms linear, transform 300ms var(--ease); }
#ada_lightbox.is-ready .ada_lb_figure { opacity: 1; transform: scale(1); }
.ada_lb_close:hover { opacity: 1; }
.ada_lb_img { display: block; max-width: 90vw; max-height: 78vh; width: auto; height: auto; border: 1px solid var(--panel-border); box-shadow: 0 0 40px rgba(0, 0, 0, 0.8); cursor: pointer; background: var(--bg); }
.ada_lb_caption { margin-top: 12px; font-size: 13px; color: var(--muted-light); text-align: center; text-shadow: 1px 1px 0 #000; max-width: 80vw; }
.ada_lb_counter { color: var(--muted); margin-left: 10px; }
.ada_lb_close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; cursor: pointer; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") no-repeat center; background-size: 24px 24px; opacity: 0.85; transition: opacity 300ms ease-in-out; text-indent: -9999px; overflow: hidden; z-index: 3; }
.ada_lb_nav { position: absolute; top: 50%; margin-top: -72px; width: 82px; height: 144px; border: 0; background-color: transparent; cursor: pointer; text-indent: -9999px; overflow: hidden; opacity: 0.85; transition: opacity 300ms linear, transform 300ms var(--ease); z-index: 3; }
.ada_lb_prev { left: 20px; background: url(assets/img/big_arrow_left.png) no-repeat center; background-size: contain; }
.ada_lb_next { right: 20px; background: url(assets/img/big_arrow_right.png) no-repeat center; background-size: contain; }
.ada_lb_prev:hover { opacity: 1; transform: translateX(-6px); }
.ada_lb_next:hover { opacity: 1; transform: translateX(6px); }
.ada_lb_nav[hidden] { display: none; }
body.ada-lb-open { overflow: hidden; }
body.ada-lb-open #et_page_content { overflow: hidden; }
.ada_lb_spinner { position: absolute; top: 50%; left: 50%; margin: -32px 0 0 -32px; width: 64px; height: 64px; background: url(assets/img/ajax-loader.gif) no-repeat center; display: none; }
#ada_lightbox.is-loading .ada_lb_spinner { display: block; }
html:not(.js) #main_content { position: relative; left: auto; margin-left: auto; top: auto; height: auto; max-width: 100%; margin: 40px auto; transform: none; }
html:not(.js) #main_menu { max-height: none; }
html:not(.js) #et_page_content { height: auto; overflow: visible; }
html:not(.js) #logo_area { max-height: none; opacity: 1; padding: 35px 20px 30px; }
html:not(.js) #footer_menu, html:not(.js) a.big_arrow, html:not(.js) #close_button { display: none; }

@media (max-width: 1200px) {
	a.big_arrow { display: none; }
}

@media (max-width: 860px) {
	:root { --panel-w-view: 92vw; --panel-gap: 150px; --panel-top: 40px; }
	#main_content { width: 92vw; max-width: 640px; margin-left: 0; left: 50%; transform: translate(-50%, 0); }
	body.ada-home #main_content, body.ada-menu #main_content { width: 92vw; max-width: 420px; margin-left: 0; left: 50%; transform: translate(-50%, -50%); }
	#et_page_content { padding: 28px 22px 40px; }
	#logo_area h1 { font-size: 40px; }
	#logo_area p { font-size: 14px; margin-top: 18px; letter-spacing: 2px; }
	h1.main_title, #top_title h1 { font-size: 38px; }
	.blog_image { float: none; width: 100%; max-width: 100%; margin: 0 0 14px; }
	#secondary_menu ul { flex-wrap: wrap; justify-content: center; }
	#secondary_menu a { font-size: 15px; height: auto; }
	#secondary_menu a span.menu_slide { display: none; }
	#secondary_menu a span.main_text { margin-top: 0 !important; padding: 12px 10px; }
	#footer_menu { height: auto; }
	#small_thumbs { display: none !important; }
	.page .post-image, body.single-post .post-image { width: 100%; }
	.ada_lb_nav { width: 40px; height: 70px; margin-top: -35px; }
	.ada_lb_prev { left: 8px; }
	.ada_lb_next { right: 8px; }
}

@media (max-width: 520px) {
	#main_menu ul { grid-template-columns: 1fr; }
	#main_menu li:nth-child(2n) { border-right: 1px solid var(--panel-border); }
	#main_menu a { font-size: 16px; }
	span.main_text, span.menu_slide { padding: 15px 5px 11px 18px; }
	h1.main_title, #top_title h1 { font-size: 30px; }
	#logo_area h1 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

@media print {
	#et_backgrounds, #pattern_overlay, #footer_menu, a.big_arrow, #small_thumbs, #close_button, #main_menu, #et_loader { display: none !important; }
	#main_content { position: static; width: auto; height: auto; margin: 0; box-shadow: none; border: 0; background: none; transform: none; }
	body { background: #fff; color: #000; }
	#et_page_content { overflow: visible; height: auto; }
}