
/* TITLE */
p.post-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    color: #0089d0;
    margin-bottom: 0;
}
p.post-time {
    color: #afafaf;
    border-bottom: 1px solid #dcdcdc;
    background-color: #dff4ff;
    margin-bottom: 0;
    line-height: 24px;
}
p.post-time span.highlight {
    color: #00d95a;
}
p.post-time i {
    float: right;
    line-height: 24px;
    padding-right: 5px;
}

p.view-count {
    right: 0;
    width: 100%;
    border-bottom: solid 1px #0c48bb;
    line-height: 24px;
}

#wpdevar_comment_2 {
    border-top: solid 2px black;
}

@media print{
    #masthead, .breadcrumb, nav, .main-sidebar,
    .tcvn-footer-division, footer, #wpdevar_comment_2, .sfsi_Sicons,
    #ads-left, #ads-right {
        display: none;
    }

    #primary {
        display: block;
    }
}

/* PAGE PRIMARY CONTAINER */
#primary {
    border: solid 1px #c6c6c6;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 20px;
}

/*   POST-NAVIGATION */
div.nav-links {
    height: 80px;
}
div.nav-links .nav-previous {
    left: 0;
    width: 45%;
    float: left;
    border: 1px solid #9FD0D5;
}
div.nav-links .nav-next {
    margin-left: 5px;
    right: 0;
    width: 45%;
    float: right;
    border: 1px solid #9FD0D5;
}

div.nav-links .nav-previous a,
div.nav-links .nav-next a {
    padding: 10px;
    display: block;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.nav-links .nav-previous i {
    float: left;
    font-size: 25px;
    color: #e0e0e0;
    padding: 3px 5px;
    line-height: 48px;
}
.nav-links .nav-previous span {
    font-size: 13px;
    color: #bebebe;
}
.nav-links .nav-previous p {
    margin-left: 25px;
    font-size: 18px;
    color: Grey;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.nav-links .nav-next i {
    float: right;
    font-size: 25px;
    color: #e0e0e0;
    padding: 3px 5px;
    line-height: 48px;
}
.nav-links .nav-next span {
    margin-right: 25px;
    font-size: 13px;
    color: #bebebe;
}
.nav-links .nav-next p {
    display: block;
    margin-right: 25px;
    font-size: 18px;
    color: Grey;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

div.nav-links .nav-previous a:hover,
div.nav-links .nav-next a:hover {
    border-color: transparent;
    background-color: #FF5504;
    color: #ffffff;
    text-decoration: none;
}

div.nav-links .nav-previous a:hover i, div.nav-links .nav-previous a:hover span, div.nav-links .nav-previous a:hover p,
div.nav-links .nav-next a:hover i, div.nav-links .nav-next a:hover span, div.nav-links .nav-next a:hover p {
    color: White;
}

/* Hide Screen Reader Text */
nav.post-navigation .screen-reader-text { display: none; }

/* BREADCUM */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}