/**
Theme Name: Hello Elementor - Child Theme
Author: Waldemar Syc, WebSyc
Author URI: https://www.websyc.pl
Description: Motyw Potomny Hello Elementor
Version: 1.0.3
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: #ffc107;
  --color-secondary:  #000;
}
/* html{
  font-size: 16px;
  @media (max-width: 1199px) {
    font-size: 85%;
  }
  @media (max-width: 768px) {
    font-size: 75%;
  }
} */
body{
  background-color: #0f0f0f!important;
  background: #0f0f0f!important;
}
/* Menu */
#ws__main-menu nav.hfe-dropdown{
  top: 150%;
  transition: left 0.6s;
}

/* Buttons */
.to-top-btn {
  position: fixed;
  z-index: 10;
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: var(--color-secondary);
  text-align: center;
  display: none;
  box-shadow: 0 0 0 3px 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-primary);
  box-shadow: none;
}
.to-top-btn svg {
  font-size: 18px;
  margin-top: 10px;
}

/* CF 7 */
.wpcf7 p{
  margin-bottom: 0.5rem;
}
.wpcf7 p label{
  width: 100%;
  color: #fff;
  font-family: "Oswald", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1rem;
  margin: 0px 0px 10px 0px;
}
.wpcf7 label > span:not(.wpcf7-list-item-label){
  display: block;
  margin-top: 5px;
}
.wpcf7 input[type="submit"]{
  border: none;
  width: 100%;
}
.wpcf7 .wpcf7-list-item{
  margin-left: 0;
}
.wpcf7 textarea{
  max-height: 150px;
}

/* Blog */
#ws__blog .elementskit-post-image-card{
  position: relative;
}
#ws__blog .elementskit-post-image-card::before,
#ws__blog .elementskit-post-image-card::after{
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  z-index: -1;
}
#ws__blog .elementskit-post-image-card::after{
  top: auto;
  left: auto;
  bottom: -2px;
  right: -2px;
}
#ws__blog  .meta-date{
  gap: 10px;
}
#ws__blog .elementskit-btn i{
  margin-left: 7px;
}
/* single blog */
.single-post-header{
  margin-bottom: 4rem;
}

/* Counter */
#ws__counter .elementor-counter-title{
  text-align: center;
}