/*
Theme Name: Playgrid Seven
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: best-social-casinos-theme
Description: A child theme for the best social casinos theme
Version: 1.0.0
Text Domain: playgrid-seven
*/
body {
  background-color: white !important;
}
p:empty {
    display: none;
}
p a {
    color: #ffa33f;
    font-weight: bold;
    text-decoration: underline;
}
em {
  font-weight: 300;
}
.entry-content, 
.entry-header {
    max-width: 1140px !important;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
p {
    padding-bottom: 17.5px;
}
/* main > article > .entry-content > p,
main > article > .entry-content > h1, 
main > article > .entry-content > h2, 
main > article > .entry-content > h3, 
main > article > .entry-content > h4, 
main > article > .entry-content > h5, 
main > article > .entry-content > h6 {
    max-width: 700px;
    margin: auto;
} */
h1, h2, h3, h4, h5, h6 {
  clear: initial;
  padding-bottom: 20px;
}
.shape-fill {
    fill: #277a54;
}
.container {
    max-width: 1020px;
    margin: auto;
    padding: 0px 20px;
}
#primary {
  max-width: 1020px;
}
.check-mark,
.check-star,
.cross {
  list-style-type: none;
}

.check-mark li:before {
  content: "✔";
  color: #31996a;
  vertical-align: middle;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}

.cross li:before {
  content: "❌";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  margin-right: 5px;
}

