/*
Theme Name: Homey
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://favethemes.com/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 2.1.1
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: This theme or plugin is comprised in two parts (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this
text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.
License URI: https://themeforest.net/licenses 
Text Domain: homey
*/
/* ----------------------------------------------------------------------------------------------
* styles
* ----------------------------------------------------------------------------------------------*/
@media print {
.dashboard-sidebar, .dashboard-page-title, .alert, .block-head .block-right, .payment-buttons, .header-dashboard, .btn {display:none;}
.dashboard-with-sidebar {padding: 0 !important;}
}
body.blog .main-content-area {
	margin-top: 40px;
}
div.gm-style > button[title="Toggle fullscreen view"] {
  display: none !important;
}
.bootbox-close-button, .homey_preloader {
	display: none;
}
.spinner {
  margin: 0px auto !important;
  width: auto !important;
}
.msg-user-info {
    margin: 0px 0 10px 0px;
}
div#media-tab {
    width: 100%;
}
#homey_sticky_map {
	min-height: 555px;
  width: 100%;
}
#banner-map, 
div#homey-halfmap {
	width: 100%;
	height: 100%;
}
.map_canvas {
	height: 300px;
}
.item-user-info {
    text-transform: capitalize;
}
.gallery-hidden { display: none; }

.homey-in-range { 
  background-color: rgba(84, 196, 217, 0.2)!important; 
}
.homey-start-date, 
.homey-end-date{ 
	background-color: #2a6ebb !important;
  color: #ffffff;
}
.account-loggedin .user-image .user-alert {
        width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e43012;
    right: 1px;
    position: absolute;
    top: 22px;
}
.account-dropdown > ul > li .msg-alert,
#user-nav > ul > li .msg-alert {
    top: 43%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e43012;
    position: absolute;
}


.booking-property-img img {
	width: 160px;
}
.price-section ul.detail-list li {
	text-transform: capitalize;
}
.rules-section ul.rules_list li strong {
	float: right;
}
.dashboard-listing-table img {
    width: 110px;
}
.rating .fa-star-half-o {
    color: #f8b42b;
}
.avatar {
	border-radius: 50%;
}
.homey_stripe_simple {
	display: none !important;
}
header.header-nav.sticky-nav-area, 
.main-search.sticky-search-area, 
.nav-area.sticky-nav-area {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    opacity:0;
    visibility:hidden;
    transform:translate(0, -200px);
}

.widget-currency-switcher li a:before {
    content: "" !important;
    font-family: "" !important;
}

header.header-nav.homey-in-view, 
.main-search.homey-in-view, 
.nav-area.homey-in-view {
  opacity:1;
  position: fixed !important;
  visibility:visible;
  transition: all 0.4s ease;
  transform:translate(0, 0);
  animation: fadein 0.4s;
}

.map-notfound {
    font-size: 20px;
    font-weight: 300;
    z-index: 1;
    top: 48%;
    left: 26%;
    width: 280px;
    height: 78px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    opacity: .95;
    color: #434a54;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
}
.homey-carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.homey-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.homeyInfobox > img {
    z-index: 10;
}
.homeyInfobox::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(0,0);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid white;
}
.mw-nav {
  display: none;
}
#google-maps-info-window .item-wrap {
  width: 100%;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
}
nav#comment-nav-above {
    margin-bottom: 25px;
}
.nav-previous {
    display: inline-block;
}
.nav-next {
    display: inline-block;
    float: right;
}
.page-wrap .pagination {
    text-align: center;
    margin: 0;
}
#swipebox-close {
    z-index: 999999 !important;
}
.homey-display {
  display: block !important;
}
.fc-button {
    color: #fff !important;
}
.search-hourly-calendar-main {
  width: 350px !important;
}
.search-hourly-calendar-main:after, .search-hourly-calendar-main:before {
    left: 50% !important;
}
.icon-center {
  position: absolute;
    top: 50%;
    left: 45%;
    z-index: 100000000;
}
ul.detail-list li {
    text-transform: inherit;
}
​ul.rules_list.detail-list {
    text-transform: capitalize;
}
.overlay-booking-btn {z-index: 999;}
.overlay-booking-module {z-index: 1000;}

