/*

 Theme Name:   Listingpro Child

 Theme URI:    http://studio.cridio.com/listingpro/

 Description:  Listingpro Child Theme

 Author:       cridio team

 Author URI:   http://cridio.com/

 Template:     listingpro

 Version:      1.0.0

 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  listingpro

*/

#page {
  background-color: #000 !important;
  font-family: var(--font-inter) !important;

}


p,
span {
  font-family: var(--font-inter) !important;
}

h5 {
  font-size: 1.55rem !important;
}

p,
a span,
a span:hover,
.elementor-icon-box-title span {
  color: inherit !important;
}

p.elementor-icon-box-description {
  color: #fff !important;
}

.lp-header-middle {
  background-color: #000;
}

.lp-home-banner-contianer-inner-video-outer,
.lp-home-banner-contianer {
  display: none;
}

.lp-home-banner-contianer-inner-video-outer.banner_search {
  display: inherit;
}

.banner_search.lp-home-banner-contianer .video-bottom-search-container .lp-search-bar .form-group.lp-location-search,
.banner_search.lp-home-banner-contianer .lp-search-bar .form-group,
.banner_search .form-group.lp-location-search .chosen-container.chosen-container-single {
  background-color: transparent !important;
}

.banner_search.lp-home-banner-contianer .lp-search-bar .form-group:nth-child(1) {
  border: 1px solid #d0a26180;
  border-right: none;
  height: 50px !important;
  border-radius: 99px 0px 0px 99px;
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.banner_search.lp-home-banner-contianer .lp-search-bar .form-group:nth-child(2) {
  border: 1px solid #d0a26180;
  border-left: none;
  height: 50px !important;
  border-radius: 0px 99px 99px 0px;
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.banner_search.lp-home-banner-contianer .lp-search-bar .form-group:nth-child(1):after {
  content: '';
  height: 80%;
  width: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--e-global-color-6e7d41d);
  position: absolute;
  display: flex;
  align-items: center;
}

.banner_search .input-group-addon.lp-border {
  color: #fff !important;
}

.banner_search .video-bottom-search-container.clearfix {
  padding: 0;
  background-color: transparent;
}

.banner_search .lp-home-banner-contianer-inner-video {
  margin: 0;
}

.banner_search form.form-inline {
  gap: 10px;
}

.banner_search .form-group.pull-right {
  margin-top: 20px !important;
}

.form-group.lp-location-search {
  width: 45% !important;
}

.banner_search .lp-search-bar.clearfix,
.banner_search.lp-home-banner-contianer-inner-video-outer {
  background: none !important;
}

.banner_search input.lp-search-btn {
  padding: 10px 40px;
  color: #000;
  text-transform: uppercase;
}

.banner_search .lp-home-banner-contianer-inner-video {
  bottom: 0 !important;
}

.banner_search .form-group .lp-search-bar-right {
  background-color: var(--e-global-color-6e7d41d);
}

.banner_search .form-group .lp-search-bar-right:hover,
.banner_search .form-group .lp-search-bar-right:hover input {
  color: #fff !important;
  background-color: #000;
}

.banner_list_h h3 a:hover {
  color: #fff !important;
}

.lp-section-content-container {
  padding: 0;
}

.lp-section-content-container+.lp-row.clearfix {
  display: none;
}

.cwp-taxonomy-term-box {
  border-radius: 4px !important;
  filter: none !important;
  border: none !important;
}

.cwp-taxonomy-term-box-heading {
  height: 45px !important;
  padding-inline: 20px;
  align-items: flex-start !important;
}

.cwp-taxonomy-term-box-heading a {
  text-align: left !important;
  color: var(--e-global-color-6e7d41d);
}

.home_taxo .cwp-taxonomy-term-box {
  background: transparent;
  border: 1px solid var(--e-global-color-6e7d41d) !important;
  border-radius: 8px !important;
  margin: 0;
}

.loop-grid-style3,
.margin-bottom-class {
  margin-bottom: 0 !important;
}

/* header marque style */
.top-marquee {
  background: #000000;
  border-bottom: 1px solid #561212;
  padding-bottom: 6px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.marquee-inner {
  display: flex;
  align-items: center;
  background-color: #000;
  padding-top: 6px;
}

.live-badge {
  background: red;
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  font-weight: bold;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 80s linear infinite;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.marquee-item {
  display: inline-block;
  margin-right: 40px;
}

.marquee-item a {
  color: #fff;
  text-decoration: none;
}

.separator {
  margin-left: 10px;
  color: gold;
}

.marquee-track:hover {
  animation-play-state: paused;
}



/* header marque style */
.lp-top-bar:after {
    background-color: #000000 !important;
}  
header.lp-header .lp-header-middle,
header.lp-header .lp-top-bar .container-fluid {
  background-color: #000 !important;
}



header.lp-header .lp-header-middle {
  position: relative;
  z-index: 99999;
  padding-block: 0px !important;
}


.lp-top-bar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.header_menu_button {
  font-family: var(--font-inter);
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid var(--e-global-color-6e7d41d);
  padding: 10px 16px;
  border-radius: 0;
  background: var(--e-global-color-6e7d41d);
}

a.header_menu_button:hover {
  background-color: var(--e-global-color-6e7d41d);
  color: #fff;
}

.cwp-taxonomy-term-box-heading>i {
  display: none !important;
}


header.lp-header .lp-top-bar-menu ul {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 40px;
}

.icons-header {
  display: flex;
  gap: 10px !important;
}

.icons-header li a:after {
  display: none !important;
}

.icons-header li a {
  font-size: 14px !important;
}

.icons-header li a img {
  width: 30px;
  transition: all 0.3s ease-out;
}

.icons-header li a img:hover {
  transform: scale(1.1);
}

.header_button {
  padding: 12px 22px;
}

header.lp-header .lp-top-bar {
  background-color: black;
  padding: 12px 0px;
}

header.lp-header .lp-top-bar-menu ul li a {
  font-family: inter;
  font-weight: 500;
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all 0.30s ease-out;
  padding-bottom: 10px;
  transition: all 0.3s ease-out;
}

header.lp-header .lp-top-bar-menu ul li a i {
  transition: all 0.3s ease-out;
}

header.lp-header .lp-top-bar-menu ul li a:hover i {
  transform: scale(1.1);
}

header.lp-header .lp-top-bar-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d0a261, #1d1d1d00) !important;
  transition: all 0.30s ease-out;
}

header.lp-header .lp-top-bar-menu ul li a:hover:after {
  width: 100%;
}

header.lp-header .lp-top-bar-menu ul li a:hover {
  color: #d3ab6e !important;
}

header.lp-header .lp-header-user-nav {
  display: none;
}

header.lp-header .lp-header-add-btn {
  display: none;
}

.lp-header.header-front-page-wrap {
  padding-bottom: 0px;
  padding-top: 10px;
  background-color: black;
}

.lp-top-bar-logo img {
  width: 100px;
  max-width: 100%;
}

.lp-top-bar-menu ul li:before {
  display: none !important;
}


.top-marquee .live-badge { 
  font-size: 14px;
  color: #b16b3e;
  background-color: #691b1b;
  padding: 5px 28px !important;
  border-radius: 4px;
  position: relative;
  animation: colorChange 1s infinite;
  z-index: 1;
}
@keyframes colorChange {
  from {
    color: #b16b3e;
  }
  to {
    color: yellow;
  }
} 
.top-marquee .marquee-item {
  text-transform: capitalize;
  font-size: 15px;
}

.top-marquee .marquee-item a strong {
  color: var(--e-global-color-6e7d41d);
}



h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.lp-h1,
.lp-h2,
.lp-h3,
.lp-h4,
.lp-h5,
.lp-h6,
.lp-h1 a,
.lp-h2 a,
.lp-h3 a,
.lp-h4 a,
.lp-h5 a,
.lp-h6 a,
h2,
h2 a,
.lp-h2,
.lp-h2 a,
.elementor-icon-box-title span {
  font-family: initial !important;
  font-weight: initial !important;
  margin: initial !important;
}

.book-now-btn a span.elementor-button-text {
  color: #fff !important;
}

.footer-logo-bar {
  background-color: transparent;
  padding-top: 20px;
}

.footer-upper-bar {
  background-color: transparent !important;
}

.footer-gallery-cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-bottom: 20px;
}

.footer-gallery-cont .gallery-item img {
  height: 80px;
  width: 250px;
  object-fit: cover;
}

.footer-style3,
.footer4-bottom-area,
.footer5-bottom-area,
.footer-style6,
.footer7-bottom-area,
.footer8-bottom-area,
.footer-style8-bg-logo,
.footer-style9,
.footer10-bottom-area {
  background-color: #000 !important;
}

.footer-style1 .footer-bottom-bar {
  background-color: transparent !important;
}

footer.text-center.footer-style1 {
  background-color: #000;
}

.footer-about-company li {
  color: #fff;
}

.book-now-btn-bottom span {
  color: #000;
}

.listing-box h3 {
  text-transform: uppercase;
}

.approved-location-box h3 {
  text-transform: uppercase;
}

.approved-location-box h3 {
  text-transform: uppercase;
}

.newsletter-box h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 1560px) {
  header.lp-header .lp-header-logo img {
    width: 200px !important;
  }

  header.lp-header .lp-header-logo {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  header.lp-header .lp-header-logo img {
    width: 100px !important;
  }

  .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
    background-color: transparent;
  }

  .app-view-header .lp-logo {
    position: absolute;
    top: 12px;
    left: 45px;
    width: 72px;
  }

  .lp-search-toggle .home-filter-close {
    display: none;
  }

  .banner_search input.lp-search-btn {
    font-size: 15px;
  }

  .banner_search {
    margin-bottom: 20px;
  }

  .mm-menu_offcanvas {
    background-color: #000000 !important;
  }

  .mm-menu_offcanvas .mm-navbar {
    background-color: #000000 !important;
  }

  .mm-menu_offcanvas .mm-navbar img {
    width: 85px;
  }

  .listing-app-view .mm-menu_iconpanel .mm-panels>.mm-panel_opened {
    margin-top: 108px;
    background-color: #000000;
  }

  .listing-app-view .small-scrren-app-view .add-listing-btn {
    display: none;
  }

  ul#menu-main-menu li a {
    color: #ffffff;
    font-size: 16px;
    padding-block: 1.25rem;
    font-family: "Vidaloka", Sans-serif;
    font-weight: 300;
  }

  ul#menu-main-menu {
    margin: 0;
  }

  ul#menu-main-menu li {
    border-color: #545049;
  }

  ul#menu-main-menu li a:hover {
    color: #000000 !important;
    background-color: #d0a261;
  }

  .mm-wrapper_opened .nav-icon .icon-bar {
    transform: translateY(.5rem) translateX(0) rotate(45deg);
    -webkit-transform: translateY(.5rem) translateX(0) rotate(45deg);
    -moz-transform: translateY(.5rem) translateX(0) rotate(45deg);
  }

  .mm-wrapper_opened .nav-icon .icon-bar:nth-child(2) {
    opacity: 0;
  }

  .mm-wrapper_opened .nav-icon .icon-bar:last-child {
    transform: translateY(-.5rem) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-.5rem) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-.5rem) translateX(0) rotate(-45deg);
    width: 28px;
  }

  .mm-navbar.mm-navbar_size-3 {
    text-align: left;
    margin-left: 12px;
  }

  ul#menu-main-menu li.current-menu-item a {
    color: #000000 !important;
    background-color: #d0a261;
  }

  .mobile-menu-inner .sign-login-wrap a {
    font-size: 14px !important;
    color: #000000 !important;
    background-color: #d0a261;
    padding: 8px 20px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
  }

  .mobile-menu-inner .sign-login-wrap {
    padding: 0 !important;
    border-radius: 5px !important;
  }

  footer ul#menu-main-menu-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    row-gap: 14px;
    margin-block: 3rem;
  }

  .listing-app-view.home {
    padding-bottom: 0px;
  }

  footer .footer-logo-bar img {
    width: 220px;
  }

  .footer-gallery-cont .gallery-item img {
    height: 100%;
  }

  footer .footer-bottom-bar {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  header.lp-header .lp-header-logo img {
    width: 100px !important;
  }

  .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
    background-color: transparent;
  }

  .lp-home-banner-contianer-inner-video {
    width: calc(100% - 0px);
  }

  .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
    border-radius: 50px !important;
    border-right: 1px solid #d0a26180 !important;
  }

  .banner_search.lp-home-banner-contianer .lp-search-bar .form-group:nth-child(1):after {
    display: none;
  }

  .banner_search.lp-home-banner-contianer .lp-search-bar .form-group:nth-child(2) {
    border-radius: 50px !important;
    border-left: 1px solid #d0a26180;
  }

  .mm-menu_offcanvas {
    width: 86%;
  }

  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(84vw, 0, 0);
    transform: translate3d(84vw, 0, 0);
  }

}

