/*
Theme Name: REVIEWS
Version: 1.0
*/

*,
*::after,
*::before {
  box-sizing : border-box;
}

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,
.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 : #151c31;
  --black2: #13161f;
  --blue : #25315d;
  --blue2 : #2346c1;
  --light : #0099fa;
  --light2 : #b3c5df;
}

.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: 60px;
}
.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: 60px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
}
header .wrapper {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.logo {
  width: 290px;
  margin: 0 15px;
  display: flex;
}
.menu {
  width: calc(100% - 350px);
  margin: 0 15px;
  display: flex;
}
.menu ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.menu ul li {
  display: flex;
  flex-wrap: wrap;
}
.menu ul li a,
.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 0;
  border-radius: 10px;
}
.menu ul li.current_page_item>span,
.menu ul li a:hover {
  background-color: var(--light);
}
.fp1 {
  padding: 60px 0 90px;
  background: radial-gradient(ellipse farthest-side at bottom center, var(--blue2) 30%, var(--black2) 120%);
}
.fp1 .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;
}

.fp2-casinos {
  background-color: var(--black2);
  padding: 0 0 60px;
}
.fp2-casinos .wrapper {
  gap: 15px;
  margin-top: -60px;
}
.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(31,85,225,.5);
}
.cas-card-left {
  display: grid;
  gap: 15px;
  grid-template-columns: 145px 1fr;
}
.cas-card-left-img {
  width: 145px;
  position: relative;
}
.cas-card-left-img img {
  width: 145px;
}
.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;
}
.cas-card-left-titles {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  align-content: flex-start;
  gap: 15px;
}
.cas-card-left-titles-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.cas-card-left-titles-feat {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
  font-size: 14px;
}
.cas-card-left-titles-feat-item {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 15px;
}
.cas-card-left-titles-feat-item-lbl {
  color: var(--light2);
}
.cas-card-left-titles-feat-item-val {
  text-align: right;
  font-weight: bold;
}
.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;
}
.cas-card-right-bonus {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.cas-card-right-bonus-header,
.cas-card-right-bonus-main,
.cas-card-right-bonus-footer {
  width: 100%;
  text-align: center;
}
.cas-card-right-bonus-header {
  font-size: 14px;
  color: var(--light2);
}
.cas-card-right-bonus-main {
  font-size: 22px;
  font-weight: bold;
  color: var(--light);
  text-shadow: 0 0 24px rgba(0, 153, 250, 0.5);
}
.cas-card-right-bonus-footer {
  font-size: 16px;
  font-weight: bold;
}
.cas-card-right-btns {
  position: relative;
}
.cas-card-right-btns:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: var(--light2);
}
.cas-card-right-btns {
  display: grid;
  gap: 10px;
  align-content: center;
}
.btn,
.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;
}
.btn {
  background-color: var(--light);
  padding: 15px 10px;
}
.btn:hover {
  opacity: .8;
}
.cas-card-right-btns-rev {
  border: 2px solid var(--light2);
  padding: 10px;
}
.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;
}
.page-template-add article {
  padding: 0 0 60px;
}
.page-template-add article h1 {
  margin: 0 15px 30px;
}
article .wrapper {
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.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: 2;
}
h2,
h3,
.h4,
.content p,
.content ul,
.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;
}
.content a {
  color: var(--light);
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content img {
  width: 580px;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
}
.content table,
.content blockquote {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 15px;
}
.content blockquote {
  background-color: var(--black);
  border-radius: 15px;
  padding: 30px 60px;
  font-style: italic;
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
}
.content blockquote p:last-child {
  margin-bottom: 0;
}
.content table {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
  border-radius: 15px;
}
.content table tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
}
.content table tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
}
.content table tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.content table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.content table td {
  border: 1px solid var(--blue);
  padding: 5px 15px;
}
.content table tr:first-child td {
  background: var(--light);
  font-weight: bold;
}
.content table tr:not(:first-child) td {
  background: linear-gradient(180deg, var(--black), var(--blue), var(--black));
}
.content ul,
.content ol {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.content ol {
  counter-reset: point;
}
.content ul li,
.content ol li {
  width: 100%;
  position: relative;
  padding-left: 34px;
}
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 5px;
}
.content ol li::before,
.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);
}
.content ol li::before {
  counter-increment: point 1;
  content: counter(point);
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.content ul li::before {
  content: '';
}
.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: 1;
  position: sticky;
  top: 75px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
aside::-webkit-scrollbar {
  display: none;
}

.lwptoc,
.lwptoc_i,
.lwptoc_items {
  width: 100%;
}
.lwptoc_items .lwptoc_itemWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lwptoc_itemWrap>.lwptoc_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lwptoc_itemWrap>.lwptoc_item a {
  width: 100%;
  border-radius: 15px;
  background-color: var(--blue);
  padding: 15px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.lwptoc_itemWrap>.lwptoc_item a .lwptoc_item_number {
  width: 30px;
}
.lwptoc_itemWrap>.lwptoc_item a .lwptoc_item_label {
  width: calc(100% - 30px);
}
.lwptoc_itemWrap>.lwptoc_item>.lwptoc_itemWrap {
  margin-left: 15px;
}
.lwptoc_item.active-scroll>a,
.lwptoc_item>a:hover {
  background-color: rgba(0, 153, 250, 1);
}
.lwptoc_item.active-scroll>.lwptoc_itemWrap>.lwptoc_item>a {
  background-color: rgba(0, 153, 250, 0.4);
}
.faq {
  padding: 60px 0;
}
section.author {
  padding: 0 0 60px;
}
.faq .wrapper,
section.author .wrapper {
  justify-content: center;
}
.faq h2 {
  text-align: center;
  margin: 0 15px 15px;
}
.faq-item {
  width: 930px;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 15px 10px;
}
.faq-item:last-child {
  margin: 0 15px;
}

.faq-item[open] {
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
}
.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);
}
.faq-item[open]:before {
  transform: rotate(-135deg);
  top: 25px;
}

