/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 07:04:14 */
.home .mphb-reserve-room-section {
    display: none;
}
.home form#mphb-reservation-cart {
    display: none;
}
.home p.mphb_sc_search_results-info {
    display: none;
}

div#logo img {
    width: 240px;
    margin-left: 20px;
}

.condizioni-cancellazione {
    background: #f4f4f4;
    padding: 15px;
  	margin-top: -20px;
}

.condizioni-cancellazione strong {
    color: #BDA87F;
    display: block;
    margin-bottom: 8px;
}

table {
	font-size: 15px;  
}

div#mphb-flexslider-gallery-2 {
    display: none;
}

div#form-ricerca form {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
div#form-ricerca {
    background: #f4f4f4;
    padding: 45px 30px;
}
div#form-ricerca form p {
    margin: 0 15px;
}

div#form-ricerca form label {
    color: #252531;
    font-weight: bold;
    margin-bottom: 11px;
}

.mphb-reserve-rooms-details {
    display: flex;
    margin-bottom: -40px;
}

.mphb-reserve-rooms-details .mphb-room-details {
    flex: .7;
    margin-right: 50px;
}

.mphb-reserve-rooms-details .checkout-details-wrapper {
    flex: .3;
}

p.mphb-guest-name-wrapper input {
    width: 92%;
}

.checkout-details {
    background: #F4F4F4;
    padding: 20px;
    font-size: 15px;
}

.checkout-details .details-title {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
}


.elementor-widget-mphbe-checkout .mphb-check-out-date,
.elementor-widget-mphbe-checkout p.mphb-check-in-date,
.elementor-widget-mphbe-checkout p.mphb-room-type-title,
.elementor-widget-mphbe-checkout section#mphb-price-details {
  display: none;
}

.elementor-widget-mphbe-checkout  h3.mphb-booking-details-title,
.elementor-widget-mphbe-checkout h3.mphb-customer-details-title {
    font-weight: 200;
    margin-bottom: 35px;
}

.elementor-widget-mphbe-checkout h3.mphb-customer-details-title {
    border-top: 1px solid #bda87f;
    padding-top: 30px;
}


.elementor-widget-mphbe-checkout h3.mphb-customer-details-title {
  border-top: 1px solid #bda87f;
}

.elementor-widget-mphbe-checkout form label {
    color: #252531;
    font-weight: 600;
    margin-bottom: 10px;
}

[type=button], [type=submit], button {
    background: #bda87f;
    color: #fff;
    border: 1px solid #bda87f;
}

div#listaappartamenti .post-thumbnail img {
    height: 230px;
    object-fit: cover;
}

#form-ricerca [type=button], #form-ricerca [type=submit], #form-ricerca button {
  width: 150px !important;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    background: transparent;
    color: #bda87f;

}

p.mphb_sc_search-check-in-date input,
.mphb_sc_search-check-out-date input{
    background-image: url(/wp-content/uploads/2021/04/cal.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 7px;
    cursor: pointer;
    width: 100%;
    /* border-radius: 0; */
}

.help-text {
    background: #f4f4f4;
    font-size: 15px;
    padding: 20px;
    margin-top: -20px;
    padding-top: 0;
}


li.mphb-room-type-size,
h3.mphb-room-type-details-title {
  display: none !important;
}

.mphb_room_type-template-default .entry-title {
    text-align: center;
    margin-top: 25px;
    color: #BDA87F;
  display:none !important;
}

section#risultati-ricerca {
    margin: 35px 20px;
}

span.mphb-price-period,
p.mphb-regular-price strong {
  display: none;
}

.mphb_room_type-template-default span.mphb-price-period,
.mphb_room_type-template-default p.mphb-regular-price strong {
  display: inline-block;
}

.mphb_room_type-template-default p.mphb-regular-price {
  margin-top: 15px
}

span.mphb-price-period {
    cursor: unset;
}

p.mphb_sc_search_results-info {
	text-align: center;
    color: #bda87f;
    font-weight: bold;
    margin-bottom: 50px;
}

.lista .mphb-room-type {
    width: calc(33% - 25px);
    display: inline-block;
    text-align: center;
  	margin-right: 25px;
    border: 1px solid #F3F3F3;
    box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
}
.risultati .mphb-room-type {
    background:red;
}


