
/* =========================================================
Darfield Estates â€” House and Land Packages
Namespaced to avoid leaking into the existing site
========================================================= */
.de-house-land,
.de-house-land * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.de-house-land {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
    background: #fff;
}

.de-house-land a {
    color: #51612f;
    text-decoration: none;
}

.de-house-land a:hover,
.de-house-land a:focus {
    color: #2f3b22;
    text-decoration: underline;
}

.de-house-land .de-muted {
    color: #6d6d6d;
}

.de-house-land .de-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #6f7b3a;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.de-house-land .de-section {
    padding: 60px 0;
}

.de-house-land .de-section-tight {
    padding: 38px 0;
}

.de-house-land .de-section-alt {
    background: #f6f3ed;
}

.de-house-land .de-section-title {
    margin: 0 0 16px;
    color: #2f3b22;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.de-house-land .de-section-lead {
    max-width: 820px;
    margin: 0 auto 30px;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}

.de-house-land .de-hero {
    position: relative;
    padding: 84px 0 76px;
    overflow: hidden;
    color: #fff;
    background: #2f3b22;
}

.de-house-land .de-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:
        linear-gradient(110deg, rgba(47,59,34,.94) 0%, rgba(47,59,34,.84) 44%, rgba(47,59,34,.50) 100%),
        url('/assets/images/house-land-packages/darfield-estates-house-land-hero.jpg') center center / cover no-repeat;
}

.de-house-land .de-hero .container {
    position: relative;
    z-index: 2;
}

.de-house-land .de-hero h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
}

.de-house-land .de-hero p {
    max-width: 760px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.92);
    font-size: 20px;
    line-height: 1.55;
}

.de-house-land .de-hero .de-kicker {
    color: #d9c98b;
}

.de-house-land .de-hero-actions {
    margin: 28px -6px 0;
}

.de-house-land .de-hero-actions .btn {
    margin: 6px;
}

.de-house-land .de-btn {
    border-radius: 0;
    padding: 13px 22px;
    border-width: 2px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-transition: all .18s ease;
    transition: all .18s ease;
}

.de-house-land .de-btn-primary {
    color: #2f3b22;
    border-color: #d9c98b;
    background: #d9c98b;
}

.de-house-land .de-btn-primary:hover,
.de-house-land .de-btn-primary:focus {
    color: #2f3b22;
    border-color: #eee0a4;
    background: #eee0a4;
    text-decoration: none;
}

.de-house-land .de-btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,.78);
    background: transparent;
}

.de-house-land .de-btn-outline:hover,
.de-house-land .de-btn-outline:focus {
    color: #2f3b22;
    border-color: #fff;
    background: #fff;
    text-decoration: none;
}

.de-house-land .de-btn-dark {
    color: #fff;
    border-color: #2f3b22;
    background: #2f3b22;
}

.de-house-land .de-btn-dark:hover,
.de-house-land .de-btn-dark:focus {
    color: #fff;
    border-color: #465730;
    background: #465730;
    text-decoration: none;
}

.de-house-land .de-feature-card,
.de-house-land .de-step-card,
.de-house-land .de-contact-panel,
.de-house-land .de-partner-card,
.de-partner-detail .de-side-panel {
    background: #eae6d7;
    border: 1px solid #e4dfd4;
    box-shadow: 0 8px 22px rgba(0,0,0,.055);
}

.de-house-land .de-feature-card {
    min-height: 204px;
    margin-bottom: 24px;
    padding: 28px 26px;
}

.de-house-land .de-feature-card h3,
.de-house-land .de-step-card h3 {
    margin: 0 0 12px;
    color: #2f3b22;
    font-size: 22px;
    line-height: 1.25;
}

.de-house-land .de-feature-card p,
.de-house-land .de-step-card p {
    margin: 0;
    color: #555;
}

.de-house-land .de-icon-number {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    background: #6f7b3a;
    border-radius: 50%;
}

.de-house-land .de-step-card {
    min-height: 214px;
    margin-bottom: 24px;
    padding: 30px 26px;
}

.de-house-land .de-note-panel {
    padding: 26px;
    color: #4e4b42;
    background: #fbfaf6;
    border-left: 5px solid #d9c98b;
}

.de-house-land .de-partner-list-intro {
    max-width: 860px;
    margin: 0 auto 36px;
    text-align: center;
}

.de-house-land .de-partner-list-intro h2 {
    margin: 0 0 14px;
    color: #2f3b22;
    font-size: 34px;
    line-height: 1.2;
}

.de-house-land .de-partner-list-intro p {
    margin: 0;
    color: #555;
    font-size: 18px;
}

