/*!
Theme Name: Lennox Street Store
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lennox-street-store
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lennox Street Store is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */











 /* Contact Form 7 Inputs */
.cf7-input {
  @apply border border-gray-300 px-4 py-2 lg:py-3 rounded focus:outline-none focus:ring-2 focus:ring-primary w-full;
}

.cf7-textarea {
  @apply border border-gray-300 px-4 py-2 lg:py-3 rounded focus:outline-none focus:ring-2 focus:ring-primary w-full;
}

.cf7-button {
  @apply bg-primary text-white px-8 py-2 lg:py-3 rounded hover:bg-opacity-90 transition;
}





/* =============================
   Contact Form 7 Custom Styling
   ============================= */

.custom-input {
  border: 1px solid #d1d5db;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  width: 100%;
  outline: none;
  transition: all 0.2s ease;
}

.custom-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
}

.custom-submit {
  background-color: #2563eb;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.custom-submit:hover {
  opacity: 0.9;
}
