.cpt_simpleevents .holock {
  padding-right: 250px !important;
}
@media (max-width: 768px) {
  .cpt_simpleevents .holock {
    padding-right: 50px !important;
  }

  .cpt_simpleevents .tab-border.active {
  border: 2px solid #272b5e;
  border-radius: 0;
}
.cpt_simpleevents .sg-btn-close {
  font-size: x-large;
}
.cpt_simpleevents #tabs_main .content div {
  margin-bottom: 6px;
}
.cpt_simpleevents .sg-nav-link {
  margin: 5px;
  border-right: 2px solid #272b5e !important;
  border-left: 2px solid #272b5e !important;
  border-radius: 0px;
  transition: 0.4s ease;
  color: #272b5e;
}
.cpt_simpleevents .sg-nav-link:hover {
  background: #fcc336;
}
.cpt_simpleevents .sg-nav-link.active {
  color: white !important;
  background: #272b5e !important;
}
.cpt_simpleevents .header-block-info {
  position: relative;
}
.cpt_simpleevents .header-block-info.show-info-block {
  background-color: #e3eaf7;
}
.cpt_simpleevents .sgevents-title {
  font-size: 42px;
  color: inherit;
}
@media (max-width: 992px) {
  .cpt_simpleevents .sgevents-title {
    font-size: 32px !important;
  }
}
.cpt_simpleevents .sgevents-subtitle, .cpt_simpleevents .content_builder_menu_anchor_title {
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cpt_simpleevents .sgevents-subtitle, .cpt_simpleevents .content_builder_menu_anchor_title {
    font-size: 22px !important;
  }
}
@media (max-width: 992px) {
  .cpt_simpleevents .sgevents-dates {
    font-size: 22px !important;
  }
}

}

.cpt_simpleevents iframe {
  width: 100%;
}
.floating-desktop {
  padding-right: 3rem !important;
  padding: 3rem !important;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 13px 27px -5px;
}


.sg-page-header .orange-sq {
  position: absolute;
  border-left: 14px solid #d13902;
  border-top: 14px solid #d13902;
  width: 60px;
  height: 60px;
  z-index: 9;
  left: -30px;
  top: -30px;
}
.sg-page-header .orange-sq-base {
  position: absolute;
  border-right: 16px solid #d13902;
  border-bottom: 16px solid #d13902;

  width: 60px;
  height: 60px;
  z-index: 9;
  bottom: -30px;
  right: -30px;
}