/* New home Page Styles */
:root {
  --font-times-europa: "Playfair Display", serif;
  --font-inter: "Plus Jakarta Sans", sans-serif;
}

.page-heading,
.listing-page {
  display: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff !important;
  font-family: var(--font-times-europa) !important;
  font-style: normal;
  font-weight: bold !important;
  line-height: normal;
}

h1 {
  font-size: 5rem;

}

h3 {
  font-size: 2rem;

}

h4 {
  font-size: 1.5rem;

}

h5 {
  font-size: 2rem;

}

.btn {
  display: inline-flex;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0;
}

.btn:hover {
  color: #000000;
  background-color: #D0A261;
}

.btn-primary {
  background: #C8A96B;
  border-color: #C8A96B;
  color: #000;
}

.btn.btn-primary img {
  filter: brightness(0%);
}

.btn-primary:hover {
  color: #d3ab6e;
  background-color: #000000;
  border-color: #d3ab6e;
}

.btn-primary:hover img {
  filter: none;
}

.btn-secondary {
  background-color: #000000;
}

.btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-link:hover {
  background-color: transparent;
  color: #D0A261;
}

.btn img {
  width: 24px;
}

.btn-dark:hover {
  color: #000000 !important;
  background-color: #d3ab6e !important;
  border-color: #d3ab6e !important;
}

