#estatebud-map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
}

#estatebud-map-container .estatebud-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.estatebud-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
	z-index: 100;
}

.estatebud-map-autocomplete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.estatebud-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-height: 100%;
}

.estatebud-sidebar-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.estatebud-sidebar-content .estatebud-title-container { box-sizing: border-box; margin: 20px 0 5px 0; padding: 0 10px 0 10px; }
.estatebud-sidebar-content .estatebud-title-container .estatebud-title-container-inner { max-width: 100%; margin: 0; }
.estatebud-sidebar-content .estatebud-title-container .estatebud-title h1 { line-height: 36px; }
.estatebud-sidebar-content .estatebud-title-container .estatebud-sort .estatebud-icon { margin-right: 10px; vertical-align: baseline; }
.estatebud-sidebar-content .estatebud-row { max-height: -moz-calc(100% - 78px); max-height: -webkit-calc(100% - 78px); max-height: -o-calc(100% - 78px); max-height: calc(100% - 78px); }

.estatebud-map-filter.estatebud-filter-form .estatebud-filter-container { padding-top: 0; }

#estatebud-infowindow {
    position: absolute;
    top: 60px;
    left: 10px;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 0;
}

.estatebud-listing-map-container #estatebud-infowindow {
    top: 10px;
}

#estatebud-infowindow .estatebud-loader { float: left; width: 300px; height: 362px; text-align: center; color: #a8a8a8; font-size: 40px; }
#estatebud-infowindow .estatebud-loader i { margin-top: 160px; -webkit-animation: loading-spin 1s infinite; animation: loading-spin 1s infinite; }
@keyframes loading-spin {
  0% { -webkit-transform: rotate(0); transform: rotate(0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes loading-spin {
    0% {-webkit-transform: rotate(0); transform: rotate(0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.estatebud-infowindow-width {
    width: 300px;
}

#estatebud-infowindow .slick-list, #estatebud-infowindow .slick-track, #estatebud-infowindow .slick-slide h3 {
    height: 100%;
}

.estatebud-infowindow-close {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 100;
    background: #ff6c6c;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	transition: background 0.2s ease-in-out;
}

.estatebud-infowindow-close:hover {
    background: #EE6464;
    cursor: pointer;
}

.estatebud-infowindow-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f4f4f4;
    color: #333333;
    border-top: 1px solid #d5d5d5;
    -webkit-box-shadow: inset 0px 4px 3px -5px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0px 4px 3px -5px rgba(0, 0, 0, 0.5);
}

.estatebud-infowindow-footer div {
    padding: 10px;
}

.estatebud-infowindow-footer div i {
    display: block;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #D4D4D4;
    color: #989898;
    border-radius: 4px;
    cursor: pointer;
}

.estatebud-infowindow-footer .estatebud-infowindow-count {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-none .estatebud-map {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-left .estatebud-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-right .estatebud-map {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-none .estatebud-sidebar {
    display: none;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-left .estatebud-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

#estatebud-map-container .estatebud-row.estatebud-sidebar-right .estatebud-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

@media (max-width: 1500px) {
	#estatebud-map-container {
        height: auto;
        width: 100%;
    }
	#estatebud-map-container .estatebud-map {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
        min-height: 100vh;
		height: 75vh;
    }
    #estatebud-map-container .estatebud-sidebar {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    #estatebud-map-container .estatebud-map-autocomplete {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #estatebud-map-container .estatebud-map-autocomplete .estatebud-autofilter {
        margin-left: 0 !important;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    #estatebud-map-container .estatebud-shortcode-filters {
        background: #f3f3f5;
    }
    #estatebud-map-container .estatebud-map-filter {
        padding: 10px !important;
    }
    #estatebud-map-container .estatebud-map-filter .estatebud-filter-reset {
        margin-left: 0;
        font-size: 14px;
        display: block;
        line-height: 14px;
    }
    .estatebud_checkbox_text {
        font-size: 13px;
    }
	
    #estatebud-map-container {
        height: 100vh;
        width: 100%;
    }
    #estatebud-map-container .estatebud-map-autocomplete {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #estatebud-map-container .estatebud-map-autocomplete .estatebud-autofilter {
        margin-left: 0 !important;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    #estatebud-map-container .estatebud-shortcode-filters {
        background: #f3f3f5;
    }
    #estatebud-map-container .estatebud-map-filter {
        padding: 10px !important;
    }
    #estatebud-map-container .estatebud-map-filter .estatebud-filter-reset {
        margin-left: 0;
        font-size: 14px;
        display: block;
        line-height: 14px;
    }
    .estatebud_checkbox_text {
        font-size: 13px;
    }
}

