.btn-primary,
.bg-secondary {
    border-color: #5f6368 !important;
    background-color: #5f6368 !important;
}

.post-slide .read-more {
    background: #5f6368 !important;
    box-shadow: 0px 10px 20px -10px #5f6368 !important;
}

.post-slide .over-layer {
    background: linear-gradient(-45deg, #686b6e6a 0%, rgba(45, 112, 253, 0.6) 100%);
}

.text-primary {
    color: #5f6368 !important;
}

/* Pagination color */

.page-link {
    color: #5f6368 !important;
}

.active>.page-link,
.page-link.active {
    color: #fff !important;
    background-color: #5f6368 !important;
    border-color: #5f6368 !important;
}

/* Post View Table Design */

.design_1 .table {
    width: 100%;
    /* border-collapse: collapse; */
    border: solid #eee;
    border-width: 1px;
    padding: 2px .35em;
}

.design_1 .table th,
.design_1 .table td {
    border: solid #eee;
    border-width: 1px;
    padding: 8px;
}

.design_1 .table thead tr {
    background-color: #e4e9f4;
}

.design_1 .table th {
    background-image: url(//ssl.gstatic.com/charts/static/table-title-bg.gif) repeat-x left bottom;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
}

.design_1 .table tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.design_1 .table tbody tr:hover {
    background-color: #e7e9f9;
}
