
/***********************
// Cookie Popup
***********************/

.wordpress-fire-push-popup {
  position: fixed;
  font-size: 13px;
  line-height: 17px;
  z-index: 999999999;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.wordpress-fire-push-popup-container {
  display: none;
  padding: 20px;
}

.wordpress-fire-push-popup p {
  margin: 0;
}

.wordpress-fire-push-popup-full-width {
  width: 100%;
  text-align: center;
}

.wordpress-fire-push-popup-top {
  top: 0;
}

.wordpress-fire-push-popup-bottom {
  bottom: 0;
}  

.wordpress-fire-push-popup-full-width {
  width: 100%;
  text-align: center;
}

.wordpress-fire-push-popup-privacy-center, .wordpress-fire-push-popup-read-more, .wordpress-fire-push-popup-privacy-settings-text {
    display: block;
    float: none;
    clear: both;
}

.wordpress-fire-push-popup-agree, .wordpress-fire-push-popup-decline {
    padding: 8px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 10px 20px;
}

a.wordpress-fire-push-popup-agree:hover, a.wordpress-fire-push-popup-decline:hover, a.wordpress-fire-push-popup-agree:active, a.wordpress-fire-push-popup-decline:active {
  color: #FFFFFF;
}

.wordpress-fire-push-popup-agree {
    background: #FF5722;
    float: left;
}

.wordpress-fire-push-popup-decline {
    background: #9E9E9E;
    float: right;
}

.wordpress-fire-push-popup-full-width .wordpress-fire-push-popup-agree, .wordpress-fire-push-popup-full-width .wordpress-fire-push-popup-decline{
  float: none;
}

.wordpress-fire-push-popup-actions {
    margin-top: 20px;
}

.wordpress-fire-push-popup-actions-links a {
    display: inline;
}

.wordpress-fire-push-popup-overlay .wordpress-fire-push-popup-container {
  position: fixed;
  z-index: 99999;
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: auto;
  padding: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.wordpress-fire-push-popup-overlay-backdrop {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.wordpress-fire-push-popup-actions a, .wordpress-fire-push-popup-actions a:hover, .wordpress-fire-push-popup-actions a:active {
  font-weight: bold;
  margin-right: 5px;
  text-decoration: underline;
}

.wordpress-fire-push-popup-small {
  width: 400px;
  margin-right: 30px;
  right: 0;
  bottom: 20px;
}

.wordpress-fire-push-popup-small .wordpress-fire-push-popup-agree {
  display: block;
}

.wordpress-fire-push-popup-small.wordpress-fire-push-popup-top {
    bottom: auto;
    top: 30px;
}

.wordpress-fire-push-popup-close {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.wordpress-fire-push-popup-full-width .wordpress-fire-push-popup-close {
  top: 10px;
  right: 10px;
}

@media(max-width: 768px) {
  .wordpress-fire-push-popup-small {
    width: 90%;
    margin: 0 auto;
    left: 0;
  }
}