.estatebud-google-map-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#estatebud-google-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.estatebud-shortcode-filters {
    position: absolute;
    z-index: 500;
    top: 61px;
    left: 10px;
    right: 10px;
	max-width: 1200px;
    overflow: visible;
    background: white;
    opacity: 0;
    pointer-events: none;
    display: none;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    height: auto;
    background: #F3F3F4;
}

.estatebud-shortcode-filters .estatebud-row:not(:first-child) {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    box-sizing: border-box;
    padding-left: 10px;
    height: 44px;
}

.estatebud-show {
    opacity: 1;
    pointer-events: all;
    display: block;
}

#estatebud-location-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 2px;
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    width: 300px;
    overflow: hidden;
    color: black;
    border: 0;
    padding: 8px;
    line-height: 100%;
}

.estatebud-filter-button {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(0, 0, 0) !important;
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255) !important;
    padding: 0px 17px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 36px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: capitalize;
    transition: background 0.2s ease-in-out;
    border: none !important;
    cursor: pointer;
}

.estatebud-filter-button:active,
.estatebud-filter-button:focus,
.estatebud-filter-button:hover {
    color: #000 !important;
    background-color: #ddd !important;
    border-color: #565665 !important;
}

.estatebud-filter-button i {
    margin-right: 10px;
    display: none;
}


/** Infowindow **/

.estatebud-map-marker {
    position: relative;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}

.estatebud-map-marker a { text-decoration: none; }
.estatebud-map-marker .estatebud-property { opacity: 1 !important; }
.estatebud-map-marker .estatebud-listing .estatebud-property .estatebud-property-tags { top: 6px; left: 6px; right: auto; }

/**
 *
 *  Listing
 *
 **/

.estatebud-sidebar-content {
    margin: 0 auto;
    background: #f3f3f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.estatebud-sidebar-content .listing-visible {
    display: none;
}

.estatebud-sidebar-content.estatebud-sidebar-list .listing-visible {
    display: inline-block;
}

.estatebud-sidebar-content nav {
	float: left;
    width: 100%;
    background: white;
    padding: 15px;
    margin: 5px 5px;
    text-align: center;
    display: flex;
}

.estatebud-sidebar-content .estatebud-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
}

.estatebud-sidebar-content .estatebud-row .estatebud-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
}