.check-star li:before {
  content: "";
  transform: rotate(-10deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background: url(./assets/img/star-checked.svg) top left no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-bottom: 0px;
}

.numeric-list-big {
  list-style: none;
}
.numeric-list-big__item {
  display: block;
  clear: both;
  counter-increment: list;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
.numeric-list-big__item:before {
  font-size: 20px;
  font-weight: bold;
  content: counter(list);
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 15px 12px 0;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}
.numeric-list-big__item--theme:before {
  text-shadow: 0 0 2px #31996a;
  background: #31996a linear-gradient(to bottom right, #31996a 25%, #31996a);
}
.numeric-list-big__item--blue:before {
  text-shadow: 0 0 2px #049ee2;
  background: #049ee2 linear-gradient(to bottom right, #049ee2 25%, #9ff2ff);
}
.numeric-list-big__item--green:before {
  text-shadow: 0 0 2px #049ee2;
  background: #61960c linear-gradient(to bottom right, #61960c 25%, #86f995);
}
.numeric-list-big__item--pink:before {
  text-shadow: 0 0 2px #ed4264;
  background: #ed4264 linear-gradient(to bottom right, #ed4264 25%, #ffedbc);
}
.numeric-list-big__item:after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  border-top-left-radius: 3px;
}
.numeric-list-big__item--fancy--theme:after {
  background: #31996a;
}
.numeric-list-big__item--fancy--blue:after {
  background: #049ee2;
}
.numeric-list-big__item--fancy--green:after {
  background: #61960c;
}
.numeric-list-big__item--fancy--pink:after {
  background: #ed4264;
}
.numeric-list-big__title {
  padding: 10px 0 0 0;
  margin: 0px 0 22px 0;
  font-size: 20px;
  display: block;
}
.box-text .numeric-list-big__item:last-child {
  padding-bottom: 0px;
}
.header-intro .author-dynamic-lawyer {
  position: relative;
  margin-top: 20px;
  margin-bottom: -30px;
  flex-direction: column;
}
.author-dynamic {
  display: flex;
  margin: 0;
}
.author-dynamic-row {
  display: flex;
}
.author-dynamic__img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.author-dynamic__signature a, 
.author-dynamic__signature .menu .toggle-menu, 
.menu .author-dynamic__signature .toggle-menu {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.menu-container .header-intro .header-intro-inner .author-dynamic-lawyer p {
  font-size: 13px;
  padding: 0px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
}
.menu-container .header-intro .author-dynamic-lawyer .author-dynamic__date p {
  font-size: 14px;
}
.header-intro .author-dynamic-lawyer .p-check-mark:before {
  width: 12px;
  height: 12px;
}
.p-check-mark:before {
  content: "✔";
  color: #31996a;
  vertical-align: middle;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.btn {
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  padding: 3px 0px;
  line-height: 44px;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  transition: all 400ms ease;
  border: none;
  text-decoration: none;
}
.btn--block {
  display: block;
  margin: auto;
  max-width: 310px;
  width: 100%;
}
.btn--primary {
  background: linear-gradient(-90deg, #81d742 -40%, #81d742 100%);
  color: #ffffff;
}
.btn--primary:hover {
  color: white;
}
.btn--margin {
  margin-bottom: 30px;
}
.btn--table {
  padding: 14px 70px;
  white-space: nowrap;
}
.btn--text {
  background: transparent;
  box-shadow: unset;
  color: rgba(45, 45, 44, 0.3);
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 13px;
}
.btn--primary:visited {
    color: white;
}

.single-post .menu-container .header-intro {
  background: white;
  color: #277a54;
  padding-bottom: 0px;
}
.single-post .menu-container .header-intro .header-intro-inner h1 {
  max-width: 100%;
  text-align: center;
  font-size: 37px;
  margin-bottom: 40px;
}
.single-post .img-single {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 0px;
  padding: 0px 20px;
}
.single-post .img-single img {
  border-radius: 30px;
}
/* .single-post .post-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -123%;
  bottom: -20%;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  background: rgba(0, 53, 76, 0.1);
}
.single-post .post-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  right: -100%;
  bottom: -20%;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  background: rgba(241, 238, 235, 0.7);
} */
.single-post .author-box {
  background-color: transparent;
  color: initial;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
}
.single-post .author-box__avatar img {
  width: 75px;
  height: 75px;
}
.single-post .author-box__author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.single-post .flex-container.post-background.breadcrumb-authorbox {
  position: relative;
  overflow: hidden;
}
/* .single-post {
  overflow-x: hidden;
} */
.single-post .author-box__signature p {
  font-size: 18px;
  text-align: center;
  padding: 0px;
}
.single-post .author-box__signature--title {
  text-decoration: none;
  color: #0b482c;
  font-weight: 700;
}
.single-post .author-box__signature--name {
  color: #0b482c;
  font-weight: 700;
  text-transform: capitalize;
}
.single-post .author-box__modified-date {
  text-align: center;
}
.single-post .author-box__modified-date span {
  color: rgba(11, 72, 44, 0.7);
  font-size: 12px;
}
.single-post .author-box__pub-cat p {
  font-size: 12px;
  color: rgba(11, 72, 44, 0.7);
}
.single-post .author-box__pub-cat p a {
  color: #ffa33f;
}

.table-responsive {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
}
.table-responsive--theme th {
  background-color: #277a54;
  color: #ffffff;
  border: 0px;
}
.table-responsive tbody tr:first-child th:first-child {
  border-radius: 15px 0px 0px 0px;
}
.table-responsive tbody tr:first-child th:last-child {
    border-radius: 0px 15px 0px 0px;
}
.table-responsive tbody tr:last-child th:first-child {
  border-radius: 0px 0px 0px 15px;
}
.table-responsive tbody tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}
.table-responsive tbody tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.table-responsive tr:last-child td:first-child {
    border-radius: 0px 0px 0px 15px;
}
.table-responsive--theme tr:nth-child(odd) {
  background-color: #F8F8F8;
}
.table-responsive tbody tr td {
  border: 0px;
}
.table-responsive--theme tr:hover {
  background-color: rgba(39, 122, 84, 0.8);
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #277a54;
}

.env-review-quotes-container svg {
  fill: #31996A;
}
.env-review-quotes-container p {
  color: #3d3d3d;
}
.env-review-quotes-container .star {
  height: 18px;
  width: 18px;
}
.env-review-breadcrumbs .breadcrumbs {
  margin-bottom: 0px;
  background-color: #C5CDCC;
}
.single-slots .env-review-quotes-container {
  margin-bottom: 40px;
}
.env-review-quotes-container {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 20px 0px;
}
.env-review-quotes-container .env-review-authorbox {
  justify-content: center;
  letter-spacing: 0.05em;
}
.env-review-quotes-container .env-review-authorbox .quote-author-img {
  max-width: 75px;
  max-height: 75px;
}
.env-review-quotes-container .env-review-authorbox .env-review-quote {
  align-items: center;
  gap: 0 !important;
}
.env-review-quotes-container .env-review-authorbox .quote-authorbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px !important;
  background: none !important;
  border: none !important;
}
.env-review-quotes-container .env-review-authorbox .env-review-authorbox-name {
  font-weight: 500;
  /* font-style: italic; */
  letter-spacing: 1.2px;
}
.env-review-quotes-container .env-review-updated {
  text-align: center;
  padding-bottom: 0px;
  font-size: 14px;
  color: #6e6e6e;
  padding-top: 20px;
}
.env-review-quotes-container .review-authorbox-rating {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.env-review-quotes-container .review-authorbox-rating p {
  padding: 0;
  font-size: 15px;
  font-style: italic;
}
.env-review-quotes-container .env-review-quotes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-left, .env-review-quotes-container .env-review-quotes .env-review-quotes-right {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 280px;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-right .quotes-read-more {
  text-align: right;
  padding-right: 20px;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-right .quotes-read-more a, .env-review-quotes-container .env-review-quotes .env-review-quotes-right .quotes-read-more .menu .toggle-menu, .menu .env-review-quotes-container .env-review-quotes .env-review-quotes-right .quotes-read-more .toggle-menu {
  font-size: 15px;
  color: #5d5d5d;
  font-weight: 400;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 40px;
  justify-content: center;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-title svg {
  width: 40px;
  height: 40px;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-title .quote-icon {
  width: 90px;
  justify-self: center;
  text-align: center;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-title .quote-title {
  align-items: center;
}
.env-review-quotes-container .env-review-quotes .env-review-quotes-title .quote-title p {
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.env-review-quotes-container .env-review-quotes .env-review-quote {
  display: flex;
  flex-direction: row;
  grid-template-rows: 40px;
  gap: 10px;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-author-img {
  flex-shrink: 0;
  max-width: 90px;
  max-height: 90px;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text {
  padding: 20px 20px 10px 20px;
  border-radius: 0px 10px 10px 10px;
  background: linear-gradient(#DADDDF, #DADDDF) padding-box, linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) border-box;
  border: 1px solid transparent;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .star {
  height: 18px;
  width: 18px;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .quote-info-authorbox {
  flex-direction: column;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .quote-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .quote-info .rating {
  padding: 0;
  display: flex;
}
.env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .quote-info p {
  font-size: 15px;
  padding: 0;
}
.single-affiliates .menu-container {
    margin-bottom: 0px;
}
.about-author .about-author-pic {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-author .about-author-info ul {
    list-style: none;
}
.written-by-info p {
    padding: 0px;
}
.written-by {
    margin: initial !important;
    margin-bottom: 20px !important;
    max-width: 100% !important;
    margin-top: 20px !important;
}
#toc-toggle {
    margin-top: 30px;
    margin-bottom: 20px;
}
.load-more-wrapper {
  flex-direction: column-reverse;
  row-gap: 20px;
}
.load-more-wrapper .load-more {
  text-decoration: none;
}
ol, ul {
    margin: auto !important;
}
.single-affiliates .container {
    padding: 20px;
}
.menu-container {
    margin-bottom: 0px !important;
}
.single-post .img-single {
    padding: 20px 20px !important;
}
.affiliate-container {
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 1px 2px #f1eeeb;
    padding: 20px;
}

@media (max-width: 1020px) {
  .site-main > article {
    margin-top: initial !important;
  }
  .menu-primary-menu-container {
    width: 100%;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quote .quote-text .quote-info .rating {
    padding: 0 0 5px 0;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quote .quote-author-img {
    max-width: 75px;
    max-height: 75px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quotes-title .quote-icon {
    width: 75px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quotes-title svg {
    width: 32px;
    height: 32px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quotes-title {
    height: 32px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quotes-title {
    justify-content: left;
    height: auto;
  }
  .env-review-quotes-container .env-review-updated {
    padding-top: 10px;
  }
  .env-review-quotes-container {
    padding: 20px 10px;
  }
}
@media (max-width: 800px) {
  .single-post .img-single {
    padding: 0px;
  }
  .single-post .img-single img {
    border-radius: 0px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quote .quote-text {
    background: #eceff1;
    border: none;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quote .quote-author-img {
    max-width: 50px;
    max-height: 50px;
  }
  .env-review-quotes-container .env-review-quotes .env-review-quote {
    gap: 0px;
  }
  .env-review-quotes-container .env-review-quotes {
    gap: 40px;
  }
}