<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable &amp; beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a:hover,
a:focus,
footer .wp-block-uagb-icon-list-child a:hover+span+.uagb-icon-list__label {
    text-decoration: underline;
}

.single.single-inventory .entry-meta {
    display: none;
}

.single.single-inventory .inventory-gallery {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 630px;
}

.single.single-inventory .inventory-thumbnail {
    width: 200px;
    height: 100%;
    cursor: pointer;
    transition: opacity 0.3s;
    object-fit: cover;
}

.single.single-inventory .inventory-thumbnail:hover {
    opacity: 0.8;
}

.ast-blog-layout-4-grid .ast-article-inner .post-content{
    /* box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);*/
    height: 100%;
}

.ast-blog-layout-4-grid .ast-article-inner .post-content p.archive-price-wrapper {
    margin-bottom: 0;
}

.ast-blog-layout-4-grid .ast-article-inner  .post-thumb-img-content.post-thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 16 / 9;
}

.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s;
}

.archive.tax-type header.entry-header.ast-blog-single-element.ast-blog-meta-container {
    display: none !important;
}

.ast-article-post:hover .post-thumb-img-content img {
    transform: scale(1.1);
}

.relative-inventories {
    border-top: 1px solid #e1e8ed;
    padding-top: 1rem;
}

.relative-inventories .ast-row article {
    padding: 0;
}

.relative-inventories .ast-row article img.wp-post-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.relative-inventories .related-title {
    text-align: center;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
}

.wp-pagenavi a, .wp-pagenavi span {min-width: 2rem;text-align: center;border: none;}


.ast-right-sidebar #secondary li.menu-item.current-menu-item a {
    font-weight: 600;
    color: #d3ba75 !important;
}

.wpcf7-form-control-wrap img.image-in-form {
    display: block;
    margin: 1rem  auto 0;
}


/*MEDIA*/
@media (max-width: 767px) {
    .single.single-inventory .inventory-thumbnail {
        width: 100px;
    }

    ul#menu-footer-company li.menu-item {
        text-align: center;
    }

}

@media (min-width: 768px) {
    .single.single-inventory .entry-content.clear {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .single.single-inventory .text-only-output {
        padding-left: 1rem;
    }

    .relative-inventories .ast-row {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }

    .single-inventory header.entry-header .entry-title {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 921px) {
section#block-26,
section#block-29 {
    max-width: max-content;
    margin: 1rem auto;
}

}

@media (min-width: 922px) {
    .ast-right-sidebar #primary {
        padding-right: 2rem;
    }
    
    .ast-right-sidebar #secondary {
        padding-left: 2rem;
    }
}

@media (min-width: 1025px) {
    .single.single-inventory .inventory-gallery {
        min-width: 630px;
    }
}

/* INVENTORY SINGLE PAGE */
@media screen and (max-width: 921px) {
    #page .site-content {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .single.single-inventory .inventory-price-wrapper .button {
        font-size: 16px;
        padding: 12px 24px;
    }
    .single.single-inventory .inventory-gallery &gt; a {
        width: calc(50% - 5px);
    }
    .single.single-inventory .inventory-thumbnail {
        width: 100%;
    }

    .admin-bar.page-template-tpl-inventory .widget_nav_menu,
    .admin-bar.archive .widget_nav_menu {
        top: 46px;
        height: calc(100% - 46px);
    }
    .page-template-tpl-inventory .widget_nav_menu,
    .archive .widget_nav_menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 250px;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0 5px rgba(0,0,0,0.3);
        transition: left 0.3s ease;
        z-index: 9999;
        overflow-y: auto;
        padding: 20px;
        margin: 0;
    }
    .page-template-tpl-inventory .widget_nav_menu.active,
    .archive .widget_nav_menu.active {
        left: 0;
    }
    .page-template-tpl-inventory .flyout-toggle,
    .archive .site-content .flyout-toggle {
        background-color: var(--ast-global-color-0);
        border: 2px solid var(--ast-global-color-0);
        color: #fff;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        cursor: pointer;
    }
    .page-template-tpl-inventory .flyout-toggle:hover,
    .page-template-tpl-inventory .flyout-toggle:focus,
    .page-template-tpl-inventory .flyout-toggle:focus-visible,
    .archive .site-content .flyout-toggle:hover,
    .archive .site-content .flyout-toggle:focus,
    .archive .site-content .flyout-toggle:focus-visible {
        color: var(--ast-global-color-0);
        background-color: #fff;
    }
    .page-template-tpl-inventory #flyout-overlay,
    .archive #flyout-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        cursor: pointer;
    }
    .page-template-tpl-inventory  #flyout-overlay.active,
    .archive  #flyout-overlay.active {
        display: block;
    }

    .page-template-tpl-inventory .site-content .ast-container,
    .archive .site-content .ast-container {
        display: flex;;
    }
    .page-template-tpl-inventory #primary,
    .archive .site-content #primary {
        order: 2;
        padding: 10px 0;
        margin-top: 0;
    }
    .page-template-tpl-inventory #secondary,
    .archive .site-content #secondary {
        order: 1;
        padding: 20px 0 0;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single.single-inventory .text-only-output,
    .single.single-inventory .inventory-gallery {
        width: 50%;
    }
}
/* END INVENTORY SINGLE PAGE */

