.rugbyworldcup_countdown_widget {
  border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 50px;
  /* Days */
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown {
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-animation: fadein 2s linear forwards;
  animation: fadein 2s linear forwards;
  opacity: 0;
  margin-top: 8px;
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown h6 {
  color: #a3a3a1;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 5px;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown #rugbyworldcup_countdown_clock {
  color: #c64b4b;
  display: inline-block;
  font-weight: 700;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown #rugbyworldcup_countdown_clock > div {
  padding: 0 5px;
  display: inline-block;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown #rugbyworldcup_countdown_clock > div:not(:last-of-type) {
  border-right: #c64b4b 1px solid;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown #rugbyworldcup_countdown_clock div > span {
  display: inline-block;
  font-size: 40px;
  font-family: initial;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown .smalltext {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown img {
  max-width: 125px;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.countdown-completed #rugbyworldcup_countdown_clock div,
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.countdown-completed #rugbyworldcup_countdown_clock h6 {
  display: none;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.countdown-completed img {
  display: inline-block !important;
}
@media (min-width: 992px) and (max-width: 1179px) {
  .rugbyworldcup_countdown_widget #rugbyworldcup_countdown h6 {
    font-size: 10px;
  }
  .rugbyworldcup_countdown_widget #rugbyworldcup_countdown #rugbyworldcup_countdown_clock div > span {
    font-size: 16px;
  }
  .rugbyworldcup_countdown_widget #rugbyworldcup_countdown .smalltext {
    font-size: 8px;
  }
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days:not(.countdown-completed) {
  border-bottom: #c64b4b 2px solid;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days #rugbyworldcup_countdown_clock > div:not(:last-child) {
  border-right: none;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days #rugbyworldcup_countdown_clock div > span {
  font-size: 30px;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days img {
  max-width: 125px;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days.countdown-completed #rugbyworldcup_countdown_clock div,
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days.countdown-completed #rugbyworldcup_countdown_clock h6 {
  display: none;
}
.rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days.countdown-completed img {
  display: inline-block !important;
}
@media (min-width: 440px) {
  .rugbyworldcup_countdown_widget #rugbyworldcup_countdown.days {
    margin-left: 15px;
  }
}
