/*
Theme Name: Sanatorium Helios CZ
Theme URI: https://www.sanatoriumhelios.cz/
Description: Child theme of astra theme for the Astra theme
Author: Pavel Gracias
Author URI: https://www.pavelgracias.cz
Template: astra
Version: 4.8.10
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 11 Jun 2025 15:54:50 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/*****************/
/**** GRACIAS ****/
/*****************/

@keyframes pulse-scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}


.search .ast-archive-description {
  padding-top: 0 !important;
}

/*** FOOTER ***/
.footer-gcr img {
  animation: pulse-scale 1.5s infinite;
  transform-origin: center center;
}