.board-panel-item-active {
  background-color: rgba(84, 196, 217, 0.15);
}
.board-panel-item-active ul {
  display: block;
}
i.host_role {
  color: #f8b42b;
}
.transfer_fee, .transfer_note {
  display: none;
}
li.current-month.reservation_start.homey-not-available-for-booking {
    cursor: pointer !important;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.less-fee {
  font-style: italic;
}
#module_listings span.label {
  text-transform: capitalize;
}
.more_extra_services_wrap {
    margin-bottom: 15px;
}
#homey-map-loading .spinner {
  left: 50%;
}
.host-percentage {
  display: none;
}
.local-payment-info {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
.single-listing-calendar li.current-month.reservation_start.day-booked.homey-not-available-for-booking.future-day,
.single-listing-calendar li.current-month.reservation_start.day-pending.homey-not-available-for-booking.future-day {
    background: #e4f4d9;
    z-index: -2;
}
li.past-day {
    text-decoration: line-through !important;
    color: #949ca5 !important;
    font-weight: 300 !important;
}
#invoices_content #homey-map-loading {
    top: 185px;
}
.icon-featured {
  color: #949ca5;
  background-color: transparent;
  border-color: transparent;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}
.icon-delete {
  float: right !important
}
#homey_stripe_card {
  padding: 9px 12px;
}
div#card-errors {
    color: red;
    margin-bottom: 6px;
}
div#stripe_main_wrap {
    margin-top: 25px;
}
.search-radius-distance .control {
  padding-left: 0;
}
@media (max-width: 991px) {
    .dashboard-area .block .block-body .col-sm-12.col-xs-12 {
    z-index: 1;
}
}
figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
ul.blocks-gallery-grid {
  margin-bottom: 0;
}
.alignfull > figcaption, .alignfull > .wp-caption-text {
    width: calc(100% - 10rem);
}
/* Gallery Columns */

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0;
    float: none;
  }
