/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* WSC Kapcsolat Widget Stílusok */

/* A konténer margója (opcionális, hogy ne tapadjon a következő elemhez) */
.wsc-contact-widget {
    margin-bottom: 30px;
}

/* Címsor visszaállítása normál, olvasható méretre */
.wsc-contact-widget .wsc-contact-heading {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333333 !important;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

/* A telefonszám gomb stílusa (aranybarna, lekerekített) */
.wsc-contact-button {
    display: inline-block;
    background-color: #c19b62; /* Az eredeti arany/világosbarna szín */
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 24px;
    border-radius: 50px; /* Ez adja a "pirula" formát */
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    box-shadow: none;
}

/* Gomb hover (rámutatás) effekt */
.wsc-contact-button:hover {
    background-color: #a88450; /* Egy picit sötétebb árnyalat */
    color: #ffffff !important;
    transform: translateY(-2px); /* Picit felemelkedik rámutatáskor */
}

.widget.widget_media_image {
    padding: 30px 0px 30px 0px;
}
.widget.widget_search {
    padding: 30px 0px 30px 0px;
}
/* A "Home" szöveg eltüntetése */
.aioseo-breadcrumbs a[title="Home"] {
    font-size: 0 !important; /* Eltünteti a betűket, de a link kattintható marad */
    text-decoration: none;
}

/* Házikó ikon beillesztése FontAwesome segítségével */
.aioseo-breadcrumbs a[title="Home"]::before {
    content: "\f015"; /* A FontAwesome házikó unicode-ja */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid ikonokhoz szükséges */
    font-size: 16px !important; /* Visszaállítjuk az ikon méretét */
    color: #c19b62; /* Szín, hogy passzoljon a korábbi wsc stílusokhoz, igény szerint módosítható */
    display: inline-block;
    transition: color 0.3s ease;
}

/* Hover effekt a házikóra */
.aioseo-breadcrumbs a[title="Home"]:hover::before {
    color: #a88450;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: white;
    font-weight: 700;
}
a.page-numbers {
    border: 1PX SOLID #c29931;
    padding: 0px 10px 0px 10px;
}