.register-open {
  overflow: hidden;
}
.single-events #exp-header {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  width: 100%;
}
.admin-bar.single-events #exp-header {
  top: 32px;
}
.single-events #exp-header #menu-main-menu.navbar-nav > li > a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.single-events #exp-header #menu-main-menu.navbar-nav > li > a:hover {
  text-decoration: underline;
}
.single-events #exp-header .icon-bar {
  background-color: #fff;
}
@media (max-width: 576px) {
  .single-events #exp-header .navbar-brand {
    width: auto;
    padding-right: 0;
  }
}
.single-events #exp-header .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: auto;
}
.single-events .form-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.single-events .form-popup.open {
  opacity: 1;
  visibility: visible;
}
.single-events .form-popup .form-section {
  padding: 45px 10px;
  max-width: 745px;
  width: 95%;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .single-events .form-popup .form-section {
    padding: 60px 50px;
  }
}
.single-events .form-popup .form-section #popup-form-close {
  position: absolute;
  right: 25px;
  top: 19px;
}
.single-events .form-popup .form-section .row {
  max-height: 80vh;
  overflow: hidden auto;
}
.single-events .form-popup .form-section .form-control {
  border: 1px solid #333;
  border-radius: 10px;
  color: #333;
  padding: 12px;
  height: auto;
}
.single-events .form-popup .form-section .form-control::placeholder {
  color: #333;
  opacity: 1;
  /* Firefox */
}
.single-events .form-popup .form-section .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #333;
}
.single-events .form-popup .form-section .form-group.submit {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-events .form-popup .form-section .form-group.submit .btn {
    width: 100%;
  }
}
.single-events .form-popup .form-section .form-group.floatl.show-label {
  margin-right: 0;
  width: 100%;
}
.single-events .form-popup .form-section .form-group.floatl.show-label legend {
  color: #6D2077;
  font-size: 20px;
  font-weight: 600;
}
.single-events .form-popup .form-section .form-group.floatl.show-label .show.align-top {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .single-events .form-popup .form-section .form-group.floatl {
    width: calc(50% - 12px);
  }
  .single-events .form-popup .form-section .form-group.floatl:nth-child(2n+1) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .single-events .form-popup .form-section .form-group fieldset label {
    display: inline-block;
    width: calc(100% - 60px);
    margin-bottom: 20px;
    vertical-align: top;
  }
  .single-events .form-popup .form-section .form-group fieldset > input,
  .form-section .single-events .form-popup .form-section .form-group fieldset > input {
    vertical-align: top;
  }
}
.single-events .form-popup .form-section h4 {
  color: #6d2077;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
.single-events .form_success .modal-dialog {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.single-events .form_success .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-events .form_success .modal-content .modal-header {
    padding-right: 46px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.single-events .form_success .modal-body {
  text-align: center;
  padding: 20px 15px 30px;
}
@media (min-width: 768px) {
  .single-events .form_success .modal-body {
    padding: 20px 64px 64px;
  }
}
.single-events .form_success .modal-body h2 {
  color: #6D2077;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin-top: 0 !important;
}
.single-events .form_success .modal-body h4 {
  color: #6D2077;
  font-weight: 600 !important;
}
.single-events .form_success .modal-body p {
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .single-events .form_success .modal-body h2 {
    font-size: 32px;
  }
  .single-events .form_success .modal-body p {
    font-size: 20px;
  }
  .single-events .form_success .modal-body h4 {
    font-size: 18px;
  }
}
.single-events .form_success .modal-body svg {
  display: block;
  margin: 0 auto 10px;
}
.single-events .form_success .modal-body .event-details {
  margin-top: 30px;
}
.single-events .form_success .modal-body .event-details .row {
  gap: 20px 0;
}
.single-events .form_success .modal-body .event-details .row .event-times span {
  line-height: 20px;
}
.single-events .form_success .modal-body .event-details .row .event-times span:first-of-type {
  display: block;
}
.single-events .form_success .modal-body .event-details .row .event-times span:not(:first-of-type) {
  font-weight: 400;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 5px;
}
.single-events .form_success .modal-body .event-details .row .event-times span:last-of-type {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.single-events .form_success .modal-body .add-to-calendar {
  margin-top: 30px;
}
.single-events .form_success .modal-body .add-to-calendar > a {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
  background: #333;
  border-radius: 40px;
  cursor: pointer;
}
.single-events .form_success .modal-body .add-to-calendar > a:hover {
  background: #8888;
}
.single-events .form_success .modal-body .add-to-calendar > a svg {
  width: 35px;
  margin-bottom: 0;
}
.single-events .form_success .modal-body .add-to-calendar > a svg path {
  fill: #fff !important;
}
.single-events #footer {
  background: #333;
  color: #fff;
}
.single-events #footer hr.gradient-bar {
  display: none;
}
.single-events #footer .container-fluid.fnav-section {
  border: none;
}
.single-events #footer a {
  color: #fff;
}
