@charset "UTF-8";
.new_header .wrap .top .new_menu li.current-menu-item a, .new_header .wrap .bot .button.active, .new_header .wrap .bot select {
  background-color: rgba(30, 30, 30, 0.5);
  color: white !important;
}

.new_header .wrap .bot select.null {
  background-color: white;
  color: black !important;
}

.property-template-default .tel {
  text-align: center;
}

.zimmers_box {
  display: grid;
}
.zimmers_box.column1 {
  grid-template-columns: repeat(1, 1fr);
}
.zimmers_box.column2 {
  grid-template-columns: repeat(2, 1fr);
}
.zimmers_box.column3 {
  grid-template-columns: repeat(3, 1fr);
}
.zimmers_box.column4 {
  grid-template-columns: repeat(4, 1fr);
}
.zimmers_box .zimmer_box {
  display: block;
}
.zimmers_box .zimmer_box .tel, .zimmers_box .zimmer_box .new_title {
  display: block;
  text-align: center;
}
.zimmers_box .zimmer_box .new_title.meta {
  padding: 0;
}
.zimmers_box .zimmer_box .icons ul li {
  margin: 10px 2px 0;
}
.zimmers_box .zimmer_box .prices {
  width: 100% !important;
  padding: 0 !important;
}
.zimmers_box .zimmer_box .prices .new_pricing {
  max-width: 100%;
}

.new_zimmers .zimmers .zimmers_box .zimmer_box {
  display: block;
}
.new_zimmers .zimmers .zimmers_box .zimmer_box .icons {
  position: relative;
}
.new_zimmers .zimmers .zimmers_box .zimmer_box .icons span {
  display: inline-block !important;
}
.new_zimmers .zimmers .zimmers_box .zimmer_box .icons li.phone, .new_zimmers .zimmers .zimmers_box .zimmer_box .icons li.phone a {
  width: 48px;
}
.new_zimmers .zimmers .zimmers_box .zimmer_box .new_pricing p span {
  width: 75%;
}

div.hidden {
  display: none !important;
}

.property-content .tag, .new_zimmers .zimmers .zimmers_box .tag, .sidebar .tag {
  text-align: center;
  width: 100%;
}

.icons ul li {
  margin: 10px 2px 0;
}

.zimmer_columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hourly_pricing {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 20px 0;
}
.hourly_pricing td {
  background: #f0f0f0;
  color: #000;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
}
.hourly_pricing td.hour {
  background: #c62828;
  color: #fff;
}

.icons_box {
  display: block;
  position: relative;
  width: 100%;
  height: 67px;
}

.property-template-default .sidebar .new_top_widget a.button.tel {
  background-color: #027731;
  color: white;
}

li.whatsapp {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
}
li.whatsapp a.button.whatsapp {
  background: transparent;
  width: 80px;
  left: -15px;
  position: absolute;
  top: -6px;
  margin: 10px 0 !important;
}

.new_gmap.leaflet {
  left: 235px !important;
}

.property-template-default .new_pricing p.cancel_remark {
  color: white !important;
}

.property_next_back span, .pagination span {
  font-weight: bold;
  font-size: 18px;
  color: black;
}

.page-template-add_zimmer .checkbox.copy_rights label {
  background: yellow;
  font-size: 24px;
  padding: 0 10px;
}
.page-template-add_zimmer input[type=checkbox] {
  background-color: red !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 30px;
  vertical-align: -10px;
  cursor: pointer;
}
.page-template-add_zimmer input[type=checkbox]:checked {
  background-color: green !important;
  position: relative;
}
.page-template-add_zimmer input[type=checkbox]:checked::after {
  content: "✓";
  color: white;
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing-page .keyword {
  font-weight: bold;
  font-size: 120%;
  padding: 0 10px;
}
.landing-page .in_the_area h2, .landing-page .landing_areas h2 {
  font-size: 24px;
}
.landing-page .in_the_area div, .landing-page .landing_areas div {
  display: flex;
  gap: 5px;
  flex-wrap: wrap; /*justify-content: space-evenly; */
}
.landing-page .in_the_area div a, .landing-page .landing_areas div a {
  display: inline-block;
  border-radius: 5px;
  border: 1px silver solid;
  padding: 2px 7px;
}
.landing-page .in_the_area div a.active, .landing-page .landing_areas div a.active {
  color: purple;
  font-weight: bold;
}
.landing-page .new_zimmers {
  display: block;
  max-width: none;
}
.landing-page.columns {
  display: flex;
}
.landing-page.columns .side {
  width: 230px;
  padding-left: 10px;
}
.landing-page.columns .main {
  flex: 1;
}
.landing-page.mobile .zimmer_columns {
  display: block !important;
}

.landing_menu_box {
  display: none;
  position: absolute;
  z-index: 1113;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}
.landing_menu_box .close {
  color: white;
  font-size: 30px;
}
.landing_menu_box .landing_menu {
  background-color: white;
  padding: 5px 10px;
  border-radius: 7px;
  max-height: 90vh;
  overflow: auto;
}
.landing_menu_box li ul {
  display: none;
  padding-right: 25px;
}
.landing_menu_box li {
  position: relative;
  width: 100;
  padding-left: 30px;
}
.landing_menu_box li a {
  font-size: 24px;
  line-height: 36px;
}
.landing_menu_box li button {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 26px;
}
.landing_menu_box li button.active {
  transform: rotate(-90deg);
  font-size: 32px;
}
.landing_menu_box.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

button.landing_menu a {
  padding: 2px 10px 2px 16px !important;
}

@media (max-width: 767px) {
  .whatsapp.share {
    left: 5px !important;
    bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .whatsapp.share {
    left: 180px !important;
  }
}

#accessories_filters div {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 5px;
}
#accessories_filters label {
  padding-left: 5px;
  margin: 0;
  border: 1px silver solid;
  border-radius: 5px;
}

.landing_link {
  text-align: center;
}

.breadcrumb.landing_breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb.landing_breadcrumb > ol.breadcrumb {
  display: inline-block;
}

.my-pin {
  width: 22px !important;
  height: 22px !important;
  background: #1e90ff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}

.my-pin::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 5px;
  transform: rotate(45deg);
}

.outer_map {
  position: relative;
  margin-top: -15px;
}
.outer_map .tools {
  position: absolute;
  top: 75px;
  z-index: 1013;
  padding: 5px;
}
.outer_map .tools li {
  display: flex;
  gap: 3px;
}
.outer_map .tools label {
  display: block;
  text-align: center;
}
.outer_map .tools > div {
  display: inline;
}
.outer_map .tools > div ul {
  padding: 0 5px 5px;
}

#map .my-pin {
  display: none;
}
#map .my-pin.active {
  display: block;
}

div.breadcrumb .breadcrumb {
  padding-left: 15px;
}

div.breadcrumb .breadcrumb.accessories {
  width: 100%;
}

.no_features {
  font-weight: bold;
  font-size: 32px;
}