/*
Theme Name: Extends
Theme URI: https://insignia.pl
Author: Insignia
Author URI: https://insignia.pl
Description: Szablon dedykowany 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Insignia
*/
.label .wpcf7-not-valid-tip{
    display: none !important;
}

.show-hide.hide{

}

.show-hide > .wp-block-group__inner-container > p{
    cursor: pointer;
    display: inline-block;
}

.show-hide .show-hide-more{

}

.show-hide .show-hide-content{
    height: auto !important;
    display: inline-block;
    overflow:hidden;
}

.show-hide.hide .show-hide-content{
    height: 0 !important;
}

.quick-access {
    margin-bottom: 3rem;
}
.quick-access h3{
    margin-bottom: 0;
}
.quick-access ul{
    margin-top: 0;
}
.quick-access ul li a{
    color: #242424;
    transition: .2s;
}
.quick-access ul li a:hover{
    color: #242424;
    text-decoration: underline;
    transition: .2s;
}
.quick-access ul li, .quick-access ul li.next-level{
    list-style: none;
}

.quick-access > ul{
    padding-left: 0;
}

.page_tpl .content h2, .page_tpl .content h3, .page_tpl .content h4, .page_tpl .content h5 {
    scroll-margin-top: 80px;    
}

.page_tpl .content .wp-block-table table td{
	border: 1px solid black;
	padding: 8px;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.lds-grid div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 24px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 42px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 24px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 24px;
  left: 24px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 24px;
  left: 42px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 42px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 42px;
  left: 24px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 42px;
  left: 42px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.wpcf7-form .lds-grid{
	display: none;
}

.wpcf7-form.submitting .lds-grid{
	  display: inline-block;
}

.wpcf7-form.submitting {
	cursor:progress;
}

.grecaptcha-badge{
	opacity: 0 !important;
}