/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/

.table-container {
    max-width: 1040px;
    margin: 0 auto;
}

.units-table {
    width: 100%;
    border-collapse: collapse;
}

.units-table thead th {
    background-color: #ded4c2;
    color: #1a1a2e;
    text-align: left;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 700;
}

.units-table tbody td {
    padding: 22px 24px;
    font-size: 15px;
    color: #b08d4f;
}

.units-table tbody td.unit-name {
    color: #1a1a2e;
    font-weight: 700;
}

.units-table tbody tr.row-white {
    background-color: #ffffff;
}

.units-table tbody tr.row-beige {
    background-color: #ded4c2;
}

#venta .post-heading {
    display: none !important;
}