:root {
  --lgap-primary-color: #ffb800;
  --lgap-secondary-color: #000000;
  --lgap-text-color: #333333;
  --lgap-light-bg: #f5f5f5;
  --lgap-border-color: #e0e0e0;
  --lgap-gray-color: #f7f7f7;
  --lgap-heading-font: "Playfair Display", Sans-serif;
  --lgap-body-font: "Josefin Sans", Sans-serif;
}

body {
  background-color: var(--lgap-gray-color);
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--lgap-heading-font) !important;
}

.lgap-primary-color {
  color: var(--lgap-primary-color);
}

.lgap-secondary-color {
  color: var(--lgap-secondary-color);
}

.lgap-text-color {
  color: var(--lgap-text-color);
}

.lgap-light-bg {
  background-color: var(--lgap-light-bg);
}

.lgap-border-color {
  border-color: var(--lgap-border-color);
}

.lgap-gray-color {
  background-color: var(--lgap-gray-color);
}

.lgap-separator {
  border-color: var(--lgap-border-color);
}

.lgap-filters-title {
  display: flex;
  justify-content: center;
}
.lgap-filters-title span {
  background-color: var(--lgap-gray-color);
  padding: 10px 20px;
  color: var(--lgap-primary-color);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: 1;
}
#lgap-reset-filters {
  background: none;
  color: var(--lgap-secondary-color);
}

.lgap-filter-checkbox-label {
  font-size: 14px;
  font-weight: 600;
}

.lgap-filter-checkbox {
  width: 18px !important;
  height: 18px !important;
  border-width: 1px !important;
  border-color: var(--lgap-border-color) !important;
}

.lgap-filter-checkbox:checked {
  background-color: var(--lgap-primary-color) !important;
  background-image: none !important;
}

.lgap-filter-section {
  padding: 10px 20px;
}

.lgap-filter-section-title {
  font-size: 10px !important;
  font-weight: bold;
  padding: 12px 0 15px;
  text-transform: uppercase;
}

.lgap-z-index-10 {
  z-index: 10 !important;
}

/**
Grid Properties
*/

.lgap-slideshow-nav {
  z-index: 10;
  height: 100%;
  display: flex;
  transition: background 0.3s ease;
}

.lgap-slideshow-nav-next:hover {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
}

.lgap-slideshow-nav-prev:hover {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
}

.lgap-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--lgap-secondary-color) !important;
  font-weight: bold;
  overflow: hidden;
  padding-left: 0 !important;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.lgap-card-location {
  font-size: 14px;
  font-weight: 600;
  color: var(--lgap-text-color) !important;
  font-weight: bold;
}

.lgap-card-button {
  border-radius: 0;
  color: white;
  background-color: var(--lgap-primary-color);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  padding: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all, 0.8s, ease-in-out;
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out;
  width: auto;
}

.lgap-card-button:hover {
  background-color: var(--lgap-secondary-color);
  color: white;
  text-decoration: none;
}

.lgap-rating-star {
  color: var(--lgap-primary-color);
}

.lgap-rating-star svg polygon {
  fill: var(--lgap-primary-color);
}

.lgap-pagination a {
  color: var(--lgap-secondary-color) !important;
}

.lgap-pagination li.uk-active {
  background-color: var(--lgap-primary-color);
}

.lgap-pagination li.uk-active span {
  color: white !important;
}

.lgap-pagination li.uk-disabled {
  opacity: 0.5;
}

/**
* Property Detail Banner
*/

.lgap-property-detail-banner,
.lgap-property-list-banner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 0px;
  padding: 100px 30px 0px 30px;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  height: 80vh;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lgap-property-list-banner {
  padding: 100px 30px 0px 30px;
}

.lgap-property-detail-banner::before,
.lgap-property-list-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  z-index: 1;
}
.lgap-property-list-banner::before {
  background: rgba(0, 0, 0, 0.5);
}

.lgap-property-detail-banner-content,
.lgap-property-list-banner-content {
  z-index: 2;
}

.lgap-property-list-banner {
  height: auto;
}

.lgap-property-detail-banner h1 {
  color: white;
  font-family: var(--lgap-heading-font);
  font-size: 36px;
  font-weight: 500;
  line-height: 41px;
  z-index: 3;
  position: relative;
}

.lgap-property-detail-banner h2 {
  color: var(--lgap-primary-color);
  margin-bottom: 0px;
  font-family: var(--lgap-body-font);
  font-size: 22px;
  font-weight: 600;
  z-index: 3;
  position: relative;
}

main.lgap-property-detail-main {
  z-index: 4;
  position: relative;
  margin-top: 71vh;
}

main.lgap-property-list-main {
  margin-top: 70px;
}
/*
Lightbox
*/

.lgap-uk-thumbnav li a {
  width: 100px;
  height: 100px;
}

.lgap-uk-thumbnav li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* hover on img */
/* .lgap-uk-thumbnav li a:hover img {
    transform: scale(1.1);
} */

.lgap-lightbox-button-container {
}
.lgap-lightbox-grid-item {
  position: relative;
  transition: all 0.3s ease;
}

.lgap-lightbox-grid-item-last {
  position: relative;
}

.lgap-lightbox-grid-item-last::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.lgap-lightbox-grid-item-last:hover::before {
  opacity: 0.7;
}

.lgap-lightbox-button {
  /* position: relative; */
  z-index: 10;
  color: var(--lgap-primary-color) !important;
  position: absolute;
  /* center */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none !important;
}

.lgap-property-detail-section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--lgap-secondary-color);
  line-height: 1.2;
}

.lgap-characteristic-label {
  font-weight: 600;
  margin-right: 10px;
  font-size: 14px;
}

.lgap-characteristic-value {
}

.lgap-characteristic-value .fas.fa-check {
  color: var(--lgap-primary-color);
}

.lgap-characteristic-value .fas.fa-times {
  color: #dc3545;
}

.lgap-characteristic-value .no-value {
  color: var(--lgap-text-color);
  text-decoration: line-through;
}
