/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Template: mercury
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Description: Affiliate Marketing WordPress Theme. Casino, Gambling &amp; Other Niches. Reviews &amp; Top Lists.
Tags: four-columns,custom-colors,theme-options,custom-menu,featured-images,translation-ready,news,post-formats,block-styles
Version: 3.9.6.1707721625
Updated: 2024-02-12 07:07:05

*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
  }
}

.space-header-search a {
  top: 25px;
  right: 15px;
  margin: 0;
  background-color: #499fe9;
  font-size: 0.8em;
  cursor: pointer;
  color: white !important;
  padding: 8px 15px;
  border-radius: 7px;
  animation: pulse 2s infinite;
  line-height: 1em;
  height: 1.5em !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .space-header-search a {
    text-transform: uppercase;
    background-color: #4b9cec;
    color: white;
    padding: 5px 5px;
    border-radius: 7px;
    animation: pulse 2s infinite;
    font-size: small;
  }
}
