.wubook-container
{
    background-color: #FFF;    
}

.kw_form_discount__input
{
    border-bottom: 2px solid #ccc !important;
    border-radius: 0 !important;
}

.plcn-widget-wubook-container h5
{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}

.plcn-widget-wubook-container .kw_u_block--with_shadow
{
    background: unset;
    box-shadow: unset;

}

.plcn-widget-wubook-container .kw_form_dates
{
    /*flex-direction: column;*/
}


.plcn-widget-wubook-container .kw_form_dates
{
    max-height: unset;
}


.plcn-widget-wubook-container .kw_container
{
    background: unset !important;
    line-height: unset;
    
}

.plcn-widget-wubook-container .kw_wrapper
{
    padding: 0 !important;
}


.plcn-widget-wubook-container .i18n
{
    font-family: 'Oswald', sans-serif;
    color: #000;
}

.kw_book_button
{
    border: 1px solid #eaeaea;
}


.kw_book_button .kw_block__head
{
    text-align: center;
}



.plcn-widget-wubook-container .kw_block__head
{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.plcn-widget-wubook-container .kw_form_dates__input
{
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase ;
    color: #000;
    font-size: 18px !important;
}


.kw_container .kw_form_dates .kw_block__content input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]).kw_form_dates__input,
    .kw_form_dates .kw_block__content input.kw_form_dates__input {
      box-shadow: unset;
}


.plcn-widget-wubook-container  .kw_section {
    justify-content: flex-start;
    /*flex-direction: column;*/
}

.plcn-widget-wubook-container  .kw_block {
    width: 100%;
}


.kw_book_button .kw_block {
    padding-top: 6px !important;
    
}

.plcn-widget-wubook-container .kw_book 
{
    justify-content: space-between;
    padding: 0;
}

.plcn-widget-wubook-container .kw_grid__item, .kw_section__item .kw_form_dates, .kw_form_discount .kw_inline
{
/*    width: 100%;*/
}

.kw_container .kw_form_dates .kw_block__content input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]).kw_form_dates__input,
.kw_form_dates .kw_block__content input.kw_form_dates__input {
  max-width: unset;
  width: 100%;
}


.plcn-widget-wubook-container .kw_form_discount__input
{
    max-width: unset !important;
}

.plcn-widget-wubook-container .kw_form_occ__details
{
    display: none;
}



@media only screen  and (max-width : 1024px) 
{
    /* Styles for tablet */
}


@media only screen and (min-width : 1025px) 
{

    .plcn-widget-wubook-container
    {
        padding: 2em;
    }
    

    .wubook-container
    {
        position: absolute;
        width: 25%;
        right: 0;
        bottom: 5%;
    
    }
}

 

@media only screen and (max-width : 600px) 
{
    .kw_book_button
    {
        padding: 1em 0;
        margin-top: 5px !important;
    }

    .plcn-widget-wubook-container h5
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .plcn-widget-wubook-container
    {
        margin-top: 2em;
    }
    
}