.q, .a {
  display: flex;
  flex-wrap: wrap;
}
.q {
  width: 100%;
  padding: 15px 30px 15px 15px;
  background-color: var(--black);
  font-weight: bold;
}
.faq-item:hover .q,
.faq-item[open] .q {
  background: var(--black2);
}
.a {
  width: 100%;
  padding: 15px;
  background-color: var(--black2);
  border-top: 2px solid var(--blue);
}

.authorcard {
  position: relative;
  width: 930px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 -8px 24px 0 rgba(31,85,225,.5);
  background: linear-gradient(180deg,var(--blue2),var(--black));
  z-index: 1;
  margin: 0 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.authorcard:before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  background: var(--black);
  inset: 1px;
}
.authorcard-top,
.authorcard-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.authorcard-top {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.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;
}
.authorcard-top-left img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.authorcard-top-left-titles {
  width: calc(100% - 95px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
}
.authorcard-top-left-titles>span {
  width: 100%;
}
.authorcard-top-left-titles-top {
  color: var(--light);
}
.authorcard-top-left-titles-name {
  font-size: 24px;
}
.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;
}
.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;
}
.authorcard-links>a:hover {
  opacity: .8;
}
.authorcard-links>a>svg {
  width: 22px;
  height: 22px;
  fill: var(--light);
}
.authorcard-bottom-bio {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
footer {
  padding: 60px 0 15px;
  background-color: var(--black2);
}
footer .wrapper {
  align-content: flex-start;
  align-items: flex-start;
}

.footer-top-left,
.footer-top-right {
  width: 290px;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-top-left .logo {
  margin: 0;
}
.footer-top-left-text {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 1px solid var(--light2);
}
.footer-top-left-text p {
  width: 100%;
  font-size: 12px;
  color: var(--light2);
}
.copyright {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid var(--light2);
  font-size: 12px;
  color: var(--light2);
}
.footer-top-center {
  width: 610px;
  max-width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.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%;
}
.footer-top-center a svg {
  width: 100px;
  fill: var(--light2);
}
.footer-top-center a:hover svg {
  fill: #fff;
  filter: drop-shadow(0 -8px 24px rgba(31,85,225,.5));
}
.footer-top-right a {
  width: 100%;
  font-size: 14px;
  text-align: right;
  justify-content: flex-end;
}
.footer-top-right a:hover {
  color: var(--light);
}

.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(31,85,225,.5);
}
.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;
}
.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;
}
.clearfy-cookie-accept:hover {
  opacity: .8;
}

.cas1 {
  padding: 0 0 60px;

}
.rank-math-breadcrumb {
  width: 100%;
  margin: 15px;
  font-size: 14px;
  line-height: 1;
}
.rank-math-breadcrumb a {
  color: var(--light);
}
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
}

