/*
Theme Name: Usonian
Theme URI: 
Author: Paul Washkowiak
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usonian
Tags: 
*/

.has-copper-background-color:hover {
    background-color: #6F7F73!important;
}

.wp-element-button {
    background:#B87333;
    padding: 12px 20px;
    color: white;
    font-weight: 500;
    border-radius: 0;
}

.wp-element-button:hover {
    background:#6F7F73;
    padding: 12px 20px;
    color: black;
    font-weight: 500;
    border-radius: 0;
}

/* Tight Wright Section */
.flw-section-tight,
.flw-section-tight * {
  margin: 0;
  padding: 0;
}

.flw-section-tight .wp-block {
  margin-block-start: 0;
  margin-block-end: 0;
}

.flw-section-tight .wp-block-columns {
  gap: 0;
}

.flw-section-tight svg {
  display: block;
}

/* Controlled spacing (intentional only) */
.flw-section-tight h4 {
  padding-top: 0.5rem;
}

.flw-section-tight p {
  padding-top: 0.25rem;
  line-height: 1.4;
}


a:where(:not(.wp-element-button)) {
    color: #0040b0;
    font-family: var(--wp--preset--font-family--source-sans-3);
    text-decoration: none;
}

/* ICON WRAPPER */
.flw-icon { 
  align-items: center!important;
  justify-content: center!important;
  color: #7A5C3E!important;
  transition: color 0.4s ease!important;
}

/* SVG BASE */
.flw-icon-svg {
  margin-top: -65px;
  display: flex;
  width: 228px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 
    transform 0.4s ease,
    opacity 0.35s ease;
}

.key {
  margin-top: -40px!important;
}

.house {
  margin-top: -45px!important;
}


/* HOVER LAYER */
.flw-icon-svg .icon-hover {
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* HOVER STATE */
.flw-icon:hover {
  color: #6F7F73!important; /* Prairie Green */
  }

.flw-icon:hover .flw-icon-svg {
  transform: translateY(-2px);
}

.flw-icon:hover .icon-hover {
  opacity: 1;
}
.flw-icon-architecture {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237A5C3E' stroke-width='2'%3E%3Crect x='8' y='28' width='48' height='12'/%3E%3Cline x1='4' y1='28' x2='60' y2='28'/%3E%3Cline x1='4' y1='40' x2='60' y2='40'/%3E%3C/svg%3E");
}

.prairie-green-hor-rule {
  width: 35%;
  margin-left: 0!important;
  margin-right: auto;
  height: 4px;
  background-color: #6F7F73!important; /* Prairie Green */
}