@media screen and (min-width: 30em) {
.gallery-item {
  max-width: 25%;
  width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
  width: 25%;
}
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.wp-caption, .gallery-caption {
    color: #666;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
    white-space: inherit;
    overflow: visible;
    text-overflow: inherit;
}
.search-type-radius.search-radius-dropdown {
    margin-top: 10px;
}
.search-type-radius button.btn.dropdown-toggle.btn-default {
    padding: 7px 13px;
}
.search-type-radius button.btn.dropdown-toggle.btn-default.bs-placeholder {
    color: #333;
}
#homey-single-map {
  z-index: 100;
}
div#homey-halfmap, div#homey_sticky_map, div#banner-map {
    z-index: 0;
}
.item-card-view ul.item-amenities {
    height: auto;
}
.item-card-view .title a {
    color: #ffffff;
}
.ui-autocomplete {
    height: auto !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dce0e0;
}
.ui-autocomplete {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-front {
    z-index: 100;
}
.ui-autocomplete .ui-menu-item {
    padding: 10px 20px;
    border-bottom: 1px solid #dce0e0;
}
.sidebar-booking-module-footer {
    margin-bottom: 30px;
}
.half-map-left-wrap .item-grid-view .item-wrap,
.half-map-left-wrap .item-card-view .item-wrap {
    max-width: 380px;
}
.elementor-element .banner-caption-side-search {
    height: auto;
}
.new_reser_request_user_email {
    width: 100%;
    margin-bottom: 10px;
}

.search-wrap .search-type .bootstrap-select .dropdown-toggle .filter-option {
	line-height: 55px;
}

.detail-list.detail-list-2-cols {
	column-gap: 5em;
}
.details-section ul.detail-list li {
	position:relative;
}
.details-section .detail-list li {
	padding-left: 20px;
}
.details-section .detail-list i {
	position: absolute!important;
    left: 0;
}

body .item-title-head .title a {
	color:#006fb9;
}

.wp-block-button.aligncenter.has-custom-font-size.is-style-fill.has-small-font-size {
    margin-bottom: 0px !important;
}
.wp-block-button.aligncenter.has-custom-font-size.is-style-fill.has-small-font-size a:hover,
.wp-block-button.aligncenter.has-custom-font-size.is-style-fill.has-small-font-size a:active,
.wp-block-button.aligncenter.has-custom-font-size.is-style-fill.has-small-font-size a:focus {
    color: #fff!important;
    background-color: #ff54a6!important;
    border-color: #ff54a6!important;
}


.header-mobile {
	width: 100%;
	z-index:10;
	top:0px;
}


.help-call-block {
	border-top: 1px dotted #d8dce1;
	background:#fff;
	padding:30px;
	text-align:center;
}
.help-call-block .title {
	color:#006fb9;
}
.help-call-block .phone {
	color:#ff4fa4;
}
.help-call-block .link {
	margin-top:20px;
}
.help-call-block .link a {
	margin:0 15px;
	width: 45px;
    display: inline-block;
}
.help-call-block .link .d-block {
	display:inline-block;
}
.help-call-block .link .d-mobile {
	display:none;
}
@media screen and (max-width: 1024px) {
	.help-call-block .link .d-block {
		display:none;
	}
	.help-call-block .link .d-mobile {
		display:inline-block;
	}
}
	
.right-phone {
	text-align:right;
}
.left-phone {
	margin-bottom:30px;
}
.right-phone i, .left-phone i {
	color:#ff4fa4;
}
.up-body {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 25px;
    z-index: 9999;
    background: #3aace3;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.show .up-body {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    bottom: 90px;
}

.up-body i {
    margin: 15px;
    display: block;
    color: #fff;
    font-size: 20px;
}	

@keyframes pulsation {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.widget-opener {
    align-items: center;
    bottom: 0;
    color: #525252de;
    display: flex;
    font-family: "SF UI Regular", sans-serif;
    font-size: 14px;
    height: 70px;
    justify-content: center;
    position: fixed;
    right: 25px;
	bottom:80px;
    width: 70px;
    z-index: 214748300099;
}
.widget-opener__button {
    align-items: center;
    background-color: #fb8c00;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 10px;
    position: relative;
    visibility: visible;
    width: 50px;
}
.widget-opener__button img {
    height: 40px;
    width: 40px;
	max-width:none;
}
.widget-opener__carousel {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s;
    width: 100%;
}
.widget-opener__carousel.color-white {
    background-color: #fff;
}
.widget-opener__carousel.hidden {
    display: none;
}
.widget-opener__icons {
    border-radius: 50%;
    display: flex;
    left: 50%;
    padding: 3px;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
}
.widget-opener__icons.animation {
    animation: iconMove 1s cubic-bezier(0.7, 0, 0, 1) infinite;
}
.widget-opener__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 27px;
    height: 27px;
}
.widget-opener__icon.main-color svg {
    height: 100%;
    width: 100%;
}
.widget-opener__pulsation {
    background-color: #fb8c00;
    border-radius: 50%;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 70px;
}
.widget-opener__pulsation.animation {
    animation: pulsation 2s infinite;
}
.widget-opener__pulsation:nth-of-type(2n) {
    animation-delay: 0.5s !important;
}
.widget-opener__close-state {
    display: none;
}
.widget-opener.open .widget-opener__carousel {
    display: none;
}
.widget-opener.open .widget-opener__pulsation {
    display: none;
}
.widget-opener.open .widget-opener__close-state {
    display: flex;
}
.contact-channels {
    background-color: #fff;
    border-radius: 25px;
    bottom: 82px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
    display: none;
    padding: 15px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 235px;
    z-index: 3147483000;
}
.contact-channels.open {
    display: block;
}
.contact-channels:after {
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    bottom: -8px;
    content: "";
    position: absolute;
    right: 34px;
    z-index: 3147483000;
}
.widget-opener .contact-channels .contact-channels__channel {
    color: #525252de;
    display: flex;
    font-family: "SF UI Regular", sans-serif;
    font-size: 14px;
    align-items: center;
    padding: 10px 15px 10px;
    text-decoration: none;
}
.widget-opener .contact-channels .contact-channels__channel:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
}
.contact-channels__channel-icon img {
    box-sizing: border-box;
    height: 40px;
    margin-right: 15px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.d-none {
    display: none !important;
}
@media (min-width: 992px){
	.d-xl-none {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}



.help-call-block .link .d-block {
	display:inline-block;
}
.help-call-block .link .d-mobile {
	display:none;
}
@media screen and (max-width: 1024px) {
	.help-call-block .link .d-block {
		display:none;
	}
	.help-call-block .link .d-mobile {
		display:inline-block;
	}
}


.accordion .card-header {padding:15px 0;cursor:pointer;font-weight:bold}
.accordion .float-right {
    margin-top: 5px;
}

.accordion .fa-minus {
    display: block;
}

.accordion .fa-plus {
    display: none;
}

.accordion .collapsed .fa-plus {
    display: block;
}

.accordion .collapsed .fa-minus {
    display: none;
}
	
.post-ratings{ margin-bottom:5px;}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    max-width: 16px;
}

/* Similar boats only */

/* === DESKTOP === */
.similar-listing-wrap .item-wrap {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

.similar-listing-wrap .media.property-item {
    display: flex;
    align-items: stretch;
    width: 750px !important;
    height: 201px !important;
    min-height: 201px !important;
    max-height: 201px !important;
    overflow: hidden;
}

.similar-listing-wrap .media-left {
    flex: 0 0 300px;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 201px !important;
    overflow: hidden;
    float: none !important;
}

.similar-listing-wrap .item-media.item-media-thumb {
    width: 100%;
    height: 201px !important;
}

.similar-listing-wrap .item-media.item-media-thumb > a {
    display: block;
    width: 100%;
    height: 201px !important;
    position: relative;
    overflow: hidden;
}

.similar-listing-wrap .item-media.item-media-thumb img {
    width: 100%;
    height: 201px !important;
    object-fit: cover;
    display: block;
}

.similar-listing-wrap .media-body.item-body {
    flex: 0 0 450px;
    width: 450px !important;
    min-width: 450px !important;
    max-width: 450px !important;
    height: 201px !important;
    min-height: 201px !important;
    max-height: 201px !important;
    padding: 16px 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    float: none !important;
}

.similar-listing-wrap .title-head-left {
    width: 100%;
}

.similar-listing-wrap .item-body .title {
    margin-bottom: 6px;
    line-height: 1.2;
}

.similar-listing-wrap .item-address {
    margin-bottom: 8px;
    line-height: 1.2;
}

/* === ЦЕНЫ === */
.similar-listing-wrap .listing-price-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.similar-listing-wrap .listing-price-box {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 8px;
    white-space: nowrap;
}

/* === ХАРАКТЕРИСТИКИ === */
.similar-listing-wrap .item-amenities {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}

.similar-listing-wrap .item-amenities li {
    margin-right: 12px;
}

.similar-listing-wrap .item-amenities li.item-type {
    flex-basis: 100%;
    width: 100%;
    display: block;
    margin-top: 6px;
    margin-right: 0;
    font-size: 13px;
    opacity: 0.85;
}

/* === УБИРАЕМ ЛИШНЕЕ === */
.similar-listing-wrap .item-footer {
    display: none;
}

.similar-listing-wrap .item-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.similar-listing-wrap .item-row > div,
.similar-listing-wrap .item-row .col-xs-12,
.similar-listing-wrap .item-row .col-sm-12,
.similar-listing-wrap .item-row .col-md-12,
.similar-listing-wrap .item-row .col-lg-12 {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* отключаем matchHeight */
.similar-listing-wrap .homey-matchHeight {
    height: auto !important;
    min-height: 0 !important;
}

/* страховка */
.similar-listing-wrap .media.property-item,
.similar-listing-wrap .media-left,
.similar-listing-wrap .media-body.item-body,
.similar-listing-wrap .item-media.item-media-thumb,
.similar-listing-wrap .item-media.item-media-thumb > a,
.similar-listing-wrap .item-media.item-media-thumb img {
    box-sizing: border-box;
}

/* === MOBILE === */
@media (max-width: 767px) {
    .similar-listing-wrap .item-wrap {
        margin-bottom: 16px !important;
        width: 100% !important;
    }

    .similar-listing-wrap .media.property-item {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .similar-listing-wrap .media-left {
        display: block !important;
        float: none !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .similar-listing-wrap .item-media.item-media-thumb {
        width: 100% !important;
        height: auto !important;
    }

    .similar-listing-wrap .item-media.item-media-thumb > a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        position: relative;
        overflow: hidden !important;
    }

    .similar-listing-wrap .item-media.item-media-thumb img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block;
        object-fit: cover;
    }

    .similar-listing-wrap .media-body.item-body {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 15px !important;
        overflow: visible !important;
    }

    .similar-listing-wrap .title-head-left {
        width: 100% !important;
    }

    .similar-listing-wrap .listing-price-grid {
        display: flex !important;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .similar-listing-wrap .listing-price-box {
        font-size: 12px;
        line-height: 1.2;
        padding: 5px 8px;
        white-space: nowrap;
    }

    .similar-listing-wrap .item-amenities {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.3;
    }

    .similar-listing-wrap .item-amenities li {
        margin-right: 10px;
    }

    .similar-listing-wrap .item-amenities li.item-type {
        flex-basis: 100%;
        width: 100%;
        display: block !important;
        margin-top: 8px;
        margin-right: 0;
    }

    .similar-listing-wrap .item-body .title {
        margin-bottom: 6px;
    }

    .similar-listing-wrap .item-address {
        margin-bottom: 8px;
    }

    .similar-listing-wrap .item-row > div,
    .similar-listing-wrap .item-row .col-xs-12,
    .similar-listing-wrap .item-row .col-sm-12,
    .similar-listing-wrap .item-row .col-md-12,
    .similar-listing-wrap .item-row .col-lg-12 {
        margin-bottom: 16px !important;
    }
}