/*
Theme Name: zzamov 
Author: zzamov
Author URI:     https://zzamov.es/
Description: A squeezed super-minimal-child. Simple, minimal blog template
Version: 2025.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: super-minimal-child
Tags: blog, one-column, custom-background, footer-widgets, theme-options, custom-header
*/

body {
  max-width: 60em;  margin: 0 auto;  padding: 1em;  background: #fff;  color: #444;
  font-family: sans-serif;  font-size: 18px;  line-height: 30px;  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;  font-weight: 500;  color: #36c;  letter-spacing: 1px;
  word-wrap: break-word; text-decoration:none;
}
h1 {  font-size: 2em; text-shadow: 0 0 2px #0ef; }
h1 a{ color: #36c; }
h2 {  font-size: 1.5em;}
h3 {  font-size: 1.2em;}
h4 {  font-size: 1.1em;}
h5 {  font-size: 1em;}
h6 {  font-size: 0.9em;}
ol, ul, dl { margin-top: 0; margin-bottom: 1em; padding-left: 2vw; }
input {  color: #222;  display: block;}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #222;
  display: block;
  border: 1px solid #999;
  padding: 5px 15px 5px 15px;
  font-size: 13px;
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #36c;
  color: #fff;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 25px;
  padding: 3px 20px;
  border: 1px solid #eee;
  font-weight: 400;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #222;
  border-color: #222;
}

textarea {
  height: 100px;
  padding: 5px 15px 5px 15px;
  font-size: 13px;
  margin-bottom: 17px;
  outline: none;
}

label {
  display: block;
  margin-bottom: .5em;
}

a {  color: #36c;  text-decoration: none;}
a:hover, a:focus, a:active {  text-decoration: underline;}
a:hover, a:active {  outline: 0;}

#masthead a {  text-decoration: none;}

section {  margin-bottom: 2em;}
pre {
  color: #fff;
  background-color: #333;
  padding: 0.25em;
  line-height: 1;
  overflow: auto;
  max-width: 100%;
}

code {  font-family: monospace;  font-size: 0.8em}

figure {
  margin-block-start: .3em;
  margin-block-end: .3em;
}

blockquote {  margin: 0;}

blockquote p {
  padding-left: 20px;
  font-size: .7em;
  line-height: 25px;
}

blockquote cite {
  padding-left: 20px;
  font-style: italic;
  font-size: .7em;
  line-height: 25px;
}

small {  color: #666;  font-size: .8em;  line-height: 12px;}
img {  max-width: 100%;  height: auto}

.has-small-font-size {
  color: #666;
  font-size: .8em;
}
#content, comment-meta { margin: 0 2%;}
#respond h3,
#respond p { margin:0.1em; text-align:center;}
#comments { margin: 0 1.5em;}
.comment-body { margin-bottom: 1em; box-shadow: 2px 2px 5px #cef; }
.reply { text-align: right; padding-right: 1em; background-color: #f3f3f3; }
#respond p input { margin: 0 auto; }
#comment, .submit {    margin: 0 auto;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #fff;
  line-height: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

.main-navigation a {
  display: block;
}

.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: #222;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.post-navigation { display: flex;  flex-flow: row wrap;  justify-content: center; }
.post-navigation a { margin: 0.5em 1em; background-color:#36c; color:#fff;}
footer {  clear: both;	background-color:#f3f3f3; font-size:0.8em;}
.footer-wrap {clear: both;margin-top:0.6em;border-top:thin solid #369;display: flex;flex-wrap: wrap;justify-content: center;}
.footer-wrap section{
	float: left; box-shadow: 3px 3px 3px #ccc; padding: 0.5em 1.1em 0.5em 1.1em;
	margin: 0.5em 1em;
	background-color: #f3f3f3; border: 1px solid #999; border-radius: 20px;}
//.footer-wrap section:first-child {border: 1px solid #f00; }
//.footer-wrap section:last-child {border: 1px solid #0c0; }
#copyright{ clear:both; text-shadow: 3px 3px 3px #36c; float:right;}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation {
  padding: 10px 0;
}
.comment-navigation .nav-links a {
  border-bottom: 2px solid;
  padding: 5px 0px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {  margin: 0 0.2em; }
.widget ul {  list-style-type: none; margin:0; padding:0 0 0 2em; }
.widget ul li { line-height:1.2em;  }
.widget select {  max-width: 100%;}
.sidebar-widget .widget-title {  font-size: 12px;  padding: 0;}
.widget-title {
  padding: 0px;  letter-spacing: 1px;  font-weight: 400;  color: #222;
  margin: 0 1em;  line-height:1.1em; border-bottom: 2px solid #999;
  font-size: 1em;}
.widget-area .widget_search label {  margin-bottom: 0;}
.sidebar-widget .widget {  margin-bottom: 0.5em;}
.sidebar-widget ul li {  padding-bottom: 15px;  padding-top: 5px;}
.sidebar-widget ul li:first-child {  padding-top: 0px;}
.sidebar-widget ul li:last-child {
  border-bottom: 0;  padding-bottom: 0px;}
.wp-caption {
  margin-bottom: 1.5em;  max-width: 100%;}
.wp-caption img[class*="wp-image-"] {
  display: block;  margin-left: auto;  margin-right: auto;}
.wp-caption .wp-caption-text {  margin: 0.8em 0;}
.wp-caption-text {  text-align: left;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;  flex-flow: row wrap;  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);}
.gallery-item {
  display: inline-block;  margin-right: 16px;  margin-bottom: 16px;
  text-align: center;  vertical-align: top;  width: 100%;}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 80px * 1) / 2);}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 80px * 2) / 3);}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 80px * 3) / 4);}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 80px * 4) / 5);}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 80px * 5) / 6);}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 80px * 6) / 7);}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 80px * 7) / 8);}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 80px * 8) / 9);}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;}
.gallery-item:last-of-type {  padding-right: 0;}
.gallery-caption {
  display: block;  font-size: 0.7em;  line-height: 1.6;  margin: 0;
  padding: 0.5rem;
}
.gallery-item>div>a {
  display: block;  line-height: 0;  box-shadow: 0 0 0 0 transparent;}
.bypostauthor {  display: block;}
.sticky {  display: block;}
.alignleft {  float: left;  margin-right: 1.5em;}
.alignright {  float: right;  margin-left: 1.5em;}
.aligncenter {
  clear: both;  display: block;  margin-left: auto;  margin-right: auto;}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.sm-clear {  display: none !important;}

.infocookies { display: inline-flex; flex-wrap: wrap; margin-top: 5.5em; padding: 0 0.4em;
	font-size: 0.9em; background-color: #f3fcff; border-left: 2px solid #39f; }
.infocookies p { margin: 0; line-height: 1em; }