@charset "UTF-8";
/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/
.listing-submit-wrap .btn.btn-preview-listing, .btn-red-outlined, .btn-outline {
  background: transparent;
  color: #54c4d9;
  border: 1px solid #54c4d9;
}
.listing-submit-wrap .btn.btn-preview-listing:hover, .btn-red-outlined:hover, .btn-outline:hover, .listing-submit-wrap .btn.btn-preview-listing:active, .btn-red-outlined:active, .btn-outline:active, .listing-submit-wrap .btn.btn-preview-listing:focus, .btn-red-outlined:focus, .btn-outline:focus {
  background: #54c4d9;
  color: #fff;
  border: 1px solid #54c4d9;
}

.btn-red-outlined {
  color: #e43012;
  border-color: #e43012;
}
.btn-red-outlined:hover, .btn-red-outlined:active, .btn-red-outlined:focus {
  background: #e43012;
  color: #fff;
  border-color: #e43012;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.in {
    display: block !important;
  }
}

@media (max-width: 768px) {
  #user-nav {
    box-shadow: rgba(120, 120, 120, 0.1) 0px 10px 12px;
  }
}

@media (max-width: 992px) {
  .listing-info-section .block-body {
    padding: 20px 20px 0px 20px;
  }
}
.listing-info-section .listing-info-blocks {
  display: flex;
}
@media (max-width: 991px) {
  .listing-info-section .listing-info-blocks {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.listing-info-section .listing-info-blocks .listing-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.2;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .listing-info-section .listing-info-blocks .listing-info-block {
    margin: 0px 10px 20px 10px;
  }
}
.listing-info-section .listing-info-blocks .listing-info-block.show {
  opacity: 1;
}
.listing-info-section .listing-info-blocks .listing-info-block:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .listing-info-section .listing-info-blocks .listing-info-block:last-child {
    margin-right: unset;
  }
}
.listing-info-section .listing-info-blocks .listing-info-block.listing-info-block-guests {
  margin-left: auto;
  opacity: 1;
}
@media (max-width: 992px) {
  .listing-info-section .listing-info-blocks .listing-info-block.listing-info-block-guests {
    margin-left: unset;
  }
}
.listing-info-section .listing-info-blocks .listing-info-block .listing-info-block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 10px;
}
.listing-info-section .listing-info-blocks .listing-info-block .listing-info-block-icon svg {
  width: 42px;
  height: 44px;
}
.listing-info-section .listing-info-blocks .listing-info-block .listing-info-block-icon svg g,
.listing-info-section .listing-info-blocks .listing-info-block .listing-info-block-icon svg path {
  fill: #555;
}
.listing-info-section .listing-info-blocks .listing-info-block .listing-info-block-title {
  display: block;
  font-weight: 500;
  color: #222;
  text-align: center;
}

.rules-section .fa.fa-check {
  color: limegreen;
}
.rules-section .fa.fa-times {
  color: red;
}

@media (max-width: 991px) {
  #listings_module_section .block {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  #listings_module_section .block .block-title {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .dashboard-table tr {
    margin-bottom: 20px;
    background-color: #fff;
  }
}
@media (max-width: 991px) and (min-width: 435px) {
  .dashboard-table tr td {
    padding-left: 30% !important;
  }
}
@media (max-width: 991px) and (min-width: 435px) {
  .dashboard-table tr td:before {
    width: 25% !important;
  }
}

.dashboard-area .room-types .control {
  width: 33.33%;
  float: left;
}
@media (max-width: 768px) {
  .dashboard-area .room-types .control {
    width: 50%;
  }
}
.dashboard-area .cancellation-policy .control {
  margin-bottom: 12px;
}
.dashboard-area .listing-types {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 8px -5px 0;
}
.dashboard-area .listing-types .listing-type {
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  border: 1px solid #eee;
}
.dashboard-area .listing-types .listing-type .listing-type-parent {
  padding: 16px;
}
.dashboard-area .listing-types .listing-type .listing-type-parent .control {
  margin-bottom: 0;
}
.dashboard-area .listing-types .listing-type .listing-type-children {
  padding: 16px;
  border-top: 1px solid #eee;
}
.dashboard-area .listing-types .listing-type .listing-type-children .control:last-child {
  margin-bottom: 0;
}
.dashboard-area .invoice-detail .invoice-header .invoice-logo {
  max-width: 240px;
}

.board-panel-menu a {
  font-size: 14px;
}

#modal-discount .add-discount-form {
  margin-bottom: 20px;
}
#modal-discount #discount-container {
  background: #fafafa;
  padding: 16px;
  margin: 16px 0;
}
#modal-discount #discount-container .imported-calendar-row:last-child {
  margin-bottom: 0;
}
#modal-discount .discount-actions {
  margin-bottom: 0;
}
#modal-discount .discount-actions button[disabled] {
  background: lightgrey;
  border-color: lightgrey;
}

