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

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

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



@font-face {
    font-family: 'Akzidenz-Grotesk Pro Med';
    src: url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Md.eot');
    src: local('Akzidenz-Grotesk Pro Med'), local('AkzidenzGroteskPro-Md'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Md.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Md.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Md.woff') format('woff'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Md.ttf') format('truetype');
    /*font-weight: 500;
    font-style: normal;*/
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro Regular';
    src: url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Regular.eot');
    src: local('Akzidenz-Grotesk Pro Regular'), local('AkzidenzGroteskPro-Regular'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Regular.woff') format('woff'),
        url('/wp-content/uploads/fonts/AkzidenzGroteskPro-Regular.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}








.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;
}

