/*
 Theme Name:   Elena Panurova
 Theme URI:    http://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     kadence
 Version:      1.0.0
*/

/* Сообщение о куки */
#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 85px 0 20px;
  background: #f4f4f5;
  border-bottom: 1px solid #ccc;
  border-top: 1px #bbb solid;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
}

#cookie-consent p, #cookie-consent a {
  color: #333;
  font: bold 9px/11px Arial;
  margin: 0.6em 0;
}

#cookie-consent a {
  position: absolute;
  top: 3px;
  *top: -2px;
  right: 20px;
  cursor: pointer;
}





