/**
 * Theme Name: Irishlandmark
 * Author: Rooftop Twenty Two
 * Version: 1.0
**/


/* Styling for calendar widget - needs to be loaded after widget*/

#calendarApp .theme-header-bg {
	background: #E6EDE8;
}

#calendarApp .theme-header-text {
	color: #1A3C34;
}

#calendarApp .sc-cal-start-day {
	background: #1A3C34 !important;
    color: #FFFFFF;
}

#calendarApp :not(.sc-cal-month-selection) .sc-cal-day-arrival span, #calendarApp .sc-cal-month-selection .sc-cal-day-departure span {
	background: #1A3C34 !important;
}



/* STYLE Updates */

span {
	font-weight: 300 !important;
}



/* FAQ Arrows */

.single-tabs__item-accordion .accordion-item .accordion-title:before {
    transform: scale(.8);
}

/* Paragraph Text */

.single-tabs__item-text p {
    color: #1a5632;
    font-size: 1.2rem;
	line-height: 1.6rem;
    font-weight: 300;
}

p {
    font-size: 1.3rem;
	font-weight: 300 !important;
}

.elementor-container .elementor-column-gap-default p {
    font-weight: 300 !important;
}

	ul li {
		font-size: 1.3rem !important;
		padding-bottom: 1.3rem;
	}

.elementor-kit-7 h3 {
/* 	padding-top: 30px; */
	font-size: 2.5rem;
	line-height: 1.2em;
}


/* Tablet Query */

@media screen and (max-width: 1024px) {
		p {
/*     font-size: 1.9rem !important; */
	}
	
	.single-tabs__item-text p {
    color: #1a5632;
    font-size: 1.0rem;
	line-height: 1.6rem;
    font-weight: 300;
}
	p {
    font-size: 1.9rem;
	font-weight: 300 !important;
}

	ul li {
		font-size: 1.9rem !important;
	}
	
	.single-tabs__item-accordion .accordion-item .accordion-title h6 {
		font-size: 1.9rem !important;
	}
	
	.single-tabs__item-accordion .accordion-item .accordion-title h6 {
		font-size: 1.2rem !important;
	}
}



/* FACILITIES LIST BULLET TICKS */
.facilities-list ul {
  list-style: none !important;
}

.facilities-list ul li:before {
  content: '✓' !important;
  margin-left: -20px !important;
  padding-right: 3px;
}

@media screen and (max-width: 767px) {
    .facilities-list ul {
    list-style: none !important;
    }

    .facilities-list ul li:before {
      content: '✓' !important;
      margin-left: -10px !important;
      padding-right: 3px !important;
    }	
}


/* Mobile Query */

@media screen and (max-width: 768px) {
	p {
    font-size: 1.4rem !important;
	}
	
	.single-tabs__item-text p {
    color: #1a5632;
    font-size: 1.4rem;
	line-height: 2rem;
    font-weight: 300;
}
	p {
    font-size: 1.4rem;
	font-weight: 300 !important;
}

	
	ul li {
		font-size: 1.4rem !important;
	}
	
	.single-tabs__item-accordion .accordion-item .accordion-title h6 {
		font-size: 1.4rem !important;
	}
	
	.elementor-kit-7 h3 {
/* 	padding-top: 20px; */
}
}


.main-menu .button {
	padding: 10px;
}

.elementor-container .elementor-column-gap-default p {
	font-weight: 300 !important;
}

.gallery__text {
	display: none;
}

.map__modal a {
	font-size: 15px;
	font-weight: 500;
	color: #1B3C34;
	margin-left: 5px;
}

.archive-property__categories .slick-list:after {
	pointer-events: none !important;
}


/* Search and Filter css */

