
/* Fonts
--------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'dellmonte';
    src: url('fonts/dellmonte.woff2') format('woff2'),
         url('fonts/dellmonte.woff') format('woff'),
         url('fonts/dellmonte.ttf') format('truetype'),
         url('fonts/dellmonte.otf') format('opentype');
    font-weight: normal; /* Or specify a weight if needed (e.g., bold: 700) */
    font-style: normal; /* Or specify a style if needed (e.g., italic) */
  }
  

/* Homepage
--------------------------------------------------------------------------------------- */

.vertical-titles .quicklink-panels h2 { margin-bottom: 250px; font-size: 4.8em; }

.smart-wrapper { position: relative; z-index: 1;}

.gradient-black-50 {background:linear-gradient(to bottom,transparent 0%,transparent 50%,#000 50%,#000 100%);}


/* Secondary Pages
--------------------------------------------------------------------------------------- */

.floor-tabs { text-align: center;}
.floor-tabs a { display: inline-block; padding: 6px 12px; text-align: center; font-size: 1.6em; background: #ddd;}
.floor-tabs a:hover, .floor-tabs a.active { background: #000; color: #fff; text-decoration: none;}
.floor-images { width: 100%; border: 1px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.floor-images img { max-width: 75%; margin: 0 auto;}

.home-details {
  list-style: none;
  padding: 0;
}
.home-details li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  border-bottom: 1px solid #ddd;
}
.home-details li strong {
  font-weight: bold;
}
.home-details li span {
  text-align: right;
}

.home-sold { padding: 4px 6px; background: red; color: #fff;}


.single-rentals #field_1_7,
.single-homes #field_1_7 { position: absolute; top: -9999px; right: -9999px;}

/* Media Queries
--------------------------------------------------------------------------------------- */


/* Desktops and laptops ----------- */

@media only screen
and (max-height : 1440px) {


}

@media only screen
and (max-height : 1100px) {


}

@media only screen
and (max-height : 900px) {


}

@media only screen
and (max-height : 800px) {


}

@media only screen
and (max-height: 540px) {


}


@media only screen
and (max-width : 2260px) {


}


@media only screen
and (max-width : 2000px) {


}


@media only screen
and (max-width : 1800px) {


}



@media only screen
and (max-width : 1770px) {


}

@media only screen
and (max-width : 1600px) {

}


@media only screen
and (max-width : 1500px) {


}

@media only screen
and (max-width : 1350px) {


}


@media only screen
and (max-width : 1300px) {


}



@media only screen
and (max-width : 1350px) {


}

@media only screen
and (max-width : 1200px) {


}

@media only screen
and (max-width : 1150px) {


}

@media only screen
and (max-width : 1100px) {


}

@media only screen
and (max-width : 1000px) {


}

@media only screen
and (max-width : 880px) {


}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {


}

@media screen and (min-width:320px) and (max-width:780px) and (orientation:landscape) {


}

@media only screen
and (max-width : 501px) and (orientation:portrait)  {
	
    .vertical-titles .panel.marg-t-100 { margin-top: 20px !important;}
    .home .hero-content { bottom: -7px !important; }
    .home .hero-content h2 { font-size: 17vw !important; line-height: .8em !important;}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {


}


/* ----------------------------------------------------------
   Mortgage Calculator  [mortgage_calculator]
---------------------------------------------------------- */
.cc-mortgage-calculator {
    max-width: 520px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    overflow: hidden;
    font-family: inherit;
}
.cc-mc-header {
    background: linear-gradient(135deg, #1a2e44 0%, #2d5282 100%);
    color: #fff;
    padding: 28px 32px 22px;
}
.cc-mc-header h3 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #fff;
    border: none;
}
.cc-mc-header p {
    margin: 0;
    font-size: 13px;
    opacity: 0.75;
    color: #fff;
}
.cc-mc-body {
    padding: 28px 32px;
}
.cc-mc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cc-mc-field {
    margin-bottom: 16px;
}
.cc-mc-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6b7280;
    margin-bottom: 6px;
}
.cc-mc-field .cc-mc-input-wrap {
    position: relative;
}
.cc-mc-field .cc-mc-prefix {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}
.cc-mc-field .cc-mc-suffix {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}
.cc-mc-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px 10px 28px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    color: #111827;
    background: #f9fafb;
    transition: border-color 0.15s, background 0.15s;
    outline: none;
    -moz-appearance: textfield;
}
.cc-mc-field input::-webkit-outer-spin-button,
.cc-mc-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cc-mc-field input:focus {
    border-color: #2d5282;
    background: #fff;
}
.cc-mc-field input.no-prefix {
    padding-left: 12px;
}
.cc-mc-field input.has-suffix {
    padding-right: 32px;
}
.cc-mc-divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 4px 0 20px;
}
.cc-mc-result-box {
    background: linear-gradient(135deg, #1a2e44 0%, #2d5282 100%);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
    text-align: center;
}
.cc-mc-result-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}
.cc-mc-result-total {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
}
.cc-mc-result-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 4px;
}
.cc-mc-breakdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}
.cc-mc-breakdown-item {
    background: #f9fafb;
    border-radius: 8px;
    padding: 10px 8px;
    text-align: center;
}
.cc-mc-breakdown-item .bd-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    margin-bottom: 4px;
}
.cc-mc-breakdown-item .bd-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a2e44;
}
.cc-mc-error {
    color: #ef4444;
    font-size: 13px;
    text-align: center;
    margin-bottom: 12px;
    display: none;
}


