﻿.nav-item:hover {
    text-decoration: underline;
    text-decoration-color: black;
}
.dropdown-item:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.blog-sidebar-one .sidebar-recent-news .title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #000000 !important;
}

.post-meta ul,
.post-meta ol {
    padding-left: 24px !important;
    margin: 1em 0 1.4em !important;
}

.post-meta ul li,
.post-meta ol li {
    list-style: disc !important;
    margin-bottom: 8px !important;
    color: #1f2937 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.post-meta ol li { list-style: decimal !important; }
