/* Mixins
 ========================================================================== */
.ostimer-wrapper.ostimer-minimal-pro {
  background: #2184cd;
  border: none;
  padding: 0;
  color: #fff;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner {
  padding: 20px;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_daycount,
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_displaydate,
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_days,
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_hourcount,
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner [id*="clockJS"] {
  color: #fff;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_displaydate {
  font-size: 13px;
  line-height: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_daycount {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_days {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner [id*="clockJS"] {
  padding: 2px 4px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_link {
  margin-top: 10px;
}
.ostimer-wrapper.ostimer-minimal-pro .ostimer-inner .countdown_link a {
  color: #fff;
}