.btn-dark:hover img {
  filter: brightness(0%);
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000 !important;
}

.btn-outline {
  color: #D0A261;
  border: 1px solid #D0A261;
}

p {
  font-size: 1rem;
  line-height: inherit;
}

.p1 {
  font-size: 1.25rem;
  font-weight: bold;
}

.p2 {
  font-size: 1.125rem;
  font-weight: 500;
}

.p3 {
  font-size: .875rem !important;
}

.bg-gray {
  background-color: #F0EEEA;
}

.btn-dark {
  background-color: #0B0B0B !important;
}

.bg-white {
  background-color: #F7F5F2 !important;
}

.bg-black {
  background-color: #0B0B0B !important;
}

.bg-gray {
  background-color: #E8E8E8 !important;
}

.sub-title {
  color: #D0A261;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sub-title a {
  color: #D0A261;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.story-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.hero-section .carousel-caption,
.box-image-inner .carousel-caption {
  background: #00000096;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  text-align: left;
  background-blend-mode: luminosity;
  border: 1px solid #404040;
}

.hero-section {
  background-color: #0B0B0B;
  padding-bottom: 4rem;
}

.hero-section .carousel-caption .box-content,
.box-image-inner .carousel-caption .box-content {
  width: 100%;
}

.heroSlider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide {
  overflow: hidden;
}

.hero-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.hero-slide:hover>img {
  transform: scale(1.1);
}

/* Bottom counter */
.hero-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 22;
}

