/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
#events h3 {
  /* add your css rule here */
}

#events p.duration,
#events div.duration {
  /* add your css rule here */
}

#events p.description,
#events div.description {
  /* add your css rule here */
}

#events .selectedEvent {
  /* add your css rule here */
}

#events input.reserve_time_btn {
  /* add your css rule here */
}

#events input.select_another_btn {
  /* add your css rule here */
}

#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3 {
  /* add your css rule here */
}

#eventForm #save_button {
  /* add your css rule here */
}

div.ui-widget-content {
  /* add your css rule here */
}

div.ui-widget-header {
  /* add your css rule here */
}

#timeline-container table.timeline {
  /* add your css rule here */
}

.timeline td.not_worked_time {
  /* add your css rule here */
}

.timeline td.free_time {
  /* add your css rule here */
}

.timeline td.selected_time {
  /* add your css rule here */
}

.timeline td.reserved_time {
  /* add your css rule here */
}

div#loading {
  /* add your css rule here */
}

#start_date-block-container .zend_form dt,
start_date-block-container .zend_form dt b,
start_date-block-container .zend_form dd label {
  /* add your css rule here */
}

body,
font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

a,
a:focus,
a:hover {
  color: #49306b;
}

hr {
  border-color: #49306b;
  border-width: 3px;
}

.title-main,
.title-section,
.top-index-block .descr h2,
.top-index-block .descr h2 font,
.top-index-block .descr h2 span,
#main #main-buttons .wrapper .inner .company-name {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

.top-index-block .title-main,
#main-buttons .wrapper .inner .bar .btn.map,
#social-gallery-view .title-main,
#sb_main #main #sb_content #steps-content .location-item:nth-child(1) .tab .tab-pd .btn-bar,
#sb_main #main #sb_content #steps-content .location-item:nth-child(2) {
  display: none;
}

#sb_main #main #sb_content #steps-content .location-item:nth-child(2) .tab .excerpt-info .preloader > a {
  pointer-events: none;
}

#sb_main #content-view .index-data-wrapper .top-index-block .descr ul li {
  padding-left: 26px !important;
}

.top-index-block .descr h2 {
  margin: 10px 0 15px;
  font-size: 34px;
}

.top-index-block .descr img {
  display: block;
  margin: 0 auto 15px;
  padding: 3px;
  border: 3px solid #49306b;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .top-index-block .descr img {
    margin: 0 15px 0 0;
    float: left;
  }
}
