/* 
Theme Name:		 Ultra Sports Child
Theme URI:		 https://www.studiomazzini.si/
Description:	 Ultra Sports Child is a child theme of Ultra Sports.
Author:			 Studio Mazzini
Author URI:		 https://www.studiomazzini.si/
Template:		 ultra-sports
Version:		 1.2.5
Text Domain:	 ultra-sports-child
*/

/*
    Add your custom styles here
*/
.gradient-home{
  height: 190px;
  z-index: 100;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  content: "\f053"!important;
  font-size: 20px;
}
.swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054"!important;
  font-size: 20px;
}
.worker-abs>img{
  position: absolute;
  top: 0;
  right: 0;
}
#worker-panel{
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2023/07/solar_man_web.png);
  width: calc(100vw - 52%);
  height: 100%;
  position: absolute;
  right: 0;
}
.worker-abs>img.wp-image-175{
  z-index:-1;
}
.slider-h{
  min-height: 500px;
  background: #fff;
}
.slider-reference-h{
  min-height: 412px;
  background: #fff;
}
.verti-line .advgb-column-inner{
  height: 100%;
}
.verti-line .wp-block-group{
  margin: 0 auto;
  width: 2px;
  background-color: #fff;
}
@media (max-width:1200px) {

  .swiper-button-next,.swiper-button-prev{
      display:none;
  }
  }
@media (min-width:768px) {
  .crta-levo{
      height: 100%;
      width: 1px;
      background: #707070;
      position: absolute;
      margin-left: -25px;
  } 
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: -80px!important;
      background: #fff;
      padding: 20px;
      color: var(--wp--preset--color--secondary, #dfff00)!important;
      border:1px solid var(--wp--preset--color--secondary, #dfff00)!important;
      border-radius: 50%;
      min-width: 44px;
      min-height: 44px;

  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: -80px!important;
      background: #fff;
      padding: 20px;
      color: var(--wp--preset--color--secondary, #dfff00)!important;
      border:1px solid var(--wp--preset--color--secondary, #dfff00)!important;
      border-radius: 50%;
      min-width: 44px;
      min-height: 44px;
  }
}
/*! CONTACT FORM 7 */
@media (max-width: 991px) {
  .contact-form {
    padding: 0.5em 0.375em;
  }

}
.contact-form-field input,
.contact-form-field select,
.contact-form-field input:focus {
  background-color: var(--wp--preset--color--secondary) !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
  color: #fff;
  margin-bottom: 20px;
  outline: #fff !important;
  padding: 6px 12px;
  width: 100%;
}
.contact-form-field input[placeholder],
.contact-form-textarea textarea {
  color: #fff !important;
  background-color: var(--wp--preset--color--secondary) !important;
}
.contact-form-textarea textarea {
  border: 2px solid #fff;
  border-radius: 0;
  height: 10em;
  line-height: 1.5;
  padding: 6px 12px;
  width: 100%;
}
.contact-form-textarea textarea:focus {
  outline: var(--wp--preset--color--primary) !important;
}
.contact-form-textarea .wpcf7-not-valid-tip {
  bottom: -70px;
  position: absolute;
}
.contact-form-button {
  position: relative;
  text-align: center !important;
}
input::-webkit-input-placeholder, input::placeholder, textarea::placeholder  { 
  color: #fff
}
.contact-form-button input {
  background-color: #fff !important;
  border: none !important;
  color: var(--wp--preset--color--secondary) !important;
  padding: 5px 50px;
  position: relative;
  top: -35px;
  transition: all 0.3s ease-out;
}
.contact-form-button input:hover {
  transform: scale(1.1);
}
.contact-form-text {
  font-size: var(--wp--preset--font-size--tiny) !important;
}
.wpcf7-not-valid-tip {
  padding-top: 0;
}
.wpcf7-response-output {
  border-color: var(--wp--preset--color--primary) !important;
}
.wpcf7-spinner {
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  position: absolute !important;
  transform: translateX(-50%);
}
/* statistic-responsive */
@media (max-width: 768px) {
  #worker-panel{
    width: 100%;
    height: 400px;
    bottom: 0;
  }

}
@media (max-width: 576px) {
  .statistic-responsive{
    gap: 20px!important;
    flex-direction: column;
  }
  #worker-panel{
    height: 300px;
  }

}
nav .oddaj-povp{
  border-radius: 20px;
  background-color: #c8ee01 !important;
  color: var(--wp--preset--color--primary) !important;
  padding: 0.7rem 1rem!important;
}
.grecaptcha-badge {
  display: none;
}
.advgb-count-up-columns-one .advgb-counter{
    font-weight:700;
}
.advgb-count-up-header{
    display:none;
}
.advgb-count-up-desc{
    font-size:22px;
}

@media(min-width:991px){
    .stolpci-lini>div:not(:last-child) {
    /* background: red; */
    border-right: 1px solid black;
}
.sm-ebd-wrapper{
    padding-left: 16px;
    padding-right:16px;
}
}
@media(max-width:990px){
    .sm-ebd-wrapper{
    padding-top: 16px;
    padding-bottom:16px;
}
}