/**
Theme Name: Hello Elementor - Child Theme
Author: Waldemar Syc, WebSyc
Author URI: https://www.websyc.pl
Description: Motyw Potomny Hello Elementor
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child-theme
Template: hello-elementor
*/

/* variables */
html:root{
  --color-primary: #0055B8;
  --color-secondary:  #008756;
}
html{
  font-size: 16px;
  @media (max-width: 1199px) {
    font-size: 85%;
  }
  @media (max-width: 768px) {
    font-size: 75%;
  }
}
/* Typography */
a{
  color: var(--color-primary);
}
a:hover{
  color: var(--color-secondary);
}
p{
  /* font-size: 1rem;
  color: var(--color-text); */
}
#kontakt .elementor-image-box-wrapper a{
  color: #fff;
  font-weight: bold;
}
.site-header .btn-menu-mobile{
  display: flex;
  align-items: center;
}
.site-header .btn-menu-mobile::before{
  content: "MENU";
  font-size: 16px;
  font-weight: bolder;
  color: #000;
  padding-right: 7px;
}
#ws__contact-form .elementor-widget-mf-gdpr-consent a{
  color: #fff;
}
#ws__contact-form .elementor-widget-mf-gdpr-consent a:hover{
  color: var(--color-secondary);
}
#ws__contact-form .elementor-widget-mf-button:hover {
  box-shadow: none!important;
}
/* Cookie Yes */
.cky-notice p, .cky-notice button, .cky-modal p, .cky-modal button{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji!important;
  line-height: initial!important;
}
.cky-notice button, .cky-modal button{
  padding: 8px!important;
  border-radius: 0!important;
  font-size: 14px!important;
  text-transform: none!important;
  font-weight: initial!important;
  letter-spacing: normal!important;
}
.cky-notice-btn-wrapper{
  flex-wrap: nowrap!important;
}