/* Cookie consent top bar universal styles */

.has-cookie-bar #catapult-cookie-bar {
  /* height: 50px!important; */
  padding: 0 20px !important;
}

@media (max-width: 1240px) {
  .has-cookie-bar #catapult-cookie-bar {
    /* height: 80px!important; */
    height: auto !important;
  }
}

@media (max-width: 580px) {
  .has-cookie-bar #catapult-cookie-bar {
    height: auto !important;
  }
}

@media (max-width: 280px) {
  .has-cookie-bar #catapult-cookie-bar {
    height: auto !important;
  }
}


.ctcc-inner {
    font-size: .75em;
    text-align: center;
    padding: 10px 15px;
}
.ctcc-inner a {
  text-decoration: underline;
}

.ctcc-inner a:hover {
  text-decoration: none;
}

.ctcc-left-side {
  margin: 0 20px 0 0;
}

#catapultCookie {
  border-radius: 0;
  padding: 5px 8px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

#catapultCookie:hover {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
