/*
	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 */
}
#main #main-content {
    position: relative;
    margin-top: -190px;
    min-height: 0px;
    max-width: 1200px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

 #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 */
}

#sb-main-container #footer, #sb-main-container #header, #sb-main-container #main {
    background: #fff;
}
#sb_main #header .items-wrapper #sb_multiple_book_cart {
    margin-left: 0;
    display: none;
}

#sb_main #content-view .index-data-wrapper .decor-wrap {
    border: 0px solid #cf9b2c !important;
}
.a-reservar{
    background: #cf9b2c;
    padding: 10px 20px;
    border: 1px solid #cf9b2c;
    margin-top: 10px;
    display: table-cell;
    color: #fff;
}


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700|Playfair+Display+SC&display=swap');

body {
font-family: 'Noto Sans KR', sans-serif !Important;
}
.title-main {
    display: none;
    color: #cf9b2c;
}
#main #main-buttons .wrapper .inner .company-name {
font-family: 'Playfair Display SC', serif !important;
}

#sb_main #main #sb_content #steps-nav #sb_booking_info ul li .content .title-small {
    font-size: 0px;
}
#sb_main #main #sb_content #steps-nav #sb_booking_info ul li:first-of-type .title-small::before {
    content: 'Escolha a Experiência';
    font-size: 20px;
}
.title-small:nth-child(4n+1)::before {
    content: 'Agende a hora e data';
    font-size: 20px;
}
li:nth-child(4n+2) {
    display: none !important;
}
li:nth-child(4n+3) .title-small::before {
    content: 'Selecione a data e hora' !important;
    font-size: 20px !important;
}
li:nth-child(4n+4) .title-small::before {
    content: 'Informe seus dados' !important;
    font-size: 20px !important;
}
#main-buttons .wrapper {
    display: none;
}
#sb_main #main-buttons {
    min-height: 400px;
}

body {
    background: #ffffff !important;
}

#sb_main #main #sb_content #steps-content #sb_booking_content .datetime-step #sb_dateview_container .datepicker-button .btn::after {
    content: '(Clique aqui p/ abrir a agenda)';
    font-size: 13px;
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex::after {
    content: 'por pessoa';
    display: none;
    margin-left: -88px;
    margin-top: 6px;
}
.d-flex .time span::before {
    content: 'Duração aproximada:';
}
.service-item.item:nth-child(2n+1)  .tab-pd:after {
    content: '*informe no campo acima o número total de adultos. Se houver visitantes menores de 18 anos entrar em contato direto com a vinícola. ';
    font-size: 12px;
line-height: 16px;
margin-top: 20px;
}
.service-item.item:nth-child(2n+2) .tab-pd:after {
    content: '*informe no campo acima o número total de adultos. Não é permitida a entrada de crianças menores de 12 anos na visita interna e degustação. Se houver visitantes menores de 18 anos entrar em contato direto com a vinícola. ';
    font-size: 12px;
line-height: 16px;
margin-top: 20px;
}

 div#sb_additional_fields .form-group:nth-child(6n+1)::after{
    content: 'Esta não é uma compra. No caso de, efetuada a reserva, não houver o comparecimento. Será debitado o valor das experiência(s) reservada (s) no Cartão de Crédito/ débito abaixo:';
    display: inline-grid;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #fff;
    background: #cf9b2c;
    padding: 30px 15px;

}

@media only screen and (max-width : 768px) {


}