.estatebud-sidebar-content .estatebud-row .estatebud-column a { text-decoration: none; }

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-row {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-row .estatebud-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-row .estatebud-column a { text-decoration: none; }

@media screen and (max-width: 1080px) {
    .estatebud-sidebar-content:not(.estatebud-sidebar-list) .estatebud-row .estatebud-column {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 620px) {
    .estatebud-sidebar-content:not(.estatebud-sidebar-list) .estatebud-row .estatebud-column {
        width: 100%;
        max-width: 100%;
    }
}

.estatebud-sidebar-content .estatebud-row .estatebud-column > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.estatebud-sidebar-content .estatebud-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-block-image {
    float: left;
    width: 100%;
    height: 200px;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property .estatebud-property-block-image {
    width: 40%;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-block-image .estatebud-property-image {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-block-image .estatebud-property-image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 100%;
	width: 100%;
}

.estatebud-sidebar-content a:hover .estatebud-property .estatebud-property-block-image .estatebud-property-image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.estatebud-sidebar-content .estatebud-property-block-info {
    float: left;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-height: 200px;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property-block-info {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
}

@media screen and (max-width: 720px) {
    .estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property-block-info {
        width: 100%;
    }
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-title {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
	max-height: 52px;
	overflow: hidden;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-location {
    float: left;
    width: 100%;
    margin-top: 4px;
    color: #787878;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property-location {
    margin-top: 0;
    line-height: 26px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-price-info {
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-start;
    padding-bottom: 18px;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property .estatebud-property-price-info {
    margin-top: 0;
    justify-content: flex-start;
    padding-bottom: 18px;
}

.estatebud-sidebar-content .estatebud-property-price-info div {
    display: inline-block;
}

.estatebud-sidebar-content .estatebud-property-price-info strike {
    margin-left: 6px;
}

.estatebud-sidebar-content .estatebud-property-price-info small {
    margin-left: 6px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-footer {
    border-top: 1px solid #F3F3F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
	justify-content: space-between;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-footer .estatebud-property-attrs {
    display: inline;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-footer .estatebud-property-attrs .estatebud-property-attr {
    float: left;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px !important;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-footer .estatebud-property-price.estatebud-price-plus {
    width: 44px;
    height: 44px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 44px;
    background: #e0e0e0;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.estatebud-sidebar-content a:hover .estatebud-property .estatebud-property-footer .estatebud-property-price.estatebud-price-plus {
    background: #d1d1d1;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-tag {
    display: inline-block;
    border-radius: 1px;
    padding: 6px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-tag-reduced {
    background: crimson;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-tag-title-deed {
    background: #7acb32;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-tag-sea-front {
    background: #31b5e8;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-tag-sea-view {
    background: #e6ab35;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property .estatebud-property-attr {
    font-weight: 500;
}

.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property .estatebud-property-attr span {
    font-weight: 400;
    display: none;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-attr i {
    margin-right: 3px;
    color: #909090;
    font-size: 14px;
    min-width: 18px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-price-info .property-price {
    margin-right: 6px;
    font-size: 20px;
    line-height: 20px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-price-info .estatebud-property-rent-month {
    font-size: 12px;
    line-height: 12px;
    word-wrap: normal;
    margin-right: 6px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-price-info small {
    font-size: 12px;
    line-height: 12px;
    margin-right: 6px;
}

.estatebud-sidebar-content .estatebud-property .estatebud-property-price-info strike {
    font-size: 15px;
    line-height: 15px;
    color: #a8a8a8;
    text-decoration: line-through;
    font-weight: 400;
}


/***
 * Filter Form
 ***/

.estatebud-map-filter {
    padding: 40px;
}

.estatebud-map-filter .estatebud-buttons .estatebud-align-left {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
}

.estatebud-map-filter .estatebud-buttons .estatebud-align-left i {
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    vertical-align: baseline;
    height: 23px;
}

.estatebud-map-filter .estatebud-row {
    width: 100%;
    margin-bottom: 15px;
}

.estatebud-map-filter .estatebud-row.estatebud-buttons {
    margin-bottom: 25px;
}

.estatebud-map-filter .estatebud-row.estatebud-buttons .estatebud-filter-reset {
    font-weight: 500;
    text-transform: uppercase;
}

.estatebud-map-filter .estatebud-row .estatebud-column-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.estatebud-map-filter .estatebud-row .estatebud-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}

.estatebud-map-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
}

.estatebud-map-filter .estatebud-row .estatebud-column .estatebud-column-header {
    font-weight: 500;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 10px;
}

.estatebud-map-filter .estatebud-row .estatebud-column .estatebud-column-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.estatebud-map-filter .estatebud-row .estatebud-column .estatebud-column-field-flex { display: inline-block; }

.estatebud-map-filter #estatebud_filter_form_button {
    color: white;
}

.estatebud-map-filter .estatebud-row .estatebud-column input {
    width: 100%;
    padding: 0 5px 0 5px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    height: 37px !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.estatebud-map-filter .estatebud-column-field-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
}

.estatebud-map-filter .estatebud-column-field-flex input {
    margin-right: 15px;
}
.estatebud-map-filter .estatebud-column-field-flex input:last-child {
    margin-right: 0;
}

.estatebud-map-filter .estatebud-column-field-flex input.estatebud-column-input-half {
    float: left;
    width: -moz-calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    width: -o-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
}

.estatebud-map-filter .estatebud-row.estatebud-row-checkboxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
            flex: 1 0 100% !important;
    font-size: 13px;
}

.estatebud-row.estatebud-row-checkboxes .estatebud-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 15px;
}


/* The switch - the box around the slider */

.estatebud_switch_control {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.estatebud_switch_control input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.estatebud_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.estatebud_switch_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .estatebud_switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.estatebud-autofilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
}

.estatebud-autofilter .estatebud_switch_control {
    margin-right: 15px;
}

.estatebud-marker-label {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: white;
    border: 2px solid black;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    overflow: hidden;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    box-sizing: content-box;
    line-height: 15px;
}

.estatebud-marker-label-00822e { border-color: #00822e; color: #00822e; }
.estatebud-marker-label-bf52a0 { border-color: #bf52a0; color: #bf52a0; }
.estatebud-marker-label-28a5a5 { border-color: #28a5a5; color: #28a5a5; }
.estatebud-marker-label-d83205 { border-color: #d83205; color: #d83205; }
.estatebud-marker-label-394675 { border-color: #394675; color: #394675; }

@media screen and (max-width: 767px) {
    .estatebud-shortcode-filters .estatebud-row:not(:first-child) {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0;
    }
}

.estatebud-map-filter .estatebud-item { display: inline; float: left; width: -moz-calc(25% - 7.5px); width: -webkit-calc(25% - 7.5px); width: -o-calc(25% - 7.5px); width: calc(25% - 7.5px); margin: 0 10px 10px 0; }
.estatebud-map-filter .estatebud-item:nth-child(4n) { margin-right: 0; }
.estatebud-map-filter .estatebud-item-checkboxes { width: 100%; margin: 20px 0 0 0; }
.estatebud-map-filter .estatebud-item-checkboxes .estatebud-item { width: -moz-calc(20% - 8px); width: -webkit-calc(20% - 8px); width: -o-calc(20% - 8px); width: calc(20% - 8px); }
.estatebud-map-filter .estatebud-item-checkboxes .estatebud-item:nth-child(4n) { margin-right: 10px; }
.estatebud-map-filter .estatebud-item-checkboxes .estatebud-item:nth-child(5n) { margin-right: 0; }
.estatebud-map-filter .estatebud-item .estatebud-item-header { display: inline; float: left; width: 100%; margin-bottom: 5px; font-size: 14px; font-weight: 600; }
.estatebud-map-filter .estatebud-item .estatebud-item-field { display: inline; float: left; width: 100%; }
.estatebud-map-filter .estatebud-item .estatebud-item-field-half { display: inline; float: left; width: -moz-calc(50% - 5px); width: -webkit-calc(50% - 5px); width: -o-calc(50% - 5px); width: calc(50% - 5px); margin-right: 10px; }
.estatebud-map-filter .estatebud-item .estatebud-item-field-half:last-child { margin-right: 0; }
.estatebud-map-filter .estatebud-item input { float: left; width: 100%; height: 37px; border: 2px solid #FFFFFF; padding: 0 6px 0 6px; font-size: 16px; font-weight: 300; }

@media (max-width: 1500px) {
	#estatebud-map-container { height: 100% !important; }
	#estatebud-map-container .estatebud-map { min-height: 100vh; }
	.estatebud-map-filter .estatebud-item { width: -moz-calc(50% - 5px); width: -webkit-calc(50% - 5px); width: -o-calc(50% - 5px); width: calc(50% - 5px); }
	.estatebud-map-filter .estatebud-item:nth-child(2n) { margin-right: 0; }
	.estatebud-map-filter .estatebud-item-checkboxes { width: 100%; }
	.estatebud-map-filter .estatebud-item-checkboxes .estatebud-item { width: -moz-calc(50% - 5px); width: -webkit-calc(50% - 5px); width: -o-calc(50% - 5px); width: calc(50% - 5px); }
	.estatebud-map-filter .estatebud-item-checkboxes .estatebud-item:nth-child(2n) { margin-right: 0; }
}

@media (max-width: 550px) {
	.estatebud-map-filter .estatebud-item { width: 100%; margin-right: 0; }
	#estatebud-map-container .estatebud-map { min-height: 300px; }
}

@media (max-width: 500px) {
	.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property { flex-wrap: wrap; }
	.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property-block-info,
	.estatebud-sidebar-content.estatebud-sidebar-list .estatebud-property .estatebud-property-block-image { width: 100%; }
	.estatebud-sidebar-list .estatebud-property .estatebud-property-tags { width: 100%; padding-right: 7px; }
}
