#wpfooter {
    display: none!important;
}

.gdprcp-section{
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f4f4f4; 
}

.gdprcp-input {
  padding: 8px!important;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: auto!important
}

 .gdprcp-btn{
  background-color: #2196F3;
  padding: 8px;
  border-radius: 3px;
  border: solid 1px #2196F3;
  color:white;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
 }

.gdprcp-btn:hover{
    background-color: #41a8fa;
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #41a8fa;
    color:white;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.gdprcp-section h2 {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 15px;
  margin: 0;
  display: block;
}

.gdprcp-subsection{
  width: 100%;
  float: left;
  border: 1px solid #e2e2e2;
  padding: 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f4f4f4; 
}

.gdprcp-section tr {
  min-height: 75px;
  float: left;
  width: 100%;
}

.gdprcp-preview-wrap {
  background: url(gdprcp-transparent-pattern.png) repeat;
  width: 100%;
  height: 100%;
}
.gdprcp-bar-preview{
  text-align: center;
  padding:0.4em 1em;
  margin-top: 10px;
}
#gdprcp-preview{
  z-index: 999!important;
  -webkit-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  -moz-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.19);
  line-height: 1.5;
}

.gdprcp-accept-button {
  display: inline-block;
  padding: 0.2em 0.6em;
  margin: 0.4em;
  border-radius: 4px;
  text-decoration: none;
}

.gdprcp-accept-button:hover {
 opacity: 0.85;
color:inherit;
}

.gdprcp-read-more-link:hover{
   opacity: 0.85;
   color:inherit;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




 .gdprcp-settings-btn{
  background-color: #2196F3;
  padding: 5px 15px;
  border-radius: 3px;
  border: solid 1px #2196F3;
  color:white;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
 }

 .gdprcp-settings-btn:hover{
   background-color: #4bcbb7;
 }




.gdprcp-bar-preview-fullscreen-overlay {
  background-color: rgba(0, 0, 0, 0.71);
  padding: 15px;
  position: relative;
}

.gdprcp-bar-preview-fullscreen-modal{

  border-radius: 4px;
  padding: 15px;
  width: 600px;
 
  margin:0 auto;
  -webkit-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.8);
  -moz-box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.8);
  box-shadow: 1px 3px 20px -5px rgba(0,0,0,0.8);
}

@media (max-width: 600px) {
  .gdprcp-bar-preview-fullscreen-modal{
     width: 90%;
  }

}

.gdprcp-bar-preview-fullscreen-modal strong{
  font-size: 1.3em;
}

.gdprcp-fullscreen-read-more-link {
  margin-right: 1.5em;
  color:inherit;
}

.gdprcp-fullscreen-read-more-link:hover {
  color:inherit;
  opacity: 0.85
}

.gdprcp-bar-preview-fullscreen-button-wrap{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.gdprcp-fullscreen-accept-button {
  display: inline-block;
  padding: 0.2em 0.7em;
  margin: 0 auto;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.65em;
}

.gdprcp-fullscreen-accept-button:hover {
  color:inherit;
  opacity: 0.85;
}