/*
Theme Name: pomocFranki.pl
Theme URI:
Description: 
Version: 1.0.0
Author: 
Author URI:
*/


/* Style the tab content */
.tabcontent {
  display: none;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.tabcontent iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}	

.tabcontent:first-child{
display: block;
}

.tabcontentform{
display: none;
width: 100%;	
}	

.tabcontentform:first-child{
display: block;
}	
	
.tabcontent, .tabcontentform{
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.link, .wpcf7-list-item-label a{
text-decoration: none;	
color: #169b34;	
}	

.link:hover, .wpcf7-list-item-label a:hover{
text-decoration: underline;
color: #169b34;
}	

.wpcf7 .wpcf7-submit:disabled {
  background: linear-gradient(0deg, rgba(21,154,52,0.7) 0%, rgba(108,181,60,0.7) 100%);
border-radius: 12px;
padding: .5rem 1rem;
color: #fff !important;
border-color: rgba(40,167,69,0.7);
}

input[type="submit"]:not(:disabled) {
background: linear-gradient(0deg, rgba(21,154,52,1) 0%, rgba(108,181,60,1) 100%);
border-radius: 12px;
padding: .5rem 1rem;
color: #fff !important;
border-color: rgba(40,167,69,1);
}

input[type="checkbox"]{
width: 20px;
height: 20px;	
}

.wpcf7-spinner{
display: block !important;
margin: 10px auto 0px auto !important;
}	

div#kolor-a div div.spoiler-wrap div.spoiler-head, div#kolor-a div div.spoiler-wrap div.spoiler-body{
background-color: rgb(5, 102, 27) !important;	
}	

div#kolor-b div.spoiler-wrap div.spoiler-head, div#kolor-b div.spoiler-wrap div.spoiler-body{
background-color: rgb(5, 102, 27) !important;	
}

div#kolor-c div div.spoiler-wrap div.spoiler-head, div#kolor-c div div.spoiler-wrap div.spoiler-head div.spoiler-body, div#kolor-c div.spoiler-wrap div.spoiler-head, div#kolor-c div.spoiler-wrap div.spoiler-body{
background-color: rgb(5, 102, 27) !important;	
}
	