.hidden {
  display: none;
}

div.spacer-medium {
  height: 25px;
}

div.spacer-large {
  height: 50px;
}

div.text-content-container {
  font-size: 85%;
}

a.site-link {
  text-decoration: none !important;
  color: #bf933a;
}

.flex-layout-container {
  display: flex;
}

.flex-share-width {
  flex: 1;
}

.centered {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

a.article-link {
  text-decoration: none !important;
  color: #bf933a;
}

a.article-link:hover {
  color: #bf933a;
}

.client-msg {
  text-align: center;
}

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

div.input-strings-hidden {
  visibility: hidden;
}

/*-----Global checkbox rules------------------------------*/
input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}
label.css-label {
  background-image: url(../images/csscheckbox.png);
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}

div.button-container button {
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  background: #072c28;
  border-color: #072c28;
  color: white;
}

/*--------------Game instruction pages-------------------------*/
.page-id-6250 header.entry-header .entry-title,
.page-id-6252 header.entry-header .entry-title,
.page-id-6315 header.entry-header .entry-title,
.page-id-7036 header.entry-header .entry-title {
  display: none;
}
div.game-instructions table.combinations {
  background-color: #bf933a;
}

@media (max-width: 800px) {
  div.game-instructions table.combinations.overflow {
    display: flex;
    overflow-x: auto;
  }
}

div.game-instructions table.combinations td,
div.game-instructions table.combinations tbody th,
div.game-instructions table.combinations thead {
  border: 1px solid black;
  text-align: center;
}

div.game-instructions table.combinations thead th {
  text-align: center;
}

div.game-instructions table.combinations thead tr:last-child th {
  border-top: 1px solid black;
  border-right: 1px solid black;
}

div.game-instructions table.combinations thead tr th {
  border-right: 1px solid black;
}

div.game-instructions table.combinations tr td:first-child {
  font-weight: bold;
}

div.game-instructions table.combinations tr:first-child td {
  font-weight: bold !important;
}

div.game-instructions table.combinations tr td.exclude-font-effect {
  font-weight: normal !important;
}
/*--------------Coupon validator pages(success & error)--------*/

.validate-coupon-container {
  margin-top: 5%;
}

.validate-coupon-container h2 {
  text-align: center;
}

.validate-coupon-result-container {
  margin-top: 5%;
}

.validate-coupon-result-placeholder {
  height: 250px;
}

.validate-coupon-result-placeholder.success {
  background: url(../images/validate-coupon-success.png) no-repeat;
  background-position: center;
}

.validate-coupon-result-placeholder.error {
  background: url(../images/validate-coupon-error.png) no-repeat;
  background-position: center;
}

.paixto-small-logo-placeholder {
  height: 300px;
  background: url(../images/logo-small.png) no-repeat;
  background-position: center;
}

/*-------Privacy policy page---------*/

table.privacy-cookie-table td {
  color: white !important;
}