li.mphb-room-type-total-capacity:before,
li.mphb-room-type-camere:before,
li.mphb-room-type-bagni:before {
    content: "";
    width: 28px;
    height: 28px;
  	background-image: url('/wp-content/uploads/2021/04/posti_letto.png');
    background-position: center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

li.mphb-room-type-camere:before {
  background-image: url('/wp-content/uploads/2021/04/camere.png');
}

li.mphb-room-type-bagni:before {
    background-image: url('/wp-content/uploads/2021/04/bagni.png');
}
li.mphb-room-type-total-capacity:after {
    content:"+2 posti letto";
    margin-left: 5px;
}
html[lang="en-US"] li.mphb-room-type-total-capacity:after {
  content:"+2 beds";
}
li.mphb-room-type-bagni:after {
    content:" Bagni";
    margin-left: 5px;
}
html[lang="en-US"] li.mphb-room-type-bagni:after  {
  content:" Bathrooms";
}
li.mphb-room-type-camere.mphb-room-type-custom-attribute {
  display: none;
}
.check-text {
    font-family: Arial, serif;
}

.check-in, .check-out {
    display: flex;
    align-items: center;
}

.lista span.mphb-price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-right: 15px;
}
.lista ul.mphb-loop-room-type-attributes {
    text-align: center;
}
h2.mphb-room-type-title.entry-title {
    margin-bottom: 35px;
    line-height: 25px;
}

h2.mphb-room-type-title.entry-title a {
    color: #bda87f;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px !important;
}

ul.mphb-loop-room-type-attributes {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    text-align: left;
    height: 50px;
}


ul.mphb-loop-room-type-attributes li {
    display: inline-block;
  	margin-right: 20px;
}

ul.mphb-loop-room-type-attributes li .mphb-attribute-title {
  display: none;
}

ul.mphb-loop-room-type-attributes li .mphb-attribute-value {
    display: inline;
    float: left;
    margin-left: 8px;
    margin-top: 0px;
}

.mphb_room_type-template-default .details-right {
    margin-bottom: 0 !important;
    background: #f4f4f4;
    padding: 25px;
    border-bottom: 1px solid #BDA87E;
  	padding-bottom: 10px;
}


.mphb_room_type-template-default .details-right .mphb-regular-price,
.mphb_room_type-template-default .details-right .mphb-loop-room-type-attributes {
  text-align: left;
}

.details-right span.mphb-attribute-value {
  text-align: center;
}

.mphb_room_type-template-default .details-right .mphb-regular-price .mphb-price {
    font-size: 20px;
}

.lista span.mphb-price-period {
    display: none;
    border: none;
}
p.mphb-view-details-button-wrapper a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background: #bda87f;
  transition: .3s all;
  margin-bottom: 0;
  padding: 15px 0;
  margin-top: 20px;
  display:block;
  clear:both;
}
p.mphb-view-details-button-wrapper a:hover{
  background: #333;  
  color: #fff !important;
}
p.mphb-view-details-button-wrapper {
    margin: 0;
}

span.sub-arrow {
    display: none;
}

.elementor-location-footer a {
    color: #bda87f;
}

.elementor-location-footer a:hover {
    text-decoration: underline;
}

p.mphb-view-details-button-wrapper:hover {
    background: transparent;
}

p.mphb-view-details-button-wrapper:hover a {
    color: #bda87f;
}

#form-ricerca input.button:focus {
    border: 1px solid #bda87f !important;
    background: #bda87f;
    width: 145px;
    font-size: 18px;
    color: #fff;
}

h4.elementor-heading-title {
    color: #BDA87F !important;
    font-weight: 400 !important;
}

.mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
    margin: 0;
}

.mphb-service 
 p.mphb-price-wrapper {
    display: none;
}

.mphb_sc_services-wrapper .mphb-service a {
    font-size: 15px;
    margin-right: 20px;
    color: #000;
    pointer-events: none;
  	font-weight: normal;
    margin-top: 6px;
    display: inline-block;
    float: left;
}

.mphb_sc_services-wrapper .mphb-service {
    width: 33.3333%;
    display: inline-block;
    height: 50px;
}

h2.mphb-service-title {
    margin-top: 0;
  	margin-bottom: 20px;
}


p.mphb-required-fields-tip {
    display: none;
}

input.mphb-reserve-btn.button {
    border: 1px solid #BDA87F !important;
    color: #fff;
  	width: 100%;
}

input.button.mphb-button.mphb-confirm-reservation {
    width: 100%;
}

input.mphb-reserve-btn.button:hover,
input.mphb-reserve-btn.button:focus {
    background: transparent;
    color: #BDA87F;
    border: 1px solid #BDA87F !important;
}

.mphb_room_type-template-default .mphb-booking-form {
    background: #f4f4f4;
    padding: 25px;
}

h3.mphb-booking-details-title,
h4.mphb-price-breakdown-title,
h3.mphb-customer-details-title,
p.mphb-check-in-date strong,
p.mphb-check-out-date strong,
form.mphb_sc_checkout-form a,
span.mphb-price{
  color: #bda87f
}

form.mphb_sc_checkout-form a:hover {
  text-decoration: underline;
}

section#mphb-customer-details p[class^="mphb-customer-"] {
  width: calc(33% - 25px);
  display: inline-block;
  float: left;
  margin-right: 15px;
}


p.mphb-customer-note {
    width: 100% !important;
}

p.mphb-total-price,
p.mphb_sc_checkout-submit-wrapper {
    float: left;
}

section.mphb-checkout-terms-wrapper.mphb-checkout-section {
    width: 100%;
    float: right;
}

