body.exb-push-page {
  position: relative;
  top: 0;
  transition: top 0.5s;
}
body.exb-push-page.exb-open {
  top: 43px;
}
body.exb-push-page.exb-open #dwpb {
  top: 0 !important;
}

body.exb-push-page.admin-bar #wpadminbar {
  transition: top 0.5s;
}
body.exb-push-page.admin-bar.exb-open #wpadminbar {
  top: 43px;
}
body.exb-cover-page.exb-open #dwpb {
  top: 0 !important;
}
body.exb-allow-close .dwpb-close {
  background-color: transparent;
  color: transparent;
  transition: color 0.5s 0.3s;
}
body.exb-allow-close.exb-open .dwpb-close {
  color: #fff;
}

@media (max-width: 599px) {
  body.exb-push-page.admin-bar #wpadminbar {
    top: -46px !important;
  }
}
#dwpb {
  background: #3B3B4F;
  position: fixed;
  left: 0;
  top: -43px;
  width: 100%;
  color: #fff;
  z-index: -1;
  padding: 5px 50px;
  text-align: center;
  border-bottom: 3px solid #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  transition: 0.5s;
}

.exb-open #dwpb {
  z-index: 999999;
}

#dwpb .hide {
  display: none;
}
#dwpb.ramain-top {
  position: absolute;
}
#dwpb a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.dwpb-button {
  background: #333;
  border-radius: 50px;
  padding: 0 20px;
  margin: 0 10px;
  text-decoration: none !important;
}

.dwpb-content, .dwpbcd-content {
  display: inline-block;
}

@media (max-width: 767px) {
  .dwpb-content, .dwpbcd-content {
    display: block;
  }
}
.dwpb-inner {
  margin: 0 auto;
  overflow: hidden;
}

.dwpb-counter {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  margin-right: 10px;
}
.dwpb-counter .countDays, .dwpb-counter .countHours, .dwpb-counter .countMinutes, .dwpb-counter .countSeconds {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 7px 5px;
}
.dwpb-counter .countDays .position, .dwpb-counter .countHours .position, .dwpb-counter .countMinutes .position, .dwpb-counter .countSeconds .position {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
  float: left;
}
.dwpb-counter .countDays .digit, .dwpb-counter .countHours .digit, .dwpb-counter .countMinutes .digit, .dwpb-counter .countSeconds .digit {
  opacity: 1 !important;
  text-align: center;
  margin-left: 1px;
}
.dwpb-counter .countDays .digit:first-child + .digit, .dwpb-counter .countHours .digit:first-child + .digit, .dwpb-counter .countMinutes .digit:first-child + .digit, .dwpb-counter .countSeconds .digit:first-child + .digit {
  display: none;
}
.dwpb-counter .countDays .digit.static, .dwpb-counter .countHours .digit.static, .dwpb-counter .countMinutes .digit.static, .dwpb-counter .countSeconds .digit.static {
  display: block;
}
.dwpb-counter .countDays .boxName, .dwpb-counter .countHours .boxName, .dwpb-counter .countMinutes .boxName, .dwpb-counter .countSeconds .boxName {
  display: inline-block;
  margin-left: 1px;
  position: relative;
  z-index: 1;
  float: left;
  line-height: 1;
}
.dwpb-counter .countDays, .dwpb-counter .countHours, .dwpb-counter .countMinutes {
  margin-right: 2px;
}

.exb-action, .dwpb-close {
  position: fixed;
  background: #3B3B4F;
  right: 10px;
  top: 0;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 0 0 2px 2px;
  z-index: 999999;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.exb-action:before, .dwpb-close:before {
  font-size: 18px;
  line-height: 30px;
  font-family: "dashicons";
  content: "\f347";
}

.exb-open .exb-action, .exb-open .dwpb-close {
  top: 5px;
  border-radius: 50%;
  background: transparent !important;
}
.exb-open .exb-action:before, .exb-open .dwpb-close:before {
  content: "\f343";
}

.dwpb-ramain-top .exb-action, .dwpb-ramain-top .dwpb-close {
  position: absolute;
}

.dwpb-close:before {
  content: "\f335" !important;
}

@media (max-width: 767px) {
  .exb_responsive_extra_small.exb-push-page {
    top: 0 !important;
  }
  .exb_responsive_extra_small.exb-push-page #wpadminbar {
    top: 0 !important;
  }
  .exb_responsive_extra_small #dwpb, .exb_responsive_extra_small .exb-action, .exb_responsive_extra_small .dwpb-close {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .exb_responsive_small.exb-push-page {
    top: 0 !important;
  }
  .exb_responsive_small.exb-push-page #wpadminbar {
    top: 0 !important;
  }
  .exb_responsive_small #dwpb, .exb_responsive_small .exb-action, .exb_responsive_small .dwpb-close {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .exb_responsive_medium.exb-push-page {
    top: 0 !important;
  }
  .exb_responsive_medium.exb-push-page #wpadminbar {
    top: 0 !important;
  }
  .exb_responsive_medium #dwpb, .exb_responsive_medium .exb-action, .exb_responsive_medium .dwpb-close {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .exb_responsive_large.exb-push-page {
    top: 0 !important;
  }
  .exb_responsive_large.exb-push-page #wpadminbar {
    top: 0 !important;
  }
  .exb_responsive_large #dwpb, .exb_responsive_large .exb-action, .exb_responsive_large .dwpb-close {
    display: none !important;
  }
}


.fl-builder-edit #dwpb,
.fl-builder-edit .exb-action {
  display: none;
}