#modal-extra-expenses .add-expense-form {
  margin-bottom: 20px;
}
#modal-extra-expenses #expenses-container {
  background: #fafafa;
  padding: 16px;
  margin: 16px 0;
}
#modal-extra-expenses #expenses-container .imported-calendar-row:last-child {
  margin-bottom: 0;
}
#modal-extra-expenses .expenses-actions {
  margin-bottom: 0;
}
#modal-extra-expenses .expenses-actions button[disabled] {
  background: lightgrey;
  border-color: lightgrey;
}

.sub-label {
  margin: -6px 0 12px;
}

.title-form-group {
  margin-top: 12px;
  margin-bottom: 32px;
}

.listing-type-parent .control:after {
  content: "";
  font-family: "FontAwesome";
  float: right;
  color: #bbb;
  font-size: 16px;
  transition: 0.2s;
}
.listing-type-parent.checked .control:after {
  transform: rotate(180deg);
}

.room-type-radio-tab.error, .room-type-radio-tab.field-error,
.listing-type-parent.error,
.listing-type-parent.field-error {
  border-color: #c31b1b;
  background-color: #F6C8C8;
}

.hours-group .btn-group.error .btn {
  border-color: #c31b1b;
  background-color: #F6C8C8;
}

.half-map-search-inner-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .half-map-search-inner-wrap {
    flex-direction: column;
  }
}
.half-map-search-inner-wrap > div {
  flex-grow: 1;
  flex-basis: 0;
}
.half-map-search-inner-wrap .search-hours-range {
  min-width: 250px;
}
@media (max-width: 1200px) {
  .half-map-search-inner-wrap .search-type {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.search-type .error {
  margin-top: 8px;
  color: red;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}

#space-type-search:focus::placeholder {
  color: #999999;
}

.easy-autocomplete {
  width: auto !important;
}
.easy-autocomplete input {
  box-shadow: none;
  border-color: #d8dce1;
  color: #4f5962;
}
.easy-autocomplete .easy-autocomplete-container ul {
  border: 1px solid #d8dce1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.easy-autocomplete .easy-autocomplete-container ul li {
  font-size: 16px;
  padding: 8px 12px;
  color: #4f5962;
  border: none;
}
.easy-autocomplete .easy-autocomplete-container ul li:hover {
  background: #e6f6f9;
  cursor: pointer;
}
.easy-autocomplete .easy-autocomplete-container ul li.parent-space-type .eac-item {
  font-weight: bold;
}

.search-filter-wrap .room-types .control {
  width: 33.33%;
  float: left;
}
@media (max-width: 768px) {
  .search-filter-wrap .room-types .control {
    width: 50%;
  }
}

#modal-register #register-terms-link {
  color: #41c772;
}

.footer-widget .widget-title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget .subscribe-form-checkboxes,
.footer-widget .subscribe-form-inner {
  display: flex;
}
.footer-widget .subscribe-form-checkboxes {
  display: flex;
}
.footer-widget .subscribe-form-checkboxes .control:first-child {
  margin-right: 16px;
}
.footer-widget .subscribe-form-checkboxes .control .contro-text {
  color: #fff;
}
.footer-widget .subscribe-form-inner input[type=email] {
  flex-grow: 1;
  margin-right: 12px;
}

.services-module.style3 .service-block {
  display: flex;
  flex-direction: column;
}
.services-module.style3 .service-block .block-content {
  width: unset;
}
.services-module.style3 .service-block .block-icon img {
  height: 40px;
  width: auto;
}

#ideal-section a {
  pointer-events: none;
}
#ideal-section img {
  width: 100%;
}
#ideal-section .vc_column-inner {
  justify-content: flex-start;
}
#ideal-section .vc_column-inner .item-title-head {
  margin-bottom: 0;
}

.modal-login-form .checkbox a {
  color: #41c772 !important;
}

.address-links {
  display: flex;
  align-items: center;
}
.address-links i {
  margin-right: 2px;
}
.address-links .address-link {
  margin: 0 5px;
}
.address-links .address-sep {
  font-size: 12px;
}

.item-grid-view .add-new-item .item-media-thumb .item-media-price .item-price .starting-from-price {
  font-size: 12px;
}
@media (min-width: 500px) {
  .item-grid-view .item-wrap {
    min-height: 444px;
  }
}
.item-grid-view .item-wrap .item-media-thumb .item-media-price .item-price .starting-from-price {
  font-size: 12px;
}

.menu-search a {
  position: relative;
  padding-left: 36px !important;
}
.menu-search a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  font-family: FontAwesome;
}
@media (max-width: 992px) {
  .menu-search a:after {
    top: 14px;
  }
}

.how-it-works-left:after {
  display: block;
  content: " ";
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: #dce0e0;
  top: 76px;
  right: 0px;
}
@media (max-width: 768px) {
  .how-it-works-left:after {
    display: none;
  }
}

.how-it-works-right:after {
  display: block;
  content: " ";
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: #dce0e0;
  top: 76px;
  left: 0px;
}
@media (max-width: 768px) {
  .how-it-works-right:after {
    display: none;
  }
}

#howItWorksLine {
  position: absolute;
  height: 1200px !important;
  width: 4px;
  left: 50%;
  background-color: #dce0e0;
}
#howItWorksLine:before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid #dce0e0;
  position: absolute;
  left: -14px;
  top: -30px;
}
#howItWorksLine:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid #dce0e0;
  position: absolute;
  left: -14px;
  bottom: -30px;
}
@media (max-width: 768px) {
  #howItWorksLine {
    display: none;
  }
}