.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(31,85,225,.5);
}
.cas1-banner-left,
.cas1-banner-right {
  width: calc((100% - 15px)/2);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content: flex-start;
}
.cas1-banner-left>img {
  width: 145px;
  height: 145px;
  border-radius: 15px;
  border: 2px solid var(--light);
}
.cas1-banner-left-titles {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cas1-banner-left-titles>* {
  width: 100%;
}
.cas1-banner-left-titles-app {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.cas1-banner-left-titles-app img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--light2)
}
.cas1-banner-left-titles-app span {
  width: calc(100% - 35px);
  font-size: 14px;
  color: var(--light2);
}
.cas1-banner-left-titles-app span time {
  font-style: italic;
}
.cas1-banner-left-titles h1 {
  margin: 0;
  text-align: left;
}
.cas1-banner-left-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cas1-banner-left-rating {
  width: calc((100% - 10px)/2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cas1-banner-left-rating>* {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cas1-banner-left-rating-1line {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.cas1-banner-left-rating-1line span {
  width: calc((100% - 10px)/2);
  font-size: 14px;
  color: var(--light2);
}
.cas1-banner-left-rating-1line span:last-child {
  text-align: right;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.cas1-banner-left-rating>div:last-child {
  gap: 2px;
  justify-content: space-between;
}
.cas1-banner-left-rating-rank span {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, rgba(0, 153, 250, 0.2), rgba(0, 153, 250, 1));
  height: 10px;
}
.cas1-banner-left-rating-score span {
  width: calc((100% - 6px)/3);
  height: 10px;
}

.cas1-banner-left-rating-score span:first-child {
  border-radius: 5px 0 0 5px;
  background-color: rgba(0, 153, 250, .4);
}
.cas1-banner-left-rating-score span:nth-child(2) {
  background-color: rgba(0, 153, 250, .7);
}
.cas1-banner-left-rating-score span:last-child {
  border-radius: 0 5px 5px 0;
  background-color: rgba(0, 153, 250, 1);
}

.cas1-banner-right-fs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.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;
}
.cas1-banner-right-fs>div span {
  width: calc((100% - 10px)/2);
  font-size: 14px;
}
.cas1-banner-right-fs>div span:first-child {
  color: var(--light2);
}
.cas1-banner-right-fs>div span:last-child {
  text-align: right;
  font-weight: bold;
}
.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);
}
.pros-cons {
  padding: 60px 0 0;
  background-color: var(--black);
}
.pros-cons-content {
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.pros-cons-content>div {
  width: calc((100% - 30px)/2);
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 30px;
  gap: 10px;
}
.pros {
  background-color: rgba(127,196,0,.2);
}
.cons {
  background-color: rgba(255,76,36,.2);
}
.pros-cons-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
.pros-cons-content>div>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.pros-cons-content>div>div span:first-child {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  position: relative;
}
.pro span:first-child {
  background-color: rgba(127,196,0,1);
}
.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;
}
.cons span:first-child {
  background-color: rgba(255,76,36,1);
}
.cons span:first-child:after,
.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;
}
.cons span:first-child:after {
  transform: rotate(45deg);
}
.cons span:first-child:before {
  transform: rotate(-45deg);
}
.pros-cons-content>div>div span:last-child {
  width: calc(100% - 34px);
}

