/**
Theme Name: Robintek Child Theme
Author: Robintek
Author URI: https://robintek.com/
Description: Robintek Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robintek-child-theme
Template: astra
*/


/*==== BUTTONS =======================================================================================*/



/*==== HEADER =======================================================================================*/

.ast-logo-title-inline .ast-site-identity {
    padding: 0!important;
}

/*==== FOOTER =======================================================================================*/



/*==== HOME PAGE ====================================================================================*/



/*==== CUSTOM =======================================================================================*/

.box-image-glow img {
    animation: whiteToColor 10s infinite ease-in-out;
}

/* Define the animation keyframes */
@keyframes whiteToColor {
  0%, 100% {
    filter: brightness(1) invert(0); /* Original color */
  }
  50% {
    filter: brightness(0) invert(1); /* Pure white */
  }
}


/*==== MEDIA QUERIES ================================================================================*/

@media (max-width:921px){

}

@media (max-width:768px){

}

@media (max-width: 544px){
	
}