p.mphb-adults-chooser {
    width: 45%;
    display: inline-block;
    margin-right: 15px;
}


p.mphb-children-chooser {
  width: 45%;
  display: inline-block;
}

.mphb-room-details h3.mphb-room-number {
    display: none;
} 

section.mphb-checkout-terms-wrapper.mphb-checkout-section {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.mphb_room_type-template-default .mphb-flexslider ul.slides img {
  width: 100% !important;
}

.mphb-service:before {
    background-size: 35px;
    width: 35px;
    height: 35px;
    content: "";
    display: block;
    display: inline-block;
    float: left;
  margin-right:10px;
}

.mphb-service.post-155:before,
.mphb-service.post-1088:before {
   background-image: url('/wp-content/uploads/2021/04/sunrise.png');
}

.mphb-service.post-157:before,
.mphb-service.post-1087:before {
   background-image: url('/wp-content/uploads/2021/04/park.png');
}

.mphb-service.post-443:before,
.mphb-service.post-1086:before {
   background-image: url('/wp-content/uploads/2021/04/swimming-pool.png');
}

.mphb-service.post-444:before,
.mphb-service.post-1084:before {
   background-image: url('/wp-content/uploads/2021/04/sunbed.png');
}

.mphb-service.post-445:before,
.mphb-service.post-1083:before {
   background-image: url('/wp-content/uploads/2021/04/balcony.png');
}

.mphb-service.post-446:before,
.mphb-service.post-1082:before {
   background-image: url('/wp-content/uploads/2021/04/air-conditioner.png');
}
.mphb-service.post-675:before,
.mphb-service.post-1080:before {
   background-image: url('/wp-content/uploads/2021/05/dishwasher.png');
}
.mphb-service.post-676:before,
.mphb-service.post-1081:before {
   background-image: url('/wp-content/uploads/2021/05/laundry.png');
}



.mphb_room_type-template-default ul.mphb-loop-room-type-attributes {
    width: 100%;
    float: none;
}


.mphb_room_type-template-default div#gallery-1,
.mphb_room_type-template-default h2.mphb-details-title,
.mphb_room_type-template-default ul.mphb-single-room-type-attributes,
/*.mphb_room_type-template-default p.mphb-regular-price,*/
/*.mphb_room_type-template-default .mphb-calendar,*/
.mphb_room_type-template-default h2.mphb-calendar-title,
.mphb_room_type-template-default h2.mphb-reservation-form-title,
/*.mphb_room_type-template-default .mphb-booking-form,*/
p.mphb-errors-wrapper
{
    display: none !important;
}

.details-right ul.mphb-loop-room-type-attributes {
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
}

.details-right p.mphb-regular-price {
    margin: 0;
    padding: 0 0 10px 0;
}

.mphb-booking-form p.mphb-period-price.mphb-regular-price strong {
    display: none;
}

.mphb-booking-form span.mphb-price {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.mphb-booking-form span.mphb-price-period {
    display: none !important;
}

.mphb-booking-form p.mphb-rooms-quantity-wrapper.mphb-rooms-quantity-single {
    display: none;
}

.mphb-booking-form .mphb-reserve-room-section {
    background: #fff;
    padding: 17px;
}

.mphb-booking-form p.mphb-period-price.mphb-regular-price {
    margin: 0;
}
.mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes {
    padding: 0;
}

p.mphb-total-price output, p.mphb-period-price.mphb-regular-price .mphb-price {
    display: none;
}

span.disponibile {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
    color: #BDA87F;
    font-weight: 900;
    font-family: 'Roboto';
}

span.mphb-price {
    display: none !important;
}
/* 
.mphb_sc_checkout-form p.mphb-children-chooser {
  display: none;
} 

.mphb_sc_checkout-form p.mphb-guest-name-wrapper {
  width: 45%;
  display: inline-block;
} */

@media screen and (max-width: 768px) {
  .lista .mphb-room-type,
  section#mphb-customer-details p[class^="mphb-customer-"] {
    	width: 100%;
	}
  
  div#form-ricerca form {
    	display: block;
  }
  
  div#form-ricerca {
    	padding: 10px;
  }

  div#form-ricerca form p[class^="mphb_sc_search-"] {
    margin: 15px 0;
  }
  
  p.mphb-adults-chooser,
  p.mphb-children-chooser {
   width: 100%;
   margin-bottom: 15px;
  }
  
  .mphb-reserve-rooms-details {
    flex-direction: column;
  }
  
  p.mphb-guest-name-wrapper input {
    width: 100%;
  }
  
  .checkout-details {
    margin-top: 30px;
  }
  
  .mphb-reserve-rooms-details .mphb-room-details {
    margin-right: 0;
  }
  
  .mphb_sc_services-wrapper .mphb-service {
    width: 100%;
	margin: 0;
  }
  
/*   .mphb_sc_checkout-form p.mphb-guest-name-wrapper {
    width: 100%;
  } */
  
}