/*
 Theme Name:   LiveFRAME
 Template:     yootheme
 Author:       LiveFRAME
 Description:  LiveFRAME
 Version:      1.0.0
 Text Domain:  liveframe
*/

/* Base */

::-moz-selection {
  color: white;
  background: #fe3b1f;
}

::selection {
  color: white;
  background: #fe3b1f;
}

body {
  font-kerning: normal;
  font-feature-settings: "kern" 1,"pnum" 1;
  background: black;
}

/* OffCanvas */
.uk-offcanvas-bar {
  backdrop-filter: blur(10px);
}

/* Typography */
.uk-text-background {
  line-height: 120%;
}

/* Toolbar */
.tm-toolbar .uk-subnav li a {
  text-transform: uppercase;
  opacity: 0.4;
  transition: 0.2s ease all;
}
.tm-toolbar .uk-subnav li.current-menu-item a,
.tm-toolbar .uk-subnav li:hover a {
  opacity: 1;
}

/* Navbar */

.tm-header .uk-navbar-left .uk-navbar-item.widget {
  border: none;
  padding: 0;
}
.tm-header .uk-navbar-left {
  border-left: none;
}

/* Shop */
.woocommerce-shipping-methods input[type="radio"] {
  margin-top: 0;
  flex-shrink: 0;
}
.woocommerce-shipping-methods input[type="radio"] + label {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.woocommerce-shipping-methods input[type="radio"] + label > span {
  margin-left: 0;
}
.woocommerce-shipping-methods .wgm-tax.product-tax {
  font-size: 12px;
  flex-basis: 100%;
}


/* Cards */
.el-item.uk-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/* Buttons */
.uk-button.uk-button-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-button.uk-button-primary .uk-icon {
  margin-right: 0.5rem;
}


/* TagCloud */

.tagcloud {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tagcloud .tagcloud--item {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width:959px) {
  .tagcloud {
    display: none;
  }
}

/* Footer */
#footer {
  color:white;
}
footer *:not(svg):not(path):not(polyline) {
  color: rgba(255,255,255,0.85) !important;
}
footer a:hover {
  color: rgba(255,255,255,1) !important;
}

/* Section Title */
.tm-section-title > ::before {
  top: -50px;
  height: 40px;
  background-color: #fe3b1f !important;
}


/* Form */
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  background: #fe3b1f;
  padding: 2rem;
  text-align: center;
  opacity: 1;
  color: white;
  display: none;
  font-size: 1.4rem;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}

.wpcf7-response-output::before {
  content: "🎬";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}
.dnd-upload-status {
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  margin-bottom: 1rem;
}
.dnd-upload-status .dnd-upload-details .name {
 color:#fe3b1f;
}
.dnd-upload-status .dnd-upload-details .remove-file {
  right: 1rem;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #fe3b1f;
}
.dnd-upload-status .dnd-upload-details .remove-file span::after {
  content: "✕";
  background: none;
}



/* Cart */