.starting-from-price {
  font-size: 12px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}

.hover-effect .item-media-price .item-price .starting-from-price {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}

.hourly-search-banner .search-hours-range .search-hours-range-left .dropdown-menu.open,
.hourly-search-banner .search-hours-range .search-hours-range-right .dropdown-menu.open {
  overflow: auto !important;
}

.hourly-search-banner .bootstrap-select.btn-group .dropdown-menu {
  overflow-y: auto !important;
  max-height: unset !important;
}

.rules_list {
  columns: 2;
}
.rules_list .no {
  opacity: 0.3;
}
.rules_list .yes {
  font-weight: 500;
}

.header-nav .login-register li {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .header-nav .header-mobile-wrap .container {
    width: 750px !important;
  }
}
@media (min-width: 768px) {
  .header-nav .container:nth-child(3) {
    width: 750px !important;
  }
}

.item-promo .item-body {
  min-height: 272px;
}

.error404 .main-content-area h1 {
  font-size: 36px;
  margin-bottom: 60px;
}
.error404 .error-image {
  max-width: 660px;
  height: auto;
}

.title-section .avatar {
  top: 32px;
}

.item-wrap .item-media-price {
  pointer-events: none;
}

.control input:focus:not(:checked) ~ .control__indicator {
  background-color: #fff;
  border: 1px solid #d8dce1;
}

.dashboard-listing-table address {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

.article-detail ol {
  padding-left: 0;
}
.article-detail ol li h3 {
  display: inline;
}

.listing-submit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: white;
  padding: 16px;
  border-top: 1px solid #d8dce1;
}
.listing-submit-wrap .btn {
  width: 320px;
  margin: 0 8px;
}
.listing-submit-wrap .btn:last-child {
  width: 320px;
}

#submit_listing_form {
  margin-bottom: 100px;
}

.add-expense-form .sub-label,
.add-discount-form .sub-label {
  font-size: 13px;
}

.view-invoice-action {
  padding: 0 12px;
  font-weight: 500;
}

#similar-listing-section .item-title-head h2 a {
  white-space: normal;
}

.overlay-booking-btn {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .overlay-booking-btn {
    display: flex !important;
  }
}
.overlay-booking-btn .overlay-booking-price {
  margin-top: 0;
}
.overlay-booking-btn .overlay-booking-price .starting-from-price {
  color: #000000;
  font-size: 11px !important;
  line-height: 16px;
}
.overlay-booking-btn button {
  display: block;
  height: 40px;
}

.tax-listing_type .top-banner-wrap {
  height: 480px;
}
@media (max-width: 768px) {
  .tax-listing_type .top-banner-wrap {
    height: 420px;
  }
}
.tax-listing_type .top-banner-wrap .banner-caption .banner-subtitle {
  margin-bottom: 32px;
}
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .tax-listing_type .top-banner-wrap .banner-caption .search-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tax-listing_type .top-banner-wrap .banner-caption .search-wrap form {
    display: block;
  }
}
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-destination,
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-type {
  width: 360px;
  min-width: unset;
}
@media (max-width: 991px) {
  .tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-destination,
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-type {
    display: block;
    padding: 0;
    margin: 0 0 8px;
  }
}
@media (max-width: 500px) {
  .tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-destination,
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-type {
    width: 100%;
  }
}
.tax-listing_type .top-banner-wrap .banner-caption .search-wrap form .search-type .easy-autocomplete-container {
  text-align: left;
}
.tax-listing_type .main-content-area {
  padding: 60px 0 52px;
}
@media (max-width: 768px) {
  .tax-listing_type .main-content-area {
    padding: 40px 0 32px;
  }
}
.tax-listing_type .main-content-area .listings-title-wrap {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 768px) {
  .tax-listing_type .main-content-area .listings-title-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.tax-listing_type .main-content-area .listings-title-wrap .listings-title {
  font-size: 26px;
}
@media (max-width: 768px) {
  .tax-listing_type .main-content-area .listings-title-wrap .listings-title {
    font-size: 22px;
  }
}

.overlay-search-module {
  overflow-y: auto;
}
.overlay-search-module .search-banner .search-type .on-focus {
  padding: 6px 12px !important;
}

@media (max-width: 768px) {
  .half-map-wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .half-map-wrap .half-map-left-wrap {
    order: -1;
  }
}
@media (max-width: 768px) {
  .half-map-wrap .half-map-left-wrap .listing-wrap {
    min-height: 140px;
  }
}
@media (max-width: 768px) {
  .half-map-wrap .half-map-left-wrap .listing-wrap .map-notfound {
    left: 50%;
    margin-left: -140px;
  }
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 100;
}

.mobile-cta {
  display: none;
  background: #fff;
  text-align: center;
  padding: 60px 24px;
}
@media (max-width: 768px) {
  .mobile-cta {
    display: block;
  }
}
.mobile-cta h2 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.2;
}

/*# sourceMappingURL=style.css.map */
