/*!
Theme Name: cfd-kei
Theme URI: http://underscores.me/
Author: Kewba
Author URI: http://ke-i.co.uk
Description: Curious Forms Digital wordpress them built woth love by KEi media
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: cfd-kei
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.

cfd-kei 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
--------------------------------------------------------------*/

 .snag-gradient-bg {
            background: linear-gradient(135deg, #8B5FBF 0%, #6A2C70 100%);
        }
        .cfd-gradient-bg {
            background: linear-gradient(135deg, #2563EB 0%, #0EA5E9 100%);
        }
        .vinyl-animation {
            animation: spin 20s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .app-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .app-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1rem;
        }
        .mobile-frame {
            border-radius: 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            position: relative;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

.search-field{
        width: 100%; 

        border-radius: 9999px; 

        border-width: 1px; 

        border-color: transparent; 

        padding-left: 1.5rem; 

        padding-right: 1.5rem; 

        padding-top: 1rem; 

        padding-bottom: 1rem; 

        box-shadow: 0 0 0 0px #fff,   0 0 0 calc(2px + 0px) rgb(59,130,246,0.5), 0 0 #0000; 

        outline: 2px solid transparent; 

        outline-offset: 2px;
}

.search-submit{
    
margin-top: 6px;
right: 0.5rem; 

top: 0.5rem; 

border-radius: 9999px; 

padding-left: 1.5rem; 

padding-right: 1.5rem; 

padding-top: 0.5rem; 

padding-bottom: 0.5rem; 

color: rgb(255,255,255); 

transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; 

transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 

transition-duration: 150ms; 

background-color: rgb(29,78,216); 
}

.widgettitle{
    padding-top: 1rem; 

padding-bottom: 1rem; 

text-align: center; 

font-size: 1.5rem; 

line-height: 2rem; 

font-weight: 700;
}

#archives-dropdown--1{
    
}