#headline h1, #headline h2, #headline h3 {
    text-align: center;
    color: #101010;
    font-size: 33px;
    line-height: 1.1;
    margin: 20px 12px 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#headline h1 small, #headline h2 small, #headline h3 small {
    font-size: 56%;
    color: #777;
    font-weight: 300;
    margin-left: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
}

#headline h2 small {
    display: block;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 300;
}

#headline h1, #headline h2, #headline h3 {
    color: #1b1e2f;
    font-size: 27px;
    letter-spacing: 0.2px;
    text-transform: none;
}

.blog-line a, .blog-post a {
    color: #000 !important;
    -webkit-transition: color 0.18s ease;
    -moz-transition: color 0.18s ease;
    -o-transition: color 0.18s ease;
    transition: color 0.18s ease;
}

.blog-author span, .blog-line p a:hover, .blog-post a:hover {
    color: #437df9 !important;
}

#wrap .postmetadata h6 {
    display: table-cell;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding-right: 4px;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    color: #707070;
}

#wrap .blog-post p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.2px !important;
    font-weight: 300;
    color: #4b566b;
}

.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    border: 0 none;
    height: 20px;
}

#wrap .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 20px 0;
}

#wrap .wp-pagenavi span.pages {
    color: #707070;
    padding: 10px 23px;
}

#wrap .wp-pagenavi a, #wrap .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    color: #707070;
    line-height: 1;
    padding: 10px 14px;
    font-size: 13px;
    margin: 3px 4px;
    transition: all 0.3s ease;
}

#wrap .wp-pagenavi span.current {
    border-color: #437df9;
    font-weight: 400;
    color: #437df9;
}

#wrap .wp-pagenavi a:hover {
    border-color: #437df9;
    background: #437df9;
    color: #fff !important;
}

#wrap .postmetadata h6 a {
    color: #818a9b !important;
    font-weight: 300;
    text-transform: capitalize;
}

