/**
 * Default Color Scheme
 */

body,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2f363e;
}

a {
    text-decoration: none !important;

    outline: none;
}

a:hover,
.dt-footer-cont li a:hover,
.dt-sec-menu li a:hover,
.dt-featured-posts-wrap h2 a:hover,
.dt-pagination-nav .current {
    color: #cc2936;
}

a:visited {
    color: #2f363e;
}

.dt-news-layout1 .dt-news-post-img .fa,
.dt-news-layout-half .dt-news-post-img .fa,
.dt-sidebar-news .dt-news-post-img .fa,
.dt-related-posts .dt-news-post-img .fa,
.dt-category-posts .dt-news-post-img .fa {
    background: #cc2936;
}

.dt-news-layout1 .dt-news-post-img .fa:hover,
.dt-news-layout-half .dt-news-post-img .fa:hover,
.dt-sidebar-news .dt-news-post-img .fa:hover,
.dt-footer h3:after,
.dt-footer .tagcloud a:hover,
.dt-related-posts .dt-news-post-img .fa:hover,
.dt-search-bar,
.dt-category-posts .dt-news-post-img .fa:hover,
.dt-category-post-readmore a:hover {
    background: #cc2936;
}

.dt-news-layout2 .dt-news-post:hover,
.dt-category-post-readmore a:hover,
.dt-pagination-nav .current,
.dt-pagination-nav a:hover {
    border-color: #cc2936;
}
