/* ============================
   CUSTOM SNGINE COLOR THEME
   ============================ */

/* Background Color */
body,
html,
.container,
.page-content {
    background-color: #737373 !important;
}

/* Link Color */
a,
a:hover {
    color: #D4AF37 !important;
}

/* Header Color */
.navbar,
.header {
    background-color: #000000 !important;
}

/* Header Search Background */
.navbar .search-input,
.header .search-input {
    background-color: #8f8f8f !important;
}

/* Header Search Font */
.navbar .search-input input,
.header .search-input input {
    color: #000000 !important;
}

/* Button Primary */
.btn-primary,
.btn.btn-primary {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #000000 !important;
}

/* Header Icons */
.navbar .icon,
.header .icon {
    color: #8a8a8a !important;
}

/* Header Icons (Night Mode) */
body.night-mode .navbar .icon,
body.night-mode .header .icon {
    color: #D4AF37 !important;
}

/* Main Icons */
.main-icon,
.post .icon,
.menu-icon {
    color: #D4AF37 !important;
}

/* Main Icons (Night Mode) */
body.night-mode .main-icon,
body.night-mode .post .icon,
body.night-mode .menu-icon {
    color: #E7D38F !important;
}

/* Action Icons */
.action-icon,
.post-actions i,
.comments-actions i {
    color: #000000 !important;
}

/* Action Icons (Night Mode) */
body.night-mode .action-icon,
body.night-mode .post-actions i,
body.night-mode .comments-actions i {
    color: #000000 !important;
}
