/*
Theme Name: REVIEWS
Version: 1.0
*/

*,
*::after,
*::before {
  box-sizing : border-box;
}

/* Final cleanup overrides for the static version. */
.gc-logo {
  width: 120px;
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.gc-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.gc-fp2-casinos {
  padding-top: 30px;
}

.gc-fp2-casinos .gc-wrapper {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .gc-logo {
    width: 110px;
  }

  .gc-fp2-casinos .gc-wrapper {
    margin-top: 0;
  }
}

.gc-fp2-casinos {
  padding-top: 30px;
}

.gc-fp2-casinos .gc-wrapper {
  margin-top: 0;
}

details > summary,
ol,
ul {
  padding    : 0;
  list-style : none;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin : 0;
  color  : inherit;
  font   : inherit;
}

a {
  text-decoration : none;
}

img {
  display   : block;
  max-width : 100%;
  height    : auto;
}

a,
address,
button,
fieldset,
figure,
input,
legend,
optgroup,
select,
textarea {
  margin             : 0;
  padding            : 0;
  color              : inherit;
  background         : none;
  border             : none;
  border-radius      : 0;
  box-shadow         : none;
  font               : inherit;
  text-transform     : inherit;
  text-shadow        : inherit;
  line-height        : inherit;
  -webkit-appearance : none;
}

a > *,
button,
button > *,
input,
select {
  display        : inline-block;
  vertical-align : middle;
}

[type='button'],
[type='checkbox'],
[type='radio'],
[type='range'],
[type='reset'],
[type='submit'],
button,
label,
select,
summary {
  cursor              : pointer;
  user-select         : none;
  -ms-user-select     : none;
  -webkit-user-select : none;
}


[type="radio"],
[type='button'],
[type='range'],
[type='search'],
[type='submit'] {
  border-radius      : 0;
  -webkit-appearance : none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  position   : absolute;
  right      : 0;
  visibility : hidden;
}

:-webkit-autofill {
  box-shadow : inset 0 0 0 1000px var(--grey);
}

input,
textarea {
  width : 100%;
}

input {
  text-overflow : ellipsis;
}

textarea {
  overflow : auto;
  resize   : none;
}

iframe {
  all: unset;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

:active,
:focus,
:hover {
  outline        : 0;
  outline-offset : 0;
}

::placeholder {
  opacity : 1;
}

label {
  cursor : pointer;
}

meta,
.gc-meta-div {
  display: none;
}

@media
  (prefers-reduced-motion : reduce) {
  * {
    animation-duration        : 0.01ms !important;
    animation-iteration-count : 1 !important;
    transition-duration       : 0.01ms !important;
  }
}

:root {
  --black : #1d1111;
  --black2: #100707;
  --blue : #321818;
  --blue2 : #b8261f;
  --light : #ef3b2d;
  --light2 : #f4c2bd;
}

.gc-hidden {
  display : none;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  position            : relative;
  display             : flex;
  flex-direction      : column;
  justify-content     : flex-start;
  align-items         : center;
  min-height          : 100vh;
  background-color    : var(--blue);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size           : 16px;
  overflow-y          : auto;
  overflow-x          : hidden;
}

footer,
header {
  display         : flex;
  flex            : 0 0 auto;
  flex-wrap       : wrap;
  justify-content : center;
  align-items     : center;
  width           : 100%;
}

main {
  position       : relative;
  display        : flex;
  flex           : 1 0 auto;
  flex-direction : column;
  align-items    : center;
  width: 100%;
  z-index: 0;
  margin-top: 80px;
}
.gc-wrapper {
  width: 1280px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header {
  background: var(--black);
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
header .gc-wrapper {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.gc-logo {
  width: 120px;
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.gc-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.gc-menu {
  width: calc(100% - 180px);
  margin: 0 15px;
  display: flex;
}
.gc-menu>ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.gc-menu>ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.gc-menu>ul>li>a,
.gc-menu>ul>li>span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 5px;
  border-radius: 10px;
  position: relative;
}
.gc-menu>ul li.gc-menu-item-has-children>a,
.gc-menu>ul li.gc-menu-item-has-children>span {
  padding: 10px 15px 10px 5px;
}
.gc-menu>ul li.gc-current_page_item>span,
.gc-menu>ul li a:hover {
  background-color: var(--light);
}
.gc-menu>ul li.gc-menu-item-has-children>a:after,
.gc-menu>ul li.gc-menu-item-has-children>span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.gc-menu .gc-sub-menu {
  display: none;
  width: 180px;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 100%;
  max-height: calc(100vh - 70px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
  background-color: var(--black2);
  border-radius: 10px;
  border: 1px solid var(--light2);
}
.gc-menu .gc-sub-menu::-webkit-scrollbar {
  display: none;
}
.gc-menu .gc-sub-menu>li {
  width: 100%;
}
.gc-menu .gc-sub-menu>li:not(:last-child) {
  border-bottom: 1px solid var(--light2);
}
.gc-menu .gc-sub-menu>li a,
.gc-menu .gc-sub-menu>li span {
  padding: 10px 5px;
  font-size: 12px;
  width: 100%;
  text-align: right;
}
.gc-menu>ul li.gc-menu-item-has-children:hover .gc-sub-menu {
  display: flex;
}

.gc-home.gc-page-template-default .gc-fp1,
.gc-page-template-all-cas .gc-fp1 {
  padding: 60px 0 90px;
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
}
.gc-page-casinos .gc-fp1 {
  padding: 60px 0 90px;
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
}
.gc-page-game-review .gc-fp1 {
  padding: 60px 0 90px;
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
}
.gc-fp1 .gc-wrapper {
  gap: 15px;
}
h1 {
  width: 100%;
  margin: 0 15px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
h1 ~ p {
  width: 100%;
  margin: 0 15px;
  font-size: 18px;
  line-height: 1.8;
}

.gc-fp2-casinos {
  background-color: var(--black2);
  padding: 0 0 60px;
}
.gc-fp2-casinos .gc-wrapper {
  gap: 15px;
  margin-top: -60px;
}
.gc-page-game-review .gc-fp2-casinos {
  padding-top: 30px;
}
.gc-page-game-review .gc-fp2-casinos .gc-wrapper {
  margin-top: 0;
}
.gc-casino-section-intro {
  width: calc(100% - 30px);
  margin: 0 15px 15px;
}
.gc-casino-section-intro h2,
.gc-casino-section-intro p {
  margin-bottom: 15px;
}
.gc-casino-section-intro p {
  font-size: 18px;
  line-height: 1.8;
}
.gc-cas-card {
  width: 100%;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 15px;
  gap: 15px;
  overflow: hidden;
  background: var(--blue);
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
.gc-cas-card-left {
  display: grid;
  gap: 15px;
  grid-template-columns: 145px 1fr;
}
.gc-cas-card-left-img {
  width: 145px;
  position: relative;
}
.gc-cas-card-left-img img {
  width: 145px;
}
.gc-cas-card-left-img-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--light);
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.gc-cas-card-left-titles {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  align-content: flex-start;
  gap: 15px;
}
.gc-cas-card-left-titles-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.gc-cas-card-left-titles-feat {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
  font-size: 14px;
}
.gc-cas-card-left-titles-feat-item {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 15px;
}
.gc-cas-card-left-titles-feat-item-lbl {
  color: var(--light2);
}
.gc-cas-card-left-titles-feat-item-val {
  text-align: right;
  font-weight: bold;
}
.gc-cas-card-right {
  margin: 12px 15px 12px 0;
  border-radius: 10px;
  border: 2px solid var(--light2);
  background-color: var(--black);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 145px;
  padding: 10px 15px;
}
.gc-cas-card-right-bonus {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.gc-cas-card-right-bonus-header,
.gc-cas-card-right-bonus-main,
.gc-cas-card-right-bonus-footer {
  width: 100%;
  text-align: center;
}
.gc-cas-card-right-bonus-header {
  font-size: 14px;
  color: var(--light2);
}
.gc-cas-card-right-bonus-main {
  font-size: 22px;
  font-weight: bold;
  color: var(--light);
  text-shadow: 0 0 24px rgba(239, 59, 45, 0.5);
}
.gc-cas-card-right-bonus-footer {
  font-size: 16px;
  font-weight: bold;
}
.gc-cas-card-right-btns {
  position: relative;
}
.gc-cas-card-right-btns:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: var(--light2);
}
.gc-cas-card-right-btns {
  display: grid;
  gap: 10px;
  align-content: center;
}
.gc-btn,
.gc-cas-card-right-btns-rev {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  min-width: 145px;
}
.gc-btn {
  background-color: var(--light);
  padding: 15px 10px;
}
.gc-btn:hover {
  opacity: .8;
}
.gc-cas-card-right-btns-rev {
  border: 2px solid var(--light2);
  padding: 10px;
}
.gc-cas-card-right-btns-rev:hover {
  border: 2px solid var(--light);
}

article {
  width: 100%;
  background-color: var(--black);
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gc-page-template-add article,
.gc-page-template-default .gc-fp1 {
  padding: 0 0 60px;
}
.gc-page-template-default .gc-fp1 {
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
}
.gc-page-template-add article h1,
h1.gc-addtitle {
  margin: 0 15px 30px;
}
article .gc-wrapper {
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

/* Keep article text before the table of contents on every page. */
article .gc-wrapper .gc-content {
  order: 1;
}
article .gc-wrapper > aside {
  order: 2;
}
.gc-content {
  background-color: var(--blue);
  border-radius: 20px;
  padding: 30px;
  width: 930px;
  max-width: 100%;
  margin: 0 15px;
  font-size: 16px;
  line-height: 1.8;
  order: 1;
}
h2,
h3,
.gc-h4,
.gc-content p,
.gc-content ul,
.gc-content ol {
  width: 100%;
  margin-bottom: 15px;
}
h2,
h3,
h4 {
  font-weight: bold;
  line-height: normal;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
.gc-content a {
  color: var(--light);
  text-decoration: underline;
}
.gc-content a:hover {
  text-decoration: none;
}
.gc-content img {
  width: 580px;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
.gc-content table,
.gc-content blockquote {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 15px;
}
.gc-content blockquote {
  background-color: var(--black);
  border-radius: 15px;
  padding: 30px 60px;
  font-style: italic;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
.gc-content blockquote p:last-child {
  margin-bottom: 0;
}
.gc-content table {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
  border-radius: 15px;
}
.gc-content table tr:first-child th:first-child,
.gc-content table tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
}
.gc-content table tr:first-child th:last-child,
.gc-content table tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
}
.gc-content table tr:last-child th:first-child,
.gc-content table tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.gc-content table tr:last-child th:last-child,
.gc-content table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.gc-content table th,
.gc-content table td {
  border: 1px solid var(--blue);
  padding: 5px 15px;
}
.gc-content table tr:first-child th,
.gc-content table tr:first-child td {
  background: var(--light);
  font-weight: bold;
}
.gc-content table tr:not(:first-child) th,
.gc-content table tr:not(:first-child) td {
  background: linear-gradient(180deg, var(--black), var(--blue), var(--black));
}
.gc-content ul,
.gc-content ol {
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.gc-content ol {
  counter-reset: point;
}
.gc-content ul li,
.gc-content ol li {
  width: 100%;
  position: relative;
  padding-left: 34px;
}
.gc-content ul li:not(:last-child),
.gc-content ol li:not(:last-child) {
  margin-bottom: 5px;
}
.gc-content ol li::before,
.gc-content ul li::before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  background-color: var(--light);
}
.gc-content ol li::before {
  counter-increment: point 1;
  content: counter(point);
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.gc-content ul li::before {
  content: '';
}
.gc-content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2.5px;
  left: 7px;
}


aside {
  width: 290px;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  order: 2;
  position: sticky;
  top: 75px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
aside::-webkit-scrollbar {
  display: none;
}

.gc-lwptoc,
.gc-lwptoc_i,
.gc-lwptoc_items {
  width: 100%;
}
.gc-lwptoc_items .gc-lwptoc_itemWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-lwptoc_itemWrap>.gc-lwptoc_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-lwptoc_itemWrap>.gc-lwptoc_item a {
  width: 100%;
  border-radius: 15px;
  background-color: var(--blue);
  padding: 15px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.gc-lwptoc_itemWrap>.gc-lwptoc_item a .gc-lwptoc_item_number {
  width: 30px;
}
.gc-lwptoc_itemWrap>.gc-lwptoc_item a .gc-lwptoc_item_label {
  width: calc(100% - 30px);
}
.gc-lwptoc_itemWrap>.gc-lwptoc_item>.gc-lwptoc_itemWrap {
  margin-left: 15px;
}
.gc-lwptoc_item.gc-active-scroll>a,
.gc-lwptoc_item>a:hover {
  background-color: rgba(239, 59, 45, 1);
}
.gc-lwptoc_item.gc-active-scroll>.gc-lwptoc_itemWrap>.gc-lwptoc_item>a {
  background-color: rgba(239, 59, 45, 0.4);
}
.gc-faq {
  padding: 60px 0;
}
section.gc-author {
  padding: 0 0 60px;
}
.gc-faq .gc-wrapper,
section.gc-author .gc-wrapper {
  justify-content: center;
}
.gc-faq h2 {
  text-align: center;
  margin: 0 15px 15px;
}
.gc-faq-item {
  width: 930px;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 15px 10px;
}
.gc-faq-item:last-child {
  margin: 0 15px;
}

.gc-faq-item[open] {
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
.gc-faq-item:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 22px;
  margin-top: -5px;
  right: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.gc-faq-item[open]:before {
  transform: rotate(-135deg);
  top: 25px;
}

.gc-q, .gc-a {
  display: flex;
  flex-wrap: wrap;
}
.gc-q {
  width: 100%;
  padding: 15px 30px 15px 15px;
  background-color: var(--black);
  font-weight: bold;
}
.gc-faq-item:hover .gc-q,
.gc-faq-item[open] .gc-q {
  background: var(--black2);
}
.gc-a {
  width: 100%;
  padding: 15px;
  background-color: var(--black2);
  border-top: 2px solid var(--blue);
}

.gc-authorcard {
  position: relative;
  width: 930px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
  background: linear-gradient(180deg,var(--blue2),var(--black));
  z-index: 1;
  margin: 0 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-authorcard:before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  background: var(--black);
  inset: 1px;
}
.gc-authorcard-top,
.gc-authorcard-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-authorcard-top {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.gc-authorcard-top-left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  min-width: 290px;
  width: calc((100% - 15px)/2);
  max-width: 100%;
  gap: 15px;
}
.gc-authorcard-top-left img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.gc-authorcard-top-left-titles {
  width: calc(100% - 95px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
}
.gc-authorcard-top-left-titles>span {
  width: 100%;
}
.gc-authorcard-top-left-titles-top {
  color: var(--light);
}
.gc-authorcard-top-left-titles-name {
  font-size: 24px;
}
.gc-authorcard-links {
  min-width: 290px;
  width: calc((100% - 15px)/2);
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.gc-authorcard-links>a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blue);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.gc-authorcard-links>a:hover {
  opacity: .8;
}
.gc-authorcard-links>a>svg {
  width: 22px;
  height: 22px;
  fill: var(--light);
}
.gc-authorcard-bottom-bio {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
footer {
  padding: 60px 0 15px;
  background-color: var(--black2);
}
footer .gc-wrapper {
  align-content: flex-start;
  align-items: flex-start;
}

.gc-footer-top-left,
.gc-footer-top-right {
  width: 290px;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-footer-top-left .gc-logo {
  margin: 0;
}
.gc-footer-top-left-text {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 1px solid var(--light2);
}
.gc-footer-top-left-text p {
  width: 100%;
  font-size: 12px;
  color: var(--light2);
}
.gc-copyright {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid var(--light2);
  font-size: 12px;
  color: var(--light2);
}
.gc-footer-top-center {
  width: 610px;
  max-width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-footer-top-center a {
  width: calc((100% - 30px)/3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
}
.gc-footer-top-center a svg {
  width: 100px;
  fill: var(--light2);
}
.gc-footer-top-center a:hover svg {
  fill: #fff;
  filter: drop-shadow(0 -8px 24px rgba(239,59,45,.36));
}
.gc-footer-top-right a {
  width: 100%;
  font-size: 14px;
  text-align: right;
  justify-content: flex-end;
}
.gc-footer-top-right a:hover {
  color: var(--light);
}

.gc-clearfy-cookie {
  width: 100%;
  padding: 15px;
  position: fixed;
  background-color: var(--black2);
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
  height: 76px;
}
.gc-clearfy-cookie-hide {
  display: none;
}
.gc-clearfy-cookie-container {
  width: 1250px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-size: 14px;
}
.gc-clearfy-cookie-accept {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 145px;
  background-color: var(--light);
  padding: 15px 10px;
}
.gc-clearfy-cookie-accept:hover {
  opacity: .8;
}

.gc-cas1 {
  padding: 0 0 60px;

}
.gc-breadcrumb {
  width: 100%;
  margin: 15px;
  font-size: 14px;
  line-height: 1;
}
.gc-breadcrumb a {
  color: var(--light);
}
.gc-breadcrumb a:hover {
  text-decoration: underline;
}

.gc-cas1-banner {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
}
.gc-cas1-banner-left,
.gc-cas1-banner-right {
  width: calc((100% - 15px)/2);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content: flex-start;
}
.gc-cas1-banner-left>img {
  width: 145px;
  height: 145px;
  border-radius: 15px;
  border: 2px solid var(--light);
}
.gc-cas1-banner-left-titles {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-cas1-banner-left-titles>* {
  width: 100%;
}
.gc-cas1-banner-left-titles-app {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.gc-cas1-banner-left-titles-app img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--light2)
}
.gc-cas1-banner-left-titles-app span {
  width: calc(100% - 35px);
  font-size: 14px;
  color: var(--light2);
}
.gc-cas1-banner-left-titles-app span time {
  font-style: italic;
}
.gc-cas1-banner-left-titles h1 {
  margin: 0;
  text-align: left;
}
.gc-cas1-banner-left-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-cas1-banner-left-rating {
  width: calc((100% - 10px)/2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-cas1-banner-left-rating>* {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gc-cas1-banner-left-rating-1line {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.gc-cas1-banner-left-rating-1line span {
  width: calc((100% - 10px)/2);
  font-size: 14px;
  color: var(--light2);
}
.gc-cas1-banner-left-rating-1line span:last-child {
  text-align: right;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.gc-cas1-banner-left-rating>div:last-child {
  gap: 2px;
  justify-content: space-between;
}
.gc-cas1-banner-left-rating-rank span {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, rgba(239, 59, 45, 0.2), rgba(239, 59, 45, 1));
  height: 10px;
}
.gc-cas1-banner-left-rating-score span {
  width: calc((100% - 6px)/3);
  height: 10px;
}

.gc-cas1-banner-left-rating-score span:first-child {
  border-radius: 5px 0 0 5px;
  background-color: rgba(239, 59, 45, .4);
}
.gc-cas1-banner-left-rating-score span:nth-child(2) {
  background-color: rgba(239, 59, 45, .7);
}
.gc-cas1-banner-left-rating-score span:last-child {
  border-radius: 0 5px 5px 0;
  background-color: rgba(239, 59, 45, 1);
}

.gc-cas1-banner-right-fs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-cas1-banner-right-fs>div {
  width: calc((100% - 15px)/2);
  border-radius: 10px;
  padding: 15px;
  background-color: var(--black2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-cas1-banner-right-fs>div span {
  width: calc((100% - 10px)/2);
  font-size: 14px;
}
.gc-cas1-banner-right-fs>div span:first-child {
  color: var(--light2);
}
.gc-cas1-banner-right-fs>div span:last-child {
  text-align: right;
  font-weight: bold;
}
.gc-cas1-banner-right-bonus {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  background-color: var(--black2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 2px solid var(--light2);
}
.gc-pros-cons {
  padding: 60px 0 0;
  background-color: var(--black);
}
.gc-pros-cons-content {
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.gc-pros-cons-content>div {
  width: calc((100% - 30px)/2);
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 30px;
  gap: 10px;
}
.gc-pros {
  background-color: rgba(127,196,0,.2);
}
.gc-cons {
  background-color: rgba(255,76,36,.2);
}
.gc-pros-cons-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
.gc-pros-cons-content>div>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.gc-pros-cons-content>div>div span:first-child {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  position: relative;
}
.gc-pro span:first-child {
  background-color: rgba(127,196,0,1);
}
.gc-pro span:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2.5px;
  left: 50%;
  margin-left: -5px;
}
.gc-cons span:first-child {
  background-color: rgba(255,76,36,1);
}
.gc-cons span:first-child:after,
.gc-cons span:first-child:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -5px;
}
.gc-cons span:first-child:after {
  transform: rotate(45deg);
}
.gc-cons span:first-child:before {
  transform: rotate(-45deg);
}
.gc-pros-cons-content>div>div span:last-child {
  width: calc(100% - 34px);
}

.gc-auth1 {
  padding: 0 0 60px;
}
.gc-author-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  margin: 0 15px;
  overflow: hidden;
  background-color: var(--black2);
}
.gc-author-banner>img {
  width: 320px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gc-author-banner-info {
  width: calc(100% - 320px);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-author-banner-info .gc-authorcard-top-left-titles-name {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  text-align: left;
}
.gc-author-banner-info .gc-authorcard-links {
  width: auto;
  min-width: auto;
}

.gc-autharts {
  padding: 0 0 60px;
}
.gc-autharts .gc-wrapper {
  gap: 30px;
}
.gc-top-posts,
.gc-other-posts {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gc-autharts h2 {
  margin: 0 15px;
}
.gc-top-posts a,
.gc-other-posts a {
  width: calc((100% - 90px)/4);
  border-radius: 15px;
  background-color: var(--black2);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gc-top-posts a>*,
.gc-other-posts a>* {
  width: 100%;
}
.gc-top-posts a span,
.gc-other-posts a span {
  font-weight: bold;
}
.gc-top-posts a time,
.gc-other-posts a time {
  text-align: right;
  font-size: 14px;
  color: var(--light2);
}

.gc-fx-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--black);
  border-top: 2px solid var(--light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.36);
  z-index: 10;
}
.gc-fx-footer .gc-cas1-banner-right-bonus {
  width: 930px;
  margin: 15px;
  align-items: center;
}
.gc-fx-footer .gc-cas1-banner-right-bonus>span {
  width: auto;
}
.gc-fx-footer .gc-cas1-banner-right-bonus .gc-cas-card-right-bonus-header,
.gc-fx-footer .gc-cas1-banner-right-bonus .gc-cas-card-right-bonus-footer {
  flex: 1 1 180px;
}
.gc-fx-footer .gc-cas1-banner-right-bonus .gc-cas-card-right-bonus-main {
  flex: 2 1 420px;
  white-space: nowrap;
}
.gc-fx-footer .gc-btn {
  width: 290px;
  margin: 15px;
}
body:has(.gc-clearfy-cookie:not(.gc-clearfy-cookie-hide)) .gc-fx-footer {
  bottom: 76px;
}



@media screen and (min-width: 768px) and (max-width:1319px) {
  article .gc-wrapper {
    max-width: 960px;
    gap: 15px;
    width: 100%;
  }
  aside {
    width: 100%;
    position: relative;
    top: auto;
    overflow: visible;
    max-height: none;
  }
  .gc-footer-top-center {
    width: calc(100% - 670px);
  }
  .gc-clearfy-cookie-container {
    margin: 0;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .gc-fx-footer .gc-cas1-banner-right-bonus {
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .gc-fp2-casinos .gc-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 30px);
  }
  .gc-cas-card {
    width: auto;
    margin: 0;
  }
  footer .gc-wrapper {
    justify-content: space-between;
    gap: 15px;
    width: calc(100% - 30px);
  }
  .gc-footer-top-left {
    order: 1;
    width: calc(100% - 305px);
    margin: 0;
  }
  .gc-footer-top-right {
    order: 2;
    margin: 0;
  }

  .gc-footer-top-center {
    width: 100%;
    order: 3;
    padding-top: 15px;
    border-top: 1px solid var(--light2);
    margin: 0;
  }
  .gc-cas1-banner-left {
    width: calc(100% - 305px);
  }
  .gc-cas1-banner-left>img {
    width: 100px;
    height: 100px;
  }
  .gc-cas1-banner-left-titles {
    width: calc(100% - 115px);
  }
  .gc-cas1-banner-left-titles h1 {
    font-size: 34px;
    text-transform: none;
  }
  .gc-cas1-banner-right {
    width: 290px;
  }
  .gc-authorcard-bottom-bio {
    line-height: normal;
  }
  .gc-fx-footer .gc-cas1-banner-right-bonus {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width:1024px) {
  header {
    height: 60px;
  }
  label[for=menu] {
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
  }
  label[for=menu] span {
    width: 24px;
    height: 2px;
    background-color: var(--light);
    margin: 3px 0;
  }
  #menu:checked + label[for=menu] span:nth-child(2) {
    display: none;
  }
  #menu:checked + label[for=menu] span:first-child,
  #menu:checked + label[for=menu] span:last-child {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
  }
  #menu:checked + label[for=menu] span:first-child {
    transform: rotate(45deg);
  }
  #menu:checked + label[for=menu] span:last-child {
    transform: rotate(-45deg);
  }
  .gc-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
    width: 100%;
    height: calc(100% - 60px);
    margin: 0;
    padding: 15px;
    border-top: 2px solid var(--light);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  menu::-webkit-scrollbar {
    display: none;
  }
  #menu:checked ~ .gc-menu {
    display: flex;
  }
  .gc-menu>ul {
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
    align-content: flex-start;
  }
  .gc-menu>ul li a,
  .gc-menu>ul li span {
    background-color: var(--black2);
    padding: 15px;
    justify-content: flex-start;
    text-align: left;
  }
  .gc-menu>ul li.gc-menu-item-has-children>a,
  .gc-menu>ul li.gc-menu-item-has-children>span {
    padding: 15px;
  }
  .gc-menu .gc-sub-menu {
    display: flex;
    position: relative;
    max-height: none;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }

  .gc-cas-card {
    align-content: flex-start;
    align-items: flex-start;
    grid-template-columns: repeat(1, 1fr);
  }
  .gc-cas-card-left {
    grid-template-columns: 100px 1fr;
  }
  .gc-cas-card-left-img {
    width: 100px;
  }
  .gc-cas-card-left-img img {
    border-radius: 0 0 5px 0;
  }
  .gc-cas-card-left-titles {
    width: calc(100% - 15px);
    gap: 10px;
    padding: 15px 0 0;
  }
  .gc-cas-card-left-titles-title {
    font-size: 20px;
  }
  .gc-cas-card-left-titles-feat {
    grid-template-columns: repeat(1, 1fr);
    font-size: 12px;
    gap: 10px;
    max-width: 290px;
  }
  .gc-cas-card-left-titles-feat-item {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gc-cas-card-left-titles-feat-item span {
    align-items: center;
    align-content: center;
  }
  .gc-cas-card-right {
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gc-cas-card-right-btns:after {
    display: none;
  }
  .gc-clearfy-cookie-container {
    margin: 0;
    font-size: 12px;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .gc-clearfy-cookie-accept {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .gc-logo {
    width: 85px;
  }

  .gc-fp1 {
    padding: 30px 0 60px;
  }
  h1 {
    font-size: 34px;
  }
  h1 + p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .gc-fp2-casinos {
    padding: 0 0 30px;
  }
  .gc-fp2-casinos .gc-wrapper {
    margin-top: -30px;
  }

  article {
    padding: 30px 0;
  }
  article .gc-wrapper {
    gap: 15px;
  }
  aside {
    width: 100%;
    top: auto;
    position: relative;
    max-height: none;
  }
  .gc-content {
    width: calc(100% - 30px);
    padding: 15px;
    line-height: 1.6;
  }
  h2, h3 {
    line-height: normal;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  .gc-content blockquote {
    padding: 15px;
  }
  .gc-content table {
    width: 100%;
    overflow-x: auto;
    display: flex;
  }
  .gc-faq {
    padding: 30px 0;
  }
  section.gc-author {
    padding: 0 0 30px;
  }
  .gc-authorcard {
    padding: 15px;
  }
  .gc-authorcard-top-left {
    width: 100%;
    min-width: 100%;
  }
  .gc-authorcard-links {
    width: 100%;
    min-width: 100%;
  }
  .gc-authorcard-bottom-bio {
    font-size: 14px;
    line-height: normal;
  }
  footer {
    padding: 30px 0 15px;
  }
  footer .gc-wrapper {
    justify-content: space-between;
    gap: 15px;
  }
  .gc-footer-top-left {
    order: 1;
    width: 100%;
  }
  .gc-footer-top-right {
    order: 2;
    width: 100%;
  }

  .gc-footer-top-center {
    width: 100%;
    order: 3;
    padding-top: 15px;
    border-top: 1px solid var(--light2);
  }




  .gc-cas1 {
    padding: 0 0 30px;
  }
  .gc-cas1-banner {
    padding: 15px;
  }
  .gc-cas1-banner-left,
  .gc-cas1-banner-right {
    width: 100%;
  }
  .gc-cas1-banner-left>img {
    width: 50px;
    height: 50px;
  }
  .gc-cas1-banner-left-titles {
    width: calc(100% - 65px);
  }
  .gc-cas1-banner-left-titles h1 {
    font-size: 28px;
    text-transform: none;
  }
  .gc-cas1-banner-left-rating {
    width: 100%;
    max-width: 200px;
  }
  .gc-cas1-banner-left .gc-btn {
    max-width: 410px;
  }
  .gc-pros-cons {
    padding: 30px 0;
  }
  .gc-pros-cons-content>div {
    width: 100%;
  }
  .gc-page-template-add article h1 {
    margin: 0 15px 15px;
  }
  .gc-page-template-add article,
  .gc-page-template-default .gc-fp1 {
    padding: 0 0 30px;
  }

  .gc-auth1 {
    padding: 0 0 30px;
  }
  .gc-author-banner>img {
    width: 100px;
    height: 100px;
  }
  .gc-author-banner-info {
    width: 100%;
  }
  .gc-top-posts, .gc-other-posts {
    gap: 15px;
  }
  .gc-top-posts a, .gc-other-posts a {
    width: calc((100% - 15px)/2);
  }
  .gc-fx-footer .gc-wrapper {
    justify-content: center;
  }
  .gc-fx-footer .gc-cas1-banner-right-bonus {
    display: none;
  }
  .gc-fx-footer .gc-btn {
    width: 100%;
  }

}

.gc-fp2-casinos,
.gc-page-index .gc-fp2-casinos,
.gc-page-template-all-cas .gc-fp2-casinos {
  padding-top: 30px !important;
}

.gc-fp2-casinos .gc-wrapper,
.gc-page-index .gc-fp2-casinos .gc-wrapper,
.gc-page-template-all-cas .gc-fp2-casinos .gc-wrapper {
  margin-top: 0 !important;
}

.gc-logo {
  width: 120px !important;
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.gc-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.gc-casino-logo-placeholder {
  width: 145px;
  min-height: 90px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--black);
  color: var(--light2);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.gc-page-index .gc-fp1 {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
}

.gc-page-casinos .gc-fp1 {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
}

.gc-page-casinos .gc-fp1 .gc-breadcrumb {
  display: none;
}

.gc-page-index .gc-fp2-casinos {
  padding-top: 34px !important;
}

@media screen and (max-width: 767px) {
  .gc-logo {
    width: 110px !important;
  }

  .gc-page-index .gc-fp1 {
    padding-top: 22px !important;
    padding-bottom: 26px !important;
  }

  .gc-page-casinos .gc-fp1 {
    padding-top: 22px !important;
    padding-bottom: 26px !important;
  }

  .gc-page-index .gc-fp2-casinos {
    padding-top: 24px !important;
  }
}

/* Static-site consistency overrides. */
article .gc-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

article .gc-wrapper .gc-content {
  order: 1 !important;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 930px;
}

article .gc-wrapper > aside {
  order: 2 !important;
  flex: 0 0 290px;
  width: 290px;
  margin-left: 0;
}

.gc-fx-footer .gc-cas1-banner-right-bonus {
  min-width: 0;
}

.gc-fx-footer .gc-cas1-banner-right-bonus .gc-cas-card-right-bonus-main {
  min-width: 0;
  max-width: 100%;
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1.15;
  white-space: nowrap;
}

.gc-page-admin .gc-auth1 {
  padding-top: 30px;
}

.gc-page-admin .gc-author-banner,
.gc-page-admin .gc-top-posts a,
.gc-page-admin .gc-other-posts a {
  box-shadow: 0 -8px 24px 0 rgba(239,59,45,.24);
}

.gc-page-service article .gc-wrapper {
  justify-content: center;
}

.gc-page-service article .gc-wrapper .gc-content {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 1250px;
  margin: 0 15px;
}

@media screen and (max-width: 1319px) {
  article .gc-wrapper {
    gap: 15px;
  }

  article .gc-wrapper .gc-content,
  article .gc-wrapper > aside {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }

  article .gc-wrapper > aside {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .gc-fx-footer .gc-cas1-banner-right-bonus {
    display: none;
  }
}