.hero-counter span {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}

.hero-line {
  width: 123px;
  height: 4px;
  background: #675231;
}

/* slide-navigation */
.slide-nav {
  position: absolute;
  right: 24px;
  bottom: 25px;
  z-index: 222;
}

.slide-nav button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  margin-left: 10px;
  transition: all .5s;
}

.slide-nav button:hover {
  color: #d3ab6e;
  background-color: #000000;
  border-color: #d3ab6e;
}

.hero-right-box {
  height: 100%;
}

.box-image-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}


.box-image-inner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.box-image-inner:hover>img {
  transform: scale(1.1);
}

.hero-slide-box {
  height: 100%;
}

.hero-section h1 {
  font-size: 56px;

}

.hero-section p {
  line-height: 25px;
}

.hero-section .btn-primary {
  padding: 14px 44px;
}

.trending-content span {
  color: #666666;
}

.trending-box img {
  width: 100%;
  height: 180px;
}

.listing-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.listing-top-grid .box-image-inner:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / span 2;
}

.listing-top-grid .box-image-inner:nth-child(2) {
  grid-column: 3 / 3;
  grid-row: 1 / span 1;
}

.listing-top-grid .box-image-inner:nth-child(3) {
  grid-column: 3 / 3;
  grid-row: 2 / span 1;
}

.listing-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.listing-bottom-grid .box-image-inner:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / span 1;
}

.listing-bottom-grid .box-image-inner:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / span 1;
}

.listing-bottom-grid .box-image-inner:nth-child(3) {
  grid-column: 2 / 4;
  grid-row: 1 / span 2;
}

.approved-location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.location-grid-item {
  position: relative;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.location-grid-item ul {
  display: flex;
  gap: 3px;
}

.location-grid-item ul .fa-star {
  color: #D0A261;
  font-size: 17px;
}

.location-grid-item .talk-logo {
  position: absolute;
  width: 87px;
  top: 12px;
  right: 8px;
}

.newsletter-form form input {
  font-size: 14px;
  font-family: var(--font-inter);
  padding: 12px 14px !important;
  height: auto;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

footer.footer-style2 .wp-block-image img {
  width: 150px;
}

footer.footer-style2 .wp-block-image {
  margin-bottom: 2rem;
}

footer.footer-style2 .widget_text p {
  color: #ffffff !important;
}

footer.footer-style2 h2,
footer.footer-style2 h3 {
  font-family: var(--font-inter) !important;
  font-size: .875rem !important;
  line-height: normal !important;
  text-transform: uppercase;
  margin-bottom: 0.75rem !important;
}

.footer-style2 ul a {
  font-size: .875rem;
  font-family: var(--font-inter) !important;
  color: #ffffff;
  text-decoration: none;
}

.footer-style2 ul a:hover {
  color: #D0A261;
}

footer.footer-style2 .wp-block-image img {
  width: 100px;
}

.footer-style2 aside.widget {
  margin-bottom: 1.5rem;
}

.trendingSwiper .swiper-wrapper {
  padding-bottom: 2.5rem;
}

.trendingSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D0A261;
}

.newsletter-form p {
  display: flex;
}

.newsletter-form input[type=submit] {
  padding: 14px 48px !important;
}

.newsletter-form input[type=submit]:hover {
  color: #000000 !important;
  background-color: #d3ab6e !important;
  border-color: #d3ab6e !important;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -26px;
  margin: 0;
}

.listing-section .container {
  position: relative;
}

.listing-section .container::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #dddddd;
  position: absolute;
  left: 0;
  right: 0;
}


