/*!
Theme Name: Suxnix
Theme URI: https://themegenix.net/wp/suxnix/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Suxnix - Health Supplement WordPress Theme
Version: 1.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suxnix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(120,199,212,0.3), 0 0 0 10px rgba(120,199,212,0.3), 0 0 0 20px rgba(120,199,212,0.3);
        box-shadow: 0 0 0 0 rgba(120,199,212,0.3), 0 0 0 10px rgba(120,199,212,0.3), 0 0 0 20px rgba(120,199,212,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(120,199,212,0.3), 0 0 0 20px rgba(120,199,212,0.3), 0 0 0 30px rgba(120,199,212,0.3);
        box-shadow: 0 0 0 10px rgba(120,199,212,0.3), 0 0 0 20px rgba(120,199,212,0.3), 0 0 0 30px rgba(120,199,212,0.3);
    }
}