/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Contact Form 7 küldés gomb pirosra színezése */
.wpcf7 input[type="submit"] {
    background-color: #e00000 !important; /* élénk piros */
    color: #fff !important; /* fehér szöveg */
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover állapot (ha szeretnéd) */
.wpcf7 input[type="submit"]:hover {
    background-color: #c00000 !important; /* sötétebb piros */
}