.eventworx-cart-datepicker {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.eventworx-cart-datepicker div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width:575px) {
  .eventworx-cart-datepicker {
    flex-direction: column;
  }
  .eventworx-cart-datepicker div {
    width: 100%;
  }
}

    .lfr-rental {
      --brand: #1f6feb;            /* Primary brand color */
      --brand-ink: #0a3069;        /* Darker brand tone for text accents */
      --ink: #0b1221;              /* Main text */
      --muted: #5c6470;            /* Muted text */
      --bg: #ffffff;               /* Background */
      --card-bg: #f7f9fc;          /* Card background */
      --line: #e3e8ef;             /* Borders and dividers */
      --success: #0e8a47;          /* Accent for confirmations */
      --warning: #b45309;          /* Accent for notices */

      font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.55;
    }

    .lfr-rental * {
      box-sizing: border-box;
    }

    .lfrr-container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 24px;
    }

    .lfrr-header {
      display: grid;
      gap: 10px;
      margin-bottom: 20px;
    }

    .lfrr-eyebrow {
      font-size: 13px;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--brand-ink);
      font-weight: 600;
    }

    .lfrr-title {
      font-size: clamp(22px, 2.3vw, 28px);
      font-weight: 800;
      color: var(--ink);
      margin: 0;
    }

    .lfrr-lead {
      font-size: 16px;
      color: var(--muted);
      margin: 0;
    }

    /* Notice cards */
    .lfrr-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 18px;
      margin-bottom: 28px;
    }

    @media (min-width: 800px) {
      .lfrr-grid {
        grid-template-columns: 1.1fr 0.9fr;
      }
    }

    .lfrr-card {
      background: var(--card-bg);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 18px;
    }

    .lfrr-card + .lfrr-card {
      margin-top: 0;
    }

    .lfrr-card h3 {
      margin: 0 0 8px 0;
      font-size: 18px;
      font-weight: 700;
      color: var(--ink);
    }

    .lfrr-card p {
      margin: 8px 0 0 0;
      font-size: 15px;
      color: var(--ink);
    }

    .lfrr-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: var(--brand-ink);
      margin-bottom: 6px;
    }

    .lfrr-kicker svg {
      width: 16px;
      height: 16px;
      display: inline-block;
    }

    .lfrr-ul {
      margin: 10px 0 0 0;
      padding: 0 0 0 20px;
      color: var(--ink);
      font-size: 15px;
    }

    .lfrr-note {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 10px;
      border: 1px solid var(--line);
      border-left: 4px solid var(--warning);
      background: #fff7ed;
      color: #7c2d12;
      padding: 12px 14px;
      border-radius: 10px;
      margin-top: 14px;
      font-size: 14px;
    }

    .lfrr-note strong {
      color: #7c2d12;
    }

    /* Process steps */
    .lfrr-steps {
      margin-bottom: 4rem;
      border-radius: 16px;
      padding: 18px;
      background: rgba(255,255,255,0.1);
    }

    .lfrr-steps-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    .lfrr-steps-title {
      font-size: 18px;
      font-weight: 800;
      margin: 0;
      color: white;
    }

    .lfrr-steps-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    @media (min-width: 720px) {
      .lfrr-steps-list {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .lfrr-step {
      display: grid;
      align-items: start;
      gap: 10px;
      padding: 14px;
      background: var(--card-bg);
      border: 1px solid var(--line);
      border-radius: 12px;
      min-height: 120px;
    }

    .lfrr-step-head {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .lfrr-step-badge {
      inline-size: 34px;
      block-size: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-weight: 800;
      color: #ffffff;
      background: #fe3b1f;
      flex-shrink: 0;
      box-shadow: 0 3px 10px rgba(31, 111, 235, 0.25);
    }

    .lfrr-step-title {
      font-weight: 700;
      font-size: 15px;
      margin: 0;
    }

    .lfrr-step-body {
      font-size: 14px;
      color: var(--muted);
      margin: 0;
    }

    /* Contact and legal */
    .lfrr-contact {
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px dashed var(--line);
    }

    .lfrr-contact p {
      margin: 6px 0;
      font-size: 15px;
      color: var(--ink);
    }

    .lfrr-contact a {
      color: var(--brand);
      font-weight: 600;
      text-decoration: none;
    }

    .lfrr-contact a:focus,
    .lfrr-contact a:hover {
      text-decoration: underline;
    }

    .lfrr-legal {
      margin-top: 14px;
      font-size: 13px;
      color: var(--muted);
      background: #f9fafb;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 12px 14px;
    }

    /* Subtle tag */
    .lfrr-tag {
      display: inline-block;
      padding: 4px 8px;
      background: rgba(31, 111, 235, 0.08);
      border: 1px solid rgba(31, 111, 235, 0.25);
      color: var(--brand-ink);
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .02em;
    }

    /* Icon helper */
    .lfrr-icon {
      width: 18px;
      height: 18px;
      color: var(--brand-ink);
      display: inline-block;
    }


/* Products */
    .products_loop .el-image {
      height: 200px;
      width: 100%;
      object-fit: cover;
    }