/*
	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 */
}

.tab.tab-col .excerpt-info .preloader, .tab_provider-col .excerpt-info .preloader{
padding-bottom: 48%;
}

.tab.tab-col .excerpt-info .preloader .img.user img, .tab_provider-col .excerpt-info .preloader .img.user img{
object-fit: contain;
}
#sb-timeline #steps #steps-content #sb_booking_content .item .tab {
    border-radius: 15px;
    overflow: hidden;
}
div.tab .btn.select {
    border-radius: 10px !important;
}

.date-item {
    display: none !important;
}

.company-name.company-logo-and-name {
    color: white;
    font-size: 44px !important;
}

.btn.map.btn-with-image.custom {
    display: none !important;
}

span.start-date-btn.wrapper {
    display: none ! important;
}

#main-buttons .wrapper .inner .bar .btn a {
    font-size: 31px;
    box-shadow: 0px 0px 12px black;
    padding: 16px 47px 16px 27px !important;
    border-radius: 19px !important;
}

.btn.book.btn-with-icon.custom {
    border-radius: 19px !important;
}

.flexible-view .txt-center {
    font-size: 31px;
    color: #493169;
}

.booking-info .title-small, .booking-info .title-sub {
    font-size: 27px !important;
    padding-bottom: 28px;
    padding-top: 4px;
    margin-bottom: 4px;
    z-index: 999 !important;
    line-height: 18px !important;
    height: 27px !important;
}

section#main-buttons {
    max-height: 419px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected {
    background: #ceffff;
    border: 3px solid #00ff00;
    padding: 0px 8px;
    font-size: 16px;
}

#client-login .social .brand {
    margin: auto !important;
    background-color: #d5e8ff;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 2560px) {
    #main-buttons .wrapper {
        height: auto;
        padding: 60px 0px;
    }
}

#main #main-buttons .btn.book a {
    color: white !important;
    font-weight: 500;
}

#sb_booking_content .tab .btn.select a {
    color: white !important;
    font-size: 20px;
}

.package-content .btn.select, div.tab .btn.select, a.btn.select {
    color: white;
    letter-spacing: -0.5px;
    font-size: 19px !important;
}

ul#sb_menu_list_items_container li:first-child {
    display: none !important;
}

ul#sb_menu_list_items_container li:nth-child(3) {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    background-color: #e57544;
    border-radius: 15px;
    padding: 3px 21px !important;
    box-shadow: 0px 0px 4px #fffc00;
}

ul#sb_menu_list_items_container li:nth-child(3) a {
color:white !important;
}

div#sb_package_filter_container {
    display: none !important;
}

a.btn.select {
    color: white !important;
}

.logo {
    display: none !important;
}

.txt.short {
    height: auto !important;
    display: inline !important;
}

.package-content-page .item.package-item {
    min-width: 50%;
}

span.read-more {
    display: none !important;
}

.package-content>div .package-item .selected-package-list .package-list-item.package-service:before{
content: "★" !important;
}

.package-content>div .package-item .selected-package-list .package-list-item.package-service {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.package-content>div .package-item .selected-package-list.short .package-list-item .title {
    width: auto !important;
}

.company-name.company-logo-and-name {
    line-height: 70px;
}

.container-fluid{
/*background-color: #f2f2f2;*/
}

body {
    background: #211447 !important;
}

.item .tab {
    border-radius: 15px !important;
    overflow: hidden;
}

div#sb_timeview_container {
    background-color: #ffffff;
    border-radius: 15px;
}

.selected-package-list.short * {
    font-size: 20px;
    line-height: 33px;
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item, .package-content>div .package-item {
        width: 100%;
        margin-bottom: 74px;
    }
}