.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wiseagent-form-field.checkbox-field label,
.wiseagent-form-field.radio-field label:not(:first-child) {
margin-left: 0.5em;
}
#sessionProfileImageWrapper {
display: block;
margin: auto;
border-radius: 50%;
overflow: hidden;
width: 50px;
height: 50px;
border: 1.5px solid #ccc;
}
#sessionProfileImage {
width: 100%;
height: 100%;
}
.userInfo {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#profileCard {
display: grid;
grid-template-columns: 1fr 1fr;
width: 250px;
}
#logoutBtn {
width: auto;
margin: 10px auto;
}
#loginBtn {
width: auto;
margin: 10px auto;
}
.button-disconnect {
color: #a00!important;
}
.wiseagent-form .form-group {
margin-bottom: 1rem;
}
.wiseagent-form .form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wiseagent-form .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wiseagent-form .wiseagent-form-submit input {
width: 100%;
height: 3em;
border-style: none;
border-radius: 5px;
padding: 10px 20px 10px 20px;
cursor: pointer;
}
.wa-collapsible-title {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
background-color: #fff;
height: 4em;
padding: 1em;
border: 1px solid #ccc;
width: 600px;
}
.wa-collapsible-content {
display: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f9fafa;
padding: 1em;
width: 600px;
}.wa-event-list {
margin: 0 auto;
max-width: 76rem;
}
.wa-event-list__header {
text-align: center;
margin-bottom: 2.5rem;
}
.wa-event-list__title {
font-size: 2.25rem;
font-weight: 700;
margin: 0;
color: #0f172a;
}
.wa-event-list__subtext {
margin-top: 0.75rem;
color: #64748b;
font-size: 1rem;
}   @media (max-width: 768px) { .wa-event-content {
max-height: none;
overflow: visible;
}
.wa-event-card {
height: auto;
min-height: auto;
}
.wa-event-card__body {
min-height: 0;
height: auto;
}
}
.wa-event-cards {
display: grid;
gap: 2rem;
grid-template-columns: 1fr;
}
.wa-event-cards--cols-1 {
grid-template-columns: repeat(1, 1fr);
}
.wa-event-cards--cols-2 {
grid-template-columns: repeat(2, 1fr);
}
.wa-event-cards--cols-3 {
grid-template-columns: repeat(3, 1fr);
}
.wa-event-cards--cols-4 {
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
.wa-event-cards--cols-3,
.wa-event-cards--cols-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.wa-event-cards--cols-2,
.wa-event-cards--cols-3,
.wa-event-cards--cols-4 {
grid-template-columns: 1fr;
}
}
.wa-event-cards--list {
display: block;
}
.wa-event-cards--list .wa-event-card {
margin-bottom: 2rem;
}
.wa-event-card {
border-radius: 1rem;
background: #ffffff;
border: 1px solid #e2e8f0;
transition: transform 150ms ease-in-out;
display: flex;
flex-direction: column;
height: auto;
}
.wa-event-card:hover {
transform: translateY(-2px);
}
.wa-event-card__image-link {
display: block;
overflow: hidden;
aspect-ratio: 16 / 9;
}
.wa-event-card__image {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.wa-event-card__body {
padding: 1.5rem;
display: flex;
flex-direction: column;
flex: 1;
}
.wa-event-card__title {
font-size: 1.25rem;
font-weight: 700;
margin: 0 0 0.75rem;
color: #0f172a;
}
.wa-event-card__title a {
color: inherit;
text-decoration: none;
}
.wa-event-card__title a:hover {
color: var(--e-global-color-primary, #0ea5e9);
}
.wa-event-card__meta {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
color: #64748b;
}
.wa-event-card__meta-item {
display: inline-flex;
align-items: center;
gap: 0.35rem;
border-radius: 9999px;
background: #f1f5f9;
padding: 0.2rem 0.65rem;
font-size: 0.8125rem;
font-weight: 500;
}
.wa-event-card__meta-icon {
width: 1rem;
height: 1rem;
flex-shrink: 0;
}
.wa-event-card__excerpt {
font-size: 0.95rem;
line-height: 1.6;
color: #475569;
margin-bottom: 1.25rem;
word-wrap: break-word;
word-break: break-word;
white-space: normal;
overflow-wrap: break-word;
}
.wa-event-card__cta-wrapper {
margin-top: auto;
margin-bottom: 0;
}
.wa-event-pagination {
margin-top: 2.5rem;
text-align: center;
} .wa-load-more-wrap {
text-align: center;
margin-top: 2rem;
}
.wa-load-more {
display: inline-block;
padding: 0.7rem 2rem;
background: var(--e-global-color-primary, #0ea5e9);
color: #fff;
border: none;
border-radius: 9999px;
font-size: 0.9375rem;
font-weight: 600;
letter-spacing: 0.01em;
cursor: pointer;
transition:
filter 0.2s ease,
transform 0.15s ease;
}
.wa-load-more:hover {
filter: brightness(0.9);
transform: translateY(-1px);
}
.wa-load-more[aria-busy="true"],
.wa-load-more:disabled {
opacity: 0.55;
cursor: not-allowed;
transform: none;
} .wa-event-empty {
border: 1px solid #e2e8f0;
border-radius: 1rem;
background: #ffffff;
padding: 2.5rem;
text-align: center;
}
.wa-event-empty__message {
margin: 0;
font-size: 1.125rem;
font-weight: 600;
color: #334155;
}
.wa-event-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.6rem 1.4rem;
border-radius: 9999px;
background: var(--e-global-color-primary, #0ea5e9);
color: #ffffff;
text-decoration: none;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.01em;
transition:
filter 150ms ease-in-out,
transform 150ms ease-in-out;
}
.wa-event-card__cta:hover {
filter: brightness(0.88);
transform: translateY(-1px);
color: #ffffff;
}
.wa-expand-toggle {
cursor: pointer;
opacity: 1 !important;
pointer-events: auto !important;
} .elementor-widget-wiseagent_events .wa-event-card {
height: auto !important;
min-height: auto !important;
max-height: none !important;
}
.elementor-widget-wiseagent_events .wa-event-card__body {
height: auto !important;
min-height: auto !important;
max-height: none !important;
}
.elementor-widget-wiseagent_events .wa-event-card__excerpt {
overflow: visible !important;
max-height: none !important;
height: auto !important;
word-wrap: break-word !important;
word-break: break-word !important;
white-space: normal !important;
} .wa-carousel {
position: relative;
}
.wa-carousel__viewport {
overflow: hidden; padding-left: 1px;
margin-left: -1px;
}
.wa-carousel__track {
display: flex;
gap: var(--wa-card-gap, 0px);
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.wa-carousel__track > * { flex: 0 0 calc(100% / var(--wa-carousel-visible, 1));
min-width: 0;
box-sizing: border-box;
} .wa-carousel__nav {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1.75rem;
}
.wa-carousel__prev,
.wa-carousel__next {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
border: 2px solid var(--e-global-color-primary, #0ea5e9);
background: transparent;
color: var(--e-global-color-primary, #0ea5e9);
cursor: pointer;
padding: 0;
flex-shrink: 0;
transition:
background 0.2s ease,
color 0.2s ease;
}
.wa-carousel__prev:hover,
.wa-carousel__next:hover {
background: var(--e-global-color-primary, #0ea5e9);
color: #ffffff;
}
.wa-carousel__dots {
display: flex;
gap: 0.5rem;
align-items: center;
}
.wa-carousel__dot {
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #e2e8f0;
border: none;
cursor: pointer;
padding: 0;
transition:
background 0.2s ease,
transform 0.2s ease;
}
.wa-carousel__dot.is-active {
background: var(--e-global-color-primary, #0ea5e9);
transform: scale(1.4);
}.wa-testimonial-list {
margin: 0 auto;
max-width: 76rem;
}
.wa-testimonial-list__header {
text-align: center;
margin-bottom: 2.5rem;
}
.wa-testimonial-list__title {
font-size: 2.25rem;
font-weight: 700;
margin: 0;
color: #0f172a;
}
.wa-testimonial-list__subtext {
margin-top: 0.75rem;
color: #64748b;
font-size: 1rem;
}  .wa-testimonial-image-link--empty {
display: flex;
align-items: center;
justify-content: center;
height: 150px;
border-radius: 0.5rem;
background: #f8fafc;
}
.wa-testimonial-default-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: var(--e-global-color-primary, #0ea5e9);
background-color: transparent;
} @media (max-width: 768px) { }
.wa-testimonial-cards {
display: grid;
gap: 2rem;
grid-template-columns: 1fr;
}
.wa-testimonial-cards--cols-1 {
grid-template-columns: repeat(1, 1fr);
}
.wa-testimonial-cards--cols-2 {
grid-template-columns: repeat(2, 1fr);
}
.wa-testimonial-cards--cols-3 {
grid-template-columns: repeat(3, 1fr);
}
.wa-testimonial-cards--cols-4 {
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
.wa-testimonial-cards--cols-3,
.wa-testimonial-cards--cols-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.wa-testimonial-cards--cols-2,
.wa-testimonial-cards--cols-3,
.wa-testimonial-cards--cols-4 {
grid-template-columns: 1fr;
}
}
.wa-testimonial-cards--list {
display: block;
}
.wa-testimonial-cards--list .wa-testimonial-card {
margin-bottom: 2rem;
}
.wa-testimonial-card {
border-radius: 1rem;
background: #ffffff;
border: 1px solid #e2e8f0;
transition: transform 150ms ease-in-out;
overflow: hidden;
position: relative;
}
.wa-testimonial-card:hover {
transform: translateY(-2px);
}
.wa-testimonial-card__image-link {
display: block;
overflow: hidden;
aspect-ratio: 16 / 9;
}
.wa-testimonial-card__image {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.wa-testimonial-card__body {
padding: 1.5rem;
position: relative;
}
.wa-testimonial-card__title {
font-size: 1.25rem;
font-weight: 700;
margin: 0 0 0.75rem;
color: #0f172a;
}
.wa-testimonial-card__title a {
color: inherit;
text-decoration: none;
}
.wa-testimonial-card__title a:hover {
color: var(--e-global-color-primary, #0ea5e9);
}
.wa-testimonial-card__meta {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
color: #64748b;
}
.wa-testimonial-card__meta-item {
display: inline-flex;
align-items: center;
gap: 0.35rem;
border-radius: 9999px;
padding: 0;
}
.wa-testimonial-card__meta-icon {
width: 1rem;
height: 1rem;
flex-shrink: 0;
}
.wa-testimonial-card__excerpt {
font-size: 0.95rem;
line-height: 1.6;
color: #475569;
margin-bottom: 1.25rem;
}
.wa-testimonial-card__cta-wrapper {
margin-top: 1.5rem;
}
.wa-testimonial-pagination {
margin-top: 2.5rem;
text-align: center;
} .wa-load-more-wrap {
text-align: center;
margin-top: 2rem;
}
.wa-load-more {
display: inline-block;
padding: 0.7rem 2rem;
background: var(--e-global-color-primary, #0ea5e9);
color: #fff;
border: none;
border-radius: 9999px;
font-size: 0.9375rem;
font-weight: 600;
letter-spacing: 0.01em;
cursor: pointer;
transition:
filter 0.2s ease,
transform 0.15s ease;
}
.wa-load-more:hover {
filter: brightness(0.9);
transform: translateY(-1px);
}
.wa-load-more[aria-busy="true"],
.wa-load-more:disabled {
opacity: 0.55;
cursor: not-allowed;
transform: none;
} .wa-testimonial-empty {
border: 1px solid #e2e8f0;
border-radius: 1rem;
background: #ffffff;
padding: 2.5rem;
text-align: center;
}
.wa-testimonial-empty__message {
margin: 0;
font-size: 1.125rem;
font-weight: 600;
color: #334155;
}
.wa-testimonial-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.6rem 1.4rem;
border-radius: 9999px;
background: var(--e-global-color-primary, #0ea5e9);
color: #ffffff;
text-decoration: none;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.01em;
transition:
filter 150ms ease-in-out,
transform 150ms ease-in-out;
}
.wa-testimonial-card__cta:hover {
filter: brightness(0.88);
transform: translateY(-1px);
color: #ffffff;
}
.wa-testimonial-content {
position: relative;
}
.wa-testimonial-content__body {
max-height: none;
overflow: visible;
}
.wa-testimonial-content.wa-testimonial-content-collapsible:not(
.wa-testimonial-content-expanded
)
> .wa-testimonial-content__body {
max-height: calc(var(--wa-testimonial-preview-lines, 4) * 1.6em);
max-height: calc(var(--wa-testimonial-preview-lines, 4) * 1lh);
overflow: hidden;
}
.wa-testimonial__designation {
display: inline-block;
background: #f1f5f9;
color: var(--e-global-color-primary, #0ea5e9);
padding: 0.2rem 0.65rem;
border-radius: 9999px;
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.01em;
}
.wa-testimonial-expand-toggle {
display: inline-block;
margin: 0.35rem 0 0;
border: 0;
padding: 0;
background: transparent;
font: inherit;
line-height: inherit;
text-align: inherit;
cursor: pointer;
color: var(--e-global-color-primary, #0ea5e9);
font-weight: 500;
opacity: 1 !important;
pointer-events: auto !important;
}
.wa-testimonial-expand-toggle[hidden] {
display: none !important;
} .elementor-widget-wiseagent_testimonials .wa-testimonial-card {
height: auto !important;
min-height: 0 !important;
}
.elementor-widget-wiseagent_testimonials .wa-testimonial-card__body {
height: auto !important;
min-height: 0 !important;
} .elementor-widget-wiseagent_testimonials .wa-testimonial-card__excerpt,
.elementor-widget-wiseagent_testimonials .wa-testimonial-content {
overflow: visible !important;
max-height: none !important;
height: auto !important;
} .wa-carousel {
position: relative;
}
.wa-carousel__viewport {
overflow: hidden; padding-left: 1px;
margin-left: -1px;
}
.wa-carousel__track {
display: flex;
gap: var(--wa-card-gap, 0px);
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.wa-carousel__track > * { flex: 0 0 calc(100% / var(--wa-carousel-visible, 1));
min-width: 0;
box-sizing: border-box;
} .wa-carousel__nav {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1.75rem;
}
.wa-carousel__prev,
.wa-carousel__next {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
border: 2px solid var(--e-global-color-primary, #0ea5e9);
background: transparent;
color: var(--e-global-color-primary, #0ea5e9);
cursor: pointer;
padding: 0;
flex-shrink: 0;
transition:
background 0.2s ease,
color 0.2s ease;
}
.wa-carousel__prev:hover,
.wa-carousel__next:hover {
background: var(--e-global-color-primary, #0ea5e9);
color: #ffffff;
}
.wa-carousel__dots {
display: flex;
gap: 0.5rem;
align-items: center;
}
.wa-carousel__dot {
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #e2e8f0;
border: none;
cursor: pointer;
padding: 0;
transition:
background 0.2s ease,
transform 0.2s ease;
}
.wa-carousel__dot.is-active {
background: var(--e-global-color-primary, #0ea5e9);
transform: scale(1.4);
}.wiseagent-vendor-guide {
--wa-guide-accent: #087cff;
--wa-guide-border: #d9d9d9;
--wa-guide-muted: #6c7685;
--wa-guide-surface: #fff;
--wa-guide-surface-soft: #f4f5f6;
color: #050505;
font-family: inherit;
line-height: 1.45;
}
.wiseagent-vendor-guide,
.wiseagent-vendor-guide * {
box-sizing: border-box;
}
.wiseagent-vendor-guide__name,
.wiseagent-vendor-guide__vendors-heading,
.wiseagent-vendor__name {
color: inherit;
font-family: inherit;
}
.wiseagent-vendor-guide__name {
margin: 0 0 0.2rem;
font-size: 2rem;
font-weight: 400;
line-height: 1.2;
}
.wiseagent-vendor-guide__market {
margin: 0;
color: var(--wa-guide-muted);
}
.wiseagent-vendor-guide__description {
max-width: 72ch;
margin: 0.65rem 0 0;
}
.wiseagent-vendor-guide__summary {
display: none;
}
.wiseagent-vendor-guide__vendors-heading {
margin: 0 0 1rem;
font-size: 1.3rem;
}
.wiseagent-vendor-guide__vendor-list {
margin: 0;
}
.wiseagent-vendor-guide__column-headings {
display: none;
}
.wiseagent-vendor {
min-width: 0;
}
.wiseagent-vendor__main,
.wiseagent-vendor__meta {
min-width: 0;
}
.wiseagent-vendor__name {
margin: 0 0 0.25rem;
font-size: 1rem;
font-weight: 700;
line-height: 1.35;
}
.wiseagent-vendor__company {
margin: 0;
font-size: 1rem;
}
.wiseagent-vendor__type {
display: inline-block;
margin: 0 0 0.25rem;
padding: 0.15rem 0.65rem;
border-radius: 999px;
background: #efefef;
color: #5d6670;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.35;
}
.wiseagent-vendor__address {
margin: 0.45rem 0 0;
color: var(--wa-guide-muted);
font-size: 0.8rem;
font-style: normal;
}
.wiseagent-vendor__address-link,
.wiseagent-vendor__address-link:visited,
.wiseagent-vendor__address-link:hover,
.wiseagent-vendor__address-link:focus,
.wiseagent-vendor__address-link:active {
color: inherit;
}
.wiseagent-vendor__address-link {
display: flex;
gap: 0.4rem;
align-items: flex-start;
text-decoration: none;
}
.wiseagent-vendor__address-link:hover {
text-decoration: underline;
}
.wiseagent-vendor__address-link:focus-visible {
border-radius: 2px;
outline: 2px solid var(--wa-guide-accent);
outline-offset: 2px;
}
.wiseagent-vendor__links {
margin: 0;
padding: 0;
list-style: none;
}
.wiseagent-vendor__link {
min-width: 0;
margin: 0;
}
.wiseagent-vendor__link + .wiseagent-vendor__link {
margin-top: 0.15rem;
}
.wiseagent-vendor__link a {
display: flex;
gap: 0.35rem;
align-items: center;
color: #0675ff;
line-height: 1.4;
overflow-wrap: anywhere;
text-decoration: none;
}
.wiseagent-vendor__link a:hover {
color: #005dcc;
text-decoration: underline;
}
.wiseagent-vendor__link a:focus-visible {
border-radius: 2px;
outline: 2px solid var(--wa-guide-accent);
outline-offset: 2px;
}
.wiseagent-vendor__icon {
width: 1rem;
height: 1rem;
flex: 0 0 1rem;
fill: none;
stroke: #747474;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.8;
}
.wiseagent-vendor__address .wiseagent-vendor__icon {
width: 0.85rem;
height: 0.85rem;
flex-basis: 0.85rem;
margin-top: 0.08rem;
}
.wiseagent-vendor-guide__empty,
.wiseagent-vendor-guide-error {
padding: 1rem;
border: 1px solid var(--wa-guide-border, #d9d9d9);
border-radius: 6px;
background: var(--wa-guide-surface-soft, #f4f5f6);
} .wiseagent-vendor-guide--classic {
width: min(100%, 925px);
margin: 2rem auto;
padding: 28px;
border: 1px solid #d6d6d6;
border-radius: 7px;
background: #fff;
box-shadow: 0 2px 8px rgb(0 0 0 / 9%);
font-size: 16px;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__header {
margin: 0 0 1.65rem;
padding: 0 0 0 18px;
border-left: 4px solid var(--wa-guide-accent);
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__name {
font-size: 2.1rem;
letter-spacing: -0.015em;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__market {
font-size: 1.05rem;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__description {
max-width: none;
margin-top: 0.55rem;
font-size: 1rem;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__vendors-heading {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.85fr);
gap: 1.5rem;
align-items: start;
padding: 1rem 0 1.25rem;
border-bottom: 1px solid var(--wa-guide-border);
}
.wiseagent-vendor-guide--classic .wiseagent-vendor__meta {
text-align: right;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor__link a {
justify-content: flex-end;
font-size: 1rem;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor__link + .wiseagent-vendor__link {
margin-top: 0.25rem;
} .wiseagent-vendor-guide--cards {
width: min(100%, 925px);
margin: 2rem auto;
padding: 28px;
border: 1px solid #d6d6d6;
border-radius: 7px;
background: #fff;
box-shadow: 0 2px 8px rgb(0 0 0 / 9%);
font-size: 16px;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__header {
display: grid;
grid-template-columns: minmax(0, 1fr) 100px;
gap: 2rem;
align-items: start;
margin: 0 0 1.25rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__intro {
display: flex;
flex-direction: column;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__name {
order: 2;
margin-bottom: 0.35rem;
font-size: 2rem;
letter-spacing: -0.015em;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__market {
order: 1;
margin-bottom: 0.75rem;
font-size: 1.05rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__description {
order: 3;
max-width: 700px;
margin: 0;
font-size: 1rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__summary {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 2.25rem;
text-align: center;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__count {
font-size: 2rem;
font-weight: 700;
line-height: 1;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__count-label {
margin-top: 0.25rem;
font-size: 1rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__vendors-heading {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__vendor-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor {
display: flex;
flex-direction: column;
height: 100%;
padding: 18px;
border: 1px solid var(--wa-guide-border);
border-radius: 6px;
background: var(--wa-guide-surface);
box-shadow: none;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__main,
.wiseagent-vendor-guide--cards .wiseagent-vendor__meta {
display: contents;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__name {
order: 1;
margin-bottom: 0.55rem;
font-size: 1.05rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__company {
order: 2;
font-size: 1.05rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor::before {
content: "";
order: 3;
width: 100%;
height: 1px;
margin: 1.2rem 0 0.65rem;
background: #e8e8e8;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__type {
display: block;
order: 4;
width: 100%;
margin: 0;
padding: 0.15rem 0.65rem;
background: #d8ebff;
color: #0675ff;
line-height: 1.25;
text-align: center;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__address {
order: 5;
margin-top: 0.65rem;
color: #111;
font-size: 1rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__links {
order: 6;
margin-top: 0.55rem;
font-size: 1.05rem;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor__link + .wiseagent-vendor__link {
margin-top: 0.5rem;
} .wiseagent-vendor-guide--compact {
width: min(100%, 925px);
margin: 2rem auto;
padding: 28px;
border: 1px solid var(--wa-guide-border);
border-radius: 6px;
background: var(--wa-guide-surface);
box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
font-size: 13px;
line-height: 1.15;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
margin-bottom: 15px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__intro {
display: contents;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__name {
grid-column: 1;
grid-row: 1;
margin: 0 0 7px;
font-size: 26px;
font-weight: 400;
letter-spacing: -0.01em;
line-height: 1.1;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__market {
grid-column: 1;
grid-row: 2;
color: #111;
font-size: 17px;
line-height: 1.2;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__description {
grid-column: 1 / -1;
grid-row: 3;
max-width: none;
margin: 9px 0 0;
padding-top: 11px;
border-top: 2px solid #333;
font-size: 17px;
line-height: 1.3;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__summary {
display: flex;
grid-column: 2;
grid-row: 1 / span 2;
gap: 4px;
align-items: flex-start;
padding-top: 1px;
font-size: 16px;
line-height: 1.2;
white-space: nowrap;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__count {
font-weight: 400;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__count-label {
text-transform: lowercase;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__vendors-heading {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__column-headings,
.wiseagent-vendor-guide--compact .wiseagent-vendor {
display: grid;
grid-template-columns: 46% 22.3% 31.7%;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__column-headings {
padding: 0 4px 7px;
border-bottom: 1px solid var(--wa-guide-border);
color: #050505;
font-weight: 700;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor {
padding: 8px 4px 9px;
border-bottom: 1px solid var(--wa-guide-border);
color: #111;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__main {
grid-column: 1;
padding-right: 12px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__meta {
display: contents;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__name {
margin: 0;
font-size: 13px;
line-height: 1.15;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__company,
.wiseagent-vendor-guide--compact .wiseagent-vendor__address,
.wiseagent-vendor-guide--compact .wiseagent-vendor__type,
.wiseagent-vendor-guide--compact .wiseagent-vendor__links {
font-size: 13px;
line-height: 1.15;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__company {
color: var(--wa-guide-muted);
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__address {
margin-top: 1px;
color: var(--wa-guide-muted);
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__address-link {
gap: 5px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__type {
display: block;
grid-column: 2;
margin: 0;
padding: 0 12px 0 0;
border-radius: 0;
background: transparent;
color: #111;
white-space: normal;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__links {
grid-column: 3;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__link + .wiseagent-vendor__link {
margin-top: 1px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__link a {
gap: 7px;
color: var(--wa-guide-muted);
line-height: 1.15;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__icon {
width: 13px;
height: 13px;
flex-basis: 13px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__address .wiseagent-vendor__icon {
width: 12px;
height: 12px;
flex-basis: 12px;
margin-top: 0;
}
@media (max-width: 700px) {
.wiseagent-vendor-guide--classic,
.wiseagent-vendor-guide--cards,
.wiseagent-vendor-guide--compact {
margin: 1rem auto;
padding: 20px;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor-guide__name {
font-size: 1.75rem;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor {
grid-template-columns: 1fr;
gap: 0.8rem;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor__meta {
text-align: left;
}
.wiseagent-vendor-guide--classic .wiseagent-vendor__link a {
justify-content: flex-start;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__column-headings {
display: none;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor {
grid-template-columns: minmax(0, 1fr) minmax(180px, 0.7fr);
gap: 8px 16px;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__main {
grid-column: 1;
grid-row: 1 / span 2;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__type,
.wiseagent-vendor-guide--compact .wiseagent-vendor__links {
grid-column: 2;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__header {
grid-template-columns: 1fr auto;
gap: 1rem;
}
}
@media (max-width: 520px) {
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__header {
grid-template-columns: 1fr;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__summary {
grid-column: 1;
grid-row: 3;
padding: 5px 0 0;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor-guide__description {
grid-row: 4;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor {
grid-template-columns: 1fr;
}
.wiseagent-vendor-guide--compact .wiseagent-vendor__main,
.wiseagent-vendor-guide--compact .wiseagent-vendor__type,
.wiseagent-vendor-guide--compact .wiseagent-vendor__links {
grid-column: 1;
grid-row: auto;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__header {
grid-template-columns: 1fr;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__summary {
flex-direction: row;
gap: 0.4rem;
align-items: baseline;
padding-top: 0;
}
.wiseagent-vendor-guide--cards .wiseagent-vendor-guide__vendor-list {
grid-template-columns: 1fr;
}
}.wpzillow_t1_outer_div {
padding: 0px;
margin: 0px 0px 0px 0px;
}
.wpzillow_t1_DIV_1 {
box-sizing: border-box;
color: rgb(255, 255, 255);
text-size-adjust: 100%;
column-rule-color: rgb(255, 255, 255);
perspective-origin: 277.5px 115px;
transform-origin: 277.5px 115px;
border: 0px none rgb(255, 255, 255);
font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
outline: rgb(255, 255, 255) none 0px;
margin-bottom: 20px;
margin-top: 10px; } .wpzillow_t1_DIV_2 {
bottom: 0px;
box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
height: auto;
left: 0px;
position: relative;
right: 0px;
text-size-adjust: 100%;
top: 0px;
column-rule-color: rgb(255, 255, 255);
perspective-origin: 277.5px 69px;
transform-origin: 277.5px 69px;
background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
border: 1px solid rgb(245, 245, 245);
font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px 0px 25px;
outline: rgb(255, 255, 255) none 0px;
padding: 20px 20px 20px 48px;
} .wpzillow_t1_DIV_2:after {
bottom: -30px;
box-sizing: border-box;
color: rgb(255, 255, 255);
content: '';
display: block;
height: 30px;
left: 80px;
position: absolute;
right: 445px;
text-size-adjust: 100%;
width: 30px;
column-rule-color: rgb(255, 255, 255);
perspective-origin: 15px 15px;
transform-origin: 15px 15px;
filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
border-top: 30px solid rgb(255, 255, 255);
border-right: 30px solid rgba(0, 0, 0, 0);
border-bottom: 0px solid rgba(0, 0, 0, 0);
border-left: 0px solid rgba(0, 0, 0, 0);
font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
outline: rgb(255, 255, 255) none 0px;
} .wpzillow_t1_DIV_2:before {
bottom: 47px;
box-sizing: border-box;
color: rgb(187, 187, 187);
content: '\201C';
display: block;
height: 96px;
left: 55px;
position: absolute;
right: 515.391px;
text-size-adjust: 100%;
top: 20px;
width: 24.6094px;
column-rule-color: rgb(187, 187, 187);
perspective-origin: 12.2969px 48px;
transform-origin: 12.2969px 48px;
border: 0px none rgb(187, 187, 187);
font: normal normal normal normal 60px / 96px Georgia, serif;
margin: -25px 0px 0px -40px;
outline: rgb(187, 187, 187) none 0px;
} .wpzillow_t1_P_3 {
box-sizing: border-box;
color: rgb(119, 119, 119);
text-size-adjust: 100%;
column-rule-color: rgb(119, 119, 119);
perspective-origin: 240px 44px;
transform-origin: 240px 44px;
border: 0px none rgb(119, 119, 119);
font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px 0px 10px;
outline: rgb(119, 119, 119) none 0px;
} .wpzillow_t1_IMG_4 {
box-sizing: border-box;
color: rgb(255, 255, 255);
display: block;
float: left;
height: 60px;
text-size-adjust: 100%;
vertical-align: middle;
width: 60px;
column-rule-color: rgb(255, 255, 255);
perspective-origin: 30px 30px;
transform-origin: 30px 30px;
border: 0px none rgb(255, 255, 255);
border-radius: 50% 50% 50% 50% !important;
font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px 20px;
outline: rgb(255, 255, 255) none 0px;
} .wpzillow_t1_SPAN_5 {
color: rgb(85, 85, 85);
display: block;
text-size-adjust: 100%;
text-transform: uppercase;
overflow: hidden;
padding: 8px 0px 0px;
} .marginb10 {
margin-bottom: 10px;
}
.w3_wprs-row-padding-small {
padding: 0 4px;
}
.noboxshadow {
box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}
.wpzillow_t1_P_3 > img {
box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.wpzillow_t1_A_8 > img {
box-shadow: 0 0 0 0;
padding: 0px;
}
img.wpzillow_t1_star_img_file {
width: 100px;
height: 19px;
vertical-align: text-top;
margin-top:-3px;
}
span[class*="wpzillow_star_imgs"] {
vertical-align: unset;
}
img.wpzillow_t1_zillow_logo {
position: absolute;
right: 4px;
bottom: 4px;
}
a.wprs_rd_more {
cursor: pointer;
} .wprevpro_star_imgs span.svgicons{
width: 18px;
height: 18px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: bottom;
mask-position: bottom;
margin-bottom: -2px;
margin-right: 1px;
}
.svg-wprsp-star{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A");
} .wprev_outer_wb {
display: flex !important;
margin-bottom: 7px;
} .wprev_badge_div.badgeleft {
margin: 10px 20px 10px 10px !important;
}
.wprev_badge_div.badgeright {
margin: 10px 10px 10px 20px !important;
}
.wprev_outer_wb.wprev_badge_style6_side {
align-items: flex-start !important;
}
.wprev_outer_wb.wprev_badge_style6_side .wprev_badge_div.badgeleft,
.wprev_outer_wb.wprev_badge_style6_side .wprev_badge_div.badgeright {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.wprev_outer_wb.wprev_badge_style6_side .wprevpro_t6_outer_div,
.wprev_outer_wb.wprev_badge_style6_side .wprevpro_t6_outer_div_widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wprev_outer_wb.wprev_badge_style6_side .wpproslider_t6_DIV_1,
.wprev_outer_wb.wprev_badge_style6_side .wprevpro_t6_DIV_1 {
margin-top: 0 !important;
}
.wprev-zillow-place {
display: flex !important;
padding: 8px 12px !important;
box-shadow: rgba(0, 0, 0, .08) 2px 2px 3px 0px !important;
border: 1px solid #f5f5f5 !important;
}
.wprev-zillow-left {
padding: 10px 8px 10px 5px !important;
}
.wprev-zillow-right {
padding: 3px !important;
}
.wprev-zillow-right div {
line-height: 24px !important;
font-size: 15px !important;
width: max-content !important;
}
.wprev-zillow-name {
font-weight: bold !important;
}
.wprev-zillow-place a {
text-decoration: none !important;
}
a.wprev-zillow-wr-a {
color: #fff !important;
padding: 3px 8px 5px !important;
outline: none !important;
border-radius: 3px !important;
background: #0064d2 !important;
white-space: nowrap !important;
vertical-align: middle !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
user-select: none !important;
transition: all .2s ease-in-out !important;
display: flex !important;
align-items: center !important;
width: fit-content !important;
}
a.wprev-zillow-wr-a:hover {
background: #0064d2c7 !important;
}
.wprev-zillow-wr {
margin: 12px 0px 6px !important;
}
span.wprev-zillow-rating {
font-size: 18px !important;
margin-right: 5px !important;
font-weight: 500 !important;
}
span.wprev_btot {
font-weight: 600 !important;
}
.badgehideclass {
display:none !important;
}
.sprev-zillow-left-src {
border-radius: 5% !important;
min-width: 50px !important;
min-height: 50px !important;
display:block;
object-fit: cover !important;
}
span.wprev-businessname {
font-size: 15px !important;
color: #373737 !important;
font-weight: 600 !important;
}
img.wprev-zillow-powered-img {
vertical-align: middle !important;
height: 18px !important;
width: auto !important;
max-width: 110px !important;
max-height: 20px !important;
object-fit: contain !important;
display: block;
}
@media only screen and (max-width: 600px) {
.wprev_outer_wb {
flex-wrap: wrap;
}
.wprev_badge_div.badgeleft {
margin: 10px 10px 10px 10px !important;
width: -webkit-fill-available;
}
.wprev_outer_wb .wprs_unslider {
max-width: -webkit-fill-available;
}
.wprev_badge_div.badgeright {
width: -webkit-fill-available;
}
}  span.svgicons.svg-wprsp-verified {
width: 18px;
height: 18px;
background: #a3a29e;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: bottom;
mask-position: bottom;
margin-bottom: -3px;
margin-right: 3px;
}
.wprevpro_t6_outer_div span.svgicons.svg-wprsp-verified,
.wprevpro_t6_outer_div_widget span.svgicons.svg-wprsp-verified {
margin-bottom: -5px;
}
.svg-wprsp-verified {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.wprevtooltip { cursor: pointer; }
.wprevpro_tooltip {
display: none;
position: absolute;
padding-left: 10px;
padding-right: 10px;
color: #efefef;
background-color: #000000bf;
border-radius: 3px;
font-family: sans-serif;
font-style: normal;
font-size: 10px;
line-height: 24px;
z-index: 999999;
}.w3_wprs-responsive{overflow-x:auto}
.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row:after,.w3_wprs-row-padding:after,.w3_wprs-topnav:after,.w3_wprs-clear:after,.w3_wprs-btn-group:before,.w3_wprs-btn-group:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-bar:after
{content:"";display:table;clear:both}
.w3_wprs-col,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{float:left;width:100%}
.w3_wprs-col.s1{width:8.33333%}
.w3_wprs-col.s2{width:16.66666%}
.w3_wprs-col.s3{width:24.99999%}
.w3_wprs-col.s4{width:33.33333%}
.w3_wprs-col.s5{width:41.66666%}
.w3_wprs-col.s6{width:49.99999%}
.w3_wprs-col.s7{width:58.33333%}
.w3_wprs-col.s8{width:66.66666%}
.w3_wprs-col.s9{width:74.99999%}
.w3_wprs-col.s10{width:83.33333%}
.w3_wprs-col.s11{width:91.66666%}
.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3_wprs-col.m1{width:8.33333%}
.w3_wprs-col.m2{width:16.66666%}
.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.m5{width:41.66666%}
.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.m7{width:58.33333%}
.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.m10{width:83.33333%}
.w3_wprs-col.m11{width:91.66666%}
.w3_wprs-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3_wprs-col.l1{width:8.33333%}
.w3_wprs-col.l2{width:16.66666%}
.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.l5{width:41.66666%}
.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.l7{width:58.33333%}
.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.l10{width:83.33333%}
.w3_wprs-col.l11{width:91.66666%}
.w3_wprs-col.l12{width:99.99999%}}
.w3_wprs-content{max-width:980px;margin:auto}
.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-twothird,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-col{padding:0 8px}.wprs_unslider{overflow:visible;margin:0;padding:0;position: relative;}
.wprs_unslider-wrap{position:relative}
.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}
.wprs_unslider-vertical>ul{height:100%}
.wprs_unslider-vertical li{float:none;width:100%}
.wprs_unslider-fade{position:relative}
.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type: none;}
.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}
.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0 !important;padding:0 !important;border:none;list-style-type: none;}
.wprs_unslider-arrow{position:absolute;left:5px;z-index:2;cursor:pointer}
.wprs_unslider-arrow.next{left:auto;}
.wprs_unslider-arrow {
display: block;
width: 32px;
height: 32px;
top: 50%;
right: 5px;
left: auto;
margin-top: -16px;
overflow: hidden;
background: rgba(0,0,0,.2) no-repeat 50% 50%;
background-image: url(//dekkarealty.com/wp-content/plugins/wp-zillow-review-slider/public/css/imgs/slider_arrow.png);
background-size: 7px 11px;
border-radius: 32px !important;
text-indent: -999em;
opacity: .6;
transition: opacity .2s;
border-width: 0px 0px 0px 0px !important;
}
.wprs_unslider-arrow.prev {
left: 5px;
right: auto;
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.wprev-slider {
margin-left: 35px;
margin-right: 35px;
}.wprs_unslider-nav ol {
list-style: none;
text-align: center;
}
.wprs_unslider-nav ol li {
display: inline-block;
width: 9px;
height: 9px;
margin: 0 4px !important;
background: transparent;
border-radius: 5px !important;
overflow: hidden;
text-indent: -999em;
border: 1px solid #c3c3c3;
cursor: pointer;
}
.wprs_unslider-nav ol li.wprs_unslider-active {
background: #c3c3c3;
cursor: default;
}