/*
Theme Name: The7 Child
Description: 
Author: LeoGraphik (powered by Dream-Theme)
Author URI: https://www.leographik.com
Template: dt-the7
Version: 1.0
*/

.grecaptcha-badge { 
    visibility: hidden;
}

/* -START COOKIES */

.accept-cookies {
  border-top:1px solid #b4c741;
  background-color: rgba(0,0,0,0.8);
  position:fixed;
  bottom:0px;
  right:0px;
  z-index:1001;
  width:100%;
  text-align:center;
}
.accept-cookies p {
  margin:0;
  padding:30px 0px;
  color:#fff;
}
.accept-cookies a {
  text-decoration:none;
}
.accept-cookies .btn {
  background-color: #b4c741;
  color:#fff;
  padding:5px 10px;
  font-size:15px;
  border-radius:5px;
  border:0;
}
/* ESM devices */
@media (max-width: 575px) {
  .accept-cookies p {
    padding:10px 0px;
  }
}
/* -END COOKIES */