.search-form button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}
.ast-search-menu-icon .search-form button.search-submit {
    border-color: var(--ast-global-color-1);
    border-width: 0 0 0 1px;
    border-style: solid;
    padding: 0 8px;
}
#ast-desktop-header .ast-search-menu-icon .search-form,
#ast-desktop-header .ast-search-menu-icon .search-form button.search-submit {
    border-color: var(--ast-global-color-2);
}
.ast-inline-search.ast-search-menu-icon .search-submit {
    right: 5px;
}
.ast-search-menu-icon .search-form button.search-submit:hover,
.ast-search-menu-icon .search-form button.search-submit:focus,
.ast-search-menu-icon .search-form button.search-submit:focus-visible {
    background-color: var(--ast-global-color-1);
}
.ast-search-menu-icon .search-form button.search-submit:hover .ast-icon svg,
.ast-search-menu-icon .search-form button.search-submit:focus .ast-icon svg,
.ast-search-menu-icon .search-form button.search-submit:focus-visible .ast-icon svg {
    fill: var(--ast-global-color-4)
}

.inventory-tags--wrapper {
    display: flex;
    flex-direction: row;
}

.inventory-tags--wrapper ul.inventory-tags--list {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 5px;
}

.inventory-tags--wrapper ul.inventory-tags--list a:hover{
    text-decoration: none;
    color: var(--ast-global-color-5);
}


/* Hovering styling fixes */
.site-header-above-section-left .wp-block-uagb-icon-list-child &gt; a:hover,
.site-header-above-section-left .wp-block-uagb-icon-list-child &gt; a:focus,
.site-header-above-section-left .wp-block-uagb-icon-list-child &gt; a:focus-visible,
.ast-single-post .entry-content .uagb-icon-list__wrap a:hover,
.ast-single-post .entry-content .uagb-icon-list__wrap a:focus,
.ast-single-post .entry-content .uagb-icon-list__wrap a:focus-visible {
    border-bottom: 2px solid var(--ast-global-color-1);
}
.ast-single-post .entry-content a:hover,
.ast-single-post .entry-content a:hover:focus,
.ast-single-post .entry-content a:hover:focus-visible,
.ast-single-post .entry-content a:hover u,
.ast-single-post .entry-content a:focus u,
.ast-single-post .entry-content a:focus-visible u,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a):hover,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a):focus,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a):focus-visible,
.wp-block-list a:hover,
.wp-block-list a:focus,
.wp-block-list a:focus-visible,
.wp-block-list a:hover u,
.wp-block-list a:focus u,
.wp-block-list a:focus-visible u {
    text-decoration: none;
}
form input[type="text"]:hover,
form input[type="number"]:hover,
form input[type="email"]:hover,
form input[type="url"]:hover,
form input[type="password"]:hover,
form input[type="search"]:hover,
form input[type=reset]:hover,
form input[type=tel]:hover,
form input[type=date]:hover,
form select:hover,
form textarea:hover {
    box-shadow: 0 0 5px var(--ast-global-color-1);
}
header .custom-logo-link img,
.site-footer .wp-block-uagb-image__figure &gt; a img {
    border: 2px solid transparent;
    padding: 3px;
}
header .custom-logo-link:hover img,
header .custom-logo-link:focus img,
header .custom-logo-link:focus-visible img,
.site-footer .wp-block-uagb-image__figure &gt; a:hover img,
.site-footer .wp-block-uagb-image__figure &gt; a:focus img,
.site-footer .wp-block-uagb-image__figure &gt; a:focus-visible img {
    border-color: var(--ast-global-color-1);
}

.relative-inventories .ast-row article .post-thumb-img-content &gt; a:hover img,
.relative-inventories .ast-row article .post-thumb-img-content &gt; a:focus img,
.relative-inventories .ast-row article .post-thumb-img-content &gt; a:focus-visible img {
    padding: 5px;
}
/* End Hovering styling fixes */


.badge.sorry-sold {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: -10px;
    display: block;
    padding: 5px 10px;
    background-color: var(--ast-global-color-2);
    border-radius: 4px;
}
.sorry-sold-message{
	width: 100%;
	text-align:center;
}</pre></body></html>