/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing websites. Whether it’s a business directory, job board, real estate, classifieds or basically any listing website — ListingHive is a great choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.11.1766060699
Updated: 2025-12-18 12:24:59

*/

/* ==================================================
   FIND MY STUD DOG – OFFICIAL HIVEPRESS CLASSES
   ================================================== */

:root {
    --trust-blue: #3266CC;
    --soft-sky-blue: #A8C8FF;
    --warm-cream: #FFF7EB;
    --slate-violet: #6E66A6;
    --warm-clay-orange: #D99058;
    --forest-green: #6FA98A;
    --charcoal-grey: #2B2B2B;
}

/* ===============================
 * TYPOGRAPHY
 * =============================== */

 body {
    color: #1a1a1a;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
span.fc-icon {
    color: white;
}

body,
.hp-listing__title,
.hp-vendor__name,
.hp-page__title,
.hp-section__title {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.hp-listing__title a,
.hp-vendor__name a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--charcoal-grey);
}
.header-logo img {
    max-width: 100px;
}
.site-content {
    background: #fff7eb;
}
form {
    background-color: white;
    padding: 10px;
}
/* ===============================
 * BUTTONS - PRIMARY (Trust Blue)
 * =============================== */

.button--primary,
.hp-form__button.button--primary,
button[type="submit"].button--primary {
    background-color: var(--trust-blue) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

.button--primary:hover {
    background-color: #2554B3 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 102, 204, 0.3);
}
.hp-page__content {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}
/* ===============================
 * BUTTONS - SECONDARY (Slate Violet)
 * =============================== */

/* .button--secondary,
.hp-form__button.button--secondary {
    background-color: var(--slate-violet) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
} */

.hp-vendor--view-block .hp-vendor__content {
    padding: 0 2rem 0 !important;
}

.button--secondary:hover {
    background-color: #5B5390 !important;
    transform: translateY(-2px);
}

/* ===============================
 * FORM BUTTONS (Warm Clay Orange)
 * =============================== */

.hp-form__button,
button[type="submit"]:not(.button--primary):not(.button--secondary) {
    background-color: var(--warm-clay-orange) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

.hp-form__button:hover {
    background-color: #C67D45 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(217, 144, 88, 0.3);
}

/* ===============================
 * LISTING CARDS
 * =============================== */

.hp-listing--view-block {
    background: #fff !important;
    border: 1px solid rgba(7, 36, 86, 0.075) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
    transition: all 0.3s ease !important;
    overflow: hidden;
}

.hp-listing--view-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(50,102,204,.15) !important;
}

/* Featured Listings */
.hp-listing--view-block.hp-listing--featured {
    border-color: var(--warm-clay-orange) !important;
}

.hp-listing__featured-badge {
    background-color: var(--warm-clay-orange) !important;
    color: #fff !important;
    border-radius: 3px;
}

/* ===============================
 * LISTING PAGE (Single View)
 * =============================== */

.hp-listing--view-page .hp-listing__title {
    color: var(--charcoal-grey);
    font-size: 2rem;
}

.hp-listing--view-page .hp-listing__description {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: var(--charcoal-grey);
}

/* ===============================
 * LISTING ATTRIBUTES
 * =============================== */

.hp-listing__attribute {
    padding: 8px 0;
    border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

/* Specific Attribute Styling (example) */
.hp-listing__attribute--price {
    color: var(--trust-blue);
    font-weight: 700;
    font-size: 1.25rem;
}

/* ===============================
 * VENDOR CARDS
 * =============================== */

.hp-vendor--view-block {
    background: #fff !important;
    border: 1px solid rgba(7, 36, 86, 0.075) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
    transition: all 0.3s ease !important;
}

.hp-vendor--view-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(50,102,204,.15) !important;
}

.hp-vendor__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--charcoal-grey);
}

/* ===============================
 * VENDOR PAGE (Single View)
 * =============================== */

.hp-vendor--view-page .hp-vendor__name {
    font-size: 2rem;
    color: var(--charcoal-grey);
}

