/**
 * ------------------------------------------------------------------------
 * 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
 * ------------------------------------------------------------------------
 */
@media screen and (max-width: 600px) {
  .jux-notification-bar .inner .button,
  .jux-notification-bar .jux-notification-bar-countdown {
    display: block;
    margin: 5px 0;
  }
  .jux-notification-bar .hidden-phone {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .jux-notification-bar .inner .button {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .jux-notification-bar .inner {
    height: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.jux-notification-bar {
  position: absolute;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
.jux-notification-bar.fixed {
  position: fixed !important;
}
.jux-notification-bar .text-message {
  font-size: 15px;
}
.jux-notification-bar .inner {
  background-color: #7c8fb6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 8px 50px 8px 0;
  position: relative;
  text-align: center;
}
.jux-notification-bar .inner .button {
  background: #112857;
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 15px;
  border: 0;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  vertical-align: middle;
}
.jux-notification-bar .inner .button:hover {
  background: #424077;
  color: #fff;
}
.jux-notification-bar .inner img {
  margin: 0 5px;
}
.jux-notification-bar .promo-bar-content {
  display: inline-block;
}
.jux-notification-bar .inner .jux-notification-bar .inner .button:hover {
  text-decoration: none;
}
/* Control buttons */
.jux-notification-bar .buttons .jux-open {
  margin-right: 10px;
  background-color: #d11717;
}
.jux-notification-bar .buttons svg {
  width: 1em;
  height: 1em;
  margin: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: #fff;
  font-size: 26px;
}
.jux-notification-bar .buttons .jux-toogle {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
}
.jux-notification-bar .buttons .jux-close {
  background-color: #d11717;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  right: 0;
  width: auto;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.jux-notification-bar .buttons .jux-toogle.opened .jux-open {
  display: block;
}
.jux-notification-bar .buttons .jux-toogle.opened .jux-close {
  display: none;
}
.jux-notification-bar .buttons .jux-toogle.closed .jux-open {
  display: none;
}
.jux-notification-bar .buttons .jux-toogle.closed .jux-close {
  display: block;
}
.jux-notification-bar-countdown {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}
.jux-notification-bar-countdown .timer {
  background-color: #112857;
  border-radius: 5px;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 7px 0px;
  margin: 0 1px;
  position: relative;
  min-width: 30px;
  font-weight: bold;
}
.jux-notification-bar-countdown .timer:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 2px;
}
.jux-notification-bar-countdown .timer span {
  display: block;
  position: relative;
  z-index: 4;
}
.jux-notification-bar-countdown .timer span.label {
  margin-top: 4px;
  font-size: 10px;
  font-weight: normal;
}
