/*
Theme Name: Twenty Eleven Current
Description: Дочерняя тема для темы Twenty Eleven 
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

*:disabled {
    background-color: #ff000036;
  color: red;
  opacity: 1;
}
#access {
    background:none;
    background-color:#c47027;
}
#access li:hover > a, #access a:focus {
  background: #d6d7d9;
  color: #373737;
}
#access li.current_page_item > a, #access a:focus {
  background: #f9f9f9;
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;
}
#branding {
    border-top:none;
}
#content .entry-header {
    margin-left:0;
}
#content .entry-content {
    margin-top:0;
    padding-top:0;
    margin-left:0;
}
.entry-content td, .comment-content td {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
#main h1.entry-title {
    font-size:1.75em;
}
#site-title a {
    font-size: 1.65em
}
.wp-block-search__inside-wrapper button {
    text-wrap:nowrap;
}

.singular .entry-title {
    font-size:2.25em;
}
.has-blue-color {
    color: #c47027;
}
.small {
    margin:1px;
    padding:0.7em;
    font-size:0.8em;
}
div.small:has(+ p input:disabled) {
    border: solid 0.1em;
    border-color:#f00;
    margin:0;
}
.small span.wpcf7-list-item {
    margin-left:-0.2em;
}
div.wp-block-columns {
    gap:100px;
}
.wp-block-latest-posts a {
    color:#6f6f6f;
    font-size:0.95em;
}