/*
Theme Name: Hibiscus
Theme URI: https://hibiscus.qodeinteractive.com
Description: Alternative Medicine and Organic Shop Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: hibiscus
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.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Štýlovanie tlačidla odoslať v Contact Form 7 */
.wpcf7-form-control.wpcf7-submit {
    background-color: #467301; /* Zelená farba */
    color: white; /* Biela farba textu */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Plynulý prechod pri hoveri */
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #BFB4AA; /* Farba pri nabehnutí myšou */
}
