/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* General filter styles */


/* Miscellaneous styles */
.gm-style-iw-d h3 {
    text-align: left !important;
    margin: 0 0 10px !important;
}
.fg-search-inner {
    height: 45px;
}
.fg-tag-item {
    margin: 5px 0;
}
.fg-search-wrap {
    margin: 0 0 20px;
}
.fg-light .fg-tag-link {
    color: #fff;
    background-color: #30764d;
    margin: 0 5px;
}

/* Anchor target scroll adjustment */
.anchor-target {
    scroll-margin-top: 110px; /* Matches sticky header height */
}

/* Adjust heights and alignments */
.milestone-info {
    min-height: 285px;
}
.wd-logo img {
    padding: 0 !important; /* Removes unnecessary padding */
}

/* Fixing button heights */
.wpgmp_map_container :is(.btn, .button, button, [type="submit"], [type="button"]) {
    padding: 5px 20px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--btn-bgcolor, #F3F3F3);
    color: var(--btn-color, #3E3E3E);
}

/* Flipbook gallery */
.custom-flipbook-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.flipbook-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.flipbook-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}
.flipbook-download-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.flipbook-download-btn:hover {
    background-color: #005a87;
}

/* Specific styles for buttons */
.download-button {
    background-color: #28a745;
}
.download-button:hover {
    background-color: #218838;
}
.preview-button {
    background-color: #007bff;
}
.preview-button:hover {
    background-color: #0056b3;
}

/* Post styling */
.homegrid .blog-design-masonry .post-title {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding-top: 10px;
}
.read-more-section {
    padding-bottom: 10px;
}

/* Typography adjustments */
.wd-entities-title {
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme .gfield_description {
    font-size: 15px !important;
    font-style: italic !important;
}

/* Miscellaneous cleanup */
.hide_view {
    display: none;
}
.gv-table-view tfoot {
    display: none;
}
.single-post-social {
    display: none;
}

/* Page titles */
.shop-content-area .page-title {
    display: none !important;
}
