/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


/* RollBNB: van specs triangle layout on smaller screens */
@media (max-width: 1280px) {
  .vw-spec {
    display: flex;
    flex-direction: column;   /* icon on top, content below */
    align-items: flex-start;
    gap: 4px;
  }


  .vw-spec > i {
    font-size: 1.2em;         /* tweak icon size if needed */
    margin-bottom: 2px;
  }

  .vw-spec-content {
    display: flex;
    flex-direction: row;      /* label and value next to each other */
    align-items: baseline;
    gap: 4px;
  }

  .vw-spec-label {
    font-weight: 600;
  }

  .vw-spec-value {
    font-weight: 400;
  }
}

.vw-spec-value {
	line-height: 15px;
}

/* RollBNB: make card prices BIG again */

/* Reset any small font-size from theme */
.card-foot .price {
  font-size: 2rem !important;      /* base */
  line-height: 1.4 !important;
}

/* Main CLP line: big + bold + green */
.card-foot .price-main {
  font-size: 2rem !important;   /* bigger */
  font-weight: 700 !important;
  color: #566a2f !important;       /* your green */
}

.card-foot .price-main small {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}

/* Approx. USD line: smaller + grey */
.card-foot .price-sub {
  margin-top: 2px;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
}


.booking-detail-item .booking-breakdown:not(.booking-breakdown-rollbnb) {
    display: none !important;
}

/* Local Poppins from /wp-content/fonts/poppins/ */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

/* Use 400 file also for medium (500) if needed */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

/* Alias 700 bold to the 600 file so the browser stops faking it */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

/* Global font override: force Poppins everywhere, normal weight by default */
html, body {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 400;
}

body,
p,
span,
a,
li,
label,
small,
em,
div,
table,
td,
th {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 400;
}

/* Headings – use semi-bold instead of ultra-bold */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 600;
}

/* Real bolds – map to 600 so they look clean */
strong,
b,
.bold,
.listing-title strong {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 600 !important;
}

/* Form controls & selects */
button,
input,
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Listeo / theme specific containers */
.listing-title,
.listing-item,
.listing-item-content,
.property-card,
.sidebar,
.widget,
.header,
.main-navigation,
.footer {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}



/* language switcher li under "Account" */
.dashboard-nav-inner .cm-lang-switcher,
.dashboard-nav-inner .cm-lang-switcher:hover {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-left: 30px;
    background: transparent !important;
    box-shadow: none !important;
}

/* kill any pill background the theme might inject */
.dashboard-nav-inner .cm-lang-switcher::before,
.dashboard-nav-inner .cm-lang-switcher::after {
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* language switcher link – match nav icon + text size */
.cm-lang-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.cm-lang-link span {
    color: inherit;
}

/* flag size ≈ nav icons */
.cm-lang-link img {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
}

.cm-lang-link:hover {
    text-decoration: underline;
}

/* ───────── Real divider lines in nav ───────── */

.dashboard-nav-inner li.nav-divider,
.dashboard-nav-inner li.nav-divider:hover {
    margin: 8px 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
}

/* full-width line starting at icon column */
.dashboard-nav-inner li.nav-divider::before {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.28);
    margin: 6px 0;
}

/* spacing variants */
.dashboard-nav-inner li.nav-divider-main::before {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard-nav-inner li.nav-divider-bookmarks::before {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ───────── existing custom CSS (with ul border removed) ───────── */

.sidebar.left {
    margin-top: 50px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal span {
  display: none;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 0;
  clear: both;
  float: inline-end;
  margin-top: -40px;
}

/* removed: .dashboard-nav-inner ul { border-bottom: 1px solid black; } */

body.light-dashboard.page-template-template-dashboard .dashboard-nav ul::before {
    font-weight: 600;
    font-size: 11px;
    padding-left: 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
}

a.pinterest-share {
    display: none !important;
}

#add-review {
  display: none;
}

#listeo-search-form_location_search a{
    right: 20px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

.listing-address {
  display: none !important;
}

.feature-tag-nl {
  display:none;
}

.listing-location-nl {
  display : none;
}

.card .star-rating {
    display: block;
    font-size: 10px;
}

.card .rating-counter  {
    font-size : 14px
}

.toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 16px 0;
  flex-wrap: wrap;
}

.listing-links.contact-links {
  display: none;
}

.listing-details-sidebar {
  display: none;
}

.contact-section-modern {
  display: none;
}

.vw-license-legend {
  display: none;
}

#logo img {
  max-height: 65px !important;
}

