:root {
    --aHoverColor: #3b82f6;
}
body {
    background-color: #112d4e;
}
.blog-header {
    background-color: transparent;
    margin-bottom: 0;
}
.blog-header-c {
    background-color: #3f72af;
    height: 80px;
}
.blog-header-title {
    color: #fff;
    text-shadow: 1px 1px 1px rgb(37, 37, 37);
    margin-top: -20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
}
.blog-header-title:focus, .blog-header-title:hover {
    color: #fff;
}
.blog-header-subtitle {
    color: #fff;
    text-shadow: 1px 1px 1px rgb(37, 37, 37);
    padding-top: 5px;
    top: 45px;
    letter-spacing: 0;
    font-weight: 700;
}
.blog-container {
    background-color: #fff;
}
.side-bar {
    margin-top: 15px;
}
.side-bar .widget {
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
    background-color: #dbe2ef;
}
.side-bar .widget:nth-child(2) {
    padding-bottom: 0;
}
.widget-title {
    background-color: #3f72af;
    border-left: 5px solid #000;
    color: #fff;
    padding: 3px 10px;
}
.side-bar h3 {
    font-size: .8rem;
    margin-bottom: 0;
}
.search {
    padding: 4px 8px;
    border: 1px solid #3b82f6;
    border-radius: 3px;
    margin: 5px 0 4px 0;
    height: 24px;
    padding-right: 20px;
    font-size: .85rem;
}
.unstyle-li input[type="submit"] {
    height: 24px;
    font-size: .85rem;
    position: relative;
    top: 5px;
    background-color: #3f72af;
}
.unstyle-li  {
    padding-left: 10px;
    font-size: .825rem;
    margin-bottom: 0;
    letter-spacing: 0;
}
.blog-header-nav {
    font-size: .9rem;
    margin-bottom: -38px;
}
.blog-header-nav a {
    color: #fff;
}
.blog-header-nav a:hover, .blog-header-nav a:focus{
    text-decoration: underline;
}
#theme-toggle {
    color: #fff;
    position: relative;
    top: -2px;
    display: none;
}
.blog-container .shadow-theme {
    box-shadow: none;
}
.card-title {
    margin: 0 0 5px;
    border-left: 5px solid #000000 !important;
    padding-left: 7px !important;
}
.loglist-title {
    font-size: 16.5px;
    color: #000;
}
.loglist-sort {
    position: relative;
    top: -1px;
}
.loglist-content {
    margin-top: 20px;
    font-size: .875rem;
    display: none;
}
.loglist-tag {
    margin-top: 20px;
}
.shadow-theme:not(:first-child) .loglist-body {
    border-top: 1px solid #ccc;
}
.info-row {
    padding-bottom: 0!important;
}
.log-title {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.log-con {
    border-radius: 0;
    padding: 20px 30px;
}
@media (min-width: 1201px){
    .log-con {
        max-width: 1140px;
    }
}
.date {
    text-align: left;
}
#emlogEchoLog {
    letter-spacing: 0;
    font-size: .875rem;
    color: #333;
}
.blog-footer {
    background-color: #112d4e;
    color: #fff;
}
.blog-footer a {
    color: #fff;
}
.comment-post #comment_submit {
    background-color: #3f72af;
    color: #fff;
}
.comment-post #comment_submit:hover {
    background-color: #4f82bf;
    color: #fff;
}
.back-top {
    display: none;
}
.pagination a {
    background-color: #4f82bf;
    color: #fff;
}
.log-con {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.log-con > article {
    flex: 1;
}
@media (max-width: 767px) {
    .blog-header-c {
        height: 74px;
    }
    .blog-header-nav {
        background-color: #3f72af;
    }
    .blog-header-title {
        margin-top: -10px;
    }
    .nav-list {
        padding-top: 10px;
        padding-left: 20px;
    }
    .log-con {
        display: block;
    }
    #navbarResponsive .list-item {
        padding: 5px 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .unstyle-li form {
        transform: none;
        width: auto;
        margin-left: 0;
    }
}
