/*
Theme Name:     KD Finanse
Theme URI:      https://kd-finanse.pl
Description:    A child theme Hello Elementor
Author:         Kuba A.
Author URI:     https://ipsumtec.pl
Template:       hello-elementor
Version:        1.0
Text Domain:    kd-finanse
*/
:root {
 --wp--style--global--content-size: 1440px;
 --wp--style--global--wide-size: 1640px;
 --main-gold: #CFAE64;
}
.gold {
    color: var(--main-gold);
}
header .elementor-widget-theme-site-logo img{
    transition: all .3s ease-in-out;
}
@media (min-width: 1024px) {
   header.fixed-header .elementor-widget-theme-site-logo img {
       width: 75px!important;
   }
}