.entry ul ul {
    margin-bottom: 15px;
}

article .entry-inner a {
    position: relative;
}

article.group .entry a:after,
article .entry-inner a:after {
    content: " \f35d";
    font-size: 1em;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.page_item {
    background: transparent;
    color: white;
}

.dark-sidebar .child_menu .current_page_item > a {
    color: black;
}

div.sidebar.s1.dark li.current_page_item > a {
    color: yellow;
}

div.sidebar.s1.dark li.page_item.page_item_has_children.current_page_ancestor.current_page_parent li.page_item.page_item_has_children.current_page_item > a {
    background-color: #ffffff24;
}

.entry blockquote {
    color: #000000;
    font-weight: 600;
}

.entry blockquote:before {
    content: "\f10d";
    color: #d22a37;
    font-size: 32px;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

img[src*='#left'] {
    float: left;
}

img[src*='#right'] {
    float: right;
}

img[src*='#center'] {
    display: block;
    margin: auto;
}

div.textwidget {
    font-weight: 500;
}

div.textwidget .warn {
    color: lightgreen;
    font-size: 1.2em;
}

div.textwidget strong {
    color: white;
    font-size: 1.2em;
    margin-bottom: 0.6em;
}

div.textwidget a {
    background-color: transparent;
    border-bottom: 2px dashed white;
    color: #FFF8DC;
}

div.textwidget .link {
    color: #FFF8DC;
    background-color: transparent;
}

div.textwidget .big {
    color: lightgreen;
    font-size: 2em;
}

div.textwidget .medium {
    color: whitesmoke;
    font-size: 1.3em;
}

#em_widget-3 > ul > li {
    font-size: 1.3em;
}

#em_widget-3 > ul > li > ul > li:nth-child(1) {
    color: lightgreen;
    font-weight: bold;
    text-align: right;
    font-size: 0.8em;
}

#em_widget-3 > ul > li > ul > li:nth-child(2) {
    display: none;
}

.sidebar .widget {
    padding: 8px 12px;
}

.widget a:hover,
.widget a.link:hover,
.dark .widget a:hover,
.dark .widget a.link:hover,
.dark .widget a .link:hover {
    color: black;
}

.widget a.link,
.dark .widget a.link {
    color: lightgreen;
}
