/**
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: #0B2447;
  --color-secondary:  #2196F3;
  --color-text: #727272;
  --color-accent: #F7941D;
  --color-accent-second: #43BFB1;
}
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: 45px;
  height: 45px;
  border-radius: 10px;
  background: var(--color-secondary);
  text-align: center;
  display: none;
  box-shadow: 0 0 0 4px 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-second);
  box-shadow: none;
}
.to-top-btn svg {
  font-size: 18px;
  margin-top: 13px;
}

#footer-container li{
  list-style: none!important;
}