/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

:root {
    --yel: #FFBD00;
    --dbl: #112C4B;
    --lgr: #F6F6F6;
    --ani: all 0.3s ease;
}

.s-button-yellow, .s-menu-cta {
    background: var(--yel) !important;
    border: 3px solid var(--yel) !important;
    color: #fff !important;
    padding: 17px 37px;
    transition: var(--ani);
}

.s-button-yellow:hover, .s-menu-cta:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: var(--yel)!important;
}

.s-button-blue {
    background: var(--dbl);
    border: 3px solid var(--dbl);
    color: #fff;
    padding: 17px 37px;
    transition: var(--ani);
}
.s-button-blue:hover {
    color: var(--dbl);
    background: rgba(0, 0, 0, 0);
}

.s-button-stroke {
    background: rgba( 0, 0, 0, 0);
    border: 3px solid var(--dbl);
    color: var(--dbl);
    padding: 17px 37px;
    transition: var(--ani);
}
.s-button-stroke:hover {
    background: var(--yel);
    color: #fff;
    border: 3px solid var(--yel);
}
.s-menu-cta {
    padding-left: 15px!important;
}
.s-menu-cta a{
    color: #fff !important;
}
.s-menu-cta:hover a{
    color: var(--yel)!important;
    border: none;
}
.s-menu-cta a:after {
    display: none;
}
.s-menu-cta:before {
    content:url('/wp-content/uploads/2024/01/sk-install-instalacje-elektryczne-5.svg');
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 15px;
}
.s-menu-cta:hover:before {
    content:url('/wp-content/uploads/2024/01/Phone-yel.svg');
}
@media only screen and (max-width:767px){
    .s-menu-cta:before {
        top: 26px;
        left: 10px;
    }
}
h1 b, h2 b, h3 b, h4 b {
    color: var(--yel);
    font-weight: 600;
}

input[type=text], input[type=tel], input[type=email] {
    padding: 20px!important;
}

.s-nomargines p{
    margin-bottom: 0 !important;
}