/**
Theme Name: Hello Elementor - Child Theme
Author: Waldemar Syc, WebSyc
Author URI: https://www.websyc.pl
Description: Motyw Potomny Hello Elementor
Version: 1.0.2
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: #751102;
  --color-secondary:  #1D1D1D;
  --color-text: #1D1D1D;
  --color-accent: #d9c67a;
}
html{
  font-size: 16px;
  @media (max-width: 1199px) {
    font-size: 85%;
  }
  @media (max-width: 768px) {
    font-size: 75%;
  }
}
/* Typography */
/* p{
  font-size: 1rem;
  color: var(--color-text);
} */

/* Buttons */
.to-top-btn {
  position: fixed;
  z-index: 10;
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-secondary);
  text-align: center;
  display: none;
  box-shadow: 0 0 0 5px hsla(0,0%,100%,.3);
  transition: all 1s;
}
.to-top-btn .elementor-icon{
  fill: #fff;
  color: #fff;
  border-color: #fff;
}
.to-top-btn:hover {
  cursor: pointer;
  background: var(--color-accent);
  box-shadow: none;
}
.to-top-btn svg {
  font-size: 18px;
  margin-top: 10px;
}

/* Menu */
#menu-main-menu li:last-child > a{
  padding-right: 0;
}
#mobile__menu .elementskit-menu-hamburger{
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Front Page */
#front-page__icons img{
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(406%) hue-rotate(200deg) brightness(118%) contrast(100%);
}

/* Single Post */
.single-post__header{
  background: url('/wp-content/uploads/2024/09/slider1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-page__header{
  background: url('/wp-content/uploads/2024/09/slide2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* 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;
}
.cky-notice button, .cky-modal button{
  padding: 8px;
  border-radius: 0!important;
  font-size: 14px!important;
  text-transform: none;
  font-weight: initial;
  letter-spacing: normal;
}
.cky-notice-btn-wrapper{
  flex-wrap: nowrap!important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header {
  height: 240px;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
  max-height: 240px;
  object-fit: cover;
}