article p {
text-indent:10px;
}

h4 {
  color: #e2cea1;
}

.dark-mode .site-title a {
  color: #FCF2DD;
}

.latest-post-selection article .item-title-tag {
    font-size: 1.6em;
}

.site-search-toggle.search-dropdown-toggle {
  display: none;
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 4.4em;
    line-height: .68;
    font-weight: 300;
}

.addtoany_content { 
  	text-align:center;
}

#comments, .comment-body {
    border-color: #353f36
}

#related-posts, .single nav.post-navigation, .single nav.post-navigation .nav-links .nav-previous {
    border-color: #353f36
}

.single-post .entry-title {
    border-color: #353f36
}

form select, form textarea {
    background-color: #ffffff;
}

#recentcomments {
    font-size: 90%;
}

.wp-caption-text {
    font-size: 13px;
  	color: #353f36
}

/* Буквица */
.bukova {
margin-right: 1px; /* Отступ справа */
font: 1.8em/1 Georgia; /* Размер и имя шрифта*/
font-weight: bold;  /* Жирный шрифт */
text-shadow: 1px 1px 3px silver; /* Тень */
color: crimson; /* Цвет*/
}