.hp-vendor--view-page .hp-vendor__description {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

/* ===============================
 * SEARCH FORMS
 * =============================== */

.hp-form--listing-search,
.hp-form--vendor-search {
    background: #fff !important;
    border: 1px solid rgba(7, 36, 86, 0.075) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
    padding: 24px !important;
}

.hp-form--listing-search .hp-form__field,
.hp-form--vendor-search .hp-form__field {
    margin-bottom: 0;
}

.hp-form--listing-search .hp-form__button,
.hp-form--vendor-search .hp-form__button {
    background-color: var(--trust-blue) !important;
    height: 3.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    border-radius: 8px !important;
}

/* ===============================
 * FILTER & SORT FORMS
 * =============================== */
.hp-listing__categories.hp-listing__category {
    display: none !important;
}

.woocommerce-customer-details--phone {
    display: none !important;
}
.woocommerce-customer-details--email
    {
        display: none !important;
    }
.hp-form--listing-filter,
.hp-form--vendor-filter {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-form--listing-sort select,
.hp-form--vendor-sort select {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875rem;
    border-radius: 8px !important;
    border: 1px solid rgba(50,102,204,.2) !important;
}

/* ===============================
 * FORM FIELDS
 * =============================== */

.hp-form__field input[type='text'],
.hp-form__field input[type='email'],
.hp-form__field input[type='password'],
.hp-form__field input[type='number'],
.hp-form__field input[type='search'],
.hp-form__field input[type='tel'],
.hp-form__field input[type='url'],
.hp-form__field select,
.hp-form__field textarea {
    border-radius: 8px !important;
    border: 1px solid rgba(50,102,204,.2) !important;
}

.hp-form__field input:focus,
.hp-form__field textarea:focus,
.hp-form__field select:focus {
    border-color: var(--trust-blue) !important;
    box-shadow: 0 0 0 3px rgba(50,102,204,.1) !important;
    outline: none !important;
}

/* Field Labels */
.hp-field__label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: var(--charcoal-grey);
    margin-bottom: 8px;
}
.hp-field__description {
    color: #1a1a1a;
}
span {
    color: #1a1a1a;
}
/* ===============================
 * FORM MESSAGES
 * =============================== */

.hp-form__messages {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.hp-form__message--success {
    border-left: 4px solid var(--forest-green) !important;
    background: rgba(111,169,138,.1) !important;
    color: var(--forest-green);
}

.hp-form__message--error {
    border-left: 4px solid #D94848 !important;
    background: rgba(217, 72, 72, .1) !important;
    color: #D94848;
}

/* ===============================
 * PAGE STRUCTURE
 * =============================== */

.hp-page {
    background-color: var(--warm-cream);
    padding: 40px 20px;
}

.hp-page__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: var(--charcoal-grey);
    padding-top: 1rem;
    position: relative;
}

.hp-page__title::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 45px;
    display: block;
    content: '';
    background-color: var(--warm-clay-orange);
}

.hp-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    color: var(--charcoal-grey);
    padding-top: 1rem;
    position: relative;
    margin-bottom: 24px;
}

.hp-section__title::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 45px;
    display: block;
    content: '';
    background-color: var(--slate-violet);
}

/* ===============================
 * MENUS & NAVIGATION
 * =============================== */

.hp-menu--tabbed .hp-menu__item {
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hp-menu--tabbed .hp-menu__item--current {
    /* background-color: var(--trust-blue); */
    color: #fff;
}

.hp-menu--tabbed .hp-menu__item:hover {
    background-color: var(--soft-sky-blue);
}

/* ===============================
 * STATUS & META
 * =============================== */

.hp-status span {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875rem;
    padding: 4px 12px;
    background-color: var(--forest-green);
    color: #fff;
}

.hp-meta,
.hp-result-count {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875rem;
    color: var(--slate-violet);
}

/* ===============================
 * MAP
 * =============================== */

.hp-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

/* ===============================
 * ATTACHMENT UPLOADS
 * =============================== */

.hp-field--attachment-upload > div:first-child > div img {
    border-radius: 8px;
    border: 2px solid rgba(50,102,204,.2);
}

/* ===============================
 * SELECT2 DROPDOWNS (HivePress uses this)
 * =============================== */

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 8px !important;
    border: 1px solid rgba(50,102,204,.2) !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Lato', sans-serif;
}

