

.grecaptcha-badge{
  visibility: hidden;
  bottom: 94px !important;
}


.page-default{
  padding: 60px 0;
}
.page-default h1{
  font-weight: 700;
  text-align: center;
}


.thanks{
  text-align: center;
}
.thanks h1{

}
.thanks p{
  margin: 0;
}


#cookie-notice{
  background: #fff !important;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  min-width: 40% !important;
  width: 40% !important;
  border-radius: 6px;
  left: 10px !important;
  bottom: 10px;
  text-align: left;
}
#cookie-notice .cookie-notice-container{
  text-align: left;
  padding: 20px;
}
#cookie-notice h6{
  font-weight: 700;
  color: #444 !important;
  margin: 0;
  margin-bottom: 5px;
  font-size: 18px;
  margin-bottom: 10px;
}
#cookie-notice p{
  margin: 0;
  color: #777 !important;
  font-size: 14px;
  line-height: 22px;
}
#cookie-notice a.cn-privacy-policy-link{
  color: #f59434;
}
#cookie-notice #cn-notice-buttons{
  width: 50%;
  margin: 0;
  display: block;
}
#cookie-notice .cn-button{
  width: 100%;
  margin: 10px auto 0 auto !important;
  background: #f59434 !important;
}

/* plugins */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  #cookie-notice{
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #cookie-notice .cookie-notice-container{
    padding: 14px;
  }
}
@media only screen and (max-width: 480px) {

}
