div[class^='pegxy-'],
div[class*=' pegxy-'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix:after {
  clear: both;
  content: "";
  font-size: 0;
  height: 0;
  display: block;
  visibility: hidden; }

.pegxy-countdown-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  /* Circle layout */
  /* Square layout */ }
  .pegxy-countdown-wrapper .pegxy-countdown-item {
    display: inline-block;
    margin-bottom: 15px;
    position: relative; }
    .pegxy-countdown-wrapper .pegxy-countdown-item .pegxy-countdown-label,
    .pegxy-countdown-wrapper .pegxy-countdown-item .pegxy-countdown-digit {
      padding: 0;
      margin: 0; }
  .pegxy-countdown-wrapper .pegxy-countdown-digit-wrapper,
  .pegxy-countdown-wrapper .pegxy-countdown-label-wrapper {
    text-align: center;
    position: relative; }
  .pegxy-countdown-wrapper.pegxy-countdown-separator-line .pegxy-countdown-item, .pegxy-countdown-wrapper.pegxy-countdown-separator-colon .pegxy-countdown-item {
    position: relative;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
  .pegxy-countdown-wrapper.pegxy-countdown-separator-colon .pegxy-countdown-item .pegxy-countdown-digit-wrapper:after {
    content: ':';
    display: inline-block;
    font-size: 30px;
    position: absolute;
    right: -5px;
    top: 45%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .pegxy-countdown-wrapper.pegxy-countdown-separator-colon .pegxy-countdown-item:last-child .pegxy-countdown-digit-wrapper:after {
    content: none; }
  .pegxy-countdown-wrapper.pegxy-countdown-separator-line .pegxy-countdown-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    border-right: 1px solid #ccc; }
  .pegxy-countdown-wrapper.pegxy-countdown-separator-line .pegxy-countdown-item:last-child:after {
    content: none; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-circle .pegxy-countdown-item .pegxy-countdown-digit-wrapper {
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-circle .pegxy-countdown-item .pegxy-countdown-digit {
    color: #fff; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-circle.pegxy-countdown-label-pos-out_left .pegxy-countdown-item, .pegxy-countdown-wrapper.pegxy-countdown-style-circle.pegxy-countdown-label-pos-out_right .pegxy-countdown-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    direction: ltr; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-circle.pegxy-countdown-label-pos-out_right .pegxy-countdown-item {
    direction: rtl; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-square .pegxy-countdown-item .pegxy-countdown-digit-wrapper {
    background: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-orient: vertical;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-square .pegxy-countdown-item .pegxy-countdown-digit {
    color: #fff; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-square.pegxy-countdown-label-pos-out_left .pegxy-countdown-item, .pegxy-countdown-wrapper.pegxy-countdown-style-square.pegxy-countdown-label-pos-out_right .pegxy-countdown-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    direction: ltr; }
  .pegxy-countdown-wrapper.pegxy-countdown-style-square.pegxy-countdown-label-pos-out_right .pegxy-countdown-item {
    direction: rtl; }

/* Countdown Media Queries */