.custom-search-form{background: #fff;padding: 2px 15px;border-radius:8px;display:flex;gap:0px;align-items:center;flex-wrap:wrap;justify-content: center;}
.custom-search-form .form-group{position:relative;}
.custom-search-form select,.custom-search-form input[type="text"]{padding: 10px 30px 10px 10px;border:1px solid #ccc;border-radius:4px;background: #fff;font-size: 19px !important;width: 278px !important;}
.guest-box {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    width: 100%;
}
.number-toggle button:hover {
    background: #ee907b;
    color: #fff;
}
.guest-type label {
    font-size: 16px;
    line-height: 1;
}
.guest-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 5px 0;
}
.number-toggle input[type="number"] {
    padding: 5px;
    height: auto;
    line-height: 1;
    font-size: 16px;
    width: 50px;
    text-align: center;
    background: #fff;
}
.guest-icon {
    cursor: pointer;
    padding: 11px 15px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 56px;
}
.number-toggle{display:flex;align-items:center;gap:5px;}
.number-toggle button {
    padding: 6px 10px;
    font-size: 16px;
}
.guest-type label small {
    display: block;
    margin-top: 2px;
}
.search-btn {
    background: #2d7450;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px !important;
    height: 100%;
    font-size: 20px !important;
    min-height: 56px;
}

form#ajax-search-form {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-search-form {
    justify-content: center;
    padding: 60px 30px;
}