.listing-section:first-of-type {
  padding-top: 3rem !important;
}

.trending-box a:hover p {
  color: #d3ab6e !important;
}

.trending-box a {
  transition: all .5s;
}

.search-bar {
  display: none;
}

.lp-search-toggle .open-filter {
  display: none;
}

.user-menu .fa-user-circle-o {
  font-size: 24px !important;
  font-weight: 300;
}

/* by rajat */

.single ul.breadcrumbs {
  margin-bottom: 10px;
}

.single ul.breadcrumbs li a {
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none;
}

.single ul.breadcrumbs li span {
  color: #ffffff !important;
  font-size: 16px;
}

.single .breadcrumbs li:before {
  color: #ffffff;
  font-size: 16px;
}

.single ul.post-stat {
  display: none;
}

.single .single-listing-info .info-item span {
  color: #c1c1c1;
  font-size: 1rem;
}

.single .single-list-infoleft .info-item i {
  font-size: 20px;
  color: #d3ab6e;
}

.single .rating-section .no-review {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}

.btn-review {
  color: #000000;
  background-color: #D7B073;
  padding-inline: 2rem;
  border-radius: 0;
}

.single .listing-second-view .post-meta-left-box h1 {
  font-size: 4rem;
  margin-bottom: 1.125rem !important;
}

.single .listing-second-view .post-meta-left-box p {
  font-size: 1rem;
  color: #ffffff !important;
}

.single .listing-second-view .post-meta-info {
  height: 450px;
  display: flex;
  align-items: end;
  border: none;
  position: relative;
}

.single .listing-second-view .post-meta-info .container {
  position: relative;
  z-index: 1;
}

.single .listing-second-view .post-meta-info:after {
  content: '';
  width: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(11 11 11) 100%);
  top: 0;
  height: 100%;
}

.single .single-tabber2 ul li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: .75rem 1.5rem;
}

.single .single-tabber2 ul li.active a {
  color: #000000;
  background-color: #D0A261;
}

.single .single-tabber2 ul li {
  margin-right: 0;
}

.single .single-tabber2 {
  margin-inline: 0;
  border: none;
}

.single .detail-page2-tab-content .post-detail-content {
  padding: 0;
  border: none;
  margin-top: 2rem;
}

.single .detail-page2-tab-content .post-detail-content p {
  color: #ffffff !important;
}

.related-box {
  border: 1px solid #dddddd21;
  padding: 10px;
}

.single .detail-page2-tab-content .post-detail-content .wp-block-column {
  overflow: hidden;
}

.single .detail-page2-tab-content .post-detail-content .wp-block-columns img {
  border-radius: 0px;
  aspect-ratio: 1 / 1;
  object-fit: cover;

  transition: all 0.5s ease;
}

.single .detail-page2-tab-content .post-detail-content .wp-block-columns img:hover {
  transform: scale(1.1);
}

#accordion h5 .accordion-title {
  font-size: 1.125rem !important;
}

#accordion h5 {
  display: flex;
  align-items: center;
}

#accordion h5 span.question-icon {
  font-size: 1.125rem;
}

#accordion .ui-accordion-content p {
  color: #c1c1c1 !important;
  line-height: 24px;
}

#accordion h5 .ui-icon {
  font-size: 1.125rem;
}

form#rewies_form label {
  font-weight: bold;
  color: #D0A261;
}

form#rewies_form .form-control {
  height: 48px;
  font-size: 1rem;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #c1c1c1;
}

form#rewies_form .form-control::placeholder {
  color: #c1c1c1;
}

.single .review-form {
  background-color: transparent;
}

.review-form .lp-review-btn {
  color: #000000;
  background-color: #D0A261;
  margin-top: 1rem;
}

.review-form .lp-review-btn {
  color: #000000;
  background-color: #D0A261;
  margin-top: 1rem;
}

.contact-form.quickform .form-group .form-control {
  height: 48px;
  font-size: 1rem;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #c1c1c1;
}

.contact-form.quickform form .form-group .form-control {
  margin-bottom: 1.5rem !important;
}

