/*
Theme Name: Iglesia Valiente
Theme URI: https://iglesiavaliente.org/
Author: Game on Business LLC.
Author URI: https://gameonbusiness.com/
Description: Lightweight WordPress theme prepared for Elementor and Elementor Pro Theme Builder imports. Built to work with the included church-focused Elementor JSON templates.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: iglesia-valiente
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: elementor, custom-logo, custom-menu, featured-images, blog, one-column, two-columns
*/

:root {
  --iv-color-primary: #311F1F;
  --iv-color-text: #5C5C5C;
  --iv-color-soft-bg: #EEE8E5;
  --iv-color-site-bg: #FFFFFF;
  --iv-color-border: #E7D5D2;
  --iv-color-subtitle: #B08A7F;
  --iv-font-heading: "Marcellus", Georgia, serif;
  --iv-font-body: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
  margin: 0;
  color: var(--iv-color-text);
  background: var(--iv-color-site-bg);
  font-family: var(--iv-font-body);
  line-height: 1.6;
}

a { color: var(--iv-color-primary); }
a:hover, a:focus { opacity: 0.9; }

img { max-width: 100%; height: auto; }

.site-main,
.entry-content,
.archive-content {
  min-height: 40vh;
}

.iv-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-footer-placeholder,
.site-header-placeholder {
  padding: 20px;
  text-align: center;
  background: var(--iv-color-soft-bg);
  border-top: 1px solid var(--iv-color-border);
  border-bottom: 1px solid var(--iv-color-border);
}
