/*
 Theme Name:   Homey Child
 Theme URI:    http://themeforest.net/user/favethemes/
 Description:  Homey Child Theme
 Author:       Ynnovation
 Author URI:   https://ynovation.pt
 Template:     homey
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  homeychild
*/
/* ----------------------------------------------------------------------------------------------
* styles
* ----------------------------------------------------------------------------------------------*/
.availability-notes .day-pending:before {
  color: #ecedef;
}
.notify.text-success {
	display: none;
}
.gm-marker {
    background: transparent;
    border: none;
    -webkit-box-shadow: none ! important;
    box-shadow: none ! important;
}
.gm-marker:after {
    display: none !important;
}
#google-maps-info-window .item-price,
#homey_halfmap_listings_container .item-price,
.item-price {
	display: none !important;
}

/*promo-ynnov*/
:root {
  --size: 1;
  --background: #F7F8F9;
  --color1: #607D8B;
  --color2: #EC585C;
  --color3: #E7D155;
  --color4: #9E9E9E;
}
.promo-ynnov .item-promo-image {
	background-color: #f1f1f1f1;
	padding-top: 30px;
}
.promo-ynnov .item-promo {
  position: relative;
  transition: all 300ms cubic-bezier(0.03, 0.98, 0.53, 0.99) 0s;
  background: linear-gradient( to bottom, #607D8B, #607D8B, #9E9E9E, #9E9E9E );
  border: none;
  border-radius: 12px;
  padding: 4px;
}

.promo-ynnov .item-promo:before,
.promo-ynnov .item-promo:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--background);
}

.promo-ynnov .item-promo:before {
  border: 5px solid var(--color1);
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  left: 41%;
  top: -30px;
}

.promo-ynnov .item-promo:after {
  border: 5px solid var(--color4);
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-135deg);
  right: 41%;
  bottom: -30px;
}

.promo-ynnov .item-promo-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--background);
  border-radius: 15px;
}
/* Tag icon*/
.promo-ynnov .item-media {
  padding: 30px 40px 40px 39px;
  width: 200px;
  margin: auto;
}
.promo-ynnov:nth-child(1) .fa-secondary{
    color: #607d8b9c;
}
.promo-ynnov:nth-child(1)  .fa-primary {
    color: #666;
}
.promo-ynnov:nth-child(2) .fa-secondary{
    color: #607d8bcf;
}
.promo-ynnov:nth-child(2)  .fa-primary {
    color: #555;
}
.promo-ynnov:nth-child(3) .fa-secondary{
    color: #607D8B;
}
.promo-ynnov:nth-child(3)  .fa-primary {
    color: #444;
}
/****************************/
.promo-ynnov .item-body.media-body {
    border-top: 2px dashed #607D8B;
}
.promo-ynnov .item-promo .title {
  text-align: center;
}
.promo-ynnov .text-left {
  text-align: justify;
}
#homey_contact-2  .fa {
  font-size: 17px;
}
.carousel-picker {
  height: 12px;
  margin-right: 5px;
  color: #3b4249;
}
.carousel-item-separator {
  margin-left: 10px;
}
.carousel-item-tipology {
  
}
.search-coupon {
  position: relative;
}
.search-coupon:after {
  content:"icon";
  text-indent:-999em;
  display:block;
  width:25px;
  height:25px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='ticket' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-ticket fa-w-18 fa-2x'%3E%3Cg class='fa-group'%3E%3Cpath fill='%23cccccc' d='M576 208v-96a48 48 0 0 0-48-48H48a48 48 0 0 0-48 48v96a48 48 0 0 1 0 96v96a48 48 0 0 0 48 48h480a48 48 0 0 0 48-48v-96a48 48 0 0 1 0-96zM400 400a16 16 0 1 1 16-16 16 16 0 0 1-16 16zm0-64a16 16 0 1 1 16-16 16 16 0 0 1-16 16zm0-64a16 16 0 1 1 16-16 16 16 0 0 1-16 16zm0-64a16 16 0 1 1 16-16 16 16 0 0 1-16 16zm0-64a16 16 0 1 1 16-16 16 16 0 0 1-16 16z' class='fa-secondary'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M400 304a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm0 64a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm0-224a16 16 0 1 0-16-16 16 16 0 0 0 16 16zm0 96a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm0-64a16 16 0 1 0 16 16 16 16 0 0 0-16-16z' class='fa-primary'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  left: 15px;
  top: 9px;
  font-size: 16px;
  font-family: "Fontawesome";
  position: absolute;
}
.sidebar-booking-module .search-coupon input.form-control.on-focus,
#overlay-booking-module .sidebar-booking-module .search-coupon input.form-control.on-focus,
.half-map-search-inner-wrap .search-coupon input.form-control.on-focus {
  padding: 0 0 0 50px;
}

.sidebar-booking-module .search-coupon {
    margin-bottom: 10px;
}
.search-banner .search-destination:after, 
.search-banner .search-date-range:after, 
.search-banner .search-guests:after, 
.search-banner .search-date-range-arrive:after, 
.search-banner .search-date-range-depart:after, 
.search-banner .search-hours-range .search-hours-range-left:after, 
.search-banner .search-hours-range .search-hours-range-right:after,
.search-banner .search-coupon:after {
    top: 12px;
    left: 20px;
    font-size: 18px;
}
.search-banner .search-date-range input.form-control.on-focus,
.search-banner .search-coupon input.form-control.on-focus {
  padding: 20px 0 1px 50px;
}
.search-banner .search-date-range input.form-control.on-focus,
.search-banner .search-coupon input.form-control.on-focus,
.search-date-range input.form-control,
.search-banner .search-coupon input.form-control {
  transition: 0.2s;
  height: 45px!important;
  font-size: 15px;
}
.host-avatar-wrap.avatar,
.item-user-image.list-item-hidden,
.homey-matchHeight .item-footer {
  display: none;
}
#about-section .block-bordered .block-col:nth-child(odd) {
  background-color: #fcfcfc;
}
#about-section .block-bordered .block-col:nth-child(even) {
  background-color: #f9f9f9f9;
}
#features-section .fa-circle,
#rules-section .fa-circle {
  font-size: 8px;
  vertical-align: middle;
}
.d-flex {
  display: flex;
}
.w-50 {
  width: 50%
}
@media (max-width: 991px) {
  .search-coupon {
      width: 100%;
      margin-bottom: 10px;
      display: block;
      padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .d-flex {
    display: inline-block;
  }
  .w-50 {
    width: 100%
  }
}
.btn-facebook {
  color: #949ca5 !important;
}
.btn-facebook-a:hover {
    background: #003580;
}
.btn-facebook-a:hover, 
.btn-facebook-a:focus, 
.btn-facebook-a:active {
    color: #fff !important;
}
.btn-facebook-a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #506dab;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}
.block-accomodation {
  min-height: 160px;
}
.footer a,
.footer .list-unstyled li {
  font-size: 13px !important;
}
.list-unstyled .fa-mobile {
  font-size: 20px !important;
}