<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Greenville
Text Domain: greenville
Author: REDSTONE
Author URI: https://redstone.media/
Version: 1
*/

.pagination li.active span {
    pointer-events: none;
    color: var(--clr-primary);
}


.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--clr-red);
    margin-top: 0.25rem;
}
.wpcf7-spinner {
    position: absolute;
    top: 17px;
    right: -56px;
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.filter .prd-select-size input{
    position: absolute;
    opacity: 0;
}

.h-menu .h-links li.current_page_item a,
.h-menu .h-links li.current_page_parent a{
    color:var(--clr-thirdy);
}

.clear-cart.disabled{
    pointer-events: none;
    opacity: 0.6;
}

/* .footer-links li.current-menu-item a,
header.scrolled .h-toggle-menu a.current-menu-item .title,
header.white .h-toggle-menu a.current-menu-item .title,
header.scrolled .h-toggle-menu a.current-menu-item, 
header.white .h-toggle-menu a.current-menu-item {
    color: var(--clr-thirdy);
} */

.filter-links &gt; li ul a.is-active{
    color:var(--clr-thirdy);
}

.filter-color-square{
    background-color: #8224e3;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

#layout-iframe{
    z-index: 100 !important;
}

.btn-close-iframe{
    z-index: 101 !important;
}
@media( max-width:767px ){
    #genplan{display: none;}
}
.tab-toggle.no-click &gt; div{
    cursor: default;
}

.doc-button-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
}
.doc-button-wrap &gt; div {
    text-align: center;
    padding: 30px 10px 0;
    width: 50%;
}

.btn-thirdy.btn-doc{
    color: var(--clr-white);
    background-color: transparent;
    border: 0.125rem solid var(--clr-white);
}

@media (min-width: 1200px) {
    .btn-thirdy.btn-doc:hover {
        background-color: var(--clr-grey);
        color: var(--clr-primary);
    }
}

@media(max-width:767px) {
.doc-button-wrap&gt;div {
        width: 100%;
    }
}

.bingc-phone-button {
    display: none !important
}</pre></body></html>