/*
 Theme Name:     Kabuto Child
 Description:    Kabuto Child Theme
 Author:         OnionEye
 Author URI:     http://themeforest.net/user/onioneye
 Template:       kabuto
 Version:        1.0.1
*/

.pogo-logo {
    width:120px;
    height:120px;
    background:#07d1b2;
    animation:pogo 60s;
  -moz-animation:pogo 60s infinite; /* Firefox */
-webkit-animation:pogo 60s infinite; /* Safari and Chrome */
       -webkit-mask:  url(http://pogostickstudios.com/pogo.svg) no-repeat 50% 50%;
    mask: url(http://pogostickstudios.com/pogo.svg) no-repeat 50% 50%;
  }


@-moz-keyframes pogo /* Firefox */
{
0%   {background:#07d1b2;}
30%  {background:#c9dc4c;}
50%  {background:#feae47;}
70%   {background:#c9dc4c;}
100%   {background:#07d1b2;}
}
 
@-webkit-keyframes pogo /* Firefox */
{
0%   {background:#07d1b2;}
30%  {background:#c9dc4c;}
50%  {background:#feae47;}
70%   {background:#c9dc4c;}
100%   {background:#07d1b2;}
}
  
@keyframes pogo 
{
0%   {background:#07d1b2;}
30%  {background:#c9dc4c;}
50%  {background:#feae47;}
70%   {background:#c9dc4c;}
100%   {background:#07d1b2;}
}

input, textarea, select {
  border-radius:0px;
}

#dropdown-wrapper {
    color: #fff;
}

#dropdown-wrapper input[type="submit"]:hover, #dropdown-wrapper button:hover, #dropdown-wrapper input[type="button"]:hover {
  border-color:#c9dc4c;
  color:#c9dc4c;
}
#dropdown-wrapper a {
  color:#c9dc4c;
}
#dropdown-wrapper a:visited {
  color:#07d1b2;
}

#dropdown-wrapper a:hover {
  color:#feae47;
}
#dropdown-wrapper a:active {
  color:#c9dc4c;
}

#dropdown-wrapper input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), #dropdown-wrapper textarea, #dropdown-wrapper select {
  background:rgba(255, 255, 255, 0.1);
  border-top-style:none;
  border-left-style:none;
  border-right-style:none;
      border-radius:0px;
  border-bottom-style:2px solid white !important;
}

#dropdown-wrapper input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):focus, #dropdown-wrapper textarea:focus {
  background:rgba(255, 255, 255, 0.75);
      border-radius:0px;
}
