/*
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
*/

:root {
    --black: #000000;
    --white: #FFFFFF;

    --vp-small: 40px;
    --vp-medium: 80px;
    --vp-large: 120px;
	
}

/* ********** COMMUNITY ********** */

.btn-cta {
	background-color: #2e323a;
	border: 1px solid #2e323a;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all .5s;
}

.btn-cta:hover {
	background-color: #fff;
	color: #000;
	border-color: #2e323a;
	transition: all .5s;
}

.img-rounded {
	border-radius: 5px;
}

.single-community #main {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.single-community .fusion-row {
	max-width: 100% !important;
}

/* COMMUNITY HERO */

.community-hero {
	padding-top: 50px;
	padding-bottom: 125px;
}

.single-community p {
	line-height: 1.5em;
}

.community-title {
    line-height: 1.25em;
	color: var(--black) !important;
	text-transform: uppercase;
	margin-top: 0 !important;
	margin-bottom: 0;
}

h1.community-title {
	font-size: 45px;
}

.community-address {
	font-weight: 600;
	text-transform: uppercase;
}

.community-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.community-badge--active {
    background: #e6f4ea;
    color: #137333;
}

.community-badge--construction {
    background: #fff4e5;
    color: #b45309;
}

.community-badge--soldout {
    background: #fee2e2;
    color: #991b1b;
}

.community-badge--default {
    background: #eef2f7;
    color: #334155;
}

.community-updated {
	font-style: italic;
    text-decoration: underline;
}

/* Community Snapshot */

.community-snapshot {
	padding-top: 125px;
	padding-bottom: 125px;
	background: #f8f9fa;
}

h2.community-title {
	font-size: 35px;
}

.community-summary {
    font-size: 17px;
    line-height: 1.7;
}

.community-facts-table-wrapper {
	padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 2rem !important;
}

.community-facts-table {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.community-facts-table th {
    width: 45%;
    font-weight: 600;
    color: #2c2c2c;
    padding: 12px 16px !important;
    border-top: none;
}

.community-facts-table td {
    padding: 12px 16px !important;
    border-top: none;
    color: #444;
}

.community-facts-table tr + tr {
    border-top: 1px solid #e9ecef;
}

.community-facts-table {
    table-layout: fixed;
    width: 100%;
}

.community-facts-table th {
    width: 160px;
    white-space: nowrap;
}

.community-facts-table td {
    width: auto;
}

.community-logo {
	max-width: 150px;
}

/* COMMUNITY AMENITIES */

.community-amenities {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
}

.amenity-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.amenity-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.amenity-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.amenity-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.amenity-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
}

.amenity-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #ffffff;
}

.amenity-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.amenity-list {
    padding-left: 18px;
    margin: 0;
}

.amenity-list li {
    margin-bottom: 8px;
	line-height: 1em !important;
}

.amenity-list li:last-child {
    margin-bottom: 0;
}

.category-icon i {
	font-size: 30px;
	position: relative;
    top: -19px;
    height: 30px;
}

.category-icon img {
	width: 27px;
    opacity: .8;
    position: relative;
    top: -3px;
}
