/*
Theme Name: Beehive Child
Description: Child theme for beehive theme
Author: thunder-team
Author URI: http://themeforest.net/user/thunder-team
Template: beehive
Version: 1.0.0
Text Domain:  beehive
*/

.beehive-preloader span {
    background-image: url(https://coquinoscommunity.anteprimasviluppo.it/wp-content/uploads/2022/10/logo-solo-grafico.jpg);
    background-size: contain;
	width: 42px;
    height: 42px;
	transform:none;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg) } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg) } 
}
@keyframes spin { 
   100% { 
        -webkit-transform: rotate(360deg) ; 
        transform:rotate(360deg) ; 
    } 
}
.beehive-preloader>span::after{
	  animation: unset;	
	content: none
}
.beehive-preloader>span::before{
	content: none
}