/*
 Theme Name:   CasinoAce Theme Child
 Theme URI:    http://pokatheme.com
 Description:  CasinoAce Theme child
 Author:       CasinoAce Theme
 Author URI:   http://pokatheme.com
 Template:     casinoace
 Version:      1.0.1
 Tags:         
 Text Domain:  afftheme-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */
body {
  position: relative;
  background: #fdfdfd !important;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.saboxplugin-wrap {
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 30px 64px !important;
  box-sizing: border-box;
  margin: auto;
}
.saboxplugin-tab {
  display: flex;
  flex-wrap: wrap;
}
.saboxplugin-wrap .saboxplugin-gravatar {
  border-radius: 8px;
  box-sizing: border-box;
}
.saboxplugin-wrap .saboxplugin-authorname {
  max-width: 700px;
  width: 100%;
}
.saboxplugin-wrap .saboxplugin-authorname a,
.saboxplugin-wrap .saboxplugin-authorname span {
  color: #343130;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0;
}
.saboxplugin-wrap .saboxplugin-desc,
.saboxplugin-wrap .saboxplugin-desc p {
  max-width: 1140px;
  width: 100%;
  margin-top: 30px;
}
.section {
  padding: 67px 0;
}
.section-two-cols {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/casinoace_child/img/banner-ind.png);
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  font-weight: 700;
  color: #343130;
  margin-bottom: 30px !important;
}
ul li {
  margin: 8px 0 !important;
}
ol li {
  margin: 8px 0 !important;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #343130;
  margin: 30px 0 !important;
}
.section-custom .entry-content > h2 {
  font-size: 2.5em;
}
.section-custom img {
  height: auto;
}
.entry-content > h3 {
  font-size: 1.875em;
}
.entry-content > h4 {
  font-size: 1.5em;
}
.entry-content p {
  color: #343130;
  margin-bottom: 20px;
}
.header-menu-bottom ul li.menu-item-has-children {
  padding-right: 20px !important;
  position: relative;
}
.header-menu-bottom ul li.menu-item-has-children:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-menu-bottom ul li.menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.header-menu-bottom ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 240px;
  background: #fff;
  border: none !important;
  border-radius: 10px;
  display: none;
  left: 0;
  padding: 12px 20px !important;
  z-index: 999;
}
.header-menu-bottom ul li ul.sub-menu li a {
  color: #000;
}
.section-header .head-menu {
  padding: 23px 0 23px 0;
}
.section-header .head-menu .menu {
  margin-right: 0;
}
.section-header .head-menu .menu > li {
  margin: 0 10px !important;
}
.section-header .head-menu .menu > li a {
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5em !important;
  color: #343130;
}
.section-header .head-menu .menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome !important;
  content: "\f078" !important;
}
.section-header .head-menu .menu > li a:hover {
  color: #22b9ff;
}
.section-header .head-menu .btn-trigger-search {
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(90deg, #fff 0, #fff 100%) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
  border-radius: 100px;
  margin-top: 0 !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  order: 2 !important;
  transition: all 0.6s ease;
}
.btn-trigger-search .fa {
  color: #04a9e3;
  font-weight: 600;
}
.section-header .head-menu .menu > li > ul {
  padding: 10px 0 !important;
  top: 30px !important;
}
.section-header .head-menu .col-lg-10 {
  display: flex !important;
  align-items: center !important;
}
.search-form-wrapper {
  background: rgb(0 0 0 / 80%) !important;
}
.search-form-box {
  position: relative;
  top: 50%;
  left: 0;
  max-width: 750px;
  width: 100%;
  margin: auto;
  height: 130px;
  background-image: url(/wp-content/themes/casinoace_child/img/search-modal-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 90px;
}
.search-form-wrapper form input.input-search[type="text"] {
  max-width: 544px;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, #fff, #fff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding-left: 30px;
  border-bottom: none;
}
.search-form-box .btn-search {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    116.84deg,
    #22b9ff 15.42%,
    #0562b8 104.62%
  ) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 1000px;
}
.search-form-wrapper .search-form-box .trigger-close {
  width: 38px;
  height: 38px;
  top: -10px;
  right: -10px;
  background: linear-gradient(134deg, #e41d60 23.64%, #f87700 102.84%);
  border-radius: 5px;
  text-align: center;
  padding-top: 2px;
}
.search-form-wrapper .search-form-box .trigger-close .fa-times {
  font-weight: 600;
  color: #fff;
}
.search-form-box .input-search {
  max-width: 544px;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, #fff, #fff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding-left: 30px;
  border: none;
}
.entry-content .search-form-box form .btn-search {
  position: absolute;
  right: 15%;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    116.84deg,
    #22b9ff 15.42%,
    #0562b8 104.62%
  ) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 1000px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.6s ease;
}
.entry-content .search-form-box form .btn-search:hover {
  background: linear-gradient(0deg, #fff, #fff) !important;
  border: 1px solid #04a9e3;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(4, 169, 227, 0.2);
  border-radius: 100px;
  color: #04a9e3 !important;
}
.trigger-close {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -14%;
  right: -1%;
  background: #e41d60;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  color: fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.trigger-close:hover {
  background-color: #fff;
  border: 1px solid #e41d60;
  color: #e41d60;
  text-decoration: none;
  transition: all 0.6s ease;
}
.prp-page .prp-content .table-s1,
.prp-page.page .prp-content .table-s1,
.wp-admin .prp-content .table-s1 {
  background: 0 0;
}
.prp-page .prp-content .table-s1 .item,
.prp-page.page .prp-content .table-s1 .item,
.wp-admin .prp-content .table-s1 .item {
  background: #fff !important;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: 10px;
  border-bottom: none !important;
  margin-bottom: 50px;
}
.prp-page .prp-content .prp-el-circle-rating,
.prp-page.page .prp-content .prp-el-circle-rating,
.wp-admin .prp-content .prp-el-circle-rating {
  box-shadow: none !important;
  background: 0 0;
}
.prp-page div.prp-content .prp-el-circle-rating .num-percent,
.prp-page.page div.prp-content .prp-el-circle-rating .num-percent,
.wp-admin div.prp-content .prp-el-circle-rating .num-percent {
  font-weight: 600;
  font-size: 1.55em;
  line-height: 27px;
  text-align: center;
  color: #343130;
  margin-bottom: 6px;
}
.prp-page div.prp-content .prp-el-circle-rating .num-percent,
.prp-page.page div.prp-content .prp-el-circle-rating .num-percent span,
.wp-admin div.prp-content .prp-el-circle-rating .num-percent {
  font-size: 0.9em;
}
.prp-page
  div.prp-content
  .prp-el-circle-rating
  ul.star-list
  li.star-active
  svg
  polygon,
.prp-page.page
  div.prp-content
  .prp-el-circle-rating
  ul.star-list
  li.star-active
  svg
  polygon,
.wp-admin
  div.prp-content
  .prp-el-circle-rating
  ul.star-list
  li.star-active
  svg
  polygon {
  fill: #ffae50 !important;
}
.prp-content .table-s1 .item .c4 h4 {
  font-weight: 600 !important;
  font-size: 1.15em !important;
  line-height: 116.5%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #343130 !important;
  margin-bottom: 13px !important;
}
.prp-content .table-s1 .item .c4 p {
  font-weight: 600 !important;
  font-size: 0.8em !important;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #e41d60;
}
.prp-content .table-s1 .item .c4 span {
  color: #e41d60;
}
.prp-page .prp-content .prp-btn,
.prp-page.page .prp-content .prp-btn,
.wp-admin .prp-content .prp-btn {
  background: linear-gradient(116.84deg, #22b9ff 15.42%, #0562b8 104.62%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: none !important;
}
ul li::marker {
  color: #e41d60;
  font-size: 1.35em;
}
span.red {
  color: #e41d60;
}
section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  color: #343130;
}
section p.subtitle-text {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #343130;
  margin-bottom: 20px;
}
.hero {
  padding: 80px 0;
  background-color: #020729;
  background-image: url(/wp-content/themes/casinoace_child/img/mask-gr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.hero img {
  max-width: fit-content;
}
@media screen and (max-width: 1199px) {
  .hero img {
    width: 100%;
  }
}
.hero p.subtitle {
  font-size: 13px;
  line-height: 60px;
  letter-spacing: 0.245em;
  color: #fff;
  margin-bottom: 0;
  margin-top: -40px;
}
.hero p.subtitle span {
  color: #3bff72;
}
.hero h1 {
  font-weight: 600;
  font-size: 2.8125em;
  line-height: 60px;
  color: #fff;
  margin-bottom: 24px;
}
.hero h1 span {
  font-weight: 700;
  color: #e41d60;
}
.hero p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 24px;
}
.games {
  padding: 90px 0 67px 0;
  background: #fff !important;
}
.games h2 span {
  color: #13c36f !important;
}
.section-header .head-menu .btn-trigger-search:hover {
  background: #fff;
  border: 1px solid #04a9e3 !important;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.3s;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
img[data-src][src] {
  opacity: 1;
}
.sub-menu {
  background: #fff;
  border: 1px solid #04a9e3;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(34, 185, 255, 0.2);
  border-radius: 10px;
}
.section-header .head-menu .menu > li.menu-item-has-children > a:hover:after {
  font-family: FontAwesome !important;
  content: "\f077" !important;
}
.prp-page .prp-content .prp-btn,
.prp-page.page .prp-content .prp-btn:hover,
.wp-admin .prp-content .prp-btn {
  background: #fff;
  border: 1px solid #04a9e3;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(4, 169, 227, 0.2);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #04a9e3;
}
.prp-page div.prp-content .prp-el-circle-rating,
.prp-page.page div.prp-content .prp-el-circle-rating,
.wp-admin div.prp-content .prp-el-circle-rating {
  background: 0 0 !important;
}
.scroll-top {
  position: fixed;
  bottom: 10%;
  right: 5%;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(134deg, #e41d60 23.64%, #f87700 102.84%);
  box-shadow: 0 4px 22px rgba(228, 29, 96, 0.5);
  border-radius: 100px;
  cursor: pointer;
  z-index: 100;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scroll-top:hover {
  text-decoration: none;
}
.scroll-top i {
  color: #fff;
}
.scroll-top span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.5px;
  color: #fff;
  margin-left: 6px;
}
.section-footer .footer-logos-wrapper img {
  max-height: 30px;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.box-info {
  margin-top: 100px;
}
.box-info a {
  color: #04a9e3 !important;
  text-decoration: none !important;
  font-weight: 500;
}
.box-info a:hover {
  text-decoration: underline !important;
}
.betting_section_casinos h2 {
  text-align: left;
}
.feauteres .author-wrapper-betting {
  box-shadow: none !important;
  max-width: 1245px;
  width: 100%;
  padding-top: 0 !important;
  bottom: -200px !important;
}
.feauteres .author-wrapper-betting .author-head .author-tile {
  max-width: 100% !important;
}
.feauteres .container-fluid {
  position: relative;
}
.faq_section h2 {
  text-align: left;
}
.section-review {
  padding: 80px 0;
  background-image: url(/wp-content/themes/casinoace_child/img/bg-no-non.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.section-review h2.review-title {
  font-size: 40px;
}
.section-review h2.review-title span.red {
  color: #e41d60;
}
.section-review li {
  margin-bottom: 30px;
}
.bingo-feauteres {
  padding: 80px 0;
  background-image: url(/wp-content/themes/casinoace_child/img/bg-no-non.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.independent {
  padding: 80px 0;
  background-image: url(/wp-content/themes/casinoace_child/img/bg-feauteres.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.text-left h2 {
  text-align: left;
}
.active {
  color: #22b9ff;
}
.mgt-0 {
  margin-top: 0;
}
.mgt-10 {
  margin-top: 10px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgt-50 {
  margin-top: 50px;
}
.mgt-60 {
  margin-top: 60px;
}
.mgt-160 {
  margin-top: 160px;
}
.pdt-0 {
  padding-top: 0;
}
.pdt-10 {
  padding-top: 10px;
}
.pdt-20 {
  padding-top: 20px;
}
.pdt-30 {
  padding-top: 30px;
}
.pdt-40 {
  padding-top: 40px;
}
.pdt-50 {
  padding-top: 50px;
}
.pdt-60 {
  padding-top: 60px;
}
.pdt-70 {
  padding-top: 70px;
}
.pdt-80 {
  padding-top: 80px;
}
.pdt-90 {
  padding-top: 90px;
}
.pdt-100 {
  padding-top: 100px;
}
.pdb335 {
  padding-bottom: 335px;
}
.entry-content p a:not(.btn) {
  color: inherit;
  text-decoration: none !important;
  color: #22b9ff !important;
}
.entry-content p a:not(.btn):hover {
  font-weight: 600;
  color: #22b9ff;
  text-decoration: underline !important;
}
.entry-content p a {
  font-weight: 600;
  color: #22b9ff;
  text-decoration: underline;
}
.entry-content p a:hover {
  font-weight: 600;
  color: #22b9ff;
  text-decoration: underline;
}
#mobile-menu .mm-navbar img {
  max-width: 70%;
}
.g2-line {
  --g2-font-size: 16px;
  --g2-color: #2a67f4;
  --g2-color-link: #fff;
  --g2-bg: #ffd500;
  --g2-text-transform: none;
  --g2-text-decoration: underline;
  --g2-close-color: rgba(255, 255, 255, 0.7);
}
.g2-line_dark {
  --g2-bg: #130b40;
  --g2-color-link: #fae79c;
  --g2-text-decoration: none;
}
.ga-line_friday {
  --g2-bg: #1e1e29;
  --g2-color-link: #eec301;
  --g2-text-transform: auto;
  --g2-text-decoration: underline;
  --g2-close-color: #fff;
}
.ga-line_wishes {
  --g2-bg: #6b51eb;
  --g2-color-link: #ffc000;
  --g2-text-transform: auto;
  --g2-text-decoration: underline;
  --g2-close-color: #fff;
}
.ga-line_friday {
  background-image: url("/blog/wp-content/plugins/se-g2-line/assets/image/g2-bf-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.ga-line_friday .g2-line__text span:before,
.ga-line_friday .g2-line__text span:after {
  padding-right: 5px;
  padding-left: 5px;
  content: "\1f4a5";
}
.ga-line_wishes {
  background-image: url("/blog/wp-content/plugins/se-g2-line/assets/image/g2-wishes-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.ga-line_wishes .g2-line__text span:before {
  padding-right: 5px;
  content: "\270d";
}
.g2-line {
  display: flex;
  padding: 15px 20px;
  background-color: var(--g2-bg);
}
.g2-line__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: var(--g2-font-size);
  font-weight: 500;
  line-height: 150%;
  color: var(--g2-color);
  text-align: center;
  text-transform: var(--g2-text-transform);
  letter-spacing: 1px;
}
.g2-line__content a {
  font-weight: 700;
  color: var(--g2-color);
  text-decoration: var(--g2-text-decoration);
  text-transform: uppercase;
}
.g2-line__content span {
  display: block;
  font-weight: 600;
}
.g2-line__content a:hover {
  text-decoration: none;
}
.g2-line__text:not(.show) {
  display: none;
}
.g2-line__close {
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.g2-line__close:before,
.g2-line__close:after {
  position: absolute;
  top: -2px;
  right: 5px;
  width: 2px;
  height: 16px;
  content: "";
  background-color: var(--g2-close-color);
  transition: 0.24s;
}
.g2-line__close:hover:before,
.g2-line__close:hover:after {
  background-color: #fff;
}
.g2-line__close:before {
  transform: rotate(45deg);
}
.g2-line__close:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .g2-line__content a {
    margin-left: 10px;
  }
  .g2-line__content span {
    display: inline-block;
  }
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
/* Large desktops */
@media (max-width: 1199px) {
}
@media screen and (max-width: 1000px) {
  .bingo-feauteres .mgt-160 {
    margin-top: 30px;
  }
}
/* Tablet */
@media (max-width: 991px) {
  .section-header .head-menu .btn-trigger-search {
    display: none !important;
  }
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6 {
    line-height: 1.75em;
  }
  .feauteres .author-wrapper-betting {
    padding: 30px 14px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2.125em;
    line-height: 1.5em;
  }
  section h2 {
    font-size: 33px;
    line-height: 44px;
  }
}

.page-wrapper {
}

.page-wrapper h1 {
  font-size: 50px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}

.page-wrapper h1 span,
.page-wrapper h1 strong {
  color: #76e3a3;
}

.page-wrapper p:not(:last-child) {
  margin-bottom: 24px;
}

/* Small mobile */
@media (max-width: 575px) {
  .page-wrapper h1 {
    font-size: 36px;
  }
}