.contact-form.quickform form .form-group .form-control::placeholder {
  color: #c1c1c1;
}

.contact-form.quickform form .form-group {
  height: 100%;
  float: none;
}

form#contactOwner {
  display: flex;
  flex-direction: column;
}

.lp-review-btn {
  color: #000000 !important;
  background-color: #D0A261 !important;
}

.lp-search-icon {
  color: #000000 !important;
}

.key-info-box {
  padding: 1rem 18px !important;
  border-radius: 0px;
  border: none;
  background: url(/wp-content/uploads/2026/05/cf.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.key-info-box .info-row {
  display: flex;
  font-size: 1rem;
  gap: .35rem;
  color: #ffffff;
  padding-block: .85rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.33);
}

.key-info-box .info-row .label {
  color: #ffffff;
}

.key-info-box .info-row .value {
  color: #D0A261;
}

.key-info-box .info-row:last-child {
  border: none;
}

.key-info-title {
  width: 100%;
  padding: 0px 18px;
  border-radius: 12px 12px 0 0;
  display: block;
  font-family: var(--font-times-europa);
  color: #ffffff;
  /* background-color: #383838; */
  margin-bottom: 13px;
  display: inline-block;
}

.widget-box.listing-price {
  /* border-color: rgba(255, 255, 255, 0.22) !important; */
}

.single-inner-container .price-area>div {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.33);
}

.claim-area a.phone-number.md-trigger.claimformtrigger2 {
  color: #D0A261 !important;
  text-decoration: none;
}


.open-hours .today-hrs li {
  font-size: 1rem !important;
  color: #b6b6b6 !important;
}

.open-hours .today-hrs .today-timing a {
  font-size: 1rem;
  margin-left: 5px;
  color: #D0A261 !important;
  text-decoration: none;
}

.open-hours .today-hrs li .fa-clock {
  font-size: 16px;
  color: #D0A261;
}

.open-hours .today-hrs li span {
  font-size: 15px;
  color: #b6b6b6;
}

a.show-all-timings {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  color: #000000;
  background-color: #D0A261;
  border-color: #D0A261;
}

ul.review-star li i {
  color: #D0A261;
}

.related-box img {
  width: 100%;
  object-fit: cover;
  height: 170px;
}

.gallery-slider .slick-slide {
  padding-inline: 1rem;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-slider .slick-slide.slick-current {
  transform: scale(1) !important;
}

.gallery-slider .slick-slide img {
  border-radius: 12px;
  transition: all 0.5s ease;

}

.gallery-slider .slick-slide img:hover {
  transform: scale(1.1);

}

.single .rating-section span {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  margin-bottom: 16px;
}

.single .rating-section span br {
  display: none;
}

.single .rating-section span small {
  font-size: 15px;
  color: #ffffff;
}

.details .top-section>h3 {
  font-size: 1.125rem;
}

.lpreviews .lp-total-reviews {
  margin-block: 1.5rem !important;
}

.details .content-section p {
  font-size: 15px;
  color: #c1c1c1 !important;
}

.details .bottom-section span {
  font-size: .85rem;
  color: #c1c1c1;
}

.review-count .rating i {
  font-size: 1rem;
  color: #c1c1c1;
  margin-inline: 1px;
}

.reviews-section figcaption {
  margin-top: .75rem;
}

.reviews-section figcaption h4 a {
  font-size: 1rem;
  color: #D7B073;
  font-weight: bold !important;
  text-decoration: none;
}

.reviews-section figcaption h4 {
  margin-bottom: .5rem !important;
}

.reviews-section figcaption p {
  color: #c1c1c1 !important;
}

.author-social .online a {
  color: #D7B073 !important;
  font-size: 1.125rem;
  font-weight: 500;
}

/* by rajat */


.single-list-infoleft {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.single section.aliceblue {
  background-color: #F0EEEA;
}

.recommendations-single-listing {
  margin: 4.25rem auto 5.75rem;
}

.recommendations-single-listing h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 3rem !important;
  color: #000000 !important;
}

.recommendations-single-listing .tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 2rem;
}

.recommendations-single-listing .tag {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 25px;
  padding: 9px 18px;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
}

.recommendations-single-listing .tag:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.post-feature-box.margin-bottom-30 {
  display: none;
}

.open-hours {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.single-tabber2 ul .active a:after {
  background-color: transparent !important;
}

.recommendations-single-listing .tag {
  padding: 7px 18px;
  font-size: 14px;
}

/* Archive */
.more-filter .more-filter-left-col .row {
  display: grid;
  grid-template-columns: repeat(5, auto);
}

.more-filter .more-filter-left-col .form-group {
  margin: 0 !important;
  padding: 0 !important;
}

.more-filter .more-filter-right-col .border-dropdown {
  width: fit-content;
  float: right;
  align-items: center;
}

.more-filter .more-filter-left-col .form-group a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-decoration: none;
  font-family: var(--font-inter) !important;
  text-transform: uppercase;
  color: #626262;
}

