.blog-cookie .cookie-top {
  position: relative;
  margin: 30px auto;
  overflow: hidden;
  width: 100%;
  left: 0;
}
.blog-cookie .cookie-top .wrapper {
  width: 100%;
  position: relative;
}
.blog-cookie .cookie-top .wrapper p {
  margin-bottom: 0px;
}
.blog-cookie .cookie-top .wrapper .post-cookie-img {
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta {
  display: block;
  float: right;
  padding: 30px;
  width: 60%;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta a:after{
  content: none;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta h2 {
  color: #ffffff !important;
  font-size: 22px;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta br {
  display: none;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form {
  display: block;
  width: 100%;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form .form-group {
  display: block;
  width: 100%;
  height: 42px;
  margin-right: 5px;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form .form-group input {
  height: 42px;
  width: 100%;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form .aj-tm-forward-url {
  display: none;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form button.btn.btn-cookie-submit {
  display: block;
  width: 100%;
  background-color: #706a78;
  color: #ffffff;
  padding: 10px 30px;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta form button.btn.btn-cookie-submit:hover,
.blog-cookie .cookie-top .wrapper .post-cookie-cta form button.btn.btn-cookie-submit:focus {
  background-color: #534c5b;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta .subscribed-sticky-button button.btn-cookie-submit {
  background-color: #706a78;
  color: #ffffff;
  padding: 9px 30px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
.blog-cookie .cookie-top .wrapper .post-cookie-cta .subscribed-sticky-button button.btn-cookie-submit:hover,
.blog-cookie .cookie-top .wrapper .post-cookie-cta .subscribed-sticky-button button.btn-cookie-submit:focus {
  background-color: #534c5b;
}
.blog-cookie .cookie-top.hide-form .wrapper form#aj-tm-cookie-form-top {
  display: none !important;
}
.blog-cookie .cookie-top.hide-form .wrapper .subscribed-sticky-button {
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-cookie .cookie-top .wrapper {
    padding: 30px;
  }
  .blog-cookie .cookie-top .wrapper .post-cookie-img {
    width: 100%;
    position: static;
    display: block;
    height: 250px;
    margin-bottom: 25px;
  }
  .blog-cookie .cookie-top .wrapper .post-cookie-cta {
    padding: 0px;
    width: 100%;
    float: none;
  }
  .blog-cookie .cookie-top .wrapper .post-cookie-cta h2 {
    text-align: center;
  }
}
.blog-cookie .cookie-sticky {
  position: fixed;
  bottom: -80px;
  left: -150px;
  z-index: 2;
  background: #ffffff;
  height: 170px;
  width: 300px !important;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-cookie .cookie-sticky br {
  display: none;
}
.blog-cookie .cookie-sticky .cookie-sticky-img {
  height: 120px;
  width: 120px;
  display: block;
  background: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  position: fixed;
  left: 100px;
  top: -80px;
}
.blog-cookie .cookie-sticky .cookie-sticky-img img.cookie-img {
  min-height: 120px;
  max-height: 200px;
  height: auto;
  min-width: 150px;
  max-width: 350px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta {
  display: none;
  background: transparent;
  height: 120px;
  width: 120px;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta h5 {
  display: none;
  font-weight: 400;
  color: #ffffff !important;
  width: 120px;
  padding: 25px 15px;
}
.blog-cookie .cookie-sticky .cookie-sticky-img:hover {
  cursor: pointer;
}
.blog-cookie .cookie-sticky .cookie-sticky-img:hover .post-cookie-img-cta {
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
.blog-cookie .cookie-sticky .cookie-sticky-img:hover .post-cookie-img-cta h5 {
  display: block;
}
.blog-cookie .cookie-sticky .cookie-sticky-cta {
  display: none;
}
.blog-cookie .cookie-sticky.hide-cookie {
  display: none !important;
}
.blog-cookie .cookie-sticky.show-cookie {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  height: 280px;
  width: 300px !important;
}
.blog-cookie .cookie-sticky.show-cookie a.close-sticky {
  float: right;
  margin: 20px;
  font-size: 10px;
  color: #c0bdc3;
  font-weight: 300;
}
.blog-cookie .cookie-sticky.show-cookie a.close-sticky:hover,
.blog-cookie .cookie-sticky.show-cookie a.close-sticky:focus {
  opacity: .7;
  text-decoration: none;
  cursor: pointer;
}
.blog-cookie .cookie-sticky.show-cookie a.close-sticky:after {
  content: none;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-img {
  height: 120px;
  width: 120px;
  left: 90px;
  display: block;
  background: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-img img.cookie-img {
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-img:hover .post-cookie-img-cta {
  display: none;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px 25px 0px 25px;
  position: absolute;
  top: 80px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta h4 {
  margin: 0px;
  font-size: 18px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta p {
  margin: 0px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta a:hover,
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta a:focus {
  text-decoration: none;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta form.unsubscribed-sticky-form .form-group {
  height: 36px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 15px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta form.unsubscribed-sticky-form .form-group input {
  height: 36px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta form.unsubscribed-sticky-form button {
  margin-top: 7px;
}
.blog-cookie .cookie-sticky.show-cookie .cookie-sticky-cta button.btn-cookie-submit {
  color: #ffffff;
  padding: 7px 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog-cookie .cookie-sticky.subscribed-height.show-cookie {
  height: 230px;
}
@media (max-width: 991px) {
  .blog-cookie .cookie-sticky .cookie-sticky-img {
    height: 100px;
    width: 100px;
    left: 110px;
    top: -50px;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta {
    height: 100px;
    width: 100px;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta h5 {
    width: 100px;
    padding: 15px 10px;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img img.cookie-img {
    min-height: 100px;
    min-width: 100px;
    max-height: 150px;
  }
  .blog-cookie .cookie-sticky.show-cookie .cookie-sticky-img {
    top: -75px;
  }
  .blog-cookie .cookie-sticky.show-cookie .cookie-sticky-img img.cookie-img {
    min-height: 120px;
    max-height: 200px;
    height: auto;
    min-width: 150px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .blog-cookie .cookie-sticky .cookie-sticky-img {
    height: 70px;
    width: 70px;
    left: 120px;
    top: -25px;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta {
    height: 70px;
    width: 70px;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img .post-cookie-img-cta h5 {
    display: none !important;
  }
  .blog-cookie .cookie-sticky .cookie-sticky-img img.cookie-img {
    min-height: 70px;
    min-width: 70px;
    max-height: 120px;
  }
}
.modal.cookie-modal {
  background-color: transparent;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content {
  max-width: 400px;
  background-color: #ffffff;
  margin: auto;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .close-sticky {
  color: #c0bdc3;
  cursor: pointer;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .close-sticky:hover,
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .close-sticky:focus {
  color: #706a78;
  background: transparent;
  text-decoration: none;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .close-sticky.close-sticky-icon-link {
  float: right;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .close-sticky.close-sticky-text-link {
  font-size: 14px;
  margin-top: 20px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .cookie-modal-img {
  height: 120px;
  width: 120px;
  display: block;
  background: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px auto 30px auto;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body .cookie-modal-img img.cookie-img {
  min-height: 120px;
  max-height: 200px;
  height: auto;
  min-width: 150px;
  max-width: 350px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body h4 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body br {
  display: none;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body form .form-group {
  margin-bottom: 0px;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body form .form-group input {
  height: 40px;
  margin-bottom: 7px;
  border-color: #c0bdc3;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body form button.btn.btn-cookie-submit {
  color: #ffffff;
  height: 40px;
  background-color: #d4765d;
  width: 100%;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body button.btn.btn-cookie-submit {
  color: #ffffff;
  height: 40px;
  background-color: #d4765d;
  width: 100%;
}
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body a:hover,
.modal.cookie-modal .modal-dialog .modal-content.cookie-modal-content .modal-body.cookie-modal-body a:focus {
  text-decoration: none;
  background-color: #bf5a3f;
}
@media (min-width: 768px) {
  .modal.cookie-modal {
    display: none !important;
  }
}
