.button_text_color_hover {
  color: #fff;
}
.g5plus-countdown {
  text-align: center;
}
.g5plus-countdown .countdown-section {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 15px;
}
.g5plus-countdown .countdown-section .countdown-amount {
  font-size: 40px;
  line-height: 2;
  display: block;
  height: 85px;
  width: 85px;
  line-height: 81px;
  text-align: center;
  background-color: #fff;
  margin: auto;
  color: #2c3e50;
  border: 2px solid #ffa60a;
  position: relative;
  font-weight: bold;
}
.g5plus-countdown .countdown-section .countdown-period {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}
.g5plus-countdown.cd-circle .countdown-section .countdown-amount {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.g5plus-countdown.cd-circle .countdown-section .countdown-amount:before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 2px dotted #ffa60a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.g5plus-countdown.cd-circle .countdown-period {
  margin-top: 30px;
  border-top: 2px solid #ffa60a;
}
.g5plus-countdown.cd-dark .countdown-section .countdown-amount {
  background-color: #ffa60a;
  color: #fff;
  border: 2px solid #2c3e50;
}
.g5plus-countdown.cd-dark .countdown-section .countdown-amount:before {
  border: 2px dotted #2c3e50;
}
.g5plus-countdown.cd-dark .countdown-section .countdown-period {
  color: #000;
}
.g5plus-countdown.cd-square .countdown-section .countdown-amount {
  background-color: #ffa60a;
}
.g5plus-countdown.cd-square .countdown-section .countdown-amount:before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px dashed #2c3e50;
}
.g5plus-countdown.cd-square .countdown-section .countdown-period {
  padding: 5px 0;
  border: 2px solid #ffa60a;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.g5plus-countdown.cd-square.cd-dark .countdown-section .countdown-amount {
  background-color: #2c3e50;
}
.g5plus-countdown.cd-square.cd-dark .countdown-section .countdown-amount:before {
  border: 1px dashed #ffa60a;
}
.g5plus-countdown.cd-square.cd-dark .countdown-section .countdown-period {
  border: 2px solid #2c3e50;
}
