.cmn--btn,
.cmn--table thead tr th,
.trade--tabs .nav-item .nav-link.active,
.faq__item.open .faq__title,
.faq__item .faq__title .right__icon::before,
.faq__item .faq__title .right__icon::after,
div[class*="col"]:nth-child(2) .footer__contact__item,
.dashboard__item .dashboard__thumb,
.dashboard-dashboard-icon .dashboard-menu li:hover>a {
    background-color: #FFA243;
}

.predict-type-item .icon,
.feature__item .feature__thumb i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.post__item .post__content .meta__date .meta__item i,
.post__item .post__read,
.highlow-time-duration li a i {
    color: #FFA243;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #FFA243;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #FFA243 !important;
}

.text--base {
    color: #FFA243 !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #FFA243 !important;
}

@media (min-width: 992px) {
    .menu li .submenu li:hover>a {
        background: #FFA243;
    }
    .cmn--btn:hover {
        border-color: #FFA243;
    }
    .footer__widget .widget__links li a:hover {
        color: #FFA243;
    }
}

@media screen and (max-width: 600px) {
    img.crypto-img {
        width: 100%;
    }
}