.more-filter .more-filter-left-col .form-group .btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px !important;
  padding: 5px 10px !important;
  font-weight: 500 !important;
  text-decoration: none;
  font-family: var(--font-inter) !important;
  text-transform: uppercase;
  color: #626262 !important;
  white-space: nowrap;
}

.more-filter .more-filter-left-col .lp-tool-tip-content p {
  font-size: 13px !important;
}

.more-filter .more-filter-left-col .form-group .btn .fa-map-marker {
  margin-top: 0 !important;
}

.more-filter .more-filter-left-col .lp-tooltip-div {
  margin-top: -8px;
}

.post-with-map-container-right .form-inline .input-group .input-group-addon {
  width: 30px;
}

.post-with-map-container-right .input-group-addon i {
  color: #626262;
  font-size: 15px;
  margin-top: 0px;
}

.post-with-map-container-right #searchform .chosen-container-single .chosen-single {
  color: #626262 !important;
  text-transform: uppercase;
}

.border-dropdown span:after {
  color: #626262 !important;
}

.hide {
  display: none !important;
}

.listing-with-map .lp-title h3 {
  color: #d3ab6e !important;
  font-family: var(--font-inter) !important;
}

.promoted-listings {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
}

.content-grids-wraps {
  margin-bottom: 3rem;
}

.post-with-map-container.pull-left {
  padding: 0 24px;
}

.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li a {
  font-size: 13px;
  padding: 8px 10px;
}

.list_view .lp-grid-box-thumb-container {
  border-radius: 8px;
}

.list_view .lp-grid-box-thumb img {
  border-radius: 8px !important;
}

.location-image-inner img {
  width: 100%;
  min-height: 140px;
  max-height: 140px;
  object-fit: cover !important;
}

