/*
 Theme Name:     tanx Child Theme
 Description:    tanx Child Theme
 Author:         Phi Rhythmus
 Author URI: 	 http://phir.co/
 Template:       tanx
 Version:        1.0.0
*/

@import url('../tanx/style.css');

#cookie_alert {
  background: #006EC0;
  bottom: -12.5em;
  left: 0;
  padding: .5em 0 1em;
  position: fixed;
  text-align: center;
  transition: bottom ease-in 0.5s;
  width: 100%;
  z-index: 12;
}

#cookie_alert.shown {
  bottom: 0;
}

#cookie_alert p {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.25rem;
}

#cookie_alert p a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

#cookie_alert .button {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: "Open Sans", arial, sans-serif;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.66667em;
  outline: none;
  padding: .5em 1em .6em;
  text-transform: uppercase;
}
