/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

.service-deposit {
    display: none !important;
}

.full-info-price--wrapper {
    display: none !important;
}

.accordion {
    display: none !important;
}

.badge {
    display: none !important;
}

 #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 */
}


#schedule {
  display: none !important;
}
/*
@media only screen and (min-width: 1024px) {
  #schedule {
    display: block !important;
  }
}
*/
.start-date-btn {
display: none !important;
}

.date-bar {
  display:none !important;
}

.package-content>div .package-item .selected-package-list.short {
  height: auto !important;
}

.provider-item {
display: none !important;
}

.tab.tab-col .txt.short {
    height: 315px !important;
    line-height: 24px !important;
    overflow: hidden !important;
    font-size: 14px !important;
}

#time-settings {
display:none !important;
}

#main-buttons .wrapper .inner .bar .btn:hover {
    opacity: 0.95 !important;
}

@media (max-width: 767px) {
  .tab.tab-col .txt.short {
    max-height: 315px !important;
  }
}

.read-more {
display: none !important;
}


#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn, #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn {
    font-size: 18px;
    margin: 5px;
    width: 100%;
    min-width: 200px;
}

.login-bar {
display: none !important;
}

  #main-buttons .wrapper .inner .bar .btn {
    margin-bottom: 28em !important;
border-radius: 50px;
padding: 0.5em 1em;
  }

  #main-buttons .wrapper .inner .bar .btn a {
    display: inline-block !important;
    font-size: 28px !important;
    padding: 2px 12px !important;
    min-width: 150px !important;
    font-family: helvetica !important;
    text-transform: uppercase !important;
  }

.btn.select a {
color: #ffffff !important;
}

#main-buttons .wrapper .inner .bar {
    /*padding-top: 0px;*/
    padding-top: 350px; 
}

@media only screen and (max-width: 1024px) {

#main-buttons .wrapper .inner .bar {
    /* padding-top: 0px;*/
    /* padding-top: 150px;*/
     padding-top: 250px; 
}

  #main-buttons .wrapper .inner .bar .btn {
    margin-bottom: 18em !important;
  }

  #main-buttons .wrapper .inner .bar .btn a {
    display: inline-block !important;
    font-size: 14px !important;
    padding: 2px 8px !important;
    min-width: 100px !important;
    font-family: helvetica !important;
    text-transform: uppercase !important;
  }

 .is-holiday {
    color: black !important;
  }
}

.tab.tab-col .cap.short {
font-size:24px;
}

.btn--primary {
background:#c29678 !important;
border-color:#c29678 !important;
box-shadow: none !important;
}