.post-type-archive-property main .wgl-container {
    width: 100%
}

.post-type-archive-property main .wgl-properties_container .wgl-container {
    width: 1170px
}

.wgl-properties_list.list-toggle .item,
.wgl-properties_map.list-toggle .item {
    margin-bottom: 50px
}

.wgl-properties_list.list-toggle .item .item__wrapper,
.wgl-properties_map.list-toggle .item .item__wrapper {
    align-items: center;
    display: flex;
    gap: 50px
}

.wgl-properties_list.list-toggle .item .item__wrapper .item_image,
.wgl-properties_map.list-toggle .item .item__wrapper .item_image {
    max-width: 370px
}

.wgl-properties_list.list-toggle .item .item__wrapper .item_content,
.wgl-properties_map.list-toggle .item .item__wrapper .item_content {
    flex: 1
}

.wgl-properties_list.list-toggle .item .item__wrapper .item_content .property_meta_info,
.wgl-properties_map.list-toggle .item .item__wrapper .item_content .property_meta_info {
    margin-bottom: 0
}

.wgl-properties_list.list-toggle .item .item__wrapper .property_address,
.wgl-properties_map.list-toggle .item .item__wrapper .property_address {
    padding-top: 0
}

.wgl-properties_list .item_image,
.wgl-properties_map .item_image {
    position: relative
}