.swiper-slide.location-grid-item {
  height: auto;
}
/* Close */
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  h5 {
    font-size: .835rem;
    line-height: 1.1rem;
  }

  p {
    font-size: .875rem;
  }

  .p1 {
    font-size: 1.2rem;
  }

  .p2 {
    font-size: 1rem;
  }

  .p3 {
    font-size: 0.75rem !important;
  }

  .btn {
    font-size: 0.875rem;
    padding: 11px 18px;
    width: 100% !important;
  }

  .btn img {
    width: 20px;
  }

  .btn-link {
    width: fit-content;
    padding: 0;
  }

  .sub-title {
    font-size: 0.875rem;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-slide-box {
    height: 45vh;
  }

  .hero-line {
    width: 4rem;
    height: 3px;
  }

  .hero-counter span {
    font-size: 1rem;
  }

  .hero-section p {
    line-height: 18px;
  }

  .hero-section .btn-primary {
    padding: 10px 40px;
  }

  .hero-right-box {
    margin-top: 1.5rem;
  }

  .hero-section h1 {
    font-size: 1.75rem;
    line-height: normal;
  }

  .hero-section .carousel-caption .box-content,
  .box-image-inner .carousel-caption .box-content {
    width: 100%;
  }

  .hero-section .carousel-caption,
  .box-image-inner .carousel-caption {
    padding: 1rem;
  }

  .slide-nav {
    right: 16px;
    bottom: 16px;
  }

  .hero-counter {
    bottom: 1.25rem;
    left: 1.125rem;
  }

  .slide-nav button {
    padding: 4px 12px 8px;
  }


  slide-nav button {
    padding: 4px 12px;
    margin-left: 6px;
  }

  .listing-top-grid {
    grid-template-columns: auto;
    gap: .75rem;
  }

  .listing-top-grid .box-image-inner:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / span 2;
  }

  .listing-top-grid .box-image-inner:nth-child(2) {
    grid-column: 4 / 3;
    grid-row: 3 / span 1;
  }

  .listing-top-grid .box-image-inner:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / span 1;
  }

  .listing-bottom-grid {
    grid-template-columns: auto;
    gap: .75rem;
  }

  .listing-bottom-grid .box-image-inner:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / span 1;
  }

  .listing-bottom-grid .box-image-inner:nth-child(2) {
    grid-column: 3 / 3;
    grid-row: 1 / span 1;
  }

  .listing-bottom-grid .box-image-inner:nth-child(3) {
    grid-column: 1 / 4;
    grid-row: 2 / span 2;
  }

  .approved-location-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .location-grid-item ul .fa-star {
    font-size: 14px;
  }

  .lp-menu-bar .lp-logo-container {
    width: 70% !important;
  }

  header .lp-search-toggle {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
  }

  .app-view-header .lp-search-toggle .user-menu i {
    margin-top: 0;
  }

  .heroSlider {
    height: 100%;
  }

  .single-list-infoleft {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .recommendations-single-listing {
    margin: 2.25rem auto 2.75rem;
  }

  .recommendations-single-listing h2 {
    font-size: 1.5rem !important;
    margin-bottom: 2rem !important;
  }

  .recommendations-single-listing .tags {
    column-gap: .75rem;
    row-gap: 1rem;
  }

  .tab-content {
    background-color: #000000 !important;
  }

  .content-white-area .single-inner-container {
    padding-top: 30px;
  }

  .single .single-tabber2 {
    margin-bottom: 0;
  }

  .single .single-tabber2 ul li a {
    font-size: 14px;
    padding: .65rem 1rem;
    white-space: nowrap;
  }

  .single .single-tabber2 ul {
    flex-wrap: nowrap !important;
    overflow: scroll;
  }

  .key-info-title {
    font-size: 1.25rem;
    padding: 12px 18px;
  }

  .key-info-box .info-row {
    font-size: 14px;
  }

  .key-info-box .info-row .value li span {
    font-size: 14px;
  }

  .single .listing-second-view .post-meta-info {
    width: 100%;
    border-radius: 0;
    height: 400px;
  }

  .single .detail-page2-tab-content .post-detail-content .wp-block-columns img {
    border-radius: 12px;
    aspect-ratio: 1.5 / 1;
  }

  .listing-second-view .ui-accordion-content {
    border: 1px solid #dedede !important;
    border-top: none !important;
  }

  .single .single-listing-info .info-item span {
    font-size: 14px;
  }

  .widget-box {
    margin-bottom: 0 !important;
  }

  .description {
    font-size: 14px !important;
  }

  .newsletter-form input[type=submit] {
    width: fit-content !important;
    padding: 14px 20px !important;
  }

  .open-hours .today-hrs .today-timing a {
    font-size: 14px !important;
  }

  .single .listing-second-view .post-meta-left-box h1 {
    font-size: 2rem;
    margin-bottom: 1rem !important;
  }

  .app-view-header .lp-search-toggle.col-md-2.col-xs-3 {
    width: 30%;
  }

  .listing-app-view-bar {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    padding-inline: 1.5rem;
  }

  #lp-find-near-me.near-me-app-view-btn a {
    height: auto;
    float: inherit !important;
    width: fit-content !important;
    white-space: nowrap;
  }

  #lp-find-near-me.near-me-app-view-btn a .fa {
    margin-right: 1px !important;
    margin-top: 0px;
  }

  .promoted-listings {
    display: block;
  }

  .lp-grid-box-contianer.lp-grid-app-view {
    padding-inline: 1rem;
    margin-bottom: 0;
  }

  .content-grids-wraps {
    margin-bottom: 0;
  }

  section#listing-category {
    padding: 0;
  }

  .list_view.lp-grid-box-contianer .lp-grid-box-description {
    padding-inline: 14px;
  }

  .promoted-listings .promoted .listing-pro {
    padding-inline: 14px;
  }

  .list_view a.add-to-fav.lp-add-to-fav {
    padding-inline: 14px;
    margin-top: 20px;
  }

  section#listing-category {
    background-color: #ffffff;
  }

  .map-view-list-container {
    padding-inline: 1.5rem;
    margin-bottom: 12px !important;
  }

  .post-with-map-container-right {
    margin-bottom: 2rem;
  }

  .lp-grid-box-contianer.list_view .lp-grid-box {
    margin-top: 1.5rem;
    margin-bottom: 5px;
  }

  .lp-grid-box-contianer.lp-grid-app-view {
    width: 100%;
  }

  #menu .mm-panel_opened,
  #menu .mm-panel_opened-parent {
    background: #000000;
  }

  #menu li.current-menu-item a {
    font-weight: bold;
  }

  #menu li.menu-item a {
    padding-block: .8rem;
  }

  #menu .user-detail-wrap {
    display: flex;
    align-items: center;
  }

  #menu .mm-panels {
    top: 116px !important;
  }

  .user-thumb img.avatar-circle {
    width: 72px;
    height: 72px;
  }

  .trending-nyc a.btn {
    justify-content: end;
  }

  .trending-nyc p.p1 {
    white-space: pre;
  }

  .hero-section .carousel-caption .btn {
    justify-content: start;
  }

  .trending-box p.p2 {
    font-size: 0.875rem;
  }

  section.trending-nyc {
    margin-top: 1.5rem;
  }
}