/*
 Theme Name:   Ashe Child
 Theme URI:    https://www.casita-boschberg.nl/
 Description:  Ashe Child Theme
 Author:       Ramon Speets
 Author URI:   https://www.casita-boschberg.nl/
 Template:     ashe
 Version:      1.0.0
 Tags:         
 Text Domain:  twentyseventeen-child
*/

#sbc-calendar tbody td {
     border-width: 1px; 
     border-style: solid;
}

.sbc-calendar-month {
    float: left;
    padding: 10px;
    width: 100%;
    border: 0px;
    background-color: #fff;
    margin-right: 10px;
}

#sbc-calendar tr td {
    color: #333;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    padding: 8px 0 4px;
/*    width: 36px;   */
    width: auto;   
    height: 36px;
    /*border: none; */
    border-width: 1px;
    border-style: solid;
}

#sbc-calendar table thead th {
    color: #333;
    font-family: 'Playfair Display';
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    padding: 8px 0 4px;
    width: 10.0%;
    height: 36px;
    border: none;
}

#sbc-calendar .sbc-navigation {
    padding-bottom: 0px;
    line-height: 20px;
    text-align: center;
    font-family: 'Playfair Display';
}

.sbc-calendar-wrapper strong {
    font-weight: normal;
}

#sbc-calendar table {
    border-top: 0px solid #000;
}
#sbc-calendar tr td.pad {
    visibility: hidden;
    height: 0px;
}

#sbc-calendar .sbc-navigation select {
    margin: 0;
    padding: 0 !important;
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: 'Playfair Display';
     border: none;
}

#sbc-calendar-wrapper, #sbc-calendar-wrapper * {
    width: 100%; 
}
#sbc-calendar {
    width: 100%;
    margin: 0 0px 0px 0;
}

.sbc-calendar-month {
    padding: 0px;
    width: 100%;
    margin-right: 0px;
}

.full-width .main-container {
    width: 100%;
}

.full-width .sbc-calendar-month {
    width: 30% !important; 
    margin-right: 3%;   
}     

.PrijsTabel {
    overflow-x:auto;
}

@media screen and (max-width: 768px) {
  .full-width .sbc-calendar-month {
    width: 100% !important;
    margin-right: 0%;   
  }
}

.widget_polylang {
    font-family: 'Playfair Display';
    text-transform: uppercase;
    text-align: center;
    font-size: smaller;
    margin-bottom: 10px;    
}

.ashe-widget {
    margin-bottom: 20px;
}

.casitatable table tr, .casitatable table th, .casitatable table td {
    border-width: 0px;
    border-style: solid;
    padding: 0px;
    text-align: left;
}

.wp-block-separator.is-style-wide {
    margin-top: 30px;
    margin-bottom: 30px;
}