.de-house-land .de-contact-panel {
    padding: 32px;
}

.de-house-land .de-contact-panel h2 {
    margin-top: 0;
    color: #2f3b22;
}

.de-house-land .de-contact-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.de-house-land .de-contact-list li {
    margin: 0 0 8px;
}

.de-house-land .de-small-print {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

/* Partner list layout */
.de-house-land .de-partner-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.de-house-land .de-partner-grid [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.de-house-land .de-partner-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.de-house-land .de-partner-card-image {
    display: block;
    position: relative;
    height: 205px;
    overflow: hidden;
    background: #ddd6c9;
}

.de-house-land .de-partner-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform .35s ease;
    transition: transform .35s ease;
}

.de-house-land .de-partner-card:hover .de-partner-card-image img {
    transform: scale(1.035);
}

.de-house-land .de-partner-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px 24px 26px;
}

.de-house-land .de-partner-logo-wrap {
    height: 54px;
    margin-bottom: 16px;
}

.de-house-land .de-partner-logo {
    max-width: 190px;
    max-height: 54px;
    width: auto;
    height: auto;
}

.de-house-land .de-partner-card h3 {
    margin: 0 0 8px;
    color: #2f3b22;
    font-size: 23px;
    line-height: 1.25;
}

.de-house-land .de-partner-card h3 a {
    color: #2f3b22;
}

.de-house-land .de-partner-tagline {
    margin: 0 0 12px;
    color: #6f7b3a;
    font-weight: 700;
}

.de-house-land .de-partner-summary {
    margin: 0 0 22px;
    color: #555;
}

.de-house-land .de-partner-card-footer {
    margin-top: auto;
    padding-top: 8px;
}

.de-house-land .de-text-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.de-house-land .de-card-placeholder {
    display: table;
    width: 100%;
    height: 100%;
    color: #2f3b22;
    background: #d8d1c4;
    text-align: center;
}

.de-house-land .de-card-placeholder span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Detail layout */
.de-partner-detail {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
    top: -200px;
    /* outline: 3px solid #fff; */
    position: absolute;
    /* padding-top: 80px; */
}

.de-partner-detail .de-detail-hero {
    position: relative;
    padding: 78px 0;
    color: #fff;
    background: #2f3b22;
    overflow: hidden;
}

.de-partner-detail .de-detail-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(47,59,34,.82);
}

.de-partner-detail .de-detail-hero.has-image {
    background-position: center center;
    background-size: cover;
    border: 8px solid #fff;
    position: relative;
    margin-top: 140px;
}

.de-partner-detail .de-detail-hero .container {
    position: relative;
    z-index: 2;
}

.de-partner-detail .de-detail-logo {
    display: inline-block;
    padding: 16px 18px;
    margin-bottom: 22px;
    background: #fff;
}

.de-partner-detail .de-detail-logo img {
    max-width: 220px;
    max-height: 76px;
    width: auto;
    height: auto;
}

.de-partner-detail h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 44px;
    line-height: 1.15;
}

.de-partner-detail .de-detail-lead {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 20px;
    line-height: 1.55;
}

.de-partner-detail .de-detail-main {
    padding: 58px 0;
}

.de-partner-detail .de-detail-content h2,
.de-partner-detail .de-side-panel h3 {
    margin: 0 0 16px;
    color: #2f3b22;
}

.de-partner-detail .de-detail-content p {
    margin-bottom: 18px;
}

.de-partner-detail .de-info-list,
.de-partner-detail .de-bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.de-partner-detail .de-bullet-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
}

.de-partner-detail .de-bullet-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 8px;
    background: #6f7b3a;
    border-radius: 50%;
}

.de-partner-detail .de-side-panel {
    padding: 28px;
    margin-bottom: 28px;
}

.de-partner-detail .de-info-list li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee8dd;
}

.de-partner-detail .de-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.de-partner-detail .de-info-label {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.de-partner-detail .de-detail-actions {
    margin: 24px -6px 0;
}

.de-partner-detail .de-detail-actions .btn {
    margin: 6px;
}

.de-partner-detail .de-back-link {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .de-house-land .de-hero h1,
    .de-partner-detail h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .de-house-land .de-hero {
        padding: 60px 0 54px;
    }

    .de-house-land .de-hero h1,
    .de-partner-detail h1 {
        font-size: 32px;
    }

    .de-house-land .de-hero p,
    .de-partner-detail .de-detail-lead {
        font-size: 18px;
    }

    .de-house-land .de-section {
        padding: 42px 0;
    }

    .de-house-land .de-partner-grid .row,
    .de-house-land .de-partner-grid [class*="col-"] {
        display: block;
    }
}