.select2-dropdown {
    border-radius: 8px !important;
    border: 1px solid rgba(50,102,204,.2) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--trust-blue) !important;
}

/* ===============================
 * RESPONSIVE
 * =============================== */

@media only screen and (max-width: 47.99em) {
    .hp-page__title {
        font-size: 1.75rem;
    }
    
    .hp-listing--view-block,
    .hp-vendor--view-block {
        margin-bottom: 16px;
    }
    
    .hp-form--listing-search .hp-form__field,
    .hp-form--vendor-search .hp-form__field {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 48em) {
    .hp-listing--view-block,
    .hp-vendor--view-block {
        margin-bottom: 24px;
    }
}


div#stud-inquiry-form-wrapper {
    border: 1px solid rgba(7, 36, 86, 0.075);
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
    background-color: #fff;
    padding: 1rem 1.5rem;
}

.hp-form--listing-buy {
    display: none !important;
}

.woocommerce-order {
    background-color: white;
    padding: 10px;
}
.enhanced_trackship_branding {
    display: none;
}

.hp-info-icon {
    cursor: help;
    margin-left: 5px;
    position: relative;
}

.hp-info-icon i {
    color: #0073aa;
    font-size: 14px;
}

.hp-info-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    bottom: 125%;
    left: 0;
    margin-bottom: 5px;
}
.hp-form__field--checkbox:has(input[name="booking_approval"]) > .hp-field__label {
    display: none !important;
}

.hp-form__field--radio .hp-field--radio li{
    margin-right: 20px;
    display: inline-block !important;
}

.hp-form__field--checkboxes .hp-field--checkboxes li {
    margin-right: 20px;
    display: inline-block !important;
}
.hp-form__field.hp-form__field--repeater {
    display: none;
}
input.select2-search__field {
    width: 100% !important;
}

/* Info icon styling */
.hp-field-tooltip {
    margin-left: 8px;
    color: #007cba;
    cursor: help;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.hp-field-tooltip:hover {
    color: #005a87;
}

/* Tooltip box on hover */
.hp-field-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-style: normal;
    font-weight: normal;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Arrow pointer for tooltip */
.hp-field-tooltip::before {
    content: '';
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show tooltip on hover */
.hp-field-tooltip:hover::after,
.hp-field-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Mobile responsive - tooltip appears below */
@media (max-width: 768px) {
    .hp-field-tooltip::after {
        bottom: auto;
        top: 125%;
        white-space: normal;
        width: 200px;
    }
    
    .hp-field-tooltip::before {
        bottom: auto;
        top: 115%;
        border: 6px solid transparent;
        border-top-color: transparent;
        border-bottom-color: #333;
    }
}


/* .post-type-archive-hp_listing .hp-form--listing-search {
    display: none !important;
} */
.hp-template--listing-view-page [data-component="sticky"],
.hp-template--listing-view-page [data-component="sticky"] * {
    position: static !important;
    transform: none !important;
}

.hp-template--listing-view-page .is-affixed,
.hp-template--listing-view-page .is-affixed * {
    position: relative !important;
    transform: none !important;
}

.hp-template--listing-view-page .inner-wrapper-sticky {
    transform: none !important;
}
.hp-breed-row {
    margin-top: 20px;
}
.hp-listing__attribute.hp-listing__attribute--breed-composition.hp-block.hp-listing__attributes.hp-listing__attributes--primary.widget.hp-widget {
    margin-bottom: -1px;
    text-align: center;
    font-size: 18px;
}

button.hp-order__action.hp-order__action--message.button.button--primary.alt {
    background: #da935c !important;
}
a.hp-order__action.hp-order__action--refund.hp-link {
    padding: 13px;
    background: #da935c;
    border-radius: 8px;
    color: #fff !important;
}
i.hp-icon.fas.fa-undo {
    color: #fff;
}
.hp-order__action--refund.hp-link span {
    color: #fff;
}

a.hp-order__action.hp-order__action--complete.hp-link{
    padding: 13px;
    background: #da935c;
    border-radius: 8px;
    color: #fff !important;
}
a.hp-order__action.hp-order__action--dispute.hp-link{
    padding: 13px;
    background: #da935c;
    border-radius: 8px;
    color: #fff !important;
}
i.hp-icon.fas.fa-check-circle {
    color: #fff;
}
.hp-order__action--dispute.hp-link span{
    color: #fff;
}
.hp-order__action--complete.hp-link span{
   color: #fff;
}
i.hp-icon.fas.fa-gavel {
    color: #fff;
}

a.health-verify {
    padding: 12px;
    color: #fff;
    background: #da9560;
    border-radius: 5px;
}

.hp-listing__attribute.hp-listing__attribute--doodle-policy i {
    display: none;
}


/* Modal overlay */
#healthVerifyModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

/* Modal content box */
#healthVerifyModal .modal-content {
    background: #fff;
    width: 450px;
    max-width: 90%;
    padding: 25px;
    border-radius: 8px;
    margin: 10% auto;
    position: relative;
}

/* Form fields */
#healthVerifyModal input[type="file"]{
    width: 100%;
    margin-bottom: 15px;
}

