/*====== BLOG =======*/
.breadcrumb-meta {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.breadcrumb {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 5px;
    background: none;
}
.breadcrumb li {
    list-style: none;
    display: inline;
    position: relative;
    padding-right: 0px;
}
.breadcrumb li a {
    font-weight: 500;
    color: #005696;
}
.breadcrumb li.current {
    color: #999999;
    pointer-events: none;
}
.breadcrumb li a:hover {
    color: #005696;
    text-decoration: underline;
}

 .page-title {
    font-size: 30px;
    font-weight: 700;
}

.blog-page-header
{
    margin-bottom: 20px;
}

.post {
    display: block;
    margin-left: 130px;
    position: relative;
}
.post {
    border-bottom: 1px dotted #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post figure {
    margin-bottom: 20px;
    position: relative;
}
.post figure img {
    width: 100%;
}
.post .post-meta {
    width: 100px;
    position: absolute;
    top: 0;
    left: -130px;
}
.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    background: #82c3d5 url(https://droi.azureedge.net/content/shared/images/icons/24x24/file-text-o.png) no-repeat center;
    display: inline-block;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post .post-meta .post-icon:hover {
    background: #000 url(https://droi.azureedge.net/content/shared/images/icons/24x24/file-text-o.png) no-repeat center;
}
.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}
.post .post-meta span a {
    color: #82c3d5;
}
/*.post .post-title {
    font-size: 2em;
    margin-bottom: 5px;
}
.post .post-title a {
    color: #2384c6;
}
.post .post-title a:hover {
    color: #2384c6;
    text-decoration: underline;
}*/
.post p {
    margin-bottom: 20px;
}
.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}
/*.post .read-more {
    padding:4px 7px;
    border:1px solid #5a5a5a;
    display: inline-block;
    font-size: 14px;
}
.post .read-more:hover {
    background: #111;
    border-color: #111;
    color: #FFF;
}*/
.approved-comment {
 color: green;
}
.pending-comment {
 color: green;
}


/* ========== WIDGET SIDEBAR ============ */
 .widget-box.sidebar {
    border-top: none;
    margin-bottom: 30px;
}
.sidebar .wdgt-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom:15px;
    margin-top: 0;
    padding: 7px;
    color: #FFF;
    background-color: #5a5a5a;
}

.widget-box .wdgt-ul {
    padding-left: 0;
    list-style-type: none;
}


.widget-box .wdgt-ul li {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}

.widget-box .wdgt-ul li a {
    color: #82c3d5;
    font-size: 14px;
}
.widget-box .wdgt-ul li a:hover {
    padding-left: 0px;
}
.widget-box .wdgt-ul li:hover a {
    color: #82c3d5;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .post {
        margin-left: 0;
    }
    .post .post-meta {
        display: block;
        margin: 10px 0;
        width: 100%;
        position: relative;
        left: 0;
    }
    .post .post-meta h5, .post .post-meta span {
        display: inline;
    }
    .post .post-meta span {
        margin-right: 13px;
        padding-left: 5px;
    }
    .post .post-meta .post-icon {
        display: none;
    }
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #82c3d5;
    border-color: #82c3d5;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999999;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}