/* ================= BREADCRUMBS ================= */

/* REMOVE ALL CLICK/FOCUS BOXES */

a:focus,
a:active,
a:focus-visible,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* PREMIUM HOVER / CLICK EFFECT */

.price-includes {
    transition: all 0.25s ease;
    border: 2px solid #8a6a45;
    background: #f8f6f2;
}

.price-includes:hover {
    background: #f1ece4;
    transform: translateY(-2px);
}

.price-includes:active {
    transform: translateY(0);
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d3d3d3;
    color: #444444;
}

.breadcrumb a {
    color: #2a1d0b;
    font-weight: 700;
    text-decoration: underline;
}

.breadcrumb-sep {
    margin: 0 8px;
    color: #666666;
}

.breadcrumb-current {
    color: #1f1f1f;
    font-weight: 700;
}

/* ================= BUTTONS ================= */

.btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary {
    background: #8a6a45;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #000000;
    color: #ffffff;
}

.btn-dark {
    background: #3f4345;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    background: #000000;
    color: #ffffff;
}

/* ================= CONTENT BOXES ================= */

.content-highlight-box {
    margin: 26px 0;
    padding: 20px 22px;
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.content-highlight-box ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.content-highlight-box li {
    margin-bottom: 10px;
    color: #2f2f2f;
    font-size: 17px;
    line-height: 1.6em;
}

.content-highlight-box li:last-child {
    margin-bottom: 0;
}

.side-card {
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    padding: 22px;
    box-sizing: border-box;
}

.side-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 0 22px 0;
}

.side-card-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #8a6a45;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

.side-card a {
    color: #2f2f2f;
}

.side-card .btn,
.side-card .contact-cta-btn,
.side-card .insp-cta-btn {
    color: #ffffff;
}