/* Submit button */
#healthVerifyModal button{
    background:#000;
    color:#fff;
    border:none;
    padding:10px 20px;
    border-radius:5px;
    cursor:pointer;
}

/* Close button */
.health-close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:20px;
    cursor:pointer;
}



/* health verification functionality css */

/* Modal overlay */
#healthVerifyModal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    overflow-y:auto; /* allow modal scrolling */
}

/* Modal box */
#healthVerifyModal .modal-content{
    background:#fff;
    width:650px;
    max-width:90%;
    margin:5% auto;
    padding:25px;
    border-radius:6px;
    position:relative;
    max-height:85vh; /* important */
    overflow-y:auto; /* enable scrolling */
}

/* close button */
.health-close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:20px;
    cursor:pointer;
}

/* prevent body scroll when modal open */
body.health-modal-open{
    overflow:hidden;
}

a.button.hp-button.health-verify-dashboard {
    margin-right: 15px;
    color: #fff;
    background: #db955f;
}

#healthLoader{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.health-loader-spinner{
    width:50px;
    height:50px;
    border:5px solid #eee;
    border-top:5px solid #2ea3f2;
    border-radius:50%;
    animation: spin 1s linear infinite;
}

@keyframes spin{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}

a.hp-button.hp-button--primary.auto-generated-pdf {
    padding: 12px;
    color: #FFF;
    background: #da945e;
    border-radius: 5px;
}

.custom-booking-status-badge {
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    display: inline-block;
}

.booking-status-pending {
    background: #d63638; /* red */
}

.booking-status-confirmed {
    background: #00a32a; /* green */
}

.hp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    color: rgb(255 255 255);
    font-size: 1rem;
    position: relative;
    line-height: 1.5;
    padding: .5rem 1rem;
    background-color: #d99058;
}

.hp-listing__title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.25s ease, text-decoration 0.25s ease;
}

.hp-listing__title a:hover {
    color: #0066cc;
    text-decoration: underline;
}
.hp-message__listing {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #0066cc;
    transition: color 0.25s ease, background-color 0.25s ease;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
}

.hp-message__listing:hover {
    color: #ffffff;
    background-color: #d99058;
}

.hp-message__listing i {
    margin-right: 6px;
}

a.hp-order__action.hp-order__action--complete.hp-link {
    display: none;
}

/* ===== FULL BLOCK background colors based on status ===== */

/* Canceled - light red background on entire block */
.hp-booking--view-block:has(.hp-status--trash) {
    background-color: #fdecea !important;
    border-left: 4px solid #dc3545 !important;
}

/* Pending - light yellow background on entire block */
.hp-booking--view-block:has(.hp-status--pending) {
    background-color: #fff8e1 !important;
    border-left: 4px solid #ffc107 !important;
}

/* Unpaid (Draft) - light orange background on entire block */
.hp-booking--view-block:has(.hp-status--draft) {
    background-color: #fff3cd !important;
    border-left: 4px solid #fd7e14 !important;
}

/* Confirmed (Published) - light green background on entire block */
.hp-booking--view-block:has(.hp-status--publish) {
    background-color: #eaf6ec !important;
    border-left: 4px solid #28a745 !important;
}

strong.product-quantity {
    display: none;
}

.hp-vendor__image {
    display: none;
}