.auth1 {
  padding: 0 0 60px;
}
.author-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  margin: 0 15px;
  overflow: hidden;
  background-color: var(--black2);
}
.author-banner>img {
  width: 320px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.author-banner-info {
  width: calc(100% - 320px);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.author-banner-info .authorcard-top-left-titles-name {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  text-align: left;
}
.author-banner-info .authorcard-links {
  width: auto;
  min-width: auto;
}

.autharts {
  padding: 0 0 60px;
}
.autharts .wrapper {
  gap: 30px;
}
.top-posts,
.other-posts {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.autharts h2 {
  margin: 0 15px;
}
.top-posts a,
.other-posts a {
  width: calc((100% - 90px)/4);
  border-radius: 15px;
  background-color: var(--black2);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.top-posts a>*,
.other-posts a>* {
  width: 100%;
}
.top-posts a span,
.other-posts a span {
  font-weight: bold;
}
.top-posts a time,
.other-posts a time {
  text-align: right;
  font-size: 14px;
  color: var(--light2);
}
@media screen and (min-width: 768px) and (max-width:1319px) {
  article .wrapper {
    max-width: 960px;
    gap: 15px;
    width: 100%;
  }
  aside {
    width: 100%;
    position: relative;
    top: auto;
    overflow: visible;
    max-height: none;
  }
  .footer-top-center {
    width: calc(100% - 670px);
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .fp2-casinos .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 30px);
  }
  .cas-card {
    width: auto;
    margin: 0;
  }
  footer .wrapper {
    justify-content: space-between;
    gap: 15px;
    width: calc(100% - 30px);
  }
  .footer-top-left {
    order: 1;
    width: calc(100% - 305px);
    margin: 0;
  }
  .footer-top-right {
    order: 2;
    margin: 0;
  }

  .footer-top-center {
    width: 100%;
    order: 3;
    padding-top: 15px;
    border-top: 1px solid var(--light2);
    margin: 0;
  }
  .cas1-banner-left {
    width: calc(100% - 305px);
  }
  .cas1-banner-left>img {
    width: 100px;
    height: 100px;
  }
  .cas1-banner-left-titles {
    width: calc(100% - 115px);
  }
  .cas1-banner-left-titles h1 {
    font-size: 34px;
    text-transform: none;
  }
  .cas1-banner-right {
    width: 290px;
  }
  .authorcard-bottom-bio {
    line-height: normal;
  }
}
@media screen and (max-width:1024px) {
  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);
  }
  .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 ~ .menu {
    display: flex;
  }
  .menu ul {
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
    align-content: flex-start;
  }
  .menu ul li a,
  .menu ul li span {
    background-color: var(--black2);
    padding: 15px;
    justify-content: flex-start;
    text-align: left;
  }

  .cas-card {
    align-content: flex-start;
    align-items: flex-start;
    grid-template-columns: repeat(1, 1fr);
  }
  .cas-card-left {
    grid-template-columns: 100px 1fr;
  }
  .cas-card-left-img {
    width: 100px;
  }
  .cas-card-left-img img {
    border-radius: 0 0 5px 0;
  }
  .cas-card-left-titles {
    width: calc(100% - 15px);
    gap: 10px;
    padding: 15px 0 0;
  }
  .cas-card-left-titles-title {
    font-size: 20px;
  }
  .cas-card-left-titles-feat {
    grid-template-columns: repeat(1, 1fr);
    font-size: 12px;
    gap: 10px;
    max-width: 290px;
  }
  .cas-card-left-titles-feat-item {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cas-card-left-titles-feat-item span {
    align-items: center;
    align-content: center;
  }
  .cas-card-right {
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .cas-card-right-btns:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 230px;
  }

  .fp1 {
    padding: 30px 0 60px;
  }
  h1 {
    font-size: 34px;
  }
  h1 + p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .fp2-casinos {
    padding: 0 0 30px;
  }
  .fp2-casinos .wrapper {
    margin-top: -30px;
  }

  article {
    padding: 30px 0;
  }
  article .wrapper {
    gap: 15px;
  }
  aside {
    width: 100%;
    top: auto;
    position: relative;
    max-height: none;
  }
  .content {
    width: calc(100% - 30px);
    padding: 15px;
    line-height: 1.6;
  }
  h2, h3 {
    line-height: normal;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  .content blockquote {
    padding: 15px;
  }
  .faq {
    padding: 30px 0;
  }
  section.author {
    padding: 0 0 30px;
  }
  .authorcard {
    padding: 15px;
  }
  .authorcard-top-left {
    width: 100%;
    min-width: 100%;
  }
  .authorcard-links {
    width: 100%;
    min-width: 100%;
  }
  .authorcard-bottom-bio {
    font-size: 14px;
    line-height: normal;
  }
  footer {
    padding: 30px 0 15px;
  }
  footer .wrapper {
    justify-content: space-between;
    gap: 15px;
  }
  .footer-top-left {
    order: 1;
    width: 100%;
  }
  .footer-top-right {
    order: 2;
    width: 100%;
  }

  .footer-top-center {
    width: 100%;
    order: 3;
    padding-top: 15px;
    border-top: 1px solid var(--light2);
  }




  .cas1 {
    padding: 0 0 30px;
  }
  .cas1-banner {
    padding: 15px;
  }
  .cas1-banner-left,
  .cas1-banner-right {
    width: 100%;
  }
  .cas1-banner-left>img {
    width: 50px;
    height: 50px;
  }
  .cas1-banner-left-titles {
    width: calc(100% - 65px);
  }
  .cas1-banner-left-titles h1 {
    font-size: 28px;
    text-transform: none;
  }
  .cas1-banner-left-rating {
    width: 100%;
    max-width: 200px;
  }
  .cas1-banner-left .btn {
    max-width: 410px;
  }
  .pros-cons {
    padding: 30px 0;
  }
  .pros-cons-content>div {
    width: 100%;
  }
  .page-template-add article h1 {
    margin: 0 15px 15px;
  }
  .page-template-add article {
    padding: 0 0 30px;
  }

  .auth1 {
    padding: 0 0 30px;
  }
  .author-banner>img {
    width: 100px;
    height: 100px;
  }
  .author-banner-info {
    width: 100%;
  }
  .top-posts, .other-posts {
    gap: 15px;
  }
  .top-posts a, .other-posts a {
    width: calc((100% - 15px)/2);
  }
}
