/*
Theme Name: Onea
Theme URI: https://onea.qodeinteractive.com/
Description: Multipurpose WooCommerce Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: onea
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Genel input stilleri */
.wpforms-custom-input-iletisim {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
}

.wpforms-custom-input-iletisim:focus {
    border-color: #000;
    outline: none;
}

/* Metin alanı (textarea) için */
.wpforms-custom-textarea-iletisim {
    width: 100%;
    height: 150px;
	
.newsletter-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: auto !important;
}

.newsletter-label {
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
}

.newsletter-input {
    width: 100% !important;
    padding: 8px !important;
    font-size: 16px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.newsletter-input:focus {
    border-bottom: 1px solid #000 !important;
}

.newsletter-button {
    margin-top: 20px !important;
    padding: 12px 24px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.newsletter-button:hover {
    background-color: #333 !important;
}

    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: vertical;
}

/* Gönder butonu */
.wpforms-custom-submit-iletisim {
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.wpforms-custom-submit-iletisim:hover {
    background-color: #333;
}

