/*
Theme Name: Observatori Sant Feliu de Guíxols
Text Domain: obs-sfg
Author: Oriol Testart
Author URI: http://6tems.com
Requires at least: WordPress 6.9
Description: Tema hijo de 6TEMS Theme
Template: 6tems-theme
Version: 1.0
*/

.loader {
    width: 200px;
    height: 100px;
    background-image: url(resources/v4/images/logo-header.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 1.5s ease-in-out infinite;
    margin: 40px auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
}