/*
Theme Name: k1 Child
Author: k1
Template: k1
Version: 1.0.0
Text Domain: k1
*/



@font-face {
	font-family: 'K Tone-Regular';
	src: url('/wp-content/uploads/fonts/kharkiv_tone-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/wp-content/uploads/fonts/kharkiv_tone-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/wp-content/uploads/fonts/kharkiv_tone-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/wp-content/uploads/fonts/kharkiv_tone-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/wp-content/uploads/fonts/kharkiv_tone-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/wp-content/uploads/fonts/kharkiv_tone-regular.svg#kharkiv_tone-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}



@media (max-width: 569px){
 .btn:not(input), .btn-link:not(input) { transform: scale(1); }
}

.toggle { display:none; }
.toggleshow { cursor:pointer; }



.labelthree :after  { 
content: "2";
position: absolute;
right: 4px;
margin-bottom: 18px;
background: #00b5e2;
padding: 1px 5px;
border-radius: 20px;
color: white;
font-size: 10px;
}
.labelthree a :after  { 
display:none;
}

.structure a {text-decoration: underline dotted;}

.widget-container button,
.widget-container .btn {
  padding: inherit !important;
}

.barbershoptag {
    border: 1px solid #969696;
display: inline-block;
padding: 3px 9px;
border-radius: 30px;
color: #777 !important;
margin-right:5px;
margin-bottom:5px;
}



.zapis {
z-index: 999;
  box-shadow:  0 0 0 rgba(0, 181, 226, 0.7);
  animation: pulse 2s infinite;
}
.zapis:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(0, 181, 226, 0.7);
  }
  90% {
      -webkit-box-shadow: 0 0 0 rgba(0, 181, 226, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 rgba(0, 181, 226, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 rgba(0, 181, 226, 0.7);
    box-shadow: 0 0 0 rgba(0, 181, 226, 0.4);
  }
  90% {
      -moz-box-shadow: 0 0 0 10px rgba(0, 181, 226, 0);
      box-shadow: 0 0 0 10px rgba(255, 173, 58, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 181, 226, 0);
      box-shadow: 0 0 0 0 rgba(0, 181, 226, 0);
  }
}

.bookingpopupblock{
    display:none;
    position: fixed;
    background: #0000007d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:999999;
}

.bookingpopup{
    background: white;
    width: 95%;
    bottom: 10px;
    height: -webkit-fill-available;
    top: 0px;
    min-width: 300px;
    max-width: 650px;
	min-height: 85vh;
    margin: 25px auto;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 15px;
    display: block;
    border: 0;
}



/* CREW Tooltip container */
.tooltipp {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltipp .tooltiptextt {
  visibility: hidden;
    background-color: white;
    color: #3e3e3e;
    text-align: center;
    padding: 4px 0;
    border-radius: 6px;
    width: 80px;
    bottom: 0%;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipp:hover .tooltiptextt {
  visibility: visible;
}

