@charset "UTF-8";
.wdk-listing-sliders .wdk_listing_slider_ini:not(.slick-initialized) > div:not(:nth-child(1)) {
display: none !important;
}
.wdk-listing-sliders .wdk-listing-image {
object-fit: cover;
object-position: center center;
width: 100%;
height: 350px;
max-width: 100%;
}
.wdk-listing-sliders .slick-slide > div {
font-size: 0;
}
.wdk-listing-sliders .wdk-listing-image.auto_height {
object-fit: initial !important;
height: auto !important;
}
.wdk-listing-sliders .wdk_listing_slider_ini:not(.slick-initialized) .wdk_lr_s_item:not(:nth-child(1)) {
display: none !important;
}
.wdk-listing-sliders .wdk_listing_slider_ini .wdk-listing-card {
margin: 15px 15px;
}
.wdk-listing-sliders .wdk_listing_slider_box {
display: flex;
flex-direction: column;
position: relative;
}
.wdk-listing-sliders .wdk_listing_slider_box .slick-slide {
background: #9f9f9f;
position: relative;
}
.wdk-listing-sliders .wdk_listing_slider_box .wdk-listing-image {
object-fit: none;
height: 550px;
}
.wdk-listing-sliders .wdk_listing_slider_box video.wdk-listing-image {
object-fit: cover;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_top {
flex-direction: column-reverse;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-prev {
left: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-next {
right: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk_lr_slider_dots_in .slick-dots, .wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_bottom.wdk-listing-sliders_arrows_in .wdk-listing-sliders_arrows {
position: absolute;
width: 100%;
margin-bottom: 10px;
bottom: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_top.wdk-listing-sliders_arrows_in .wdk-listing-sliders_arrows {
position: absolute;
width: 100%;
margin-top: 10px;
top: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-prev {
left: -55px;
margin: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-next {
right: -55px;
margin: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_out .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow {
border: 2px solid #000;
color: #000;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle.wdk-listing-sliders_arrows_in .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-prev {
left: 0px;
margin: 15px;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_middle.wdk-listing-sliders_arrows_in .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow.wdk-slider-next {
right: 0px;
margin: 15px;
}
.wdk-listing-sliders .wdk_listing_slider_box .slick-dotted.slick-slider {
margin-bottom: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_dots_in .slick-dots, .wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_arrows_bottom.wdk-listing-sliders_arrows_in .wdk-listing-sliders_arrows {
position: absolute;
margin-bottom: 10px;
bottom: 0;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_dots_in .slick-dots {
width: initial;
flex-wrap: wrap;
}
.wdk-listing-sliders .wdk_listing_slider_box.wdk-listing-sliders_dots_in .slick-dots li {
flex: 0 0;
}
.wdk-listing-sliders .wdk_listing_slider_box img.wdk-listing-image-card:after {
content: '';
display: block;
bottom: 0;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
}
.wdk-listing-sliders .wdk-listing-sliders_arrows {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}
.wdk-listing-sliders .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow {
width: 40px;
height: 40px;
display: inline-block;
line-height: 40px;
border: 2px solid #FFFFFF30;
border-radius: 50%;
text-align: center;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
cursor: pointer;
margin: 15px 15px;
color: #FFFFFF30;
}
.wdk-listing-sliders .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow:hover {
border-color: #FFFFFF;
color: #FFFFFF;
}
.wdk-listing-sliders .slick-dots {
padding: 5px 5px;
position: initial;
display: flex;
justify-content: center;
}
.wdk-listing-sliders .slick-dots li {
width: auto;
height: auto;
margin: 5px 5px;
}
.wdk-listing-sliders .slick-dots li .wdk_dot {
color: #0201019C;
}
.wdk-listing-sliders .slick-dots li .wdk_dot:hover, .wdk-listing-sliders .slick-dots li.slick-active .wdk_dot {
color: #020101;
}
.wdk-listing-sliders .wdk_listing_slider_ini .wdk_lr_s_item_box_line .wdk_lr_s_item_box_title .wdk_lr_s_item_box_link,
.wdk-listing-sliders .wdk-listing-sliders_arrows .wdk-listing-sliders_arrow {
transition: all 0.4s ease-in-out;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs {
width: 100%;
z-index: 99;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs {
padding: 15px 20px;
width: 100%;
padding-left: 10px;
max-width: 100%;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .slick-track {
margin-left: 0;
margin-right: auto;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .slick-slide {
margin-right: 15px;
position: relative;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .banner-thumb {
position: relative;
height: 80px;
cursor: pointer;
border: 2px solid #fff;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .banner-thumb:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
transition: all 0.4s ease-in-out;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .banner-thumb > video,
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .banner-thumb > img {
width: 100%;
height: 100%;
object-fit: cover;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .slick-slide.slick-current.slick-active .banner-thumb {
border-color: #0074e4;
}
.wdk-listing-sliders .wdk-cls-banner-thumbs .banner-thumbs .slick-slide.slick-current.slick-active .banner-thumb:before {
background-color: rgba(0, 116, 128, 0.35);
} @media (max-width: 991px) {
.wdk-listing-sliders .wdk_listing_slider_box .wdk-listing-image {
height: 450px;
}
} @media (max-width: 767px) {
.wdk-listing-sliders .wdk_listing_slider_box .wdk-listing-image {
height: 250px;
}
}@keyframes wdk-hover-animation-grow {
100% {
transform: scale(1.1);
}
} @keyframes wdk-hover-animation-grow {
100% {
transform: scale(0.9);
}
} @keyframes wdk-hover-animation-pulse {
25% {
transform: scale(1.1);
}
75% {
transform: scale(0.9);
}
} @keyframes wdk-hover-animation-pulse-grow {
to {
transform: scale(1.1);
}
} @keyframes wdk-hover-animation-shrink {
to {
transform: scale(0.9);
}
} @keyframes wdk-hover-animation-pulse-shrink {
to {
transform: scale(0.9);
}
} @keyframes wdk-hover-animation-push {
50% {
transform: scale(0.8);
}
100% {
transform: scale(1);
}
} @keyframes wdk-hover-animation-pop {
50% {
transform: scale(1.2);
}
} @keyframes wdk-hover-animation-bounce-in {
100% {
transform: scale(1.2);
}
} @keyframes wdk-hover-animation-bounce-out {
100% {
transform: scale(0.8);
}
} @keyframes wdk-hover-animation-rotate {
100% {
transform: rotate(4deg);
}
} @keyframes wdk-hover-animation-grow {
100% {
transform: scale(1.1) rotate(4deg);
}
} @keyframes wdk-hover-animation-float {
100% {
transform: translateY(-8px);
}
} @keyframes wdk-hover-animation-sink {
100% {
transform: translateY(8px);
}
} @keyframes wdk-hover-animation-bob {
0% {
transform: translateY(-8px);
}
50% {
transform: translateY(-4px);
}
100% {
transform: translateY(-8px);
}
}
@keyframes wdk-hover-animation-bob-float {
100% {
transform: translateY(-8px);
}
} @keyframes wdk-hover-animation-hang {
0% {
transform: translateY(8px);
}
50% {
transform: translateY(4px);
}
100% {
transform: translateY(8px);
}
}
@keyframes wdk-hover-animation-hang-sink {
100% {
transform: translateY(8px);
}
} @keyframes wdk-hover-animation-skew {
100% {
transform: skew(-10deg);
}
} @keyframes wdk-hover-animation-skew-forward {
100% {
transform: skew(-10deg);
}
} @keyframes wdk-hover-animation-skew-backward {
100% {
transform: skew(10deg);
}
} @keyframes wdk-hover-animation-wobble-vertical {
16.65% {
transform: translateY(8px);
}
33.3% {
transform: translateY(-6px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
100% {
transform: translateY(0);
}
} @keyframes wdk-hover-animation-wobble-horizontal {
16.65% {
transform: translateX(8px);
}
33.3% {
transform: translateX(-6px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
100% {
transform: translateX(0);
}
} @keyframes wdk-hover-animation-wobble-to-bottom-right {
16.65% {
transform: translate(8px, 8px);
}
33.3% {
transform: translate(-6px, -6px);
}
49.95% {
transform: translate(4px, 4px);
}
66.6% {
transform: translate(-2px, -2px);
}
83.25% {
transform: translate(1px, 1px);
}
100% {
transform: translate(0, 0);
}
} @keyframes wdk-hover-animation-wobble-to-top-right {
16.65% {
transform: translate(8px, -8px);
}
33.3% {
transform: translate(-6px, 6px);
}
49.95% {
transform: translate(4px, -4px);
}
66.6% {
transform: translate(-2px, 2px);
}
83.25% {
transform: translate(1px, -1px);
}
100% {
transform: translate(0, 0);
}
} @keyframes wdk-hover-animation-wobble-top {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
100% {
transform: skew(0);
}
} @keyframes wdk-hover-animation-wobble-bottom {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
100% {
transform: skew(0);
}
} @keyframes wdk-hover-animation-wobble-skew {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
100% {
transform: skew(0);
}
} @keyframes wdk-hover-animation-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
100% {
transform: translateX(-3px) rotate(-2deg);
}
} @keyframes wdk-hover-animation-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
100% {
transform: translateX(-1px) rotate(0);
}
}.wdk_log_notify-box {
position: fixed;
z-index: 9999999;
bottom: 10px;
right: 10px;
}
.wdk_log_notify {
position: relative;
background: #fffffff7;
padding: 12px 15px;
border-radius: 15px;
width: 250px;
box-shadow: 0px 1px 0px 0.25px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0 3px 2px rgba(0, 0, 0, 0.08);
margin: 0;
margin-bottom: 10px;
font-size: 16px;
background: #5cb811;
background: rgba(92, 184, 17, 0.9);
padding: 15px;
border-radius: 4px;
color: #fff;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 0 !important;
}
.wdk_log_notify.error {
margin: 0;
margin-bottom: 10px;
background: #cf2a0e;
padding: 12px 15px;
}
.wdk_log_notify.loading {
background: #5bc0de;
}
.wdk_log_notify {
display: block;
margin-top: 10px;
position: relative;
opacity: 0;
-webkit-transform: translateX(120%);
transform: translateX(120%);
}
.wdk_log_notify.show {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
@media (max-width: 767px) {
.wdk_log_notify-box {
bottom: 120px;
}
}.wdk-element .wdk-listing-fields-section .wdk-row .wdk-col,
.wdk-element .wdk-listing-fields-section .wdk-row {
margin: 0;
}
.wdk-listing-fields-section .section-title {
margin: 0;
}
.wdk-listing-fields-section .wdk-row .wdk-col {
padding: 5px 0;
}
.wdk-listing-fields-section .wdk-row .wdk-col .field-group {
display: flex;
align-items: baseline !important;
}
.wdk-listing-fields-section .wdk-row .wdk-col .field_value {
padding-left: 3px;
word-break: break-all;
}
.wdk-listing-fields-section .wdk-row .wdk-col.reverse .field-group {
flex-direction: row-reverse;
justify-content: flex-end;
}
.wdk-listing-fields-section .wdk-row .wdk-col.column .field-group {
flex-direction: column;
justify-content: flex-end;
}
.wdk-listing-fields-section .wdk-row .wdk-col.column .field-group > * {
width: 100%;
}
.wdk-listing-fields-section .wdk-row .wdk-col.column-reverse .field-group {
flex-direction: column-reverse;
justify-content: stretch;
justify-content: flex-end;
}
.wdk-listing-fields-section .wdk-row .wdk-col.column-reverse .field-group > * {
width: 100%;
}
.wdk-listing-fields-section .wdk-row .wdk-col.reverse .field_value {
padding-right: 3px;
padding-left: 0;
}
.wdk-listing-fields-section .wdk-row .wdk-col.no_label .field_value {
width: 100%;
}
.wdk-listing-fields-section .wdk-col.CHECKBOX .field_value .value {
width: 19px;
display: inline-block;
}
.wdk-listing-fields-section .wdk-col .field_icon {
display: block;
}
.wdk-listing-fields-section .wdk-icon {
margin-right: 3px;
max-width: 18px;
max-height: 18px;
}
.wdk-listing-fields-section .wdk-col {
justify-content: flex-start;
align-items: center;
}
.wdk-listing-fields-section .wdk-col .field_icon {
order: 1;
}
.wdk-listing-fields-section .wdk-col .field_label {
order: 2;
}
.wdk-listing-fields-section .wdk-col .field_value {
order: 3;
}
.wdk-listing-fields-section .wdk-col.reverse .field_icon {
order: 3;
}
.wdk-listing-fields-section .wdk-col.reverse .field_label {
order: 2;
}
.wdk-listing-fields-section .wdk-col.reverse .field_value {
order: 1;
}
.wdk-listing-fields-section .wdk-col.CHECKBOX .field_value {
order: 1;
}
.wdk-listing-fields-section .wdk-col.reverse.CHECKBOX .field_value {
order: 3;
}.wdk-field-files .wdk-listing-image {
object-fit: cover;
object-position: center center;
width: 100%;
height: 200px;
max-width: 100%;
display: block;
overflow: hidden;
}
.wdk-field-files .wdk-listing-image.auto_height {
object-fit: initial !important;
height: auto !important;
}
.wdk-field-files figure figcaption {
text-align: center;
color: #232425;
}
.wdk-field-files figure figcaption a {
color: inherit;
text-decoration: none;
}
.wdk-field-files figure figcaption:hover {
color: #0074E4;
}
.wdk-field-files .files-row {
margin-top: 15px;
}
.wdk-field-files .files-row ul.files,
.wdk-field-files .files-row ul.files li {
padding: 0;
margin: 0;
list-style: none;
}
.wdk-field-files .files-row ul.files li:not(:last-child) {
margin-bottom: 5px;
}
.wdk-field-files .files-row .list-item a {
display: inline-flex;
align-items: center;
text-decoration: none;
color: #232425;
}
.wdk-field-files .files-row .list-item a .wdk-listing-file-icon {
max-height: 25px;
max-width: 25px;
display: inline-block;
margin-right: 5px;
}
.wdk-field-files .files-row .list-item a:hover {
color: #0074E4;
}
.wdk-field-files.wdk_js_gallery { }
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card {
position: relative;
cursor: pointer;
display: block;
}
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card .file.wdk-listing-image {
object-fit: contain !important;
}
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card:before {
content: '';
opacity: 0;
left: 0;
width: 100%;
height: 100%;
top: 0;
position: absolute;
background: rgba(0, 0, 0, 0.65);
-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, opacity .3s ease-out;
transition: transform .3s ease-out, opacity .3s ease-out;
transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
will-change: auto;
z-index: 1;
}
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card:hover:before {
opacity: 1;
-webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in, opacity .3s ease-in;
transition: transform .3s ease-in, opacity .3s ease-in;
transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in;
}
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card:after {
content: '';
opacity: 0;
left: 0;
width: 100%;
height: 100%;
top: 0;
position: absolute;
background: url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/img/plus.png) center center no-repeat;
-webkit-background-size: 50px 50px;
background-size: 50px 50px;
-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, opacity .3s ease-out;
transition: transform .3s ease-out, opacity .3s ease-out;
transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
will-change: auto;
z-index: 2;
}
.wdk-field-files.wdk_js_gallery .wdk-listing-image-card:hover:after {
opacity: 1;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in, opacity .3s ease-in;
transition: transform .3s ease-in, opacity .3s ease-in;
transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in;
}
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;opacity:0;display:none;direction:ltr;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 4px rgba(0,0,0,.1);-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom;display:block}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{visibility:hidden;position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1);-moz-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1);-ms-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1);-o-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1);transition-timing-function:cubic-bezier(0.645,0.045,0.355,1)}.blueimp-gallery>.slides>.slide-active,.blueimp-gallery>.slides>.slide-next,.blueimp-gallery>.slides>.slide-prev{visibility:visible}.blueimp-gallery>.slides>.slide-loading{background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide-loading{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/loading.svg)}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/error.png) center no-repeat}.blueimp-gallery-svgasimg>.slides>.slide-error{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/error.svg)}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery-display>.next,.blueimp-gallery-display>.prev{position:absolute;top:50%;left:15px;width:8px;height:20px;padding:10px 14px 10px 18px;margin-top:-23px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background:#222 url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/prev.png) center no-repeat;background-color:rgba(0,0,0,.5);border:3px solid #fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery-display>.next{right:15px;left:auto;background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/next.png)}.blueimp-gallery-svgasimg>.prev{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/prev.svg)}.blueimp-gallery-svgasimg>.next{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/next.svg)}.blueimp-gallery-display>.close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/close.png) center no-repeat;opacity:.8;cursor:pointer;display:none}.blueimp-gallery-svgasimg>.close{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/close.svg)}.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 60px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery-display>.play-pause{position:absolute;right:15px;bottom:15px;width:30px;height:30px;background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-svgasimg>.play-pause{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/play-pause.svg)}.blueimp-gallery-playing>.play-pause{background-position:-30px 0}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}*+html .blueimp-gallery>.slides>.slide>.slide-content>img{position:relative}@supports (object-fit:contain){.blueimp-gallery-contain>.slides>.slide>.slide-content,.blueimp-gallery-contain>.slides>.slide>.slide-content>img{width:100%;height:100%;object-fit:contain}}@media (prefers-color-scheme:light){.blueimp-gallery-carousel{background:#fff}}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.indicator>li{display:inline-block;position:relative;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;left:4px;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover,.blueimp-gallery>.slides>.slide>.video-content>iframe,.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover{background:center no-repeat;background-size:contain}.blueimp-gallery>.slides>.slide>.video-iframe>.video-cover{background-color:#000;background-color:rgba(0,0,0,.7)}.blueimp-gallery>.slides>.slide>.video-content>.video-play{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery-svgasimg>.slides>.slide>.video-content>.video-play{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/video-play.svg)}.blueimp-gallery>.slides>.slide>.video-playing>.video-cover,.blueimp-gallery>.slides>.slide>.video-playing>.video-play{display:none}.blueimp-gallery>.slides>.slide>.video-loading>.video-play{background:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide>.video-loading>.video-play{background-image:url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/blueimp-gallery/img/loading.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>.video-play{left:50%;margin-left:-64px}.blueimp-gallery>.slides>.slide>.video-content>.video-play:hover{opacity:1}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/openstreetmap/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/openstreetmap/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/openstreetmap/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
} .leaflet-oldie .marker-cluster-small {
background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
background-color: rgb(241, 128, 23);
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}.fullscreen-icon { background-image: url(//latviaestate.com/wp-content/plugins/wpdirectorykit/public/js/openstreetmap/icon-fullscreen.svg); background-size:26px 52px; }
.fullscreen-icon.leaflet-fullscreen-on { background-position:2px -26px; }
.leaflet-touch .fullscreen-icon { background-position: 4px 4.5px }
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on { background-position: 4px -22px; } .leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }@-webkit-keyframes wdk_placeHolderShimmer {
0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
}
}
@keyframes wdk_placeHolderShimmer {
0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
}
}
.wdk-element .wdk-map {
position: relative;   }
.wdk-element .wdk-map .map-hint {
display: none;
}
@media (max-width: 767px) {
.wdk-element .wdk-map .map-hint {
position: absolute;
left: 15px;
top: 15px;
display: inline-block;
padding: 5px 10px;
font-size: 16px;
background: #ffffff94;
color: #2c2c2cc4;
border-radius: 5px;
z-index: 2;
}
}
.wdk-element .wdk-map .wdk-favorites-actions a.wdk-add-favorites-action {
color: #fff;
}
.wdk-element .wdk-map .wdk-listing-card .wdk-footer {
z-index: 5;
position: relative;
}
.wdk-element .wdk-map img.leaflet-tile {
box-shadow: none !important;
}
.wdk-element .wdk-map .wdk-listing-card .wdk-thumbnail .wdk-image {
height: 190px;
}
.wdk-element .wdk-map .animated-background {
animation-duration: 1s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: wdk_placeHolderShimmer;
animation-timing-function: linear;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: wdk_placeHolderShimmer;
-webkit-animation-timing-function: linear;
background: #f6f7f8;
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
background-size: 800px 104px;
height: 96px;
position: relative;
}
.wdk-element .wdk-map .map_infowindow .loading_content {
height: 280px;
margin: 0;
margin-bottom: 5px;
width: 100%;
position: relative;
z-index: 5;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line {
height: 10px;
background: #fff;
width: 100%;
margin: 0;
margin-bottom: 0px;
float: left;
height: 16px;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line.m20 {
margin-bottom: 16px;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line.side {
width: 48%;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line.side:nth-child(odd) {
margin-right: 2%;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line.side:nth-child(even) {
margin-left: 2%;
}
.wdk-element .wdk-map .map_infowindow .loading_content .box_line.m170 {
margin-bottom: 125px;
height: 1px;
}
.wdk-element .wdk-map div#wdk_map_results {
height: 350px;
}
.wdk-element .wdk-map .wdk_marker-cluster img,
.wdk-element .wdk-map .wdk_cluster img {
display: none !important;
}
.wdk-element .wdk-map .wdk_marker-cluster,
.wdk-element .wdk-map .wdk_cluster {
background: transparent !important;
}
.wdk-element .wdk-map .wdk_marker-cluster div,
.wdk-element .wdk-map .wdk_cluster div {
color: #fff !important;
width: 36px !important;
height: 36px !important;
line-height: 36px !important;
background: #0074e4 !important;
-webkit-border-radius: 50% !important;
border-radius: 50% !important;
position: relative;
text-align: center;
font-size: 14px !important;
-webkit-animation: cluster-animation 2.5s infinite;
animation: cluster-animation 2.5s infinite;
}
@-webkit-keyframes cluster-animation {
0%,
100% {
-webkit-transform: scale(1.3) rotate(0deg);
transform: scale(1.3) rotate(0deg);
}
50% {
-webkit-transform: scale(1.55) rotate(90deg);
transform: scale(1.55) rotate(90deg);
}
}
@keyframes cluster-animation {
0%,
100% {
-webkit-transform: scale(1.3) rotate(0deg);
transform: scale(1.3) rotate(0deg);
}
50% {
-webkit-transform: scale(1.55) rotate(90deg);
transform: scale(1.55) rotate(90deg);
}
}
.wdk-element .wdk-map .wdk_map-marker-container {
position: absolute;
margin-top: 10px;
-webkit-transform: translate3d(-50%, -100%, 0);
transform: translate3d(-50%, -100%, 0);
}
.wdk-element .wdk-map .wdk_marker-container {
position: relative;
margin: 10px auto;
width: 49px;
height: 49px;
z-index: 1;
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
top: -5px;
margin-bottom: 21px;
text-align: center;
}
.wdk-element .wdk-map .wdk_marker-container {
-webkit-perspective: 1000;
perspective: 1000;
}
.wdk-element .wdk-map .wdk_marker-card {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
position: absolute;
z-index: 1;
}
.wdk-element .wdk-map .wdk_marker-arrow {
display: none;
width: 0;
content: "";
height: 0; border-style: solid;
border-width: 40px 24px 0;
margin-left: -0px;
border-color: #0074e4 transparent transparent;
top: 31px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
-webkit-border-radius: 0;
border-radius: 0;
z-index: 1;
}
.wdk-element .wdk-map .wdk_face {
position: absolute;
width: 100%;
height: 124%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: center;
-webkit-border-radius: 10%;
border-radius: 10%;
color: #fff;
z-index: 100;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transform: perspective(100px);
transform: perspective(100px);
}
.wdk-element .wdk-map .wdk_face i {
line-height: 61px;
font-size: 18px;
position: relative;
z-index: 78;
color: #0074e4;
-webkit-transform: perspective(0);
transform: perspective(0);
left: -1px;
transition: all .15s;
}
.wdk-element .wdk-map .wdk_face.front {
color: #0074e4;
z-index: 100;
position: relative;
z-index: 100;
position: absolute;
}
.wdk-element .wdk-map .wdk_marker-container:hover .wdk_face i {
color: #fff;
}
.wdk-element .wdk-map .wdk_marker-card:after {
content: '';
position: absolute;
top: 4px;
margin-top: 0px;
left: 2px;
width: 44px;
height: 63px;
z-index: 1;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: perspective(34px) rotateX(20deg) rotateZ(-45deg);
transform: perspective(34px) rotateX(20deg) rotateZ(-45deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-border-radius: 60% 50% 60% 0;
border-radius: 60% 50% 60% 0;
padding: 0 3px 3px 0;
width: 43px;
height: 43px;
background: #fff;
z-index: 0;
filter: blur(0.25px);
}
.wdk-element .wdk-map .wdk_marker-container:hover .wdk_marker-card:after {
background: #0074e4;
}
.wdk-element .wdk-map .wdk_marker-card:before {
content: '';
position: absolute;
top: 2px;
left: 0px;
width: 44px;
height: 63px;
z-index: 1;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: perspective(38px) rotateX(20deg) rotateZ(-45deg);
transform: perspective(38px) rotateX(20deg) rotateZ(-45deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-border-radius: 60% 50% 60% 0;
border-radius: 60% 50% 60% 0;
padding: 0 3px 3px 0;
width: 47px;
height: 47px;
background: #0074e4;
z-index: 0;
filter: blur(0.25px);
}
.wdk-element .wdk-map .wdk_marker-container:hover .wdk_marker-card:after {
opacity: 0;
}
.wdk-element .wdk-map .wdk_face.back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #0074e4;
border-color: #0074e4;
color: #fff;
z-index: 25;
}
.wdk-element .wdk-map .wdk_face.back i {
transform: scaleX(-1);
line-height: 38px;
font-size: 18px;
}
.wdk-element .wdk-map .wdk_face.back:after {
content: "";
display: block;
width: 36px;
height: 36px;
top: 2px;
left: 2px;
-webkit-border-radius: 10%;
border-radius: 10%;
position: absolute;
}
.wdk-element .wdk-map .wdk_marker-container.wdk_marker_label {
height: auto;
width: auto;
padding: 0;
border-radius: 0;
margin: 0;
margin-left: 0px;
top: 0;
position: initial;
display: inline-block;
margin-left: -50%;
box-shadow: 0 0 2px 0 #ffffff69;
transition: all .15s;
}
.wdk-element .wdk-map .wdk_marker-container.wdk_marker_label:not(.wdk_marker_clear) {
padding: 1px 5px;
border: 1px solid #d9304f;
background: #e93e5f;
color: #fff;
}
.wdk-element .wdk-map .wdk_marker-container.wdk_marker_label img {
max-width: 55px !important;
max-height: 50px !important;
}
.wdk-element .wdk-map .custom-zoom-in,
.wdk-element .wdk-map .custom-zoom-out {
background-color: #fff;
color: #333;
cursor: pointer;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 5px 15px;
-webkit-transition: color 0.3s, background-color 0.3s;
-o-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
text-align: center;
font-size: 15px;
height: 34px;
width: 34px;
}
.wdk-element .wdk-map .custom-zoom-in:hover,
.wdk-element .wdk-map .custom-zoom-out:hover {
background-color: #66676b;
color: #fff;
}
.wdk-element .wdk-map .custom-zoom-in:before,
.wdk-element .wdk-map .custom-zoom-out:before {
font-family: "FontAwesome";
width: 100%;
line-height: 35px;
transition: -webkit-text-stroke 0.3s;
-webkit-text-stroke: 1px #fff;
}
.wdk-element .wdk-map .zoomControlWrapper {
position: absolute;
left: 0;
right: auto;
width: 70px;
}
.wdk-element .wdk-map .custom-zoom-in:before {
content: "\f067";
}
.wdk-element .wdk-map .custom-zoom-out:before {
content: "\f068";
}
.wdk-element .wdk-map .custom-zoom-in:hover:before,
.wdk-element .wdk-map .custom-zoom-out:hover:before {
-webkit-text-stroke: 1px #66676b;
}
.wdk-element .wdk-map #mapnav-buttons {
position: absolute;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
z-index: 999;
font-size: 14px;
display: inline-block;
bottom: 20px;
right: 20px;
list-style: none;
padding: 0;
}
.wdk-element .wdk-map #mapnav-buttons.top {
top: 20px;
right: 20px;
bottom: auto;
}
.wdk-element .wdk-map #mapnav-buttons li {
float: left;
margin-left: 4px;
line-height: 20px;
}
.wdk-element .wdk-map #geoLocation,
.wdk-element .wdk-map #mapnav-buttons a,
.wdk-element .wdk-map #scrollEnabling,
.wdk-element .wdk-map #streetView {
color: #333;
background-color: #fff;
padding: 9px 18px 7px;
font-weight: 500;
-transition: all 0.2s ease-in-out;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
-webkit-border-radius: 50px;
border-radius: 50px;
-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.wdk-element .wdk-map #geoLocation:hover,
.wdk-element .wdk-map #mapnav-buttons a:hover,
.wdk-element .wdk-map #scrollEnabling.enabled,
.wdk-element .wdk-map #scrollEnabling:hover,
.wdk-element .wdk-map #streetView:hover {
background-color: #66676b;
color: #fff;
}
.wdk-element .wdk-map #nextpoint:after,
.wdk-element .wdk-map #prevpoint:before {
font-family: "FontAwesome";
position: relative;
font-weight: 500;
margin: 0 0 0 6px;
font-size: 17px;
top: 0;
line-height: 1px;
}
.wdk-element .wdk-map #prevpoint:before {
content: "\f104";
margin: 0 6px 0 0;
}
.wdk-element .wdk-map #nextpoint:after {
content: "\f105";
margin: 0 0 0 6px;
}
.wdk-element .wdk-map #geoLocation,
.wdk-element .wdk-map #scrollEnabling,
.wdk-element .wdk-map #streetView {
position: absolute;
top: 20px;
right: 20px;
z-index: 999;
font-size: 13px;
line-height: 21px;
}
.wdk-element .wdk-map #geoLocation:before,
.wdk-element .wdk-map #scrollEnabling:before,
.wdk-element .wdk-map #streetView:before {
content: "\e015";
font-family: "simple-line-icons";
position: relative;
top: 2px;
margin: 0 6px 0 0;
font-size: 15px;
line-height: 1px;
}
.wdk-element .wdk-map #scrollEnabling:before {
margin-left: -3px;
}
.wdk-element .wdk-map #streetView:before {
content: "\f21d";
font-family: "FontAwesome";
font-size: 16px;
top: 1px;
margin-right: 8px;
}
.wdk-element .wdk-map #geoLocation {
right: auto;
left: 20px;
padding: 8px 11px;
}
.wdk-element .wdk-map #geoLocation:before {
content: "\f192";
font-family: "FontAwesome";
font-size: 16px;
margin: 0;
top: 2px;
}
.wdk-element .wdk-map .map-box {
background-color: #fff;
margin-bottom: 5px;
border-radius: 0;
-webkit-box-shadow: 0 0 40px 0 rgba(3, 3, 3, 0.15);
box-shadow: 0 0 40px 0 rgba(3, 3, 3, 0.15);
position: relative;
}
.wdk-element .wdk-map .map-box .rate-info {
position: absolute;
bottom: 84px;
left: 0;
padding-bottom: 20px;
width: 100%;
padding: 10px 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
z-index: 5;
}
.wdk-element .wdk-map .map-box .rate-info > h5 {
top: 4px;
float: left;
color: #fff;
margin: 0px;
color: #fff;
font-size: 20px;
font-weight: 600;
float: left; position: relative;
top: 2px;
z-index: 5;
}
.wdk-element .wdk-map .map-box h4 {
margin: 0;
padding: 0;
}
.wdk-element .wdk-map .map-box h4 a {
padding: 0 0 2px;
font-size: 17px;
line-height: 25px;
display: inline-block;
}
.wdk-element .wdk-map .listing-img-container {
position: relative;
height: 100%;
display: block;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.wdk-element .wdk-map .map-box h4 a:hover {
color: #66676b;
}
.wdk-element .wdk-map .map-box p {
padding: 0;
line-height: 25px;
margin: 2px 0 0;
font-size: 14px;
}
.wdk-element .wdk-map .map-box ul.listing-details {
padding: 0;
font-size: 14px;
display: none;
}
.wdk-element .wdk-map .map-box .listing-title {
padding: 16px 22px;
}
.wdk-element .wdk-map .map-box .listing-img-content {
padding: 18px 22px;
}
.wdk-element .wdk-map .map-box .listing-img-content span {
font-size: 21px;
}
.wdk-element .wdk-map .map-box .listing-img-content .listing-price i {
font-size: 15px;
margin: -7px 0 0;
}
.wdk-element .wdk-map .infoBox > img {
position: absolute !important;
right: 0;
top: 0;
}
.wdk-element .wdk-map .map-box .listing-img-container::before {
content: "";
display: none;
position: absolute;
height: 100%;
width: 100%;
background: -o-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, transparent 100%);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.4)), color-stop(60%, rgba(22, 22, 23, 0)), to(transparent));
background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, transparent 100%);
background-color: rgba(35, 35, 37, 0.2);
}
.wdk-element .wdk-map .map-box .listing-item-content {
position: static;
width: 100%;
margin-top: -3px;
background-color: #fff;
padding: 15px 23px 20px 23px;
border-left: 1px solid #e0e1e5;
border-right: 1px solid #e0e1e5;
border-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wdk-element .wdk-map .map-box .listing-item-content h3 {
color: #242526;
font-size: 16px;
padding: 0 0 2px;
font-weight: 500;
margin: 0;
line-height: 27px;
margin-bottom: 5px;
}
.wdk-element .wdk-map .map-box .listing-item-content span {
font-size: 12px;
font-weight: 400;
display: inline-block;
color: #aeb4b6;
}
.wdk-element .wdk-map .map-box .listing-item-content span i {
padding-right: 5px;
}
.wdk-element .wdk-map .infoBox-close {
position: absolute;
top: 10px;
right: 10px;
display: inline-block;
z-index: 999;
text-align: center;
line-height: 29px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 29px;
width: 29px;
background-color: #fff;
color: #333;
font-family: "FontAwesome";
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-text-stroke: 1px #fff;
}
.wdk-element .wdk-map .infoBox-close:hover {
color: #fff;
background-color: #66676b;
-webkit-text-stroke: 1px #66676b;
}
.wdk-element .wdk-map .map-box-icon {
height: 38px;
width: 38px;
position: absolute;
bottom: 0;
right: 0;
background-color: #3685cf;
display: block;
color: #fff;
font-size: 12px;
z-index: 101;
text-align: center;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
visibility: hidden;
}
.wdk-element .wdk-map .map-box-icon:before {
content: "\f064";
font-family: "FontAwesome";
position: relative;
top: 7px;
display: block;
}
.wdk-element .wdk-map .map-box-image:hover .map-box-icon {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.wdk-element .wdk-map .map-box-image {
position: relative;
overflow: hidden;
display: block;
}
.wdk-element .wdk-map .infoBox .star-rating {
font-size: 16px;
margin-top: 1px;
}
.wdk-element .wdk-map .infoBox .star-rating span {
margin-right: 3px;
}
.wdk-element .wdk-map .infoBox .rating-counter {
position: relative;
top: -1px;
}
.wdk-element .wdk-map .infoBox:after {
content: "";
position: absolute;
bottom: -5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #fff;
}
.wdk-element .wdk-map .wdk-listing-card {
border: 0;
overflow: hidden;
}
.wdk-element .wdk-map .leaflet-container .leaflet-marker-pane .wdk_marker-container-image img {
max-width: 100% !important;
max-height: 100% !important;
}
.wdk-element .wdk-map .leaflet-container .leaflet-marker-pane .wdk_marker-container-image.clicked .wdk_marker-card,
.wdk-element .wdk-map .leaflet-container .leaflet-marker-pane .wdk_marker-container-image:hover .wdk_marker-card {
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.wdk-element .wdk-map .google_marker span {
position: absolute;
z-index: 2;
width: 29px;
height: 29px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
background: white;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #18ad50;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-line-pack: center;
-webkit-align-content: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center;
}
.wdk-element .wdk-map .google_marker span i {
line-height: 1;
font-size: 16px;
margin-left: 0;
}
.wdk-element .wdk-map .leaflet-container .leaflet-marker-pane .google_marker img {
position: absolute;
z-index: 2;
max-width: 20px !important;
max-height: 20px !important;
max-width: 20px;
max-height: 22px;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
top: 50%;
max-width: 18px;
}
.wdk-element .wdk-map .gm-style .google_marker img {
max-width: 18px;
}
.wdk-element .wdk-map .leaflet-popup-content-wrapper .leaflet-popup-content,
.wdk-element .wdk-map .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
margin: 0;
margin-bottom: 0;
}
.wdk-element .wdk-map .leaflet-popup-content-wrapper .leaflet-popup-content,
.wdk-element .wdk-map .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
position: relative;
}
.wdk-element .wdk-map .leaflet-popup-content-wrapper .infoBox-close,
.wdk-element .wdk-map .popupCustom .leaflet-popup-content-wrapper .infoBox-close {
display: none;
}
.wdk-element .wdk-map .infobox:after {
content: "";
position: absolute;
bottom: -17px;
left: 50%;
width: 20px;
height: 20px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #fff;
background: #fff;
-webkit--transform: rotate(45deg) translateX(-50%);
-webkit-transform: rotate(45deg) translateX(-50%);
-ms-transform: rotate(45deg) translateX(-50%);
transform: rotate(45deg) translateX(-50%);
border: 1px solid #e0e1e5;
border-width: 0 1px 1px 0;
margin-left: -4px;
}
.wdk-element .wdk-map .leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 8px;
right: 8px;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
line-height: 29px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 29px;
width: 29px;
padding: 0;
background-color: #fff;
color: #333;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-text-stroke: 1px #fff;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
font-size: 0;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: 15;
}
.wdk-element .wdk-map a.leaflet-popup-close-button::after {
content: "\f00d";
font-size: 15px;
}
.wdk-element .wdk-map .leaflet-container a.leaflet-popup-close-button:hover {
color: #fff;
background-color: #66676b;
}
.wdk-element .wdk-map .leaflet-container:hover a.leaflet-popup-close-button {
opacity: 1;
}
.wdk-element .wdk-map .popupcustom-default .leaflet-popup-content-wrapper .leaflet-popup-content {
min-width: 150px;
background: #fff;
text-align: center;
padding: 25px 18px 15px 18px;
margin: 0;
}
.wdk-element .wdk-map .widget-property-map .popupcustom-default .leaflet-popup-content-wrapper .leaflet-popup-content {
padding: 0;
}
.wdk-element .wdk-map .widget-property-map .leaflet-container .popupcustom-default .map-box {
border-bottom: 0;
}
.wdk-element .wdk-map .leaflet-container .popupcustom-default a.leaflet-popup-close-button {
position: absolute;
top: 8px;
right: 8px;
}
.wdk-element .wdk-map .leaflet-top,
.wdk-element .wdk-map .leaflet-bottom,
.wdk-element .wdk-map .leaflet-pane {
z-index: 1 !important;
}
.wdk-element .wdk-map .leaflet-top,
.wdk-element .wdk-map .leaflet-bottom {
z-index: 10;
}
.wdk-element .wdk-map .infobox {
width: 250px;
height: auto;
box-shadow: none;
background: transparent;
border: 0;
}
.wdk-element .wdk-map .infobox.wdk-infobox-basic {
background: #fff;
padding: 10px 10px;
}
.wdk-element .wdk-map .infobox.wdk-infobox-basic .title {
margin: 0;
}
.wdk-element .wdk-map.infobox-basic .leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: -12px;
right: -12px;
}
.wdk-element .wdk-map .leaflet-popup-content-wrapper, .wdk-element .wdk-map .leaflet-popup-tip {
box-shadow: none;
background: transparent;
border: 0;
}
.wdk-element .wdk-map .map-box .listing-img-container img {
width: 100%;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
position: relative;
height: calc(100% - 84px);
-o-object-fit: cover;
object-fit: cover;
-webkit-box-shadow: none;
box-shadow: none;
}
.wdk-element .wdk-map .map-box .rate-info > span {
color: #fff;
text-transform: uppercase;
font-size: 12px;
background: rgba(145, 147, 152, 0.7);
-webkit-border-radius: 50px;
border-radius: 50px;
padding: 5px 13px;
float: right;
margin-top: 2px;
background: #a357de;
z-index: 5;
}
.wdk-element .wdk-map .rate-info:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.02), rgba(44, 44, 47, 0.75));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), to(rgba(44, 44, 47, 0.75)));
background-image: linear-gradient(rgba(255, 255, 255, 0.02), rgba(44, 44, 47, 0.75));
z-index: 0;
}
.wdk-element .wdk-map a {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.wdk-element .wdk-map .leaflet-top {
top: 50%;
margin-top: -37px;
}
.wdk-element .wdk-map .leaflet-touch .leaflet-bar {
border: 0;
background-clip: padding-box;
}
.wdk-element .wdk-map .leaflet-touch .leaflet-bar a {
background-color: #fff;
color: #333;
cursor: pointer;
border-radius: 50% !important;
margin: 5px 15px;
-webkit-transition: color 0.3s, background-color 0.3s;
-o-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2) !important;
text-align: center;
font-size: 15px;
height: 34px;
width: 34px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.wdk-element .wdk-map .leaflet-touch .leaflet-bar a:hover {
background-color: #66676b;
color: #fff;
}
.wdk-element .wdk-map .wdk-infobox {
padding: 15px 20px;
width: 180px;
}
.wdk-element .wdk-map .wdk-infobox .wdk-infobox_title {
font-size: 16px;
margin: 0;
padding-bottom: 10px;
}
.wdk-element .wdk-map .wdk-infobox .wdk-infobox_text {
font-size: 12px;
margin: 0;
}
.wdk-element .wdk-map .gmnoprint img {
max-width: initial;
}
.wdk-element .wdk-map .marker-cluster {
background: transparent !important;
}
.wdk-element .wdk-map .marker-cluster div {
background: #0074e4;
color: #fff;
}
.wdk-element .wdk-map .marker-cluster div::before {
border: 7px solid #0074e4;
opacity: 0.25;
-webkit-box-shadow: inset 0 0 0 4px #0074e4;
box-shadow: inset 0 0 0 4px #0074e4;
content: '';
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-animation: cluster-animation 2.5s infinite;
animation: cluster-animation 2.5s infinite;
}
.wdk-element .wdk-map .wdk-listing-card .wdk-subtitle-part span {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.wdk-element .wdk-map .leaflet-container a.leaflet-popup-close-button {
top: 6px;
}
@media (max-width: 767px) {
.wdk-element .wdk-map .infobox {
width: 320px !important;
}
.wdk-element .wdk-map .infobox .wdk-listing-card {
display: grid;
grid-auto-rows: minmax(0px, auto);
}
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail {
grid-column: 1;
grid-row: 10 / 1;
width: 120px;
}
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail .wdk-image {
height: 100% !important;
}
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail .wdk-over-image-bottom {
padding: 7px 10px 5px;
}
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail .wdk-over-image-top {
margin: 5px 5px;
}
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail .wdk-compare-listing-button-actions,
.wdk-element .wdk-map .infobox .wdk-listing-card .wdk-thumbnail .wdk-favorites-actions .fa {
font-size: 17px;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(2) {
grid-column: 2;
grid-row: 1 / 1;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(3) {
grid-column: 2;
grid-row: 2 / 2;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(4) {
grid-column: 2;
grid-row: 3 / 3;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(5) {
grid-column: 2;
grid-row: 4 / 4;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(6) {
grid-column: 2;
grid-row: 5 / 5;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(7) {
grid-column: 2;
grid-row: 6 / 6;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(8) {
grid-column: 2;
grid-row: 7 / 7;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(9) {
grid-column: 2;
grid-row: 8 / 8;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(10) {
grid-column: 2;
grid-row: 9 / 9;
}
.wdk-element .wdk-map .infobox .wdk-listing-card > div:nth-child(11) {
grid-column: 2;
grid-row: 10 / 10;
}
.wdk-element .wdk-map .infobox .map_infowindow .loading_content {
height: 134px;
overflow: hidden;
}
}
.wdk-element .wdk-map .route_suggestion {
display: flex;
margin-top: 25px;
}
.wdk-element .wdk-map .route_suggestion input {
height: 45px;
padding: 0 25px;
width: 100%;
font-size: 15px;
font-family: "Montserrat";
font-weight: 300;
border: 1px solid #eaeaea;
border-radius: 3px;
background: #fff;
box-shadow: none;
outline: none;
}
.wdk-element .wdk-map .route_suggestion .wdk-btn {
color: #fff;
font-family: "Montserrat";
font-weight: 400;
background-color: #0074e4;
height: auto;
border: none;
border-radius: 3px;
width: 100%;
padding: 13px 20px;
font-size: 16px;
cursor: pointer;
transition: all .15s;
}
.wdk-element .wdk-map .route_suggestion .wdk-btn:hover {
background: #0052a2;
color: #fff;
}
.wdk-element .wdk-map .wdk_map_results .leaflet-top {
transform: translateY(-54px);
}
.wdk-element .wdk-map .custom-draw-button {
background-color: #fff;
color: #333;
cursor: pointer;
border-radius: 5px;
padding: 5px 15px;
min-height: 35px;
-webkit-transition: color 0.3s, background-color 0.3s;
-o-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2) !important;
text-align: center;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
margin: 10px;
}
.wdk-element .wdk-map .custom-draw-button:hover {
background-color: #66676b;
color: #fff;
}
.wdk-element .wdk-map .wdk_map_results .leaflet-top.leaflet-right {
transform: translateY(0);
top: initial;
margin-top: initial;
display: flex;
justify-content: center;
align-items: center;
}
.wdk-element .wdk-map .wdk_map_results .leaflet-top.leaflet-right .leaflet-control-custom {
margin: 10px;
}
.wdk-element .wdk-map .wdk_map_results .leaflet-top.leaflet-right .leaflet-control-custom a {
margin: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
body .wdk-element .wdk-map .wdk_marker-card::before,
body .wdk-element .wdk-map .wdk_marker-card::after {
-webkit-transform: perspective(0) rotateX(0deg) rotateZ(-44deg);
transform: perspective(0) rotateX(0deg) rotateZ(-44deg);
}
body .wdk-element .wdk-map .wdk_marker-card::after {
top: 10px;
}
body .wdk-element .wdk-map .wdk_marker-card::before {
top: 8px;
}
}
}
@-webkit-keyframes cluster-animation {
0%,
100% {
-webkit-transform: scale(1.1) rotate(0deg);
transform: scale(1.1) rotate(0deg);
}
50% {
-webkit-transform: scale(1.35) rotate(90deg);
transform: scale(1.35) rotate(90deg);
}
}
@keyframes cluster-animation {
0%,
100% {
-webkit-transform: scale(1.1) rotate(0deg);
transform: scale(1.1) rotate(0deg);
}
50% {
-webkit-transform: scale(1.35) rotate(90deg);
transform: scale(1.35) rotate(90deg);
}
}.wdk-element .wdk-listing-agent {
display: flex;
}
.wdk-element .wdk-listing-agent .agent-thumbnail {
flex: 0 0 90px;
min-width: 90px;
width: 90px;
}
.wdk-element .wdk-listing-agent .agent-thumbnail img {
max-width: 100%;
display: block;
}
.wdk-element .wdk-listing-agent .agent-cont {
flex: 1 2 auto;
padding: 0 0 0 10px;
}
.wdk-element .wdk-listing-agent .agent-cont > *,
.wdk-element .wdk-listing-agent .agent-cont {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wdk-element .wdk-listing-agent .agent-cont .meta-item:hover a,
.wdk-element .wdk-listing-agent .agent-cont .meta-item a,
.wdk-element .wdk-listing-agent .agent-cont .title:hover a,
.wdk-element .wdk-listing-agent .agent-cont .title a {
color: inherit;
}
.wdk-element .wdk-listing-agent .agent-cont .title {
color: #161616;
font-size: 16px;
font-weight: 600;
margin: 0;
padding-bottom: 15px;
}
.wdk-element .wdk-listing-agent .agent-cont .meta-item {
font-family: "Montserrat";
color: #161616;
font-size: 13px;
font-weight: 400;
margin: 0;
padding-bottom: 5px;
word-break: break-all;
}
.wdk-element .wdk-listing-agent .agent-cont .title.link:hover,
.wdk-element .wdk-listing-agent .agent-cont .meta-item:hover {
color: #0074E4;
}
.wdk-element .wdk-listing-agent .agent-cont .meta-item i {
margin-right: 7px;
font: normal normal normal 14px/1 FontAwesome;
}
.wdk-element .wdk-listing-agent .agent-cont .meta-item i.far {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.wdk-element .wdk-listing-agent.vertical {
flex-direction: column;
}
.wdk-element .wdk-listing-agent.vertical .agent-thumbnail img {
display: block;
}
.wdk-element .wdk-listing-agent.vertical .agent-cont {
text-align: center;
}
.wdk-element .wdk-listing-agent.vertical .agent-thumbnail {
flex: 0 0 100% !important;
min-width: 100% !important;
width: 100% !important;
text-align: center;
}
.wdk-element .wdk-listing-agent.vertical .agent-thumbnail a {
display: inline-block;
}
.wdk-element .wdk-listing-agent.vertical .agent-cont {
flex: 0 0 100% !important;
min-width: 100% !important;
width: 100% !important;
}
.wdk-element-listing-agent .wdk-row {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
margin-bottom: -15px;
}
.wdk-element-listing-agent .wdk-row .wdk-col {
margin-bottom: 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 calc(100% / 1);
-ms-flex: 0 0 calc(100% / 1);
flex: 0 0 calc(100% / 1);
flex: 0 0 calc(100% / 1);
padding: 0 15px;
}
.wdk-element-listing-agent .wdk-row .wdk-col.wdk-col-full {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.wdk-element-listing-agent .wdk-row .wdk-col.wdk-col-full-always {
-webkit-flex: 0 0 100% !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
flex: 0 0 100% !important;
width: 100% !important;
}