/*
Theme Name:  WSM Template Monterey Child
Version:     1.0
Author:      WSM
Author URI:  http://www.whitestonemarketing.com
Template:    wsm-template-monterey
*/
/* Adjust the value of 'Template:' above to match the parent theme's folder name */

/* add custom styles here */

@media (min-width: 768px) {

    /* rate chart */
    /***
    .rate-chart-container .table .bed-col {
        width: 110px;
    }
    .rate-chart-container .table .bath-col {
        display: none;
    }
    .rate-chart-container .table > thead > tr > th.guests-col {
        min-width: 98px;
        text-align: center;
        width: 98px;
    }
    .rate-chart-container .table > thead > tr > th.rates-col {
        min-width: 130px;
        width: 130px;
    }
    .rate-chart-container .table > thead > tr > th.room-col {
        width: 210px;
    }
    .rate-chart-container .table > thead > tr > th.book-col {
        width: 110px;
    }
    ***/
}

@media (min-width: 992px) {

    /* rate chart */
    /***
    .rate-chart-container .table .bath-col {
        display: table-cell;
        width: 150px;
    }
    .rate-chart-container .table .features-col {
        min-width: 110px;
    }
    ***/
}

@media (min-width: 1200px) {

    /* rate chart */
    /***
    .rate-chart-container .table > thead > tr > th {
        font-size: var(--18px);
    }
    .rate-chart-container .table > thead > tr > th.room-col {
        width: 210px;
    }
    .rate-chart-container .table > thead > tr > th.guests-col {
        width: 108px;
    }
    .rate-chart-container .table > thead > tr > th.bath-col {
        width: 130px;
    }
    .rate-chart-container .table > thead > tr > th.features-col {
        width: 267px;
    }
    .rate-chart-container .table > thead > tr > th.rates-col {
        width: 138px;
    }
    ***/
}

@media (min-width: 1400px) {
}