/* ----------------------------------------------------------
   Property Filter  [filter posttype="homes|rentals"]
---------------------------------------------------------- */

.cc-filter-wrap {
    width: 100%;
}

.cc-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: #eee;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 32px;
}

.cc-filter-input {
    flex: 1 1 180px;
    padding: 10px 14px;
    border: 1.5px solid #dde1e7;
    border-radius: 7px;
    font-size: 18px;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
.cc-filter-input:focus {
    border-color: #1a2e44;
}

.cc-filter-select {
    flex: 0 1 180px;
    padding: 10px 32px 10px 12px;
    border: 1.5px solid #dde1e7;
    border-radius: 7px;
    font-size: 18px;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: border-color 0.15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23555' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.cc-filter-select:focus {
    border-color: #1a2e44;
}

.cc-filter-btn {
    padding: 10px 22px;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}
.cc-filter-btn-search {
    background: #000;
    color: #fff;
}
.cc-filter-btn-search:hover {
    background: #444;
}
.cc-filter-btn-reset {
    background: #ccc;
    color: #444;
}
.cc-filter-btn-reset:hover {
    background: #fff;
}

.cc-filter-status {
    display: block;
    width: 100%;
    text-align: center;
}

/* Spinner — no text, just the ring */
.cc-filter-loading {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.cc-filter-loading::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid #ddd;
    border-top-color: #ff0000;
    border-radius: 50%;
    animation: cc-spin 0.6s linear infinite;
    vertical-align: middle;
}
@keyframes cc-spin {
    to { transform: rotate(360deg); }
}

/* Result count */
.cc-filter-count {
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
}

.cc-filter-grid {
    transition: opacity 0.25s ease;
}

/* Property card */
.cc-prop-card a {
    text-decoration: none;
    color: inherit;
}
.cc-prop-image {
    position: relative;
    display: block;
}
.cc-prop-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Availability badge on all cards */
.cc-prop-avail-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: green;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    pointer-events: none;
}

/* Sold / inactive cards */
.cc-prop-avail-badge.cc-prop-sold-badge {
    background: red;
}
.cc-prop-sold .cc-prop-image img {
    opacity: 0.55;
}
.cc-prop-sold .titles a,
.cc-prop-sold .cc-prop-price {
    opacity: 1;
}
.cc-prop-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0 4px;
    display: flex;
    justify-content: center;
    gap: 14px;
    font-size: 13px;
    color: #555;
}
.cc-prop-meta strong {
    font-weight: 700;
    color: #1a2e44;
}
p.cc-prop-price {
    font-size: 15px;
    color: #1a2e44;
    margin-top: 4px;
    margin-bottom: 0 !important;
}
.cc-filter-empty {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    color: #000;
    font-size: 1.8em;
    background: #fbe880;
    border-radius: 8px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

/* Responsive */
@media only screen and (max-width: 900px) {
    .cc-filter-bar {
        gap: 8px;
    }
    .cc-filter-select {
        flex: 1 1 calc(33% - 8px);
    }
}

@media only screen and (max-width: 600px) {
    .cc-filter-bar {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0 !important;
    }
    .cc-filter-input,
    .cc-filter-select,
    .cc-filter-btn {
        width: 100%;
        flex: none;
    }
    .cc-filter-btn {
        text-align: center;
    }
}

