/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
h1
{
    font-size: 30px !important;
    margin-bottom: 10px !important;
}

.table-1 th
{
    text-align: center !important;
    font-weight: 900;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.table-1 td
{
    padding: 5px !important;
    text-align: center;
}

.table-1 td:nth-child(1)
{
    width: 180px;
    text-align: left;
}

.table-1 td:nth-child(4)
{
    width: 200px;
}

.table-1 td:nth-child(5)
{
    width: 250px;
}

.table-1 td:nth-child(6)
{
    width: 160px;
}

.table-1 td:nth-child(7)
{
    width: 220px;
}

.table-1 td:nth-child(8)
{
    width: 100px;
}

.table-1 td:nth-child(8)
{
    font-weight: 700 !important;
}

.table-1 .status.status-available
{
    color: #339966;
}

.table-1 .status.status-reserved
{
    color: #ff9900;
}

.table-1 .status.status-developer_contract,
.table-1 .status.status-sold
{
    color: #ff0000;
}

.c-gbi
{
    width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px !important;
}

.c-gallery
{
    margin-top: 40px !important;
}

.c-gallery img
{
    height: 240px !important;
    object-fit: cover;
}
