/* Escudo Flipping Master junto al logo */
.builder-item--logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ===== FOOTER: Ocultar texto Neve / WordPress.com ===== */
.hfg-slot.left .cr {
  display: none !important;
}

/* ===== FOOTER: Cambiar fondo marrón por oscuro armonioso ===== */
.vr-footer {
  background-color: #1a1714 !important;
}

/* ===== FOOTER: Iconos de redes sociales ===== */
.vr-footer .vr-footer-col li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Icono antes del texto */
.vr-footer .vr-footer-col li a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  opacity: 0.85;
}

/* Instagram Virgilio */
.vr-footer .vr-footer-col li a[href*="instagram.com/virgilioraiden"]::before,
.vr-footer .vr-footer-col li a[href*="instagram.com/flipping.master"]::before,
.vr-footer .vr-footer-col li a[href*="instagram.com/caficamaradeflipping"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4a96a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E");
}

/* YouTube */
.vr-footer .vr-footer-col li a[href*="youtube.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4a96a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.95-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46a2.78 2.78 0 0 0-1.95 1.96A29 29 0 0 0 1 12a29 29 0 0 0 .46 5.58A2.78 2.78 0 0 0 3.41 19.6C5.12 20 12 20 12 20s6.88 0 8.59-.46a2.78 2.78 0 0 0 1.95-1.95A29 29 0 0 0 23 12a29 29 0 0 0-.46-5.58z'%3E%3C/path%3E%3Cpolygon points='9.75 15.02 15.5 12 9.75 8.98 9.75 15.02'%3E%3C/polygon%3E%3C/svg%3E");
}

/* LinkedIn */
.vr-footer .vr-footer-col li a[href*="linkedin.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4a96a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z'%3E%3C/path%3E%3Crect x='2' y='9' width='4' height='12'%3E%3C/rect%3E%3Ccircle cx='4' cy='4' r='2'%3E%3C/circle%3E%3C/svg%3E");
}

/* TikTok */
.vr-footer .vr-footer-col li a[href*="tiktok.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4a96a'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.33 6.33 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.17 8.17 0 0 0 4.78 1.52V6.76a4.85 4.85 0 0 1-1.01-.07z'%3E%3C/path%3E%3C/svg%3E");
}


/* ===== PÁGINA CONTACTO: Ocultar título del tema y ajustar layout ===== */
.page-id-163 .nv-page-title-wrap,
.page-id-163 .nv-page-title,
.page-id-163 .nv-big-title {
  display: none !important;
}

.page-id-163 .nv-single-page-wrap {
  padding: 0 !important;
}

.page-id-163 .nv-content-wrap {
  padding: 0 !important;
  max-width: 100% !important;
}

.page-id-163 .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}
