body {
    background-color: #eee!important;
}

.card {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    border: none;
    border-radius: 2px;
    background-color: azure;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;  
}

.post {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.post .post-header {
    border-bottom: 1px dashed #ebebeb;
}

.post .post-description {
    /* color: #959595; */
    font-size: .90em;
    padding: 0 25px 10px;
}

.post .title {
    margin: 0;
    padding: 10px 25px;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.75em;
}

.post .post-header .post-meta {
    color: #959595;
    font-size: .90em;
    padding: 0 25px 10px;
}

.post .post-footer {
    order-top: 1px dashed #ebebeb;
    padding: 10px 25px;
}

.border-top-0 {
    border-top: 0!important;
}

.pull-left {
    float: left;
}

.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

.footer {
    height: 60px;
    margin-top: 40px;
}

.copyright {
    height: 100%;
    background: #333;
    font-size: 13px;
    text-align: center;
    color: #aaa;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #303030;
}

.card-user {
    position: relative;
}

.card-user .card-user-header {
    padding: 20px;
    height: 150px;
    color: #fff;
}

.bg-placeholder {
    background-image: linear-gradient(135deg,#563d7c,#3f5b6e,#52768e);
}

.card-user .card-user-desc, .card-user .card-user-username {
    margin-top: 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.card-user .card-user-username {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.card-user .card-user-desc, .card-user .card-user-username {
    margin-top: 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.card-user .card-user-image {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -45px;
}

.card-user .card-user-image>img {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
}

.rounded-circle {
    border-radius: 50%!important;
}

img, svg {
    vertical-align: middle;
}

.card-user .card-user-footer {
    padding: 45px 30px 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.card-user .description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.card-user .description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.hot-posts a {
    color: #505050;
}

.hot-posts-ul {
    padding-left: 0px;
}

.border-0 {
    border: 0!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.p-3 {
    padding: 1rem!important;
}

.rounded {
    border-radius: .25rem!important;
}

.bg-white {
    background-color: #fff!important;
}

.tags li {
    float: left;
}

.tag {
    background: #ececec;
    border-radius: 3px 0 0 3px;
    color: #52768e;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 .5rem .6rem 0;
    text-decoration: none;
    -webkit-transition: color .2s;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tag:after, .tag:before {
    background: #fff;
    content: "";
    position: absolute;
}

.tag:before {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 1px rgba(0,0,0,.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
}

.tag:after {
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ececec;
    border-top: 13px solid transparent;
    right: 0;
    top: 0;
}

.tag:after, .tag:before {
    background: #fff;
    content: "";
    position: absolute;
}

.bloglist {
    padding: 0 30px;
    margin-top: -20px;
    background-color: azure;
    padding-bottom: 20px;
}

.post-info-panel, .post-info-panel .tag:after {
    background: #f8f9fa;
}

.post-info-panel {
    border-top: 1px dashed #e9ecef;
    padding: 15px 20px;
    margin: 0 -25px;
    color: #495057;
    font-size: 14px;
    /* width: 100%; */
}

.markdown-body {
    padding-bottom: 50px;
}

.breadcrumb {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.post-tag {
    padding: 5%;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.post-detail {
    position: relative;
    padding: 20px 25px 0;
    /* margin-bottom: 20px; */
    background: #fff;
}

.post-detail .post-detail-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.post-detail .post-detail-content {
    padding-bottom: 20px;
    padding-top: 10px;
}

.post-detail .post-detail-content blockquote {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)!important;
}

.post-detail .post-detail-content blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 5px 45px;
    margin: 1rem 0 1.2rem;
    position: relative;
    font-family: Georgia,serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;
}

.post-detail .post-detail-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #f2f3f3;
}

@media only screen and (max-width: 1170px)
.posts-count {
    text-align: left;
}

.posts-count {
    font-size: 1.6em;
    margin: 5px auto;
    text-align: center;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    width: 3px;
    background: rgba(82,118,142,.25);
}

.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block {
    position: relative;
    margin: 1.5em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-img {
    position: absolute;
    top: 24px;
    background-color: #52768e;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff, inset 0 1px 0 rgba(0,0,0,.08), 0 2px 0 2px rgba(0,0,0,.05);
    box-shadow: 0 0 0 2px #fff, inset 0 1px 0 rgba(0,0,0,.08), 0 2px 0 2px rgba(0,0,0,.05);
}

.cd-timeline-content {
    border: 1.5px solid #eee;
    border-radius: .25em;
    position: relative;
    margin-left: 25px;
    background: #fff;
    padding: 1em;
}

.cd-timeline-content:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #eee;
}

content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content a {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-decoration: none;
}

@media only screen and (min-width: 768px)
.cd-timeline-content .title {
    font-size: 1.35em;
}

.cd-timeline-content .title {
    color: #303e49;
    font-size: 1.35em;
}

@media only screen and (min-width: 768px)
.cd-timeline-content .cd-date {
    font-size: 1em;
}

.cd-timeline-content .cd-date {
    font-size: 1em;
    display: inline-block;
    /* float: left; */
    padding: .8em 0;
    color: #888;
}
