/*
Authors: Arslan Akram, Mohsin Rafique
Author URI: https://mohsinrafique.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl_2.0.html
Created on: 27_Jun_2018, 03:08:04
*/
/*--------------------------------------------------------------------------------
# GDPR
--------------------------------------------------------------------------------*/
amp-consent {
  position: relative;
  margin-left: 10px;
  top: 2px;
  width: auto;
  background: transparent;
}

.gdpr {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #333;
  z-index: 9999999;
  line-height: 1.3;
}

.gdpr .gdpr-wrapper {
  padding: 2rem;
  background: #fff;
  max-width: 700px;
  width: 95%;
  position: relative;
  margin: 5% auto;
  text-align: center;
}

@media (max-width: 768px) {
  .gdpr .gdpr-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 1.5rem;
  }
}

.gdpr .gdpr-wrapper .gdpr-close {
  position: absolute;
  right: 24px;
  top: 16px;
  cursor: pointer;
}

.gdpr .gdpr-wrapper .gdpr-content .gdpr-title {
  margin-bottom: 15px;
}

.gdpr .gdpr-wrapper .gdpr-privacy-policy-content {
  width: 100%;
  margin-bottom: 25px;
}

.gdpr .gdpr-wrapper .gdpr-privacy-policy-content span {
  display: inline-block;
}

.gdpr .gdpr-wrapper .gdpr-privacy-policy-content a {
  color: #e53935;
}

.gdpr .gdpr-wrapper .gdpr-actions {
  margin-top: 10px;
}

.gdpr .gdpr-wrapper .gdpr-actions form {
  display: inline;
}

.gdpr .gdpr-wrapper .gdpr-actions .amp-btn {
  padding: 3px 20px;
  margin: 0 3px;
  cursor: pointer;
}

.gdpr .gdpr-wrapper .gdpr-actions .amp-btn-default {
  background: #fff;
  color: #222;
  border: 1px solid #999;
}

#post-consent-ui {
  display: none;
}
