/**
 * ------------------------------------------------------------------------
 * JA Promo Bar module
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

.theme-orange.jux-notification-bar .inner {
    background-color: #ff9800;
    color: #fff;
}

.theme-orange.jux-notification-bar .inner .button {
    background: #c16100;
    color: #fff;
}

.theme-orange.jux-notification-bar .inner .button:hover {
    background: #a95500;
    color: #fff;
}


.theme-orange.jux-notification-bar .buttons svg {
    fill: #fff;
}

.theme-orange.jux-notification-bar .buttons .jux-open,
.theme-orange.jux-notification-bar .buttons .jux-close {
    background-color: #c16100;
    color: #fff;
}

.theme-orange .jux-notification-bar-countdown {
    color: #fff;
}

.theme-orange .jux-notification-bar-countdown .timer {
    background-color: #c16100;
    color: #fff;
}

.theme-orange .jux-notification-bar-countdown .timer:before {
    background-color: #fff;
}