.wgl-properties_list .item_image .swiper-wrapper:before,
.wgl-properties_list .item_image.format-image:before,
.wgl-properties_map .item_image .swiper-wrapper:before,
.wgl-properties_map .item_image.format-image:before {
    background: linear-gradient(180deg, rgba(var(--quere-primary-rgb), 0) 25%, rgba(var(--quere-primary-rgb), .5) 100%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    z-index: 1
}

.wgl-properties_list .item_image .image,
.wgl-properties_map .item_image .image {
    transition: all .45s
}

.wgl-properties_list .has_featured_image .property_status,
.wgl-properties_map .has_featured_image .property_status {
    left: 20px;
    position: absolute;
    top: 20px;
    transition: .45s;
    z-index: 1
}

.wgl-properties_list .has_featured_image .property_favorite,
.wgl-properties_map .has_featured_image .property_favorite {
    bottom: 20px;
    position: absolute;
    right: 20px;
    transition: .45s;
    z-index: 1
}

.wgl-properties_list .property_favorite button,
.wgl-properties_map .property_favorite button {
    background: #fff;
    border: 0;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
    min-height: auto;
    padding: 0;
    width: 36px
}

.wgl-properties_list .property_favorite button.liked,
.wgl-properties_list .property_favorite button:hover,
.wgl-properties_map .property_favorite button.liked,
.wgl-properties_map .property_favorite button:hover {
    background: var(--quere-primary-color)
}

.wgl-properties_list .property_favorite button.liked i,
.wgl-properties_list .property_favorite button:hover i,
.wgl-properties_map .property_favorite button.liked i,
.wgl-properties_map .property_favorite button:hover i {
    fill: #fff;
    color: #fff
}

.wgl-properties_list .property_favorite button i,
.wgl-properties_map .property_favorite button i {
    align-items: center;
    color: var(--quere-primary-color, #232323);
    display: flex;
    justify-content: center;
    transition: all .45s;
    fill: var(--quere-primary-color, #232323)
}

.wgl-properties_list .property_status,
.wgl-properties_map .property_status {
    line-height: 1
}

.wgl-properties_list .property_status a,
.wgl-properties_map .property_status a {
    background: #fff;
    color: var(--quere-button-color-idle);
    display: inline-block;
    font-family: var(--quere-header-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--quere-header-font-weight);
    line-height: 30px;
    margin-right: 10px;
    min-width: 75px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase
}

.wgl-properties_list .property_status a:last-child,
.wgl-properties_map .property_status a:last-child {
    margin-right: 0
}

.wgl-properties_list .property_status a:hover,
.wgl-properties_map .property_status a:hover {
    background: var(--quere-button-bg-hover);
    color: var(--quere-button-color-hover)
}

.wgl-properties_list .property_address,
.wgl-properties_map .property_address {
    color: #3c3c3b;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 29px
}

.wgl-properties_list .property_title,
.wgl-properties_map .property_title {
    display: block;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 7px;
    word-wrap: break-word;
    clear: both;
    line-height: 1.333em
}

.wgl-properties_list .property_title>a,
.wgl-properties_map .property_title>a {
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-transform: inherit;
    text-underline-offset: .1em
}

.wgl-properties_list .property_title>a:hover,
.wgl-properties_map .property_title>a:hover {
    text-decoration-color: currentColor
}

.wgl-properties_list .property_content,
.wgl-properties_map .property_content {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 21px;
    margin-top: 8px
}

.wgl-properties_list .property_meta_info,
.wgl-properties_map .property_meta_info {
    border-top: 1px solid var(--quere-primary-color);
    color: var(--quere-header-font-color);
    display: flex;
    flex-wrap: wrap;
    font-family: var(--quere-content-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    line-height: 30px;
    margin-bottom: 13px;
    padding-top: 18px
}

.wgl-properties_list .property_meta_info .meta-data,
.wgl-properties_map .property_meta_info .meta-data {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 15px;
    line-height: inherit;
    transition: .45s
}

.wgl-properties_list .property_meta_info .meta-data+.meta-data,
.wgl-properties_map .property_meta_info .meta-data+.meta-data {
    margin-left: auto
}

.wgl-properties_list .property_meta_info .meta-data i,
.wgl-properties_map .property_meta_info .meta-data i {
    align-items: center;
    display: flex;
    font-size: 21px;
    margin-right: 8px
}

.wgl-properties_list .property_meta_info .meta-data>div,
.wgl-properties_map .property_meta_info .meta-data>div {
    align-items: center;
    color: inherit;
    display: flex;
    line-height: 30px;
    transition: .45s
}

.wgl-properties_list .property_meta_info .meta-data .area .unit_area,
.wgl-properties_map .property_meta_info .meta-data .area .unit_area {
    margin-left: 4px
}

.wgl-properties_list .property_meta_info .meta-data .property_price,
.wgl-properties_map .property_meta_info .meta-data .property_price {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600
}

.wgl-properties_list .property_meta_info .meta-data .property_price a,
.wgl-properties_map .property_meta_info .meta-data .property_price a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em
}

.wgl-properties_list .property_meta_info .meta-data .property_price a:hover,
.wgl-properties_map .property_meta_info .meta-data .property_price a:hover {
    text-decoration-color: currentColor
}

.wgl-properties_list .item,
.wgl-properties_map .item {
    transition: all .45s
}

.wgl-properties_list .wgl-carousel_wrapper .wgl-navigation_wrapper,
.wgl-properties_map .wgl-carousel_wrapper .wgl-navigation_wrapper {
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 19px;
    margin-left: 8px
}

.wgl-properties_list .wgl-carousel_wrapper .wgl-navigation_wrapper .elementor-swiper-button,
.wgl-properties_list .wgl-carousel_wrapper .wgl-navigation_wrapper .elementor-swiper-button:hover,
.wgl-properties_map .wgl-carousel_wrapper .wgl-navigation_wrapper .elementor-swiper-button,
.wgl-properties_map .wgl-carousel_wrapper .wgl-navigation_wrapper .elementor-swiper-button:hover {
    color: #fff
}

.wgl-properties_list:not(.active),
.wgl-properties_map:not(.active) {
    animation-direction: normal;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-name: content;
    animation-timing-function: ease-in-out;
    display: none
}

.wgl-properties_map .property_meta_info {
    margin-bottom: 0
}

.wgl-properties_list.active,
.wgl-properties_map.active {
    display: block
}

.wgl-properties .wgl-properties_sorting-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 42px
}

.wgl-properties .wgl-properties_sorting-wrapper .property-result-count {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 400
}

.wgl-properties .wgl-properties_sorting-wrapper .property-filter-wrapper {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-left: auto
}

.wgl-properties .wgl-properties_sorting-wrapper .property-filter-wrapper .property-order select {
    border: 0;
    margin: 0;
    padding-right: 20px
}

.wgl-properties .wgl-properties_sorting-wrapper .property-tools {
    display: flex;
    gap: 17px
}

.wgl-properties .wgl-properties_sorting-wrapper .property-tools>span {
    color: #c4c4c4;
    cursor: pointer;
    transition: all .45s
}

.wgl-properties .wgl-properties_sorting-wrapper .property-tools>span.active,
.wgl-properties .wgl-properties_sorting-wrapper .property-tools>span:active,
.wgl-properties .wgl-properties_sorting-wrapper .property-tools>span:hover {
    color: var(--quere-primary-color)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields {
    display: flex;
    --gap-top: 15px;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin: calc(var(--gap-top)*-1)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field {
    padding: var(--gap-top)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt {
    position: relative
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt:after {
    clear: both;
    content: " ";
    display: table
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt:before {
    color: var(--quere-primary-color);
    display: inline-block;
    font-family: Flaticon;
    font-size: 14px;
    font-size: 18px;
    font-weight: 400;
    left: -6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 5px;
    transition: .3s;
    width: 30px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token {
    background-color: var(--quere-primary-color);
    border: 0;
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 6px 3px 8px 0;
    padding: 0 15px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token:first-child {
    margin-left: 25px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token label {
    padding: .25rem .5rem
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token label:not(:last-child) {
    padding-right: .25rem
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token .rbt-token-remove-button {
    background-image: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    color: inherit;
    display: flex;
    font-size: inherit;
    font-weight: 400;
    height: auto;
    justify-content: center;
    line-height: inherit;
    opacity: 1;
    outline: none;
    padding: 0;
    text-shadow: none
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token .rbt-token-remove-button .rbt-close-content {
    font-size: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-token .rbt-token-remove-button .rbt-close-content:before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    width: 14px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-input-multi.rbt-input {
    border: solid var(--quere-button-border-idle) !important;
    border-width: 0 0 1px !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-input-multi.rbt-input input {
    border-color: transparent !important;
    border-width: 0 0 1px !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-input-multi .rbt-input-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-input-hint {
    opacity: 0 !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-selection--multiple,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-selection--single,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt input {
    border-width: 0 0 1px !important;
    margin-bottom: 0 !important;
    outline: none;
    overflow: hidden;
    padding-left: 27px !important;
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-selection--single,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--quere-bg-caret);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 12px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-selection--multiple .select2-selection__rendered li {
    line-height: 1;
    margin: 6px 3px 8px 0 !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .dropdown-item {
    display: block
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-aux {
    position: absolute;
    right: 20px;
    top: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-aux button {
    background: transparent !important;
    border: 0;
    color: var(--quere-button-color-idle);
    height: auto;
    padding: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-aux button .rbt-close-content {
    font-size: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .rbt-aux button .rbt-close-content:before {
    color: var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid var(--quere-button-border-idle) !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__clear,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--single .select2-selection__clear {
    float: right
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple input,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--single input {
    border: 0 !important;
    padding-left: 0 !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection__arrow {
    display: none
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple {
    min-height: 42px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--quere-primary-color);
    border: 0;
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 6px 3px 8px 0;
    padding: 6px 15px;
    position: relative;
    white-space: pre-wrap
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    font-size: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 14px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-search--inline {
    opacity: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-search--inline:only-child {
    opacity: 1;
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-search--inline:only-child input {
    width: 100% !important
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: -8px;
    margin-top: -6px;
    overflow: visible
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default.select2-container {
    margin-bottom: 0;
    min-height: 42px
}

body.logged-in .wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default.select2-container {
    margin-bottom: -32px;
    padding-bottom: 32px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default.select2-container--disabled .select2-selection--multiple,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field .rbt .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter {
    margin-top: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button {
    background: var(--quere-button-bg-idle);
    color: var(--quere-button-color-idle);
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button .active_count {
    background: var(--quere-button-color-hover);
    border: 1px solid var(--quere-button-border-idle);
    border-radius: 50%;
    color: var(--quere-button-color-idle);
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -5px;
    width: 22px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button .active_count:empty {
    display: none
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button:before {
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 3px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button.active,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button:focus,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter button:hover {
    background: var(--quere-button-bg-hover);
    color: var(--quere-button-color-hover)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.advanced_filter {
    width: var(--quere-property-top-columns-button, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.status_option {
    width: var(--quere-property-top-columns-status, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.status_option .rbt:before {
    content: ""
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.type_option {
    width: var(--quere-property-top-columns-type, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.type_option .rbt:before {
    content: ""
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.category_option {
    width: var(--quere-property-top-columns-categories, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.category_option .rbt:before {
    content: ""
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.location_option {
    width: var(--quere-property-top-columns-location, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.location_option .rbt:before {
    content: ""
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.send_button {
    flex: 1;
    min-width: -moz-max-content;
    min-width: max-content
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.send_button button {
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field #category-select,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field #location-select,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field #status-select,
.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field #type-select {
    background-color: #fff;
    border: 1px solid var(--quere-button-border-idle);
    margin-top: 5px !important;
    padding: 10px;
    z-index: 3
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.adv_btn_filter {
    margin-left: 20px;
    margin-right: 11px;
    max-width: 56px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.adv_btn_filter .advanced_btn {
    align-items: center;
    border: 1px solid var(--quere-button-border-idle);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 56px;
    justify-content: center;
    width: 56px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field.adv_btn_filter .advanced_btn:before {
    color: var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    text-align: center
}

.wgl-properties .wgl-properties_search.elementor-search {
    position: relative
}

.wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-advanced {
    background-color: #f9f9f9;
    border-color: #d9d9d9;
    margin-top: 40px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 99
}

.wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-advanced.active-search {
    opacity: 1;
    visibility: visible
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0);
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: all .45s
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced.active {
    background-color: #f9f9f9;
    border-color: #d9d9d9;
    margin-top: 40px;
    opacity: 1
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced>.search_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 34px;
    padding-top: 30px;
    transition: all .45s;
    --gap-bottom: 15px;
    margin: calc(var(--gap-bottom)*-1)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field {
    margin-bottom: 10px;
    padding: 15px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-price {
    width: var(--quere-property-bottom-columns-price, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-area {
    width: var(--quere-property-bottom-columns-area, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-bedrooms {
    width: var(--quere-property-bottom-columns-bedrooms, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-bathroom {
    width: var(--quere-property-bottom-columns-bathroom, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-floor {
    width: var(--quere-property-bottom-columns-floor, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-year {
    width: var(--quere-property-bottom-columns-year, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-categories {
    width: var(--quere-property-bottom-columns-categories, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-type {
    width: var(--quere-property-bottom-columns-type, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-ameneties {
    width: var(--quere-property-bottom-columns-ameneties, 25%)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-reset-btn {
    margin-bottom: -15px;
    margin-top: -12px;
    padding-bottom: 0;
    text-align: right;
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-reset-btn .reset_btn {
    background-color: transparent;
    border: 0;
    color: var(--quere-button-color-idle);
    font-size: 14px;
    font-style: normal;
    height: auto;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field.field-reset-btn .reset_btn:hover {
    text-decoration-color: currentColor
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .title_label {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--quere-header-font-weight);
    line-height: 30px;
    text-transform: uppercase
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=date],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=email],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=number],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=password],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=search],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=tel],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=text],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=time],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced input[type=url],
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced select {
    height: 38px;
    padding: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced textarea {
    padding: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .field-block-floor .double-input,
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .field-block-year .double-input {
    margin-top: 8px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .double-input {
    display: flex;
    gap: 30px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .double-input input {
    margin: 0;
    width: 100%
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label {
    margin: 0
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label>span {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    color: var(--quere-button-color-idle);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    min-height: 36px;
    padding: 3px 14px;
    position: relative;
    transition: all .45s
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label>span:after {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    opacity: 0;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -5px;
    transition: all .3s;
    width: 14px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label input:checked+span,
.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label input:hover+span {
    background: var(--quere-button-bg-hover);
    border-color: var(--quere-button-border-hover);
    color: var(--quere-button-color-hover)
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle>label input:checked+span:after {
    opacity: 1
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle.sm-group>label>span {
    height: 36px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    width: 36px
}

.wgl-properties .wgl-properties_search .wgl-properties_search-advanced .btn-group-toggle.sm-group>label input {
    height: 36px;
    padding: 0;
    width: 36px
}

.wgl-properties .wgl-properties_search:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

@keyframes content {
    0% {
        opacity: 0;
        transform: translateY(5%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1200px) {
    .post-type-archive-property main .wgl-container {
        width: 950px
    }

    .post-type-archive-property main .wgl-container .wgl-container {
        width: 100%
    }

    .wgl-properties_map {
        min-height: 450px
    }
}

@media(max-width:992px) {
    .post-type-archive-property main .wgl-container {
        width: 708px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-fields {
        flex-wrap: wrap
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-fields .item_field {
        width: 100% !important
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-fields .advanced_filter {
        min-width: -moz-max-content;
        min-width: max-content
    }

    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-fields {
        flex-wrap: wrap
    }

    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-fields .item_field:not(.adv_btn_filter):not(.send_button) {
        width: 100% !important
    }

    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-fields .item_field.adv_btn_filter {
        margin-left: 0;
        margin-right: 11px
    }

    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-advanced {
        margin-top: 15px
    }
}

@media(max-width:767px) {
    .post-type-archive-property main .wgl-container {
        width: 560px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced {
        padding-left: 15px;
        padding-right: 15px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced .search_wrapper .item_field {
        margin-bottom: 0;
        padding-bottom: 5px;
        width: 100% !important
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced .double-input {
        gap: 15px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced.active {
        margin-top: 15px
    }

    .wgl-properties .wgl-properties_search .wgl-properties_search-advanced .field-reset-btn {
        margin-top: 0
    }

    .wgl-properties_list.list-toggle .item,
    .wgl-properties_map.list-toggle .item .item__wrapper {
        margin-bottom: 30px
    }

    .wgl-properties_list.list-toggle .item:last-child,
    .wgl-properties_map.list-toggle .item .item__wrapper:last-child {
        margin-bottom: 50px
    }

    .wgl-properties_list.list-toggle .item .item__wrapper,
    .wgl-properties_map.list-toggle .item .item__wrapper .item__wrapper {
        flex-direction: column;
        gap: 15px;
        text-align: center
    }

    .wgl-properties_list.list-toggle .item .item__wrapper .item_image,
    .wgl-properties_map.list-toggle .item .item__wrapper .item__wrapper .item_image {
        max-width: 100%
    }

    .wgl-properties_list.list-toggle .item .item__wrapper .property_address,
    .wgl-properties_map.list-toggle .item .item__wrapper .item__wrapper .property_address {
        margin-bottom: -5px;
        padding-top: 0
    }
}

@media(max-width:600px) {
    .post-type-archive-property main .wgl-container {
        width: 420px
    }

    .wgl-properties .wgl-properties_sorting-wrapper {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center
    }

    .wgl-properties .wgl-properties_sorting-wrapper .property-filter-wrapper {
        align-items: flex-end;
        flex-direction: column;
        gap: 10px
    }

    .wgl-properties .wgl-properties_sorting-wrapper .property-filter-wrapper .property-order select {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

@media(max-width:480px) {
    .post-type-archive-property main .wgl-container {
        width: 90%
    }
}

@media(max-width:380px) {
    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-fields .item_field.adv_btn_filter {
        margin-right: 0;
        max-width: 100%;
        padding-bottom: 0
    }

    .wgl-properties .wgl-properties_search.elementor-search .wgl-properties_search-fields .item_field.adv_btn_filter .advanced_btn {
        border-radius: 50px;
        width: 100%
    }
}

.wgl-properties_list:not(.list-toggle) {
    --wgl-property-grid-gap: 30px
}

.wgl-properties_list:not(.list-toggle) .wgl-properties_container:not(.carousel) {
    display: flex;
    flex-wrap: wrap
}

.wgl-properties_list:not(.list-toggle) .wgl-properties_container:not(.carousel) .item {
    margin-bottom: var(--wgl-property-grid-gap)
}

@media(min-width:768px) {
    .wgl-properties_list:not(.list-toggle) .wgl-properties_container:not(.carousel) {
        margin-left: calc(var(--wgl-property-grid-gap)/2*-1);
        margin-right: calc(var(--wgl-property-grid-gap)/2*-1)
    }

    .wgl-properties_list:not(.list-toggle) .wgl-properties_container:not(.carousel) .item {
        margin-left: calc(var(--wgl-property-grid-gap)/2);
        margin-right: calc(var(--wgl-property-grid-gap)/2)
    }
}

.wgl-properties_list:not(.list-toggle) .grid-col--1 .item {
    width: 100%
}

.wgl-properties_list:not(.list-toggle) .grid-col--2 .item {
    width: calc(50% - var(--wgl-property-grid-gap))
}

.wgl-properties_list:not(.list-toggle) .grid-col--3 .item {
    width: calc(33.33333% - var(--wgl-property-grid-gap))
}

.wgl-properties_list:not(.list-toggle) .grid-col--4 .item {
    width: calc(25% - var(--wgl-property-grid-gap))
}

.wgl-properties_list:not(.list-toggle) .grid-col--5 .item {
    width: calc(20% - var(--wgl-property-grid-gap))
}

.wgl-properties_list:not(.list-toggle) .grid-col--6 .item {
    width: calc(16.6666% - var(--wgl-property-grid-gap))
}

@media(max-width:1500px) {

    .wgl-properties_list:not(.list-toggle) .grid-col--5 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--6 .item {
        width: calc(25% - var(--wgl-property-grid-gap))
    }
}

@media(max-width:1370px) {

    .wgl-properties_list:not(.list-toggle) .grid-col--4 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--5 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--6 .item {
        width: calc(33.33333% - var(--wgl-property-grid-gap))
    }
}

@media(max-width:1025px) {

    .wgl-properties_list:not(.list-toggle) .grid-col--3 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--4 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--5 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--6 .item {
        width: calc(50% - var(--wgl-property-grid-gap))
    }
}

@media(max-width:767px) {

    .wgl-properties_list:not(.list-toggle) .grid-col--2 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--3 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--4 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--5 .item,
    .wgl-properties_list:not(.list-toggle) .grid-col--6 .item {
        width: 100%
    }
}

.property-pagination .wgl-pagination {
    margin-top: 5px;
    padding: 0
}

.property-pagination .disabled {
    display: none !important
}

.property-pagination a {
    cursor: pointer
}

.wgl-properties .wgl-properties_list .wgl-properties_container,
.wgl-properties .wgl-properties_map {
    position: relative
}

.wgl-properties .wgl-properties_list .wgl-properties_container.loadded .loader-content,
.wgl-properties .wgl-properties_map.loadded .loader-content {
    display: block
}

.wgl-properties .wgl-properties_list .wgl-properties_container .loader-content,
.wgl-properties .wgl-properties_map .loader-content {
    align-items: flex-start;
    background: hsla(0, 0%, 100%, .5);
    display: none;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding-top: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

.wgl-properties .not_found_property .loader-content {
    margin: 50px 0
}

.wgl-properties_map {
    height: calc(100vh - 300px);
    margin-left: auto;
    margin-right: auto;
    max-height: 820px;
    max-width: 1520px;
    position: relative
}

.wgl-properties_map .map-container {
    height: 100%;
    width: 100%
}

.wgl-properties_map .highlighted {
    animation: reveal .4s forwards;
    background-color: #fff;
    left: 20px;
    margin: auto;
    padding: 20px;
    position: absolute;
    top: 20px;
    transform: scale(0);
    width: 315px
}

.wgl-properties_map .highlighted .property_address {
    font-size: 13px
}

.wgl-properties_map .highlighted .property_title {
    font-size: 20px
}

.wgl-properties_map .highlighted .property_content {
    font-size: 13px
}

@keyframes reveal {
    to {
        transform: scale(1)
    }
}

.single_property_page .property__single {
    border-bottom: 1px solid var(--quere-primary-color, #232323);
    padding-bottom: 30px
}

.single_property_page .property__single .property__media-wrap {
    margin-bottom: 41px;
    overflow: hidden
}

.single_property_page .property__single .property__media-wrap .property__media-slider-nav {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__media-wrap .property__media-slider-nav {
        margin-bottom: 10px
    }
}

.single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .wgl-navigation_wrapper {
    align-items: center;
    justify-content: space-between;
    margin: 50px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .wgl-navigation_wrapper {
        margin: 25px
    }
}

.single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .elementor-swiper-button {
    background-color: var(--quere-tertiary-color, #fff);
    border-radius: 50%;
    color: var(--quere-primary-color, #232323);
    height: 56px;
    width: 56px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .elementor-swiper-button {
        height: 40px;
        width: 40px
    }
}

.single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .property__media-slider-for .item__swiper {
    cursor: pointer
}

.single_property_page .property__single .property__media-wrap .wgl-carousel_wrapper .swiper-slide-thumb-active:before {
    background-color: rgba(var(--quere-primary-rgb, 35, 35, 35), .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.single_property_page .property__single .property__title {
    display: inline-block;
    flex-grow: 1;
    font-size: 36px;
    vertical-align: top
}

@media(max-width:767px) {
    .single_property_page .property__single .property__title {
        font-size: 30px;
        line-height: 1.4
    }
}

.single_property_page .property__single .property__title-wrap {
    display: flex;
    gap: 20px;
    margin-top: 8px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__title-wrap {
        margin: 15px 0
    }
}

.single_property_page .property__single .property__title-meta {
    display: flex;
    gap: 15px;
    margin-top: 12px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__title-meta {
        margin-top: 4px
    }
}

.single_property_page .property__single .property__inner-title {
    font-size: 20px;
    line-height: 1.3
}

.single_property_page .property__single .property__meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__meta {
        align-items: flex-start;
        flex-direction: column
    }
}

.single_property_page .property__single .property__address {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500
}

.single_property_page .property__single .property__address:before {
    content: "";
    display: inline-block;
    font-family: flaticon;
    font-size: 18px;
    margin-right: 7px;
    transform: translateY(-2px);
    vertical-align: middle
}

.single_property_page .property__single .property__info {
    border-bottom: 1px solid var(--quere-primary-color, #232323);
    margin-bottom: 55px;
    padding-bottom: 33px
}

.single_property_page .property__single .property__price {
    align-items: center;
    color: var(--quere-primary-color, #232323);
    display: flex;
    font-size: 24px;
    font-weight: 600
}

.single_property_page .property__single .property__price-period {
    font-size: 14px;
    font-weight: 500;
    margin-left: 3px;
    margin-top: 2px
}

.single_property_page .property__single .property__details-wrap {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    margin-top: 21px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__details-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.single_property_page .property__single .property__detail {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: var(--quere-primary-color, #232323);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
    justify-content: space-between;
    padding: 13px 0 10px
}

.single_property_page .property__single .property__detail-title {
    flex-shrink: 0;
    font: inherit;
    font-weight: 500
}

.single_property_page .property__single .property__detail-title:before {
    content: "";
    display: inline-block;
    font-family: flaticon;
    font-size: 22px;
    line-height: 1;
    margin-right: 12px;
    transform: translateY(-2px);
    vertical-align: middle
}

.single_property_page .property__single .property__detail-text {
    color: inherit;
    font-weight: 600;
    line-height: 1.3;
    text-align: right
}

.single_property_page .property__single .property__detail-id .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-bedrooms .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-price .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-baths .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-rooms .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-area .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-year_built .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-status .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-status .property__statuses>span:not(:last-child):after {
    content: ","
}

.single_property_page .property__single .property__detail-categories .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-categories .property__categories>span:not(:last-child) {
    margin-right: 5px
}

.single_property_page .property__single .property__detail-categories .property__categories>span:not(:last-child):after {
    content: ","
}

.single_property_page .property__single .property__detail-types .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-garages .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-floor .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__detail-ceiling_height .property__detail-title:before {
    content: ""
}

.single_property_page .property__single .property__location {
    border-top: 1px solid var(--quere-primary-color, #232323);
    padding-top: 53px
}

.single_property_page .property__single .property__location .property__address {
    margin-top: 30px
}

.single_property_page .property__single .property__location-map {
    height: 360px;
    margin-top: 22px
}

.single_property_page .property__single .property__location-map>.rwmb-map-canvas {
    height: 100% !important
}

.single_property_page .property__single .property__amenities {
    margin-bottom: 30px;
    margin-top: 30px
}

.single_property_page .property__single .property__amenities-wrap {
    overflow: hidden;
    position: relative;
    transition: .4s;
    z-index: 1
}

.single_property_page .property__single .property__amenities-wrap:not(.toggle-open):after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2
}

.single_property_page .property__single .property__amenities-content>:last-child {
    margin-bottom: 0
}

.single_property_page .property__single .property__amenities-children {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 18px;
    padding-top: 22px
}

@media(max-width:767px) {
    .single_property_page .property__single .property__amenities-children {
        grid-template-columns: repeat(2, 1fr)
    }
}

.single_property_page .property__single .property__amenities-child {
    color: var(--quere-primary-color, #232323);
    font-size: 14px;
    padding: 5px 0
}

.single_property_page .property__single .property__amenities-child:before {
    content: "";
    display: inline-block;
    font-family: flaticon;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
    transform: translateY(-1px);
    vertical-align: middle
}

.single_property_page .property__single .property__amenities .property__amenity-hide {
    display: none
}

.single_property_page .property__single .property__amenities-button {
    color: var(--quere-primary-color, #232323);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px
}

.single_property_page .property__single .property__amenities-button:after {
    content: "";
    display: inline-block;
    font-family: flaticon;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    transform: rotate(-90deg);
    vertical-align: middle
}

.single_property_page .property__single .property__amenities-button_show {
    display: none
}

.single_property_page .property__single .property__amenities-button.button-show:after {
    transform: rotate(90deg)
}

.single_property_page .property__single .property__amenities-button.button-show .property__amenities-button_hide {
    display: none
}

.single_property_page .property__single .property__amenities-button.button-show .property__amenities-button_show {
    display: inline-block
}

.single_property_page .property__single .property__shares {
    margin-top: 51px
}

.single_property_page .property__single .property__shares-title {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px
}

.single_property_page .property__single .property__shares-wrap {
    display: flex
}

.single_property_page .property__single .property__shares .share_social-wpapper .share_link>span {
    background-color: transparent;
    color: var(--quere-primary-color, #232323);
    font-size: 13px
}

.single_property_page .property__single .property__shares .share_social-wpapper .share_link:not(:last-of-type) {
    padding-right: 6px
}

.single_property_page .property__single .property__shares .share_social-wpapper .share_link:hover>span {
    background-color: transparent;
    color: rgba(var(--quere-primary-rgb, 35, 35, 35), .3)
}

.single_property_page .property__single .property__clipboard {
    background-color: var(--quere-quaternary-color, #f5f5f5);
    border-radius: 50%;
    color: var(--quere-primary-color, #232323);
    cursor: copy;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
    z-index: 1
}

.single_property_page .property__single .property__clipboard:before {
    content: "";
    display: inline-block;
    font-family: flaticon;
    transform: rotate(-45deg)
}

.single_property_page .property__single .property__clipboard-tooltip {
    background-color: var(--quere-primary-color);
    bottom: calc(100% + 8px);
    color: var(--quere-tertiary-color);
    font-size: 12px;
    font-weight: 500;
    height: 26px;
    left: 50%;
    line-height: 26px;
    opacity: 0;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 8px);
    transition: .4s;
    white-space: nowrap;
    z-index: 1
}

.single_property_page .property__single .property__clipboard-tooltip.tooltip-appear {
    opacity: 1;
    transform: translate(-50%);
    transition: .8s ease
}

.single_property_page .property__single .property__clipboard-tooltip:before {
    border: 8px solid transparent;
    border-top: 8px solid var(--quere-button-color-idle);
    content: "";
    display: inline-block;
    height: 0;
    left: calc(50% - 8px);
    position: absolute;
    top: calc(100% - 1px);
    width: 0
}

.single_property_page .property__single .property_favorite button {
    background-color: var(--quere-quaternary-color, #f5f5f5);
    border: 0;
    border-radius: 50%;
    color: var(--quere-primary-color, #232323);
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 36px;
    z-index: 1
}

.single_property_page .property__single .property_favorite button.liked {
    background-color: var(--quere-primary-color);
    color: #fff
}

.single_property_page .property__single .property_favorite button i {
    align-items: center;
    display: flex;
    justify-content: center
}

.single_property_page .property__single .post_likes a {
    background-color: var(--quere-quaternary-color, #f5f5f5);
    border-radius: 50%;
    color: var(--quere-primary-color, #232323);
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px
}

.single_property_page .property__single .post_likes a .sl-count {
    display: none
}

.single_property_page .property__single .post_likes a .sl-icon {
    font-size: 16px
}

.single_property_page .property__single .post_likes a .sl-icon:before {
    transform: translateY(0)
}

.single_property_page #comments {
    padding-top: 88px
}

.single-property .sidebar-container {
    margin-bottom: 44px
}

.single-property .sidebar-container .wpcf7 input:not([type=submit]),
.single-property .sidebar-container .wpcf7 textarea {
    padding-left: 0;
    padding-right: 0
}

.single-property .sidebar-container .wpcf7 .wpcf7-submit {
    width: 100%
}

.property__statuses {
    display: block;
    line-height: 1;
    margin-bottom: -5px
}

.property__statuses>span {
    display: inline-block;
    font: inherit;
    margin-bottom: 5px;
    position: relative;
    transition: .4s
}

.property__statuses>span:not(:last-child) {
    margin-right: 5px
}

.property__statuses a {
    background-color: var(--quere-quaternary-color, #f5f5f5);
    color: var(--quere-primary-color, #232323);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 9px;
    text-transform: uppercase
}

.property__statuses a:hover {
    background-color: var(--quere-primary-color, #232323);
    color: var(--quere-tertiary-color, #fff)
}

.wgl-agent-property_wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1
}

.wgl-agent-property_thumb {
    margin: 0 auto 8px;
    max-width: 146px
}

.wgl-agent-property_thumb img {
    border-radius: 50%
}

.wgl-agent-property_name {
    line-height: 36px;
    text-align: center
}

.wgl-agent-property_name span {
    font-size: 20px
}

.wgl-agent-property_email,
.wgl-agent-property_phone,
.wgl-agent-property_website {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px
}

.wgl-agent-property_email span,
.wgl-agent-property_phone span,
.wgl-agent-property_website span {
    display: block
}

.wgl-agent-property_email,
.wgl-agent-property_website {
    margin-top: 4px
}

.wgl-agent-property_socials {
    margin-bottom: 4px;
    margin-top: 4px;
    position: relative;
    z-index: 1
}

.wgl-agent-property_socials a {
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    transition: .4s .1s;
    width: 20px
}

.wgl-agent-property_socials a:not(:last-child) {
    margin-right: 5px
}

.wgl-agent-property_title {
    margin-top: 36px !important;
    text-align: left
}

.wgl-agent-property_subtitle {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: -2px;
    text-align: left
}

.wgl-agent-property_contact-form input[type=date],
.wgl-agent-property_contact-form input[type=email],
.wgl-agent-property_contact-form input[type=number],
.wgl-agent-property_contact-form input[type=password],
.wgl-agent-property_contact-form input[type=search],
.wgl-agent-property_contact-form input[type=tel],
.wgl-agent-property_contact-form input[type=text],
.wgl-agent-property_contact-form input[type=time],
.wgl-agent-property_contact-form input[type=url],
.wgl-agent-property_contact-form select,
.wgl-agent-property_contact-form textarea {
    margin-bottom: 17px
}

.wgl-agent-property_contact-form .wpcf7-submit {
    margin-top: 12px
}

body>#main .row.sidebar_left #main-dashboard,
body>#main .row.sidebar_left #main-dashboard-single {
    float: right
}

.wgl-auth-form {
    display: flex;
    gap: 30px;
    margin-bottom: 80px
}

.wgl-auth-form>* {
    flex: 1
}

.wgl-auth-form h2 {
    margin-bottom: 20px
}

.wgl-auth-form .login,
.wgl-auth-form .register {
    box-shadow: 9px 11px 29px 0 rgba(0, 0, 0, .12);
    padding: 30px 40px
}

.wgl-auth-form .login form,
.wgl-auth-form .register form {
    border: 0;
    box-shadow: none
}

.wgl-auth-form .login form>p,
.wgl-auth-form .register form>p {
    position: relative
}

.wgl-auth-form .login form>p.login-remember,
.wgl-auth-form .register form>p.login-remember {
    margin-bottom: 36px;
    margin-top: -16px
}

.wgl-auth-form .login form>p.login-remember label,
.wgl-auth-form .register form>p.login-remember label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400
}

.wgl-auth-form .login form>p.login-submit,
.wgl-auth-form .register form>p.login-submit {
    margin-bottom: 0
}

.wgl-auth-form .login form input[type=email],
.wgl-auth-form .login form input[type=password],
.wgl-auth-form .login form input[type=text],
.wgl-auth-form .register form input[type=email],
.wgl-auth-form .register form input[type=password],
.wgl-auth-form .register form input[type=text] {
    padding: 0;
    width: 100%
}

.wgl-auth-form .login form label,
.wgl-auth-form .login form legend,
.wgl-auth-form .register form label,
.wgl-auth-form .register form legend {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left
}

.wgl-auth-form .login form .field-visibility-settings legend,
.wgl-auth-form .register form .field-visibility-settings legend {
    color: var(--quere-quaternary-color);
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.wgl-auth-form .login form input[type=checkbox],
.wgl-auth-form .register form input[type=checkbox] {
    cursor: pointer;
    margin: -5px .85rem 0 0;
    position: relative
}

.wgl-auth-form .login form input[type=checkbox]:before,
.wgl-auth-form .register form input[type=checkbox]:before {
    background: transparent;
    border-bottom: 2px solid var(--input-color);
    border-left: 2px solid var(--input-color);
    border-right-style: solid;
    border-right: 2px var(--input-color);
    border-top-style: solid;
    border-top: 2px var(--input-color);
    box-shadow: none;
    box-sizing: content-box;
    content: "";
    height: .28rem;
    left: .25rem;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: .1275rem;
    transform: rotate(-45deg) scale(0);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    width: .56rem;
    z-index: 1
}

.wgl-auth-form .login form input[type=checkbox]:checked:before,
.wgl-auth-form .register form input[type=checkbox]:checked:before {
    transform: rotate(-45deg) scale(1)
}

.wgl-auth-form .login form input[type=checkbox]:after,
.wgl-auth-form .register form input[type=checkbox]:after {
    background: #fff;
    border: 1px solid var(--input-color);
    border-radius: 0;
    box-sizing: content-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    left: 0;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: -.125rem;
    width: 1rem
}

.wgl-auth-form .login form .forgetmenot,
.wgl-auth-form .register form .forgetmenot {
    margin-bottom: 10px;
    margin-top: 6px
}

.wgl-auth-form .login form h4,
.wgl-auth-form .register form h4 {
    font-size: 18px
}

.wgl-auth-form .login .lost-password,
.wgl-auth-form .register .lost-password {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px
}

.wgl-auth-form .login #login_error,
.wgl-auth-form .login .message,
.wgl-auth-form .register #login_error,
.wgl-auth-form .register .message {
    background: #f5f7ff;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: var(--quere-quaternary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 21px 40px -14px;
    padding: 20px
}

@media(max-width:479px) {

    .wgl-auth-form .login #login_error,
    .wgl-auth-form .login .message,
    .wgl-auth-form .register #login_error,
    .wgl-auth-form .register .message {
        margin-left: 20px;
        margin-right: 20px
    }
}

.wgl-auth-form .login p.submit,
.wgl-auth-form .register p.submit {
    clear: both
}

.wgl-auth-form .login .button-primary,
.wgl-auth-form .login input[type=submit],
.wgl-auth-form .register .button-primary,
.wgl-auth-form .register input[type=submit] {
    background-color: var(--quere-button-bg-hover);
    border-radius: 32px;
    color: var(--quere-button-color-hover);
    float: none;
    font-size: 14px;
    font-weight: 600;
    height: 56px;
    line-height: 18px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    transition: all .45s;
    width: 100%
}

.wgl-auth-form .login .button-primary:active,
.wgl-auth-form .login .button-primary:focus,
.wgl-auth-form .login .button-primary:hover,
.wgl-auth-form .login input[type=submit]:active,
.wgl-auth-form .login input[type=submit]:focus,
.wgl-auth-form .login input[type=submit]:hover,
.wgl-auth-form .register .button-primary:active,
.wgl-auth-form .register .button-primary:focus,
.wgl-auth-form .register .button-primary:hover,
.wgl-auth-form .register input[type=submit]:active,
.wgl-auth-form .register input[type=submit]:focus,
.wgl-auth-form .register input[type=submit]:hover {
    background-color: var(--quere-button-color-hover);
    border-color: var(--quere-button-border-hover);
    box-shadow: none;
    color: var(--quere-button-bg-hover);
    outline: none
}

.media-frame .media-menu-item {
    border-radius: inherit;
    color: inherit;
    font-weight: inherit
}

.media-frame #media-attachment-filters {
    background-position: calc(100% - 10px);
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px
}

.media-frame table td,
.media-frame table th {
    border: 0
}

.media-frame label span.alignleft {
    margin: 0
}

.wgl-user-properties_container {
    margin-bottom: 5px
}

.wgl-user-properties_add_property {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

.wgl-user-properties_add_property .title {
    font-size: 24px;
    font-weight: 600
}

.wgl-user-properties_add_property a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    --border-color: var(--quere-button-border-idle, "unset");
    background: var(--quere-button-color-idle);
    border: 1px solid var(--border-color);
    border-radius: 32px;
    display: inline-block;
    min-height: 52px;
    padding: 13px 25px 12px
}

.wgl-user-properties_add_property a:hover {
    background: var(--quere-button-bg-idle);
    color: var(--quere-button-color-idle)
}

.wgl-user-properties_search {
    margin-bottom: 25px
}

.wgl-user-properties_search form {
    align-content: center;
    display: flex;
    justify-content: space-between
}

.wgl-user-properties_search form .label-box {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0
}

.wgl-user-properties_search form .label-box li {
    margin: 0;
    padding: 0
}

.wgl-user-properties_search form .label-box li.active label,
.wgl-user-properties_search form .label-box li:hover label {
    color: var(--quere-header-font-color);
    text-decoration-color: currentColor
}

.wgl-user-properties_search form .label-box li label {
    color: var(--quere-secondary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-transform: uppercase;
    text-underline-offset: .1em
}

.wgl-user-properties_search form .label-box input[type=radio] {
    display: none !important
}

.wgl-user-properties_search form .item_field {
    position: relative
}

.wgl-user-properties_search form .item_field.search_option {
    margin-top: -20px
}

.wgl-user-properties_search form .item_field.search_option .search-field {
    margin-bottom: 0;
    min-width: 270px;
    outline: none;
    overflow: hidden;
    padding-left: 35px;
    width: 100%
}

.wgl-user-properties_search form .item_field.search_option .search-button {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 27px;
    z-index: 1
}

.wgl-user-properties_search form .item_field.search_option i {
    border-radius: 0;
    color: var(--quere-primary-color);
    font-size: 20px;
    font-style: normal;
    height: 40px;
    left: 0;
    line-height: 44px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(0);
    transition: .4s;
    width: 20px;
    z-index: 1
}

.wgl-user-properties_list-heading {
    align-content: center;
    background: #f5f5f5;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 600;
    gap: 20px;
    min-height: 50px;
    padding: 13px 0 11px
}

.wgl-user-properties_list-heading .heading-column {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.wgl-user-properties_list-heading .heading-column .item-link.active {
    color: #2271b1
}

.wgl-user-properties_list-heading .heading-column .item-link.active .sorting-indicators {
    background-color: #2271b1
}

.wgl-user-properties_list-heading .sorting-indicators {
    --size: 12px;
    background-color: var(--quere-header-font-color);
    display: inline-block;
    height: var(--size);
    margin: 0 0 0 4px;
    -webkit-mask: var(--quere-bg-caret);
    mask: var(--quere-bg-caret);
    -webkit-mask-position: 100% center;
    mask-position: 100% center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    position: relative;
    top: 2px;
    transition: .4s;
    width: var(--size)
}

.wgl-user-properties_list-heading .sorting-indicators.top {
    transform: scaleY(-1)
}

.wgl-user-properties_list-heading .thumbnail-column {
    font-size: 0;
    max-width: 70px;
    text-indent: -99999px
}

.wgl-user-properties_list-heading>* {
    width: 12.5%
}

.wgl-user-properties_list-heading .listing-column {
    width: 22%
}

.wgl-user-properties_list-heading .address-column {
    width: 20%
}

.wgl-user-properties_list-heading .date-column {
    margin-left: auto
}

.wgl-user-properties_list-section {
    padding: 15px 0
}

.wgl-user-properties_list-section .property__item {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.wgl-user-properties_list-section .property__item.wgl-real-estate-loading:after {
    height: 30px;
    margin-left: -15px;
    margin-top: -25px;
    width: 30px
}

.wgl-user-properties_list-section .property__item>* {
    width: 12.5%
}

.wgl-user-properties_list-section .property__item .property__media-wrap {
    max-width: 70px;
    position: relative
}

.wgl-user-properties_list-section .property__item .property__media-wrap .property_post_status {
    background-color: #fb665d;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 0;
    line-height: 18px;
    padding: 1px 4px;
    position: absolute;
    text-transform: uppercase;
    top: 0
}

.wgl-user-properties_list-section .property__item .property__title {
    width: 22%
}

.wgl-user-properties_list-section .property__item .property__title .title {
    font-family: var(--quere-header-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75
}

.wgl-user-properties_list-section .property__item .property__title .title a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em
}

.wgl-user-properties_list-section .property__item .property__title .title a:hover {
    text-decoration-color: currentColor
}

.wgl-user-properties_list-section .property__item .property__title .action {
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px
}

.wgl-user-properties_list-section .property__item .property__title .action a {
    color: var(--quere-content-color);
    margin-right: 15px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em
}

.wgl-user-properties_list-section .property__item .property__title .action a:hover {
    color: var(--quere-primary-color);
    text-decoration-color: currentColor
}

.wgl-user-properties_list-section .property__item .property__title .action a:last-child {
    margin-right: 0
}

.wgl-user-properties_list-section .property__item .property__location {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    width: 20%
}

.wgl-user-properties_list-section .property__item .property_date {
    margin-left: auto
}

.wgl-user-properties_list-section .property__item .property_date,
.wgl-user-properties_list-section .property__item .property_status,
.wgl-user-properties_list-section .property__item .property_types {
    color: var(--quere-header-font-color);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500
}

.wgl-user-properties .wgl-pagination {
    padding-bottom: 80px
}

.wgl-property-submit .cmb2-wrap .cmb-row,
.wgl-user-profile .cmb2-wrap .cmb-row {
    display: flex;
    margin-bottom: 16px
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-th,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-th {
    flex: 35%;
    padding: 20px 10px 20px 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-th label,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-th label {
    color: var(--quere-header-font-color);
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-td,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-td {
    flex: 65%;
    padding: 25px 0 15px 10px
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-td,
.wgl-property-submit .cmb2-wrap .cmb-row .cmb-th,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-td,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-th {
    float: none
}

.wgl-property-submit .cmb2-wrap .cmb-row:after,
.wgl-user-profile .cmb2-wrap .cmb-row:after {
    display: none
}

.wgl-property-submit .cmb2-wrap .cmb-row input[required],
.wgl-user-profile .cmb2-wrap .cmb-row input[required] {
    background-image: radial-gradient(red 20%, transparent 25%);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1em 1em
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=date],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=email],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=number],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=password],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=search],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=tel],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=text],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=time],
.wgl-property-submit .cmb2-wrap .cmb-row input[type=url],
.wgl-property-submit .cmb2-wrap .cmb-row select,
.wgl-property-submit .cmb2-wrap .cmb-row textarea,
.wgl-user-profile .cmb2-wrap .cmb-row input[type=date],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=email],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=number],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=password],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=search],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=tel],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=text],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=time],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=url],
.wgl-user-profile .cmb2-wrap .cmb-row select,
.wgl-user-profile .cmb2-wrap .cmb-row textarea {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=number],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=number] {
    max-width: 120px
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=checkbox],
.wgl-user-profile .cmb2-wrap .cmb-row input[type=checkbox] {
    cursor: pointer;
    margin: 0 1rem 0 0;
    position: relative
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=checkbox]:before,
.wgl-user-profile .cmb2-wrap .cmb-row input[type=checkbox]:before {
    background: transparent;
    border-bottom: 2px solid var(--input-color);
    border-left: 2px solid var(--input-color);
    border-right-style: solid;
    border-right: 2px var(--input-color);
    border-top-style: solid;
    border-top: 2px var(--input-color);
    box-shadow: none;
    box-sizing: content-box;
    content: "";
    height: .28rem;
    left: .25rem;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: .1275rem;
    transform: rotate(-45deg) scale(0);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    width: .56rem;
    z-index: 1
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=checkbox]:checked:before,
.wgl-user-profile .cmb2-wrap .cmb-row input[type=checkbox]:checked:before {
    transform: rotate(-45deg) scale(1)
}

.wgl-property-submit .cmb2-wrap .cmb-row input[type=checkbox]:after,
.wgl-user-profile .cmb2-wrap .cmb-row input[type=checkbox]:after {
    background: #fff;
    border: 1px solid var(--input-color);
    border-radius: 0;
    box-sizing: content-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    left: 0;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: -.125rem;
    width: 1rem
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-upload-button,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-upload-button {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    --border-color: var(--quere-button-border-idle, "unset");
    background: var(--quere-button-color-idle);
    border: 1px solid var(--border-color);
    border-radius: 32px;
    cursor: pointer;
    display: inline-block;
    min-height: 36px;
    padding: 8px 22px 9px;
    transition: all .45s
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-upload-button:hover,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-upload-button:hover {
    background: var(--quere-button-bg-idle);
    color: var(--quere-button-color-idle)
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    padding: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status {
    margin: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status:hover .cmb2-remove-file-button,
.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status:hover:after,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status:hover .cmb2-remove-file-button,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status:hover:after {
    opacity: 1;
    visibility: visible
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status .cmb2-remove-file-button,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status .cmb2-remove-file-button {
    background: #fff;
    border-radius: 50%;
    height: 38px;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .45s;
    visibility: hidden;
    width: 38px;
    z-index: 1
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status .cmb2-remove-file-button:after,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status .cmb2-remove-file-button:after {
    color: #000;
    content: "";
    font-family: Flaticon;
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status img,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status img {
    border: 0;
    margin: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status:after,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status:after {
    background: rgba(var(--quere-primary-rgb), .5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .45s;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 5px 5px
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy {
    flex-grow: 1;
    width: calc(33.3333% - 20px)
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy ul,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy ul li,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy ul li {
    margin: 0
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy {
    margin-bottom: 26px
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy input,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy input {
    display: none !important
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy label,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .heading-taxonomy label {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .child-taxonomy li label,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .child-taxonomy li label {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 400
}

.wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .child-taxonomy .cmb2-list-li,
.wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy .child-taxonomy .cmb2-list-li {
    margin-bottom: 19px
}

.wgl-property-submit .cmb2-wrap .cmb-row .pw-map,
.wgl-user-profile .cmb2-wrap .cmb-row .pw-map {
    margin-top: 40px
}

.wgl-property-submit .cmb2-wrap .cmb-row .wp-switch-editor,
.wgl-user-profile .cmb2-wrap .cmb-row .wp-switch-editor {
    border-radius: 0;
    font-weight: 400
}

.wgl-property-submit .submit-button-wrapper,
.wgl-user-profile .submit-button-wrapper {
    margin-bottom: 79px;
    margin-left: calc(35% + 10px);
    margin-top: 34px
}

.wgl-property-submit .submit-button-wrapper button,
.wgl-user-profile .submit-button-wrapper button {
    width: 100%
}

.wgl-property-submit .wgl-property-submit_preview,
.wgl-user-profile .wgl-property-submit_preview {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

.wgl-property-submit .wgl-property-submit_preview .title,
.wgl-user-profile .wgl-property-submit_preview .title {
    font-size: 24px;
    font-weight: 600
}

.wgl-property-submit .wgl-property-submit_preview .preview_btn,
.wgl-user-profile .wgl-property-submit_preview .preview_btn {
    display: flex
}

.wgl-property-submit .wgl-property-submit_preview .icon_preview,
.wgl-user-profile .wgl-property-submit_preview .icon_preview {
    background: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    border-radius: 50%;
    color: var(--quere-button-color-idle);
    display: inline-block;
    height: 44px;
    line-height: 42px;
    margin-right: 10px;
    text-align: center;
    width: 44px
}

.wgl-property-submit .wgl-property-submit_preview .icon_preview:active,
.wgl-property-submit .wgl-property-submit_preview .icon_preview:focus,
.wgl-property-submit .wgl-property-submit_preview .icon_preview:hover,
.wgl-user-profile .wgl-property-submit_preview .icon_preview:active,
.wgl-user-profile .wgl-property-submit_preview .icon_preview:focus,
.wgl-user-profile .wgl-property-submit_preview .icon_preview:hover {
    background: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
    color: var(--quere-button-color-hover)
}

.wgl-property-submit .wgl-property-submit_preview .icon_preview:after,
.wgl-user-profile .wgl-property-submit_preview .icon_preview:after {
    content: "";
    font-family: Flaticon;
    font-size: 18px
}

.wgl-property-submit .wgl-property-submit_preview .wgl-btn-preview-editing,
.wgl-user-profile .wgl-property-submit_preview .wgl-btn-preview-editing {
    height: 44px;
    padding: 4px 19px 5px
}

.wgl-property-draft form {
    margin-bottom: 30px
}

.wgl-property-draft #main-dashboard,
.wgl-property-draft #main-dashboard-single {
    margin-bottom: 80px
}

.wgl-property-draft .wgl-carousel_wrapper .swiper-wrapper {
    height: auto
}

.wgl-property-notice-box {
    align-items: center;
    background-color: var(--quere-quaternary-color);
    border: unset;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 55px;
    padding: 20px;
    position: relative;
    z-index: 0
}

.wgl-property-notice-box:not(:first-child) {
    margin-top: -20px
}

.wgl-property-notice-box:after {
    border: unset;
    border-color: var(--quere-primary-color);
    border-radius: 0;
    bottom: -1px;
    box-shadow: unset;
    content: "";
    display: block;
    left: -1px;
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.wgl-property-notice-box.hide {
    opacity: 0 !important;
    transition: opacity .35s, visibility .35s;
    visibility: hidden
}

.wgl-property-notice-box.closable .message_content {
    max-width: calc(100% - 120px)
}

.wgl-property-notice-box a,
.wgl-property-notice-box strong {
    font-weight: 700
}

.wgl-property-notice-box .message_title {
    color: inherit;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: -1px
}

.wgl-property-notice-box .message_text {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    list-style: none;
    padding-bottom: 0;
    padding-left: 0
}

.wgl-property-notice-box .message_text li {
    line-height: 30px;
    margin-bottom: 2px
}

.wgl-property-notice-box .message_text li:last-child {
    margin-bottom: 0
}

.wgl-property-notice-box .message_icon_wrap {
    background-color: #5481f8;
    border: unset;
    border-radius: 20px;
    color: var(--quere-tertiary-color);
    height: 20px;
    margin: -1px 14px auto 0;
    min-width: 20px;
    position: static;
    text-align: center;
    width: 20px;
    z-index: 1
}

.wgl-property-notice-box .message_icon {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 1;
    text-align: center
}

.wgl-property-notice-box .message_icon:before {
    font-family: flaticon
}

.wgl-property-notice-box .message_content {
    margin-top: -5px;
    max-width: calc(100% - 70px);
    padding: 0 0 1px;
    width: 100%
}

.wgl-property-notice-box .message_close_button {
    align-items: center;
    color: rgba(var(--quere-header-rgb), .54);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin: -6px -8px auto auto;
    text-align: center;
    transition: .4s;
    width: 30px;
    z-index: 1
}

.wgl-property-notice-box .message_close_button:before {
    content: "";
    display: inline-block;
    font-family: Flaticon;
    transition: .3s
}

.wgl-property-notice-box .message_close_button:hover:before {
    color: rgba(var(--quere-header-rgb), 1)
}

.wgl-property-notice-box~.wgl-property-notice-box .message_close_button {
    display: none
}

.wgl-property-notice-box.type_info .message_icon_wrap {
    background-color: #5481f8
}

.wgl-property-notice-box.type_info .message_icon:before {
    content: ""
}

.wgl-property-notice-box.type_success .message_icon_wrap {
    background-color: #39a827
}

.wgl-property-notice-box.type_success .message_icon:before {
    content: ""
}

.wgl-property-notice-box.type_error .message_icon_wrap {
    background-color: #ce4040
}

.wgl-property-notice-box.type_error .message_icon:before {
    content: ""
}

.wgl-property-notice-box.type_warning .message_icon_wrap {
    background-color: #e78a47
}

.wgl-property-notice-box.type_warning .message_icon:before {
    content: ""
}

div.wgl-properties-error,
div.wgl-properties-info,
div.wgl-properties-message {
    background-color: var(--quere-quaternary-color);
    border: unset;
    border-radius: 0;
    color: var(--quere-content-color);
    display: flex;
    flex-wrap: wrap;
    padding: 19px 20px 13px
}

div.wgl-properties-error a,
div.wgl-properties-info a,
div.wgl-properties-message a {
    color: var(--quere-primary-color);
    font-weight: 400
}

div.wgl-properties-error a:hover,
div.wgl-properties-info a:hover,
div.wgl-properties-message a:hover {
    color: var(--quere-header-font-color)
}

div.wgl-properties-error.wgl-properties-Message,
div.wgl-properties-info.wgl-properties-Message,
div.wgl-properties-message.wgl-properties-Message {
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px
}

div.wgl-properties-error.wgl-properties-Message a.button.wgl-properties-Button,
div.wgl-properties-info.wgl-properties-Message a.button.wgl-properties-Button,
div.wgl-properties-message.wgl-properties-Message a.button.wgl-properties-Button {
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
    color: var(--quere-button-color-hover);
    flex-shrink: 0;
    margin: 0 0 0 auto;
    order: 1;
    text-align: center
}

div.wgl-properties-error.wgl-properties-Message a.button.wgl-properties-Button:focus,
div.wgl-properties-error.wgl-properties-Message a.button.wgl-properties-Button:hover,
div.wgl-properties-info.wgl-properties-Message a.button.wgl-properties-Button:focus,
div.wgl-properties-info.wgl-properties-Message a.button.wgl-properties-Button:hover,
div.wgl-properties-message.wgl-properties-Message a.button.wgl-properties-Button:focus,
div.wgl-properties-message.wgl-properties-Message a.button.wgl-properties-Button:hover {
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    color: var(--quere-button-color-idle)
}

@media(max-width:992px) {

    div.wgl-properties-error.wgl-properties-Message,
    div.wgl-properties-info.wgl-properties-Message,
    div.wgl-properties-message.wgl-properties-Message {
        align-items: flex-start;
        flex-direction: column
    }
}

div.wgl-properties-error:after,
div.wgl-properties-info:after,
div.wgl-properties-message:after {
    border: unset;
    border-radius: 0;
    bottom: -1px;
    box-shadow: unset;
    content: "";
    display: block;
    left: -1px;
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

div.wgl-properties-error:before,
div.wgl-properties-info:before,
div.wgl-properties-message:before {
    display: none
}

div.wgl-properties>.wgl-property-notice-box {
    margin-bottom: 20px
}

div.wgl-properties .wgl-wgl-properties-sorting .wgl-property-notice-box {
    width: 100%
}

div.wgl-properties .wgl-wgl-properties-sorting .wgl-property-notice-box:before {
    display: none
}

div.wgl-properties .wgl-wgl-properties-sorting .wgl-properties-notices-wrapper {
    flex: 1 1 100%
}

body div.wgl-properties-error .message_icon {
    font-size: 12px
}

.wgl-property-submit_preview+.wgl-property-notice-box {
    margin-top: 24px
}

.wgl-user-profile {
    padding-bottom: 80px
}

.wgl-user-profile .wgl-real-estate-uploaded-file {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    margin-top: 2px;
    max-width: 100px;
    transition: all .45s
}

.wgl-user-profile .wgl-real-estate-uploaded-file.hidden {
    height: 0;
    opacity: 0;
    position: relative;
    z-index: -1
}

.wgl-user-profile .wgl-real-estate-uploaded-file .wgl-real-estate-uploaded-file-preview {
    display: inline-block
}

.wgl-user-profile .wgl-real-estate-uploaded-file .wgl-real-estate-uploaded-file-preview img {
    border-radius: 50%
}

.wgl-user-profile .wgl-real-estate-uploaded-file .wgl-real-estate-remove-uploaded-file {
    color: #ce4040;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    text-align: center
}

.wgl-user-profile #fileInput::file-selector-button {
    background-color: #e8e8e8;
    border: 1px solid var(--quere-button-border-idle);
    border-radius: 32px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    margin-right: 16px;
    padding: 0 16px;
    transition: background-color .2s
}

.wgl-user-profile #fileInput::file-selector-button span {
    color: red
}

.wgl-user-profile #fileInput::file-selector-button:active,
.wgl-user-profile #fileInput::file-selector-button:hover {
    background: var(--quere-button-bg-idle);
    color: var(--quere-button-color-idle)
}

.wgl-user-profile .change_profile_form,
.wgl-user-profile .change_profile_password_form {
    margin-left: calc(35% + 10px);
    width: calc(65% - 10px)
}

.elementor-element.elementor-widget.elementor-widget-wgl-header-profile {
    margin-bottom: 0;
    width: auto
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile {
    min-width: auto
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .nav>li>a,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .nav>li>a {
    pointer-events: auto
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .nav>li:hover .sub-menu,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .nav>li:hover .sub-menu {
    opacity: 0;
    top: calc(100% + 10px);
    visibility: hidden;
    z-index: 555
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .nav>li .sub-menu.active,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .nav>li .sub-menu.active {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 556
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .nav>li .menu-item__plus,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .nav>li .menu-item__plus {
    display: none
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .nav>li .sub-menu .wgl-dashboard-profile_name,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .nav>li .sub-menu .wgl-dashboard-profile_name {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    padding: 0 34px
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile_avatar,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile_avatar {
    line-height: 1;
    width: 30px
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile_avatar:before,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile_avatar:before {
    border-color: var(--quere-submenu-mobile-color);
    box-sizing: border-box
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .wgl-navbar .sub-menu,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .wgl-navbar .sub-menu {
    margin-top: 15px
}

.elementor-widget .wgl-mobile-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .button,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .button {
    background-color: var(--quere-submenu-mobile-background);
    border-color: var(--quere-submenu-mobile-color);
    color: var(--quere-submenu-mobile-color)
}

.elementor-widget .wgl-mobile-header .login-in-dashboard.wgl-dashboard form,
.wgl-theme-header .wgl-mobile-header .login-in-dashboard.wgl-dashboard form {
    color: var(--quere-secondary-color)
}

.elementor-widget .wgl-mobile-header .login-in-dashboard.wgl-dashboard .button,
.wgl-theme-header .wgl-mobile-header .login-in-dashboard.wgl-dashboard .button {
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 0;
    letter-spacing: 0;
    line-height: inherit;
    padding: 0;
    width: 30px
}

.elementor-widget .wgl-mobile-header .login-in-dashboard.wgl-dashboard .button:before,
.wgl-theme-header .wgl-mobile-header .login-in-dashboard.wgl-dashboard .button:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: none;
    transform-origin: center;
    transition: .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-widget .wgl-mobile-header .position_left .wgl-dashboard-profile .wgl-navbar .sub-menu,
.wgl-theme-header .wgl-mobile-header .position_left .wgl-dashboard-profile .wgl-navbar .sub-menu {
    left: 0 !important;
    right: 0 !important
}

.elementor-widget .wgl-mobile-header .position_left .button,
.wgl-theme-header .wgl-mobile-header .position_left .button {
    margin-left: -5px
}

.elementor-widget .wgl-mobile-header .position_right .button,
.wgl-theme-header .wgl-mobile-header .position_right .button {
    margin-right: -5px
}

.elementor-widget .wgl-mobile-header .wgl-menu_outer .wgl-dashboard-profile .wgl-navbar>li>a,
.wgl-theme-header .wgl-mobile-header .wgl-menu_outer .wgl-dashboard-profile .wgl-navbar>li>a {
    justify-content: flex-start
}

.elementor-widget .wgl-mobile-header .wgl-menu_outer .wgl-dashboard-profile .wgl-navbar .sub-menu,
.wgl-theme-header .wgl-mobile-header .wgl-menu_outer .wgl-dashboard-profile .wgl-navbar .sub-menu {
    margin-top: 20px;
    width: 100%
}

.elementor-widget .wgl-mobile-header .wgl-menu_outer .button,
.wgl-theme-header .wgl-mobile-header .wgl-menu_outer .button {
    margin-left: -5px
}

.elementor-widget .wgl-dashboard-profile,
.wgl-theme-header .wgl-dashboard-profile {
    min-width: 238px
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar {
    height: 100%;
    margin: 0;
    padding: 0
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar li,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li {
    list-style: none;
    margin: 0;
    position: relative
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar>li,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li {
    height: 100%
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>a,
.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>span,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>a,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>a>.menu-item__plus,
.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>span>.menu-item__plus,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>a>.menu-item__plus,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>span>.menu-item__plus {
    display: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin-left: 26px;
    perspective-origin: 50%;
    position: relative;
    transform-origin: center;
    transition: .4s;
    z-index: 1
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>a>.menu-item__plus:before,
.elementor-widget .wgl-dashboard-profile .wgl-navbar>li>span>.menu-item__plus:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>a>.menu-item__plus:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li>span>.menu-item__plus:before {
    content: "";
    display: inline-block;
    font-family: Flaticon;
    transform: translateY(1px);
    vertical-align: middle;
    --size: 12px;
    background-color: var(--quere-header-font-color);
    height: var(--size);
    -webkit-mask-image: var(--quere-bg-caret);
    mask-image: var(--quere-bg-caret);
    -webkit-mask-position: 100% center;
    mask-position: 100% center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: var(--size);
    mask-size: var(--size);
    width: var(--size)
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar>li:hover>.sub-menu,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar>li:hover>.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 556
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu {
    background-color: var(--quere-submenu-background);
    border-radius: 0;
    box-shadow: 9px 11px 29px 0 rgba(0, 0, 0, .12);
    color: var(--quere-submenu-color);
    display: block;
    font-family: var(--quere-submenu-font-family);
    font-size: var(--quere-submenu-font-size);
    font-weight: var(--quere-submenu-font-weight);
    left: -7px;
    letter-spacing: var(--quere-submenu-letter-spacing);
    line-height: var(--quere-submenu-line-height);
    margin: 0;
    min-width: 250px;
    opacity: 0;
    padding: 28px 0 34px;
    position: absolute;
    text-align: left;
    top: calc(100% + 10px);
    transition: .3s ease-out;
    visibility: hidden;
    white-space: nowrap;
    z-index: 555
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li {
    margin-bottom: 13px
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover .menu-item_dots,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover .menu-item_dots {
    width: 100%
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li .item_wrapper_text,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .item_wrapper_text {
    position: relative
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li .menu-item_dots,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .menu-item_dots {
    background: currentColor;
    bottom: 4px;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .4s;
    width: 0
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li:last-child,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li:last-child {
    margin-bottom: 0;
    margin-top: 18px
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li:only-child,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li:only-child {
    margin: 0
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.add_new_property a:before,
.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.my_properties a:before,
.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.profile a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.add_new_property a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.my_properties a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.profile a:before {
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    margin-right: 14px;
    margin-top: 0;
    position: relative;
    transition: all .45s;
    vertical-align: middle
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.my_properties a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.my_properties a:before {
    content: ""
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.add_new_property a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.add_new_property a:before {
    content: ""
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li.profile a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li.profile a:before {
    content: ""
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li a:not(.button),
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li a:not(.button) {
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 500;
    padding: 0 34px;
    transition: all .45s
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover>a,
.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover>a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover>a,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li:hover>a:before {
    color: var(--quere-primary-color)
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li .button,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .button {
    background: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    border-radius: 5px;
    color: var(--quere-button-bg-hover);
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 18px;
    margin-left: 34px;
    margin-right: 34px;
    padding: 13px 29px;
    text-align: center;
    text-transform: uppercase;
    transition: all .45s
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu li .button:hover,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu li .button:hover {
    background-color: var(--quere-button-bg-hover);
    border-color: var(--quere-button-border-hover);
    color: var(--quere-button-color-hover)
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu.wgl-submenu-position-left,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu.wgl-submenu-position-left {
    left: auto !important;
    right: -19px !important
}

.elementor-widget .wgl-dashboard-profile .wgl-navbar .sub-menu.wgl-submenu-position-right,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .sub-menu.wgl-submenu-position-right {
    left: -19px !important;
    right: auto !important
}

.elementor-widget .wgl-dashboard-profile_name,
.wgl-theme-header .wgl-dashboard-profile_name {
    color: var(--quere-header-font-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 25px;
    transition: all .45s
}

.elementor-widget .wgl-dashboard-profile_avatar,
.wgl-theme-header .wgl-dashboard-profile_avatar {
    display: inline-block;
    position: relative;
    width: 50px
}

.elementor-widget .wgl-dashboard-profile_avatar img,
.wgl-theme-header .wgl-dashboard-profile_avatar img {
    border-radius: 50%;
    height: auto;
    width: 100%
}

.elementor-widget .wgl-dashboard-profile_avatar:before,
.wgl-theme-header .wgl-dashboard-profile_avatar:before {
    border: 1px solid var(--quere-primary-color);
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px)
}

.login-in-dashboard_wrapper {
    display: block
}

.login-in-dashboard.wgl-dashboard .button,
.wgl-auth-form .button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 18px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase
}

.login-in-dashboard.wgl-dashboard .button.login-in-dashboard_link,
.wgl-auth-form .button.login-in-dashboard_link {
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 0;
    font-weight: 700;
    height: 100%;
    letter-spacing: .05em;
    letter-spacing: 0;
    line-height: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.login-in-dashboard.wgl-dashboard .button.login-in-dashboard_link:before,
.wgl-auth-form .button.login-in-dashboard_link:before {
    align-items: center;
    background-color: currentColor;
    content: "";
    display: inline-flex;
    height: 50px;
    justify-content: center;
    letter-spacing: unset;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMnB4IiBoZWlnaHQ9IjYxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9Il94MzZfXzMwXyI+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTMzMS42ODUsNDI1LjM3OGMtNy40NzgsNy40NzktNy40NzgsMTkuNTg0LDAsMjcuMDQzYzcuNDc5LDcuNDc4LDE5LjU4NCw3LjQ3OCwyNy4wNDMsMGwxMzEuOTQzLTEzMS45NjINCgkJCQljMy45NzktMy45NzksNS42ODEtOS4yNzYsNS40MTItMTQuNDc5YzAuMjY5LTUuMjIxLTEuNDM0LTEwLjQ5OS01LjQxMi0xNC40NzdMMzU4LjcyOCwxNTkuNTYNCgkJCQljLTcuNDU5LTcuNDc4LTE5LjU4NC03LjQ3OC0yNy4wNDMsMGMtNy40NzgsNy40NzgtNy40NzgsMTkuNTg0LDAsMjcuMDQybDEwMC4yNzIsMTAwLjI3MkgxOS4xMjVDOC41NjgsMjg2Ljg3NSwwLDI5NS40NDMsMCwzMDYNCgkJCQljMCwxMC41NTcsOC41NjgsMTkuMTI1LDE5LjEyNSwxOS4xMjVoNDEyLjgzMkwzMzEuNjg1LDQyNS4zNzh6IE01MzUuNSwzOC4yNUgxNTNjLTQyLjI0NywwLTc2LjUsMzQuMjUzLTc2LjUsNzYuNXY3Ni41aDM4LjI1DQoJCQkJdi03Ni41YzAtMjEuMTE0LDE3LjExNy0zOC4yNSwzOC4yNS0zOC4yNWgzODIuNWMyMS4xMzMsMCwzOC4yNSwxNy4xMzYsMzguMjUsMzguMjV2MzgyLjVjMCwyMS4xMTQtMTcuMTE3LDM4LjI1LTM4LjI1LDM4LjI1SDE1Mw0KCQkJCWMtMjEuMTMzLDAtMzguMjUtMTcuMTE3LTM4LjI1LTM4LjI1di03Ni41SDc2LjV2NzYuNWMwLDQyLjI0NywzNC4yNTMsNzYuNSw3Ni41LDc2LjVoMzgyLjVjNDIuMjQ3LDAsNzYuNS0zNC4yNTMsNzYuNS03Ni41DQoJCQkJdi0zODIuNUM2MTIsNzIuNTAzLDU3Ny43NDcsMzguMjUsNTM1LjUsMzguMjV6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMnB4IiBoZWlnaHQ9IjYxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9Il94MzZfXzMwXyI+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTMzMS42ODUsNDI1LjM3OGMtNy40NzgsNy40NzktNy40NzgsMTkuNTg0LDAsMjcuMDQzYzcuNDc5LDcuNDc4LDE5LjU4NCw3LjQ3OCwyNy4wNDMsMGwxMzEuOTQzLTEzMS45NjINCgkJCQljMy45NzktMy45NzksNS42ODEtOS4yNzYsNS40MTItMTQuNDc5YzAuMjY5LTUuMjIxLTEuNDM0LTEwLjQ5OS01LjQxMi0xNC40NzdMMzU4LjcyOCwxNTkuNTYNCgkJCQljLTcuNDU5LTcuNDc4LTE5LjU4NC03LjQ3OC0yNy4wNDMsMGMtNy40NzgsNy40NzgtNy40NzgsMTkuNTg0LDAsMjcuMDQybDEwMC4yNzIsMTAwLjI3MkgxOS4xMjVDOC41NjgsMjg2Ljg3NSwwLDI5NS40NDMsMCwzMDYNCgkJCQljMCwxMC41NTcsOC41NjgsMTkuMTI1LDE5LjEyNSwxOS4xMjVoNDEyLjgzMkwzMzEuNjg1LDQyNS4zNzh6IE01MzUuNSwzOC4yNUgxNTNjLTQyLjI0NywwLTc2LjUsMzQuMjUzLTc2LjUsNzYuNXY3Ni41aDM4LjI1DQoJCQkJdi03Ni41YzAtMjEuMTE0LDE3LjExNy0zOC4yNSwzOC4yNS0zOC4yNWgzODIuNWMyMS4xMzMsMCwzOC4yNSwxNy4xMzYsMzguMjUsMzguMjV2MzgyLjVjMCwyMS4xMTQtMTcuMTE3LDM4LjI1LTM4LjI1LDM4LjI1SDE1Mw0KCQkJCWMtMjEuMTMzLDAtMzguMjUtMTcuMTE3LTM4LjI1LTM4LjI1di03Ni41SDc2LjV2NzYuNWMwLDQyLjI0NywzNC4yNTMsNzYuNSw3Ni41LDc2LjVoMzgyLjVjNDIuMjQ3LDAsNzYuNS0zNC4yNTMsNzYuNS03Ni41DQoJCQkJdi0zODIuNUM2MTIsNzIuNTAzLDU3Ny43NDcsMzguMjUsNTM1LjUsMzguMjV6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    text-indent: 0;
    width: 50px
}

@media (min-width:768px) {

    .login-in-dashboard.wgl-dashboard .modal-dialog,
    .wgl-auth-form .modal-dialog {
        max-width: 450px
    }
}

.login-in-dashboard.wgl-dashboard .modal-dialog,
.wgl-auth-form .modal-dialog {
    background: #fff;
    border-radius: 0;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden
}

.login-in-dashboard.wgl-dashboard .modal_header,
.wgl-auth-form .modal_header {
    margin-top: 28px
}

.login-in-dashboard.wgl-dashboard .modal_header .tabs-navigation,
.wgl-auth-form .modal_header .tabs-navigation {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 240px
}

.login-in-dashboard.wgl-dashboard .modal_header .tabs-navigation div,
.wgl-auth-form .modal_header .tabs-navigation div {
    color: rgba(var(--quere-header-rgb), .3);
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
    text-align: center;
    transition: all .45s;
    width: 100%
}

.login-in-dashboard.wgl-dashboard .modal_header .tabs-navigation div.active,
.wgl-auth-form .modal_header .tabs-navigation div.active {
    color: var(--quere-header-font-color)
}

.login-in-dashboard.wgl-dashboard .modal_content,
.wgl-auth-form .modal_content {
    border-radius: inherit;
    max-height: calc(100vh - 100px);
    min-height: -moz-min-content;
    min-height: min-content;
    overflow-y: auto;
    padding-top: 15px;
    text-align: center
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel,
.wgl-auth-form .modal_content .tabs-panel {
    margin: 0;
    padding: 16px 0 24px;
    text-align: center
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel.active_panel,
.wgl-auth-form .modal_content .tabs-panel.active_panel {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0);
    transition: all .45s ease;
    transition-delay: .1s;
    z-index: 1
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel:not(.active_panel),
.wgl-auth-form .modal_content .tabs-panel:not(.active_panel) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .45s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel h1,
.wgl-auth-form .modal_content .tabs-panel h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel h1 a,
.wgl-auth-form .modal_content .tabs-panel h1 a {
    background: none;
    color: var(--quere-secondary-color);
    font-size: inherit;
    font-weight: inherit;
    height: auto;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    overflow: visible;
    text-indent: 0;
    width: auto
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel h1 a:active,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel h1 a:focus,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel h1 a:hover,
.wgl-auth-form .modal_content .tabs-panel h1 a:active,
.wgl-auth-form .modal_content .tabs-panel h1 a:focus,
.wgl-auth-form .modal_content .tabs-panel h1 a:hover {
    box-shadow: none;
    color: var(--quere-primary-color)
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form,
.wgl-auth-form .modal_content .tabs-panel form {
    border: 0;
    box-shadow: none;
    padding-bottom: 11px;
    padding-left: 40px;
    padding-right: 40px
}

@media(max-width:479px) {

    .login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form,
    .wgl-auth-form .modal_content .tabs-panel form {
        padding-left: 20px;
        padding-right: 20px
    }
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form>p,
.wgl-auth-form .modal_content .tabs-panel form>p {
    position: relative
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form>p.login-remember,
.wgl-auth-form .modal_content .tabs-panel form>p.login-remember {
    margin-bottom: 36px;
    margin-top: -16px
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form>p.login-remember label,
.wgl-auth-form .modal_content .tabs-panel form>p.login-remember label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form>p.login-submit,
.wgl-auth-form .modal_content .tabs-panel form>p.login-submit {
    margin-bottom: 0
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=email],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=password],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=text],
.wgl-auth-form .modal_content .tabs-panel form input[type=email],
.wgl-auth-form .modal_content .tabs-panel form input[type=password],
.wgl-auth-form .modal_content .tabs-panel form input[type=text] {
    padding: 0;
    width: 100%
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form label,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form legend,
.wgl-auth-form .modal_content .tabs-panel form label,
.wgl-auth-form .modal_content .tabs-panel form legend {
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings legend,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings legend {
    color: var(--quere-quaternary-color);
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox],
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox] {
    cursor: pointer;
    margin: -5px .85rem 0 0;
    position: relative
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox]:before,
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox]:before {
    background: transparent;
    border-bottom: 2px solid var(--input-color);
    border-left: 2px solid var(--input-color);
    border-right-style: solid;
    border-right: 2px var(--input-color);
    border-top-style: solid;
    border-top: 2px var(--input-color);
    box-shadow: none;
    box-sizing: content-box;
    content: "";
    height: .28rem;
    left: .25rem;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: .1275rem;
    transform: rotate(-45deg) scale(0);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    width: .56rem;
    z-index: 1
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox]:checked:before,
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox]:checked:before {
    transform: rotate(-45deg) scale(1)
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox]:after,
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox]:after {
    background: #fff;
    border: 1px solid var(--input-color);
    border-radius: 0;
    box-sizing: content-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    left: 0;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: -.125rem;
    width: 1rem
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .forgetmenot,
.wgl-auth-form .modal_content .tabs-panel form .forgetmenot {
    margin-bottom: 10px;
    margin-top: 6px
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings-notoggle,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings-notoggle {
    margin-top: -11px;
    text-align: left
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings-toggle,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings-toggle {
    margin-top: -10px;
    text-align: left
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .visibility-toggle-link,
.wgl-auth-form .modal_content .tabs-panel form .visibility-toggle-link {
    background: rgba(var(--quere-primary-rgb), .1);
    border: 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 0;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 4px;
    min-height: 26px;
    padding: 0;
    position: relative;
    text-align: center;
    top: -5px;
    width: 26px
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .visibility-toggle-link:after,
.wgl-auth-form .modal_content .tabs-panel form .visibility-toggle-link:after {
    color: var(--quere-primary-color);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form h4,
.wgl-auth-form .modal_content .tabs-panel form h4 {
    font-size: 18px
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings-close,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings-close {
    align-items: center;
    background: transparent;
    border: 1px solid #d4dbee;
    border-radius: 5px;
    color: var(--quere-button-color-hover);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    letter-spacing: .05em;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings-close:before,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings-close:before {
    color: #fc5e5e;
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 10px;
    margin-right: 6px;
    vertical-align: middle
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form .field-visibility-settings-close:hover,
.wgl-auth-form .modal_content .tabs-panel form .field-visibility-settings-close:hover {
    background: #f4f7fb;
    border-color: #f4f7fb
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .lost-password,
.wgl-auth-form .modal_content .tabs-panel .lost-password {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel #login_error,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .message,
.wgl-auth-form .modal_content .tabs-panel #login_error,
.wgl-auth-form .modal_content .tabs-panel .message {
    background: #f5f7ff;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: var(--quere-quaternary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 21px 40px -14px;
    padding: 20px
}

@media(max-width:479px) {

    .login-in-dashboard.wgl-dashboard .modal_content .tabs-panel #login_error,
    .login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .message,
    .wgl-auth-form .modal_content .tabs-panel #login_error,
    .wgl-auth-form .modal_content .tabs-panel .message {
        margin-left: 20px;
        margin-right: 20px
    }
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel p.submit,
.wgl-auth-form .modal_content .tabs-panel p.submit {
    clear: both
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit],
.wgl-auth-form .modal_content .tabs-panel .button-primary,
.wgl-auth-form .modal_content .tabs-panel input[type=submit] {
    background-color: var(--quere-button-bg-hover);
    border-radius: 32px;
    color: var(--quere-button-color-hover);
    float: none;
    font-size: 14px;
    font-weight: 600;
    height: 56px;
    line-height: 18px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    transition: all .45s;
    width: 100%
}

.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:active,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:focus,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:hover,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:active,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:focus,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:hover,
.wgl-auth-form .modal_content .tabs-panel .button-primary:active,
.wgl-auth-form .modal_content .tabs-panel .button-primary:focus,
.wgl-auth-form .modal_content .tabs-panel .button-primary:hover,
.wgl-auth-form .modal_content .tabs-panel input[type=submit]:active,
.wgl-auth-form .modal_content .tabs-panel input[type=submit]:focus,
.wgl-auth-form .modal_content .tabs-panel input[type=submit]:hover {
    background-color: var(--quere-button-color-hover);
    border-color: var(--quere-button-border-hover);
    box-shadow: none;
    color: var(--quere-button-bg-hover);
    outline: none
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box,
.wgl-auth-form .modal_content .wgl-property-notice-box {
    min-height: 46px;
    padding: 21px 10px 13px
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_icon_wrap,
.wgl-auth-form .modal_content .wgl-property-notice-box .message_icon_wrap {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: -7px
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_close_button,
.wgl-auth-form .modal_content .wgl-property-notice-box .message_close_button {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_text li,
.wgl-auth-form .modal_content .wgl-property-notice-box .message_text li {
    line-height: inherit
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_content,
.wgl-auth-form .modal_content .wgl-property-notice-box .message_content {
    max-width: calc(100% - 65px);
    text-align: left
}

.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_content .message_text,
.wgl-auth-form .modal_content .wgl-property-notice-box .message_content .message_text {
    font-size: 12px
}

.login-in-dashboard.wgl-dashboard .wgl-property-notice-box,
.wgl-auth-form .wgl-property-notice-box {
    margin-bottom: 20px
}

.login-in-dashboard.wgl-dashboard .wgl-property-notice-box+.wgl_message,
.wgl-auth-form .wgl-property-notice-box+.wgl_message {
    margin-top: 0
}

.login-in-dashboard.wgl-dashboard .closed_register .wgl_message,
.wgl-auth-form .closed_register .wgl_message {
    margin-top: 10px
}

.login-in-dashboard.wgl-dashboard .wgl_message,
.wgl-auth-form .wgl_message {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: -20px 0 30px;
    padding: 20px;
    text-align: left
}

.login-in-dashboard.wgl-dashboard .wgl_message+.message,
.wgl-auth-form .wgl_message+.message {
    margin-top: 22px
}

@media(max-width:479px) {

    .login-in-dashboard.wgl-dashboard .wgl_message,
    .wgl-auth-form .wgl_message {
        margin-left: 20px;
        margin-right: 20px
    }
}

.login-in-dashboard.wgl-dashboard .wgl_message ul,
.wgl-auth-form .wgl_message ul {
    padding: 0
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li,
.wgl-auth-form .wgl_message ul li {
    list-style: none;
    margin-bottom: 8px
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li:last-child,
.wgl-auth-form .wgl_message ul li:last-child {
    margin-bottom: 0
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy,
.wgl-auth-form .wgl_message ul li .copy {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:after,
.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:before,
.wgl-auth-form .wgl_message ul li .copy:after,
.wgl-auth-form .wgl_message ul li .copy:before {
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateZ(0);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    visibility: hidden
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:before,
.wgl-auth-form .wgl_message ul li .copy:before {
    background: transparent;
    border: 6px solid transparent;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    z-index: 1001
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:after,
.wgl-auth-form .wgl_message ul li .copy:after {
    background-color: #131242;
    border-radius: 4px;
    color: #fff;
    content: attr(data-title);
    font-family: var(--quere-content-font-family);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: -16px;
    margin-left: 12px;
    padding: 1px 5px;
    white-space: nowrap;
    z-index: 1000
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:after,
.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:before,
.wgl-auth-form .wgl_message ul li .copy:after,
.wgl-auth-form .wgl_message ul li .copy:before {
    bottom: calc(100% - 5px);
    left: 100%
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:before,
.wgl-auth-form .wgl_message ul li .copy:before {
    border-right-color: #131242;
    border-top-color: transparent;
    bottom: calc(100% - 16px);
    margin-bottom: 0
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy.copied:after,
.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy.copied:before,
.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:hover:after,
.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy:hover:before,
.wgl-auth-form .wgl_message ul li .copy.copied:after,
.wgl-auth-form .wgl_message ul li .copy.copied:before,
.wgl-auth-form .wgl_message ul li .copy:hover:after,
.wgl-auth-form .wgl_message ul li .copy:hover:before {
    opacity: 1;
    visibility: visible
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy.copied:before,
.wgl-auth-form .wgl_message ul li .copy.copied:before {
    border-right-color: #37d49f
}

.login-in-dashboard.wgl-dashboard .wgl_message ul li .copy.copied:after,
.wgl-auth-form .wgl_message ul li .copy.copied:after {
    background-color: #37d49f
}

.wgl-auth-form .wgl_message {
    margin-top: 0
}

.wgl-theme-header .login-in_wrapper {
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%
}

.wgl-theme-header .login-in,
.wgl-theme-header .login-in.wgl-dashboard {
    display: inline-block;
    padding-top: 0
}

body .wgl-site-header .login-in_wrapper a.button {
    margin: 0;
    min-width: unset;
    text-align: center
}

body .wgl-site-header .login-in_wrapper a.button .wgl-icon-login {
    display: none
}

body.modal_open {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

.wgl-dashboard .wgl_modal-window {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    outline: none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    transition: .45s
}

.wgl-dashboard .wgl_modal-window .modal-dialog {
    margin: 30px;
    max-width: 380px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.wgl-dashboard .wgl_modal-window .col2-set .col-1,
.wgl-dashboard .wgl_modal-window .col2-set .col-2 {
    width: 100%
}

@media (min-width:768px) {
    .wgl-dashboard .wgl_modal-window {
        align-items: center
    }

    .wgl-dashboard .wgl_modal-window .modal-dialog {
        max-width: 450px
    }

    .wgl-dashboard .wgl_modal-window .col2-set .col-1 {
        float: left;
        width: calc(50% - 15px)
    }

    .wgl-dashboard .wgl_modal-window .col2-set .col-2 {
        float: right;
        width: calc(50% - 15px)
    }
}

.wgl-dashboard .wgl_modal-window .overlay {
    background: rgba(28, 28, 28, .5);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .4s;
    visibility: visible;
    width: 100%;
    z-index: 1
}

.open_login .wgl_modal-window {
    opacity: 1;
    visibility: visible
}

.open_login .wgl_modal-window .overlay {
    pointer-events: auto
}

.wgl-user-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wgl-user-navigation ul li {
    margin-bottom: 2px
}

.wgl-user-navigation ul li ul {
    margin: 7px 0 12px 46px
}

.wgl-user-navigation ul li ul li a,
.wgl-user-navigation ul li ul li.is-active a,
.wgl-user-navigation ul li ul li:hover a {
    background: transparent;
    text-decoration-color: currentColor
}

.wgl-user-navigation ul li ul li {
    margin-bottom: 10px
}

.wgl-user-navigation ul li ul li:before {
    color: var(--quere-primary-color);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 20px;
    font-weight: 500;
    margin-right: 9px;
    margin-top: -2px;
    position: relative;
    transition: all .45s;
    vertical-align: middle
}

.wgl-user-navigation ul li ul li a {
    display: inline-block;
    padding-left: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em
}

.wgl-user-navigation ul li ul li a:before {
    display: none
}

.wgl-user-navigation ul li ul li.link--add-property:before {
    content: "";
    font-size: 12px;
    margin-left: 3px;
    margin-right: 12px
}

.wgl-user-navigation ul li.link--favorite a:before {
    content: ""
}

.wgl-user-navigation ul li.link--edit-profile a:before {
    content: ""
}

.wgl-user-navigation ul li.link--change-password a:before {
    content: ""
}

.wgl-user-navigation ul li.link--property-logout a:before {
    content: ""
}

.wgl-user-navigation ul li.is-active>a,
.wgl-user-navigation ul li:hover>a {
    background: #f5f5f5
}

.wgl-user-navigation ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px
}

.wgl-user-navigation ul li a:before {
    color: var(--quere-primary-color);
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 500;
    margin-right: 14px;
    margin-top: 0;
    position: relative;
    transition: all .45s;
    vertical-align: middle
}

.wgl-real-estate-loading {
    position: relative
}

.wgl-real-estate-loading:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.wgl-real-estate-loading:after {
    animation: wgl-preloader-spin 1s linear infinite;
    border: 1px solid var(--quere-primary-color);
    border-left-color: transparent !important;
    border-radius: 100%;
    border-top-color: transparent !important;
    content: "";
    display: flex;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 2
}

@keyframes wgl-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(max-width:1200px) {

    .wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy,
    .wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy {
        width: calc(50% - 20px)
    }
}

@media(max-width:1024px) {

    .row #main-dashboard-single.wgl_col-8,
    .row #main-dashboard-single.wgl_col-9,
    .row #main-dashboard.wgl_col-8,
    .row #main-dashboard.wgl_col-9 {
        width: 100%
    }

    .wgl-dashboard-properties {
        display: flex;
        flex-direction: column
    }

    .wgl-dashboard-properties>* {
        width: 100%
    }

    .wgl-dashboard-properties #main-dashboard+div,
    .wgl-dashboard-properties #main-dashboard-single+div {
        order: -1;
        width: 100%
    }

    .wgl-dashboard-properties .wgl-property-draft {
        margin-top: 15px
    }
}

@media(max-width:992px) {
    .wgl-auth-form {
        flex-direction: column
    }
}

@media(max-width:767px) {
    .wgl-user-properties_list-heading {
        display: none
    }

    .wgl-user-properties_add_property {
        margin-bottom: 15px;
        text-align: center
    }

    .wgl-user-properties_search {
        margin-bottom: 15px
    }

    .wgl-user-properties_search form {
        flex-direction: column;
        gap: 15px
    }

    .wgl-user-properties_search form .item_field.search_option {
        margin-top: 0
    }

    .wgl-user-properties_search form .label-box {
        justify-content: center
    }

    .wgl-user-properties_list-section .property__item {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center
    }

    .wgl-user-properties_list-section .property__item .property__title .action {
        text-align: center
    }

    .wgl-user-properties_list-section .property__item .property__media-wrap {
        max-width: none
    }

    .wgl-user-properties_list-section .property__item>div {
        width: auto !important
    }

    .wgl-user-properties_list-section .property__item>div.empty_field {
        display: none
    }

    .wgl-user-properties_list-section .property__item .property__title .title {
        text-align: center
    }

    .wgl-user-properties_list-section .property__item .property_date,
    .wgl-user-properties_list-section .property__item .property_status,
    .wgl-user-properties_list-section .property__item .property_types {
        display: flex;
        flex-direction: row;
        margin-left: 0
    }

    .wgl-property-submit .wgl-property-submit_preview,
    .wgl-user-profile .wgl-property-submit_preview {
        margin-bottom: 0;
        margin-top: 30px
    }

    .wgl-property-submit .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy,
    .wgl-user-profile .cmb2-wrap .cmb-row .cmb2-checkbox-list .wrapper-taxonomy {
        width: 100%
    }

    .wgl-property-submit .cmb2-wrap .cmb-row .cmb-attach-list .img-status:after,
    .wgl-user-profile .cmb2-wrap .cmb-row .cmb-attach-list .img-status:after {
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:600px) {
    .wgl-property-submit_preview.wgl-user-properties_add_property {
        flex-direction: column;
        justify-content: center
    }
}

.pGlZxqFPqpGCmLI_JHv8 {
    margin: 150px 0;
    text-align: center
}

.s_5eQ8UOKaHK1hGSRGhr {
    margin: 0 auto
}

.f5FKYdRo3nkigfbIqwO6 {
    animation: f5FKYdRo3nkigfbIqwO6 4s ease infinite;
    transform-origin: 250px 250px
}

.BAOSO2eGdAe7MdzKnOMg {
    animation: BAOSO2eGdAe7MdzKnOMg 4s ease infinite
}

.K7FIH3q_QWdH9GYrH34r {
    animation: K7FIH3q_QWdH9GYrH34r 4s ease infinite
}

.lcbbbjjoO1Wcm6IKiE6c {
    animation: lcbbbjjoO1Wcm6IKiE6c 4s ease infinite
}

.a_N193o6xccnTFKo3NzZ {
    animation: a_N193o6xccnTFKo3NzZ 4s ease infinite
}

@keyframes f5FKYdRo3nkigfbIqwO6 {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-90deg)
    }

    50% {
        transform: rotate(-180deg)
    }

    75% {
        transform: rotate(-270deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes BAOSO2eGdAe7MdzKnOMg {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translateY(355px)
    }

    50% {
        transform: translate(355px, 355px)
    }

    75% {
        transform: translate(355px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes K7FIH3q_QWdH9GYrH34r {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(-355px)
    }

    50% {
        transform: translate(-355px, 355px)
    }

    75% {
        transform: translateY(355px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes lcbbbjjoO1Wcm6IKiE6c {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translateY(-355px)
    }

    50% {
        transform: translate(-355px, -355px)
    }

    75% {
        transform: translate(-355px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes a_N193o6xccnTFKo3NzZ {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(355px)
    }

    50% {
        transform: translate(355px, -355px)
    }

    75% {
        transform: translateY(-355px)
    }

    to {
        transform: translate(0)
    }
}

.wgl-properties_list .property_meta_info .meta-data .property_price .price_stack,
.wgl-properties_map .property_meta_info .meta-data .property_price .price_stack {
    text-align: right
}