/*
 * verze 1.1
 * 13.9.2024
 * --------------------------------------------------*/

 html {
    scroll-padding-top: 100px; /*height of sticky header */
}

#sp-top-bar p {
    margin: 0;
    padding 0;
}


.sp-page-builder .page-content #about {
    background-color: rgba(43, 77, 54, 0.5)!important;
    background-repeat: repeat;
    background-size: inherit;
    background-position: 0 0;
}


#sp-header #sp-menu .sp-megamenu-parent >li.current-item >a {
    color: #fdb756;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .sp-contact-info {
    margin: 0;
    text-align: left;
    width: 100%;
  }

}

 /* invisible recaptcha position */
.grecaptcha-badge {
  line-height:50px !important;
}

 /* pata */

#sp-footer a {
    color: #ffffff;
	text-decoration:underline;
}
#sp-footer a:hover {
    color: #fc9e1a;
}