/*
Theme Name: child-kunnossapito
Version: 1.0
Description: A child theme of Hello Elementor
Author: admin
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");
.hero{ 
	-moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-name: hero-slide;
  -o-animation-name: hero-slide;
  -webkit-animation-name: hero-slide;
  animation-name: hero-slide;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.hero::before {
  content:"" !important;
  display:block !important;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -moz-animation-name:hero-before-slide;
  -o-animation-name:hero-before-slide;
  -webkit-animation-name:hero-before-slide;
  animation-name:hero-before-slide;
  -moz-animation-delay:.5s;
  -o-animation-delay:.5s;
  -webkit-animation-delay:.5s;
  animation-delay:.5s;
  background:rgba(24,24,25,0.95);
}
.hero::after {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -moz-animation-name:hero-after-slide;
  -o-animation-name:hero-after-slide;
  -webkit-animation-name:hero-after-slide;
  animation-name:hero-after-slide;
  -moz-animation-timing-fuction:ease-in;
  -o-animation-timing-fuction:ease-in;
  -webkit-animation-timing-fuction:ease-in;
  animation-timing-fuction:ease-in;
  background:#181819;
}
@-moz-keyframes hero-slide {
  from {
    background-position: 400px center;
  }
  to {
    background-position: center center;
  }
}
@-o-keyframes hero-slide {
  from {
    background-position: 400px center;
  }
  to {
    background-position: center center;
  }
}
@-webkit-keyframes hero-slide {
  from {
    background-position: 400px center;
  }
  to {
    background-position: center center;
  }
}
@keyframes hero-slide {
  from {
    background-position: 400px center;
  }
  to {
    background-position: center center;
  }
}
.hero-slide {
  -moz-animation-name: hero-slide;
  -o-animation-name: hero-slide;
  -webkit-animation-name: hero-slide;
  animation-name: hero-slide;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-moz-keyframes hero-before-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes hero-before-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes hero-before-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes hero-before-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.hero-before-slide {
  -moz-animation-name: hero-before-slide;
  -o-animation-name: hero-before-slide;
  -webkit-animation-name: hero-before-slide;
  animation-name: hero-before-slide;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-moz-keyframes hero-after-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes hero-after-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes hero-after-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes hero-after-slide {
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.hero-after-slide {
  -moz-animation-name: hero-after-slide;
  -o-animation-name: hero-after-slide;
  -webkit-animation-name: hero-after-slide;
  animation-name: hero-after-slide;
  -moz-animation-timing-fuction: ease-in;
  -o-animation-timing-fuction: ease-in;
  -webkit-animation-timing-fuction: ease-in;
  animation-timing-fuction: ease-in;
}

.hero-scroll{
	-moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: bounce-down;
  -o-animation-name: bounce-down;
  -webkit-animation-name: bounce-down;
  animation-name: bounce-down;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-moz-keyframes bounce-down {
  from,
  4%,
  10%,
  18%,
  to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translateY(0);
  }
  8%,
  8.6% {
    -moz-transform: translateY(-30px);
  }
  14% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce-down {
  from,
  4%,
  10%,
  18%,
  to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transform: translateY(0);
  }
  8%,
  8.6% {
    -o-transform: translateY(-30px);
  }
  14% {
    -o-transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-down {
  from,
  4%,
  10%,
  18%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  8%,
  8.6% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  14% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce-down {
  from,
  4%,
  10%,
  18%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  8%,
  8.6% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  14% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce-down {
  -moz-animation-name: bounce-down;
  -o-animation-name: bounce-down;
  -webkit-animation-name: bounce-down;
  animation-name: bounce-down;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


.white::before,
.white.badges::before {
  top: 0;
  left: 0;
  -moz-transform: skew(-20deg) translateX(-20px);
  -ms-transform: skew(-20deg) translateX(-20px);
  -o-transform: skew(-20deg) translateX(-20px);
  -webkit-transform: skew(-20deg) translateX(-20px);
  transform: skew(-20deg) translateX(-20px);
}
.white::after,
.white.badges::after {
  bottom: 0;
  right: 0;
  -moz-transform: skew(-20deg) translateX(20px);
  -ms-transform: skew(-20deg) translateX(20px);
  -o-transform: skew(-20deg) translateX(20px);
  -webkit-transform: skew(-20deg) translateX(20px);
  transform: skew(-20deg) translateX(20px);
}
.white::before,
.white::after {
  content: ""!important;
  width: 80px !important;
  display: block;
  height: 40px !important;
  background: #ff810f;
  position: absolute;
}

#content ul li {
  list-style: square; padding-bottom: 10px;
}

@media (min-width: 700px) {
  .white::before, .white::after, .white.badges::before, .white.badges::after {
    width: 100px !important;
    height: 50px !important;
  }
}
@media (min-width: 1600px) {
  .white::before, .white::after, .white.badges::before, .white.badges::after {
    width: 200px !important;
    height: 100px !important;
  }
}


@media (max-width: 479px) {
	.mbnoMenu{ display:none !important}
}

