@import url('https://fonts.googleapis.com/css?family=Lato');
:not(.fa):not(.fi) {
font-family: "Lato" !important;
font-weight:bold;
}

#main #main-content #sb_content #main-buttons .wrapper #main_description ul li:before {
   content: "\f111";
   font-size: 14px;
   margin-top: 10px;
}

#main-buttons .data_wrap {
  display: flex;
  flex-direction: column;
}

#main-buttons .data_wrap > div {
  width: 100%;
}

#main-buttons .data_wrap .company-name {
  order: 1;
}
#main #main-content #sb_content #main-buttons .buttons_wrap {
  order: 2;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: $mob) {
  #main #main-content #sb_content #main-buttons .buttons_wrap {
    margin-bottom: 15px;
  }
}

#main-buttons .data_wrap #main_description {
  order: 3;
}

/*
    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 */
}

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item {
display: none;
}

#main #main-content #sb_content #sb-timeline #time-settings #sb_booking_company_time .time {
font-size: 16px;
}

.timeline-sidebar .tab .txt.short {
max-height: 210px;
}

.tab.tab-col .txt.short {
min-height: 90px;
}