/**
 * Theme Name: David Ruiz Art
 * Theme URI: https://davidruiz.art
 * Description: Child theme for the Total WordPress theme used on davidruiz.art.
 * Author: David Ruiz
 * Author URI: https://davidruiz.art
 * Template: Total
 * Version: 1.0.0
 */

/* Parent stylesheet should be loaded from functions.php. */

:root {
  --dra-bg: #4a4f43;
  --dra-bg-soft: #f4f0e8;
  --dra-ink: #0f1713;
  --dra-gold: #9e916e;
  --dra-accent: #c46a3c;
  --dra-accent-dark: #8c4f2f;
  --dra-border: rgba(255, 255, 255, 0.18);
}

body {
  text-rendering: optimizeLegibility;
}

.theme-button,
.vcex-button,
button,
input[type="submit"] {
  border-radius: 999px !important;
}

.vcex-button,
.theme-button a,
input[type="submit"] {
  box-shadow: 0 10px 30px rgba(15, 23, 19, 0.12);
}

#site-header-inner {
  backdrop-filter: blur(10px);
}

#site-logo .logo-img {
  max-height: 78px;
}

#footer-builder,
#footer-callout-wrap,
#footer-bottom {
  background: var(--dra-bg);
}

#footer-links a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

#footer-links a:hover {
  color: var(--dra-accent) !important;
  opacity: 1;
}

.wpex-card-thumbnail,
.wpex-image-hover,
.overlay-parent.wpex-overflow-hidden,
.vcex-image-grid-entry img,
.wpex-post-cards-entry img {
  border-radius: 22px !important;
}

.vcex-heading,
.theme-heading,
h1,
h2,
h3 {
  letter-spacing: -0.02em;
}

.vc_section,
.vc_row {
  background-size: cover;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 16px !important;
}

.gform_wrapper textarea {
  min-height: 180px;
}
