/* Cookie Consent Policy  */

.cookie-consent-layer {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  display: none;
}

.cookie-consent {
  position: fixed;
  background: #fff;
  padding: 30px;
  width: 100%;
  margin: 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cookie-consent .cp-options .cookie-consent-btn {
  margin-bottom: 1em;
}

.cookie-consent a,
.cookie-consent a:link,
.cookie-consent a:visited,
.cookie-consent .cookie-consent-btn,
.cookie-consent .cookie-consent-btn:link,
.cookie-consent .cookie-consent-btn:visited {
  background: #666;
  color: #fff !important;
  transition: all linear .3s;
  cursor: pointer;
}

.cookie-consent a:link,
.cookie-consent a:visited,
.cookie-consent .cookie-consent-btn:hover,
.cookie-consent .cookie-consent-btn:active {
  background: #444;
  color: #fff;
  cursor: pointer;
}

.cookie-consent .cp-info {
  margin-bottom: 1.5em;
}

.cookie-consent .cp-settings {
  display: none;
  min-height: 400px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden !important;
}

.cookie-consent .settings-option {
  margin-bottom: 1.5em;
}

.cookie-consent .cp-setting-header {
  border-bottom: solid 1px @dark;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.cookie-consent .cp-footer {
  margin-top: 2em;
  font-size: .85em;
}

@media (max-width:576px) {
  .cookie-consent .cp-settings {
    overflow-y: auto;
  }
  .cookie-consent .settings-option {
    font-size: .8em;
  }  
}

@media (min-width:992px) {
  .cookie-consent {
    border-radius: 5px;
    width: 60%;
    height: auto;
    margin: 5% 20%;
    left: auto;
    right: auto;
    bottom: 0;
  }  
}

@media (min-width:1200px) {
  .cookie-consent {
    width: 40%;
    height: auto;
    margin: 10% 30%;
  }  
  
  .cookie-consent .cp-options .cookie-consent-btn {
    margin-bottom: auto;
  }
}
