.cookie-message {
  position:fixed;
  bottom:-2px;
  left:0;
  right:0;
  padding:1rem;
  background:#242424;
  box-shadow:0px 0px 3px #ccc;
  z-index: 9999999;

  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.cookie-message p, .cookie-message a {
  color:#333;
  font: 12pt Arial;
  margin: 1rem 0;
  text-align: center;
}
.blue {
  border-bottom:1px solid #fff;
  background-color:#242424;
  
  opacity: 0.9;
    filter: Alpha(opacity=90);
  
 /* background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);*/

}

.blue p, .blue a { color:#fff; }

.cookiebarbtn {
  background: #DFB238;
  font: 1rem 'Raleway', sans-serif !important;
  color: #FFF !important;
  font-size: 1rem !important;
  padding: .375rem .75rem;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}

.cookiebarbtn:hover {
  background: #DF9D34;
  color: #fff;
  cursor: pointer;
}