/*
	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 */
}

.btn-danger {
    color: #333333;
    background-color: #facac8;
    border-color: #facac8;
}

.btn-danger:hover {
    color: #333333;
    background-color: #facac8;
    border-color: #facac8;
}

 #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 */
}

a {
  color: #FFA9AF;
}

 .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 */
}

.brand a.ig:after {
  background: #FFA9AF;
}

#header .nav-trigger {
  background: #FFA9AF;
}

.alert-warning {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
}

.alert-info {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
}

modal-dialog .modal-content .modal-footer .btn {
    background: #ffd5d8;
    border: none;
}

modal-dialog .modal-content .modal-footer .btn:hover {
    background: #ffd5d8;
    border: none;
}

.google-reviews__card-left {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 60%;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #FFF2F3;
    background: #FFF2F3;
}

.google-reviews__card-rating-text a, .google-reviews__card-reviews-text a {
    color: #333333!important;
}

.google-reviews__btn {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #333333;
    transition: .4s ease;
}

.google-reviews__card {
    width: auto;
    align-self: flex-end;
    padding: 10px 10px 10px 20px;
    background: #FFF2F3;
}

.google-reviews__btn-wrapper {
    padding: 10px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background: #fff2f3;
}

.alert-info {
    background-color: #fff2f3;
    border-color: #dad6dd;
    color: #333333;
}

.modal-dialog .modal-content .modal-footer .btn {
    background: #facac8;
    border: none;
}

.alert-success {
    background-color: #FFF2F3;
    border-color: #FFF2F3;
    color: #333333;
}

.current-booking-info .booking-btns .btn.sb_cancel_btn {
    background: #a6a6a6;
}

.current-booking-info .booking-btns .btn.sb_add_to_cal {
    background: #ffa9af;
}

.current-booking-info .calendar .header {
    background: #ffa9af;
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.current-booking-info .calendar .body {
    background: #fff;
    font-size: 32px;
    color: #494949;
    line-height: 42px;
    border-radius: 0 0 5px 5px;
}
.promotions-letter-flag.v2 {
    display: none;
}