#navigation ul li a.glink::after {
  content: none;
}

#grid .pagination a,
#grid .pagination span {
  display: inline-block !important;
  margin: 0 5px !important;
  padding: 0px 10px;
  border-radius: 8px !important;
  text-decoration: none;
  color: #333 !important;
  min-width:55px;
  width: fit-content !important;
}

@media (max-width: 768px) {
  .toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .toolbar::-webkit-scrollbar {
    display: none;
  }
  .chip {
    flex-shrink: 0;
  }
}

.otgs-development-site-front-end {
    display: none;
}

@media (min-width: 1300px) {
  body.single-listing:not(.listing-type-service) .daterangepicker:not(.single) {
    width: 600px;
  }
}

/* Desktop & general logo */
#logo img,
#listeo_logo,
.header-logo img,
.logo img {
    height: auto !important;
    width: auto !important;
    max-height: 80px !important;   /* desktop size */
    object-fit: contain !important;
}

/* Mobile: force logo height, override Listeo mobile rules */
@media (max-width: 768px) {
  body header #logo img#listeo_logo {
    height: auto !important;
    width: auto !important;
    max-height: 70px !important;  /* adjust to taste */
    object-fit: contain !important;
  }
}

.dashboard-nav-inner > ul:nth-child(1) {
    margin-top: 30px !important;
}


/* Booking confirmation – RollBNB breakdown */
.booking-breakdown-rollbnb .rb-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
  padding: 2px 0px;
 border-top: 1px solid #e0e0e0;
}

.booking-breakdown-rollbnb .rb-label {
  flex: 1;
  font-size: 14px;
}

.booking-breakdown-rollbnb .rb-amount {
  text-align: right;
  white-space: nowrap;
}

.booking-breakdown-rollbnb .rb-amount .rb-clp {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.booking-breakdown-rollbnb .rb-amount .rb-usd {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

/* RollBNB – booking confirmation: let breakdown sit below the total line */
.boxed-widget.opening-hours.summary
  ul#booking-confirmation-summary
  li.total-costs {
  display: block !important;      /* kill Listeo's flex here */
}

div.booking-breakdown.booking-breakdown-rollbnb {
	margin-top: 40px !important;
}

.opening-hours.summary li.total-costs span {
	text-align: left;
}

.rb-usd {
	margin-right: 10px;
	color: #6b7280 !important;
	font-style: italic;
	font-weight: 300;
}
.price-sub  {
	font-style: italic;
	font-weight: 300;
}

/* Breakdown rows: label left, CLP + USD right */
.booking-breakdown-rollbnb > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

/* Left side: label ("Costo del alquiler (noches) ...") */
.booking-breakdown-rollbnb > div > span:first-child,
.booking-breakdown-rollbnb > div > p:first-child {
  flex: 1;
  font-size: 14px;
}

/* Right side: CLP + approx. USD */
.booking-breakdown-rollbnb .rb-cell {
  text-align: right;
  flex-shrink: 0;           /* don't let it get squeezed too small */
}

/* CLP line */
.booking-breakdown-rollbnb .rb-cell .rb-clp {
  font-size: 14px;
  font-weight: 600;
}

/* USD line: small, italic, grey */
.booking-breakdown-rollbnb .rb-cell .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
  margin-top: 2px;
}

/* RollBNB – force "Price includes" items onto separate lines */
.booking-list.booking-price-includes {
  margin-top: 4px;
  padding-left: 0;
}

.booking-list.booking-price-includes li {
  display: inline-block;          /* stack each item */
  margin: 2px 0;           /* small vertical spacing */
}

.booking-list.booking-price-includes .rb-amount {
  display: inline-block;          /* CLP + USD under each other if needed */
}

/* Checkout pay page – Price includes block */
.rb-price-includes h5 {
  margin-bottom: 4px;
}

.rb-price-includes .rb-line {
  display: block;
  margin: 3px 0;
}

.rb-price-includes .rb-label {
  display: inline-block;
  min-width: 170px;
}

.rb-price-includes .rb-clp {
  font-weight: 600;
  margin-right: 4px;
}

.rb-price-includes .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
}

