/*
Theme Name: Listeo Viaggi.app Child
Theme URI: https://viaggi.app
Author: Viaggi.app Network
Description: Child theme for Listeo, prepared for the Viaggi.app network verticals.
Version: 1.2.0
Template: listeo
Text Domain: listeo-viaggi-child
*/

:root {
  --vlb-primary: #0f766e;
  --vlb-primary-dark: #134e4a;
  --vlb-accent: #f59e0b;
  --vlb-cream: #fffaf0;
  --vlb-text: #18212f;
  --vlb-muted: #5f6b7a;
  --vlb-border: #e6e9ee;
}

body.vlb-network {
  background: var(--vlb-cream);
  color: var(--vlb-text);
}

body.vlb-network #header-container,
body.vlb-network .dashboard #header-container {
  border-bottom: 1px solid var(--vlb-border);
}

body.vlb-network .button,
body.vlb-network button.button,
body.vlb-network input[type="submit"],
body.vlb-network .listeo-button {
  border-color: var(--vlb-primary);
  background: var(--vlb-primary);
}

body.vlb-network .button:hover,
body.vlb-network button.button:hover,
body.vlb-network input[type="submit"]:hover,
body.vlb-network .listeo-button:hover {
  border-color: var(--vlb-primary-dark);
  background: var(--vlb-primary-dark);
}

body.vlb-network a,
body.vlb-network .listing-title h4 a:hover,
body.vlb-network .star-rating span:before {
  color: var(--vlb-primary);
}

body.vlb-network #logo img,
body.vlb-network img#listeo_logo {
  display: none !important;
}

body.vlb-network #logo a::before,
body.vlb-network .menu-logo a::before {
  content: "Agriturismi.app";
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--vlb-primary-dark);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.01em;
}

body.vlb-network #logo a::after,
body.vlb-network .menu-logo a::after {
  content: "network Viaggi.app";
  display: block;
  margin-top: -12px;
  color: var(--vlb-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.vlb-network .transparent-header #logo a::before,
body.vlb-network .transparent-header #logo a::after {
  color: #fff;
}

.vlb-template-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.vlb-site-footer {
  padding: 36px 0 22px;
  background: #182415;
  color: rgba(255, 255, 255, .78);
}

.vlb-site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.vlb-site-footer__brand {
  display: grid;
  gap: 8px;
}

.vlb-site-footer__brand strong {
  color: #fff;
  font-size: 26px;
}

.vlb-site-footer__brand span {
  max-width: 620px;
  line-height: 1.55;
}

.vlb-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.vlb-site-footer__links a {
  color: rgba(255, 255, 255, .86) !important;
  font-weight: 750;
}

.vlb-site-footer__bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

@media (max-width: 640px) {
  body.vlb-network #logo a::before,
  body.vlb-network .menu-logo a::before {
    font-size: 22px;
  }
}
