/*
Theme Name:         Museum Of Savage Beauty
Theme URI:          -
Description:        -
Version:            0.0.1
Author:             Bureau for Visual Affairs
Author URI:         http://bureau-va.com/

License:            -
License URI:        -
*/

#cookie-notice {
  border-top: 2px solid grey;
}
#cookie-notice .cookie-notice-container {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
  text-align: left;
}
#cn-notice-text {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1e20;
  padding-left: 15px;
}
#cn-notice-text a {
  text-decoration: underline;
  color: #000;
}
#cn-accept-cookie {
  float: right;
  text-decoration: none;
  font-size: 3em;
  transform: rotate(45deg);
  color: #000;
}

@media screen and (max-width: 40em) {
  #cn-notice-text {
    font-size: 14px;
    padding-left: 0;
  }
}
@media screen and (max-width: 639px){
  #cookie-notice .cookie-notice-container {
    width: 97%;
  }
}