.select2.select2-container {
    width: 100% !important;
    padding: 10px 42px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2.select2-container .select2-selection {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 0;
  outline: none !important;
  transition: all .15s ease-in-out;
  font-size: 21px !important;
  width: 240px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 0;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #fff;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 10px 15px !important;
    background: #fff !important;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #6fa088;
}

.select2-selection__arrow {
    display: none;
}

.select2.select2-container:before {
    content: '';
    background: url('/wp-content/uploads/2025/06/location.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-search-form #date-range {
    background: url(/wp-content/uploads/2025/06/date-line.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center right 10px;
}
.select2-results__option--selectable {
    font-size: 18px !important;
    font-weight: 400;
}
span.select2-selection__placeholder, .custom-search-form select, .custom-search-form input[type="text"], span#guest-count {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.guest-icon {
    width: 250px;
}
.custom-search-form input[type="text"] {
    padding: 16px 15px !important;
    line-height: 1;
    height: auto;
}

.search-btn:hover {
  background: #ee907b; color: #fff;
}
.form-group.guest-toggle .guest-icon {
    background: url(/wp-content/uploads/2025/06/user.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center right 10px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #6fa088;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 20px;
    width: 20px;
    height: 35px;
    line-height: 1;
    padding: 8px;
}
.daterangepicker td.in-range, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #6fa088;
    color: #fff;
}
.daterangepicker thead, .daterangepicker tbody, .daterangepicker tfoot, .daterangepicker tbody tr {
  background-color: transparent !important;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-color: #fff;
}

.result-sort {
    margin-top: 20px;
    width: 100%;
}
.sort-view {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
span#property-sort-button {
    width: 250px;
    height: 50px;
    padding: 14px;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    border-radius: 4px;
    color: #000;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 0 0px;
}
.ui-menu-item-wrapper {
    font-size: 16px;
    padding: 6px 15px;
}
.ui-menu-item-wrapper:hover {
    background: #6fa088;
    color: #fff;
}
button.view-btn {
    background-image: url(/wp-content/uploads/2025/06/list.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    color: #6fa088;
    font-size: 14px;
    line-height: 1;
    padding: 15px 20px 15px 50px;
    text-transform: uppercase;
    background-position: center left 20px;
    border: 1px solid #6fa088;
    border-radius: 4px;
    background-color: transparent;
}
button.view-btn[data-view="grid"] {
    background-image: url(/wp-content/uploads/2025/06/grid.svg);
}
button.view-btn:hover, button.view-btn.active {
  background-color: #6fa088;
  color: #fff;
  background-image: url(/wp-content/uploads/2025/06/list-hover.svg);
}
button.view-btn[data-view="grid"]:hover, button.view-btn.active[data-view="grid"] {
  background-image: url(/wp-content/uploads/2025/06/grid-hover.svg);
}
div#search-results {
    text-align: center;
}
ul.ajax-results {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.property-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    position: relative;
    padding: 0;
}
.property-content {
    width: 67%;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
p.property-guest, p.property-description {
    margin-right: 20px;
}
.property-thumbnail {
    width: 33%;
}
.property-thumbnail img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}
.property-content h3 {
    line-height: 1;
    display: block;
    height: auto;
    width: 100%;
}
.property-content h3 a {
    display: block;
    font-size: 28px;
}
p.property-guest strong, p.property-description strong, p.property-price strong {
    font-size: 0;
    padding: 14px;
    background-image: url(/wp-content/uploads/2025/06/user.svg);
    background-size: 28px auto;
    background-position: center;
    background-repeat: no-repeat;
}
p.property-guest.bedroom strong{
    background-image: url(/wp-content/uploads/2025/07/bed-icon.svg);
}
p.property-guest.bathroom strong{
    background-image: url(/wp-content/uploads/2025/07/bath-icon.svg);
}
p.property-guest, p.property-description, p.property-price {
    line-height: 1;
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: 400 !important;
}
p.property-description strong {
  background-image: url(/wp-content/uploads/2025/06/location.svg);
}
p.property-price strong  {
  background-image: url(/wp-content/uploads/2025/06/book.svg);
}
p.property-type, p.property-tags {
    font-size: 21px;
    width: 100%;
    line-height: 1.3;
}
a.view-btn {
    margin-top: 20px;
    background-color: #6fa088;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
a.view-btn:hover {
    background-color: #ee907b;
}
.results-grid-view ul.ajax-results {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 0;
}
.results-grid-view ul.ajax-results li.property-item {
    width: calc(33.33333% - 15px);
    align-items: flex-start;
}
.results-grid-view ul.ajax-results li.property-item .property-thumbnail {
    width: 100%;
    position: relative;
    padding-top: 56%;
}
.results-grid-view ul.ajax-results li.property-item .property-content {
    width: 100%;
}
.results-grid-view ul.ajax-results li.property-item .property-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
}





@media screen and (max-width:1199px) {
  .guest-icon {
      width: 150px;
  }
  .guest-type {
    flex-wrap: wrap;
  }
  .guest-type label {
     width: 100%;
  }
  .guest-type {
    margin: 15px 0;
        gap: 6px;
  }
  .guest-box {
    padding: 0 10px;
  }
  .custom-search-form {
    padding: 50px 10px;
  }
  .results-grid-view ul.ajax-results li.property-item {
    width: calc(50% - 11px);
  }
}

@media screen and (max-width:1024px) {
  .custom-search-form {
    padding: 50px 20px;
  }
}

@media screen and (max-width:992px) {
  .custom-search-form .form-group {
    position: relative;
    width: 45% !important;
  }
  .custom-search-form #date-range, .form-group.guest-toggle .guest-icon, .search-btn {
    width: 100% !important;
  }
  .guest-type {
    flex-wrap: unset;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
      height: 30px;
      padding: 5px;
  }
  .daterangepicker.opensright:before {
    left: 100px;
  } 
  .daterangepicker.opensright:after {
    left: 101px;
  }
  .property-content h3 a {
    font-size: 24px;
  }
  p.property-guest, p.property-description, p.property-price {
    font-size: 18px;
  }
  p.property-guest strong, p.property-description strong, p.property-price strong {
    padding: 14px;
    background-size: 24px auto;
  }
  .property-thumbnail, .property-content {
    width: 100%;
  }
  a.view-btn {
    padding: 10px 24px;
    font-size: 16px;
  }
  li.property-item {
    margin-top: 20px;
  }
  .property-content {
    padding: 30px 20px;
  }
  p.property-type, p.property-tags {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .custom-search-form .form-group {
    width: 100% !important;
  }
  .custom-search-form {
    padding: 40px 20px;
  }
  .sort-view {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    gap: 10px;
  }
  button.view-btn {
    font-size: 0;
    padding: 24px;
    background-position: center;
  }
  p.property-guest, p.property-description, p.property-price {
    font-size: 18px !important;
  }
  p.property-guest strong, p.property-description strong, p.property-price strong {
    padding: 10px;
    background-size: 22px auto;
  }
  p.property-type, p.property-tags {
    font-size: 18px !important;
  }
  a.view-btn {
    font-size: 14px;
    margin: 0;
  }
  .results-grid-view ul.ajax-results li.property-item {
    width: 100%;
  }
}