/* Blue */
.theme-base-0d .sidebar,
.theme-base-0d .sidebar-toggle:active,
.theme-base-0d #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: #002b36;
}
.theme-base-0d .container a,
.theme-base-0d .sidebar-toggle,
.theme-base-0d .related-posts li a:hover {
    color: #002b36;
}

.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
 }

.social-list {
  overflow: auto;
}

.social-list li{
    list-style-type: none;
    float: left;
    padding: 0.25rem 0;
}

.social-list i {
    background: #586e75;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: 1rem;
    text-align: center;
    padding-top: 0.5rem;
    margin-right: 0.5rem;
    max-width: 100%;
}

.social-list i:hover {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #999, 0 1px 3px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #999, 0 1px 3px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #999, 0 1px 3px 2px rgba(0,0,0,.2);
}
