/*
 Theme Name:   PokaTheme Child
 Theme URI:    https://pokatheme.com
 Description:  PokaTheme Child
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     pokatheme
 Version:      1.0.1
 Tags:         
 Text Domain:  poka-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */

body {
  font-family: 'Lato', Arial;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.header-background {
  background: #3a3a3a;
}

a, .text-area p a:not(.btn) {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #2d739b;
  font-weight: 300;
}

.clearfix::after, .clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

h1, h2, h3, h4, h5, h6, .widget > div.title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}

.container {
  margin: 0 auto;
  border: none;
  background: none transparent;
  box-shadow: none;
  position: relative;
  clear: both;
  padding: 0 10px;
}  

.head-menu--s1 .container {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  flex-direction: row;
  justify-content: space-between;
}

.head-menu.head-menu--s1 {
  background: #3a3a3a;
}

.logo-section {
  max-width: 450px;
  margin-right: 15px;
  line-height: 0;
}

.menuheader {
  color: #111;
}

.wpsm_pretty_list ul li {
  transition: all 0.2s ease;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 20px 10px 28px;
  border-radius: 100px;
}

.wpsm_arrowlist ul li:before {
  content: "\f105"; 
}

.wpsm_pretty_list ul li::before {
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  line-height: 1;
}

.wpsm_arrowlist ul li:hover:before {
  left: 12px;
  color: #fff; 
}

.wpsm-one-half,
.wpsm-one-third, .wpsm-two-third,
.wpsm-three-fourth, .wpsm-one-fourth,
.wpsm-one-fifth, .wpsm-two-fifth, .wpsm-three-fifth, .wpsm-four-fifth,
.wpsm-one-sixth, .wpsm-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 5px;
  float: left;
}

.wpsm-one-third {
  width: 30.66%;
}

.wpsm-column-last,
.wpsm-one-half:last-of-type, .wpsm-one-third:last-of-type,
.wpsm-one-fourth:last-of-type, .wpsm-one-fifth:last-of-type, .wpsm-one-sixth:last-of-type {
  margin-right: 0 !important;
  clear: right;
}

.icon-search-onclick::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f002";
  font-style: normal;
}


/* Footer */

.footer-copyright {
  display: none;
}

.footer {
  border-top: 1px solid #ddd;
  background-color: #dbdbdb;
  padding-top: 20px;
  overflow-x: hidden;
}

#footer-top {
  color: #111;
}

.flex-eq-height {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.col_wrap_three .col_item:nth-child(3n+1) {
  clear: both;
}

.col_wrap_three .col_item {
  width: 30.33%;
  margin: 0 1.5% 25px;
  float: left;
}

.col_item {
  position: relative;
}

#footer-top .footer_widget {
  padding: 25px 0;
  font-size: 14px;
  line-height: 18px;
}

.footer .widget {
  margin-bottom: 25px;
  position: relative;
}


.footer_widget .widget .title,
.footer_widget .widget h2 {
  margin: 20px 0 25px 0;
  font-size: 18px;
  padding: 0;
  border: none;
  color: #000;  
}

.footer .widget-columns p {
  margin-bottom: 22px;
  font-size: 13px;
  color: #292828;
  font-weight: 300;
}

.footer .widget-columns p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}

.footer .widget-columns p strong {
  font-weight: 700;
}

.social_icon a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 2px;
  color: #fff !important;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
  text-decoration: none !important;
}

.social_icon .fb {
  background-color: #39599F;
}

.social_icon .tw {
  background-color: #6cf;
}

.social_icon .gp {
  background-color: #eb4026;
}

.social_icon .ins {
  background-color: #3a82b8;
}

.social_icon .yt {
  background-color: #cd0000;
}

.social_icon .pn {
  background-color: #ca212a;
}

.social_icon .in {
  background-color: #66c9ff;
}

.social_icon .rss {
  background-color: #f93;
}

.footer-contacts code {
  background: none;
  background-color: none;
  color: #292828;
  padding: 0;
  font-style: normal;
  font-size: 13px;
}

.footer-bottom {
  background: #222;
  padding: 20px 0;
}

.footer-bottom .widget-columns {
  color: #ddd;
  line-height: 14px;
  font-weight: 300;
}

.footer-bottom .f_text_span a {
  font-weight: 400;
}

img.ikaraja {
  float: left;
  padding-right: 8px;
  max-width: 70px;
  width: 70px;
  max-height: 65px;
  height: 65px;
}

.ml15 {
  margin-left: 15px;
}

.floatright {
  float: right;
}

#footer-bottom .footer_most_bottom img#footerlogoup {
  margin-top: -50px !important;
}

.body-header-style1.home .section--first .text-area {
  margin-top: 0;
}

/* Shortcodes */

#pha {
  line-height: 1.8125;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

#pha.collapsed {
  max-height: 85px;
}

#pha.collapsed::after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: linear-gradient(0deg,#f8f8f8,hsla(0,0%,100%,0));
}

.pha-read-more {
  color: #2b2b2c;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  outline: none;
}

.page-header {
  /*background: url(images/bg-header.jpg);*/
}
.page-header-wrap {
  padding: 0 10px;
}

.page-header h1 {
  text-align: center;
  padding-bottom: 16px;
}

.page-header-anchors  {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-header-anchors li {
  display: inline-block;
  list-style: none;
}

.page-header-anchors li:not(:last-child)::after {
  content: "•";
  color: #2d2d2c;
  margin-right: 10px;
  margin-left: 10px;
}

.page-header-anchors li a {
  color: #2b2b2c;
  font-weight: 600;
  font-size: 13px;
}

.btn-full {
  width: 100%;
  display: block;
  text-align: center;
}

.toplist {
  padding: 32px;
}

.toplist-sort {
  position: relative;
}

.toplist-header {
  padding-bottom: 16px;
}

.casino-list-filters {
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.casino-list-filters .filter-item {
  width: auto;
  box-sizing: border-box;
  padding: 0 8px 8px 0;
  font-weight: 600;
}

.casino-list-filters input[type="radio"] {
  display: none;
}

.casino-list-filters .input-helper {
  padding: 9px 10px 9px 30px;
  background-color: #dbdbdb;
  border-radius: 30px;
  box-sizing: border-box;
  width: 100%;
  color: #2d2d2c;
  transition: background .2s, color .2s;
  position: relative;
  display: inline-block;
  font-size: 16px;  
}

.input-helper::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 13px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #3a3a3a;
}

.casino-list-filters .input-helper:hover,
.casino-list-filters input[type="radio"]:checked + label {
  color: #fff;
  background-color: #3a3a3a;
}

.casino-list-filters .input-helper:hover::before,
.casino-list-filters input[type="radio"]:checked + label::before {
  background: #ffcc31;
}

label:hover {
  cursor: pointer;
}

.casino-list {
  transition: opacity .2s;
  position: relative;
}

.casino-list .casino-column {
  padding-right: 8px;
  box-sizing: border-box;
}

.casino-list .casino-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  -ms-flex-align: center;
  align-items: center;  
  padding: 20px 10px;
  margin: 10px 0;
  background: #FFF;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.1);  
  min-height: 125px;
}

.casino-list .casino-logo {
  text-align: center;
  -ms-flex-order: 0;
  order: 0;
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  overflow: hidden;
}

.casino-list .casino-field-first {
  width: 15%;
}

.toplist-vertical .casino-list .casino-field-first {
  width: 100%;
  padding: 50px 10px 10px 10px;  
}

.casino-list .casino-field-second {
  width: 14%;
  flex-flow: column;
  align-items: center;
}

.casino-list .casino-field-third {
  width: 17%;
  flex-flow: row;
  justify-content: space-evenly;
}

.casino-list .casino-field-fourth {
  width: 40%;
}

.casino-list .casino-field-fifth {
  width: 14%;
  display: flex;
  flex-direction: column;
}

.casino-bonus .bonus-size,
.casino-free-spins .spins-size {
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 26px;
  color: #3a3a3a;
  font-family: 'Fira Sans', sans;
  padding: 5px;
}

.casino-bonus .bonus-text,
.casino-free-spins .spins-text {
  font-size: 12px;
  font-weight: 300;
  text-align: center
}

.casino-points {
  overflow: hidden;
}

.casino-points ul li {
  display: flex;
  list-style: none;
  color: #5e645e;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  align-items: baseline;
}

.casino-points ul li i {
  padding-right: 10px;
  color: #ffcc31;
}

.casino-points ul li span {
  vertical-align: top;
  width: 100%;
}

.btn--green,
.woolist.cta-button,
.casino-item .play-now {
  background: #e7312a;
  color: #fff;
  border: none;
  text-decoration: none;
  outline: 0;
  box-shadow: -1px 6px 19px rgba(231,49,42,.25);
  border-radius: 100px;
  padding: 7px 14px;
  font-family: 'Fira sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn--blue, .woolist.read-review, .casino-facts-row .read-review {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400 !important;
}

.sidebar-cta-button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.woolist.cta-button:hover,
.casino-item .play-now:hover {
  box-shadow: -1px 6px 13px rgba(231,49,42,.45);
}

.btn--blue,
.woolist.read-review,
.casino-facts-row .read-review {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #3a3a3a;
  background: linear-gradient(-135deg, #3a3a3a, #000);
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  border-radius: 50px;
  color: #ffcc31;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.woolist.read-review:hover,
.casino-facts-row .read-review:hover {
  background-color: #ffcc31; 
  background: linear-gradient(-135deg, #ffcc31, #cca327);
  color: #3a3a3a;
}

.casino-item .casino-facts {
  height: 35px;
  line-height: 28px;
  display: none;
  margin: 8px 0;
  transition: box-shadow .25s;
  color: #3a3a3a;
  padding: 8px;
  transition: background .2s;  
  justify-content: center;
}

.toplist-horizontal .casino-item .casino-facts {
  line-height: 20px;
}

.casino-item .casino-facts .fa-chevron-right {
  padding: 0 5px;
  line-height: 28px;
}

.toplist-horizontal .casino-facts .fa-chevron-right {
  line-height: 20px;
}

.casino-item .casino-facts-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  transition: box-shadow .25s;
  color: #3a3a3a;
  transition: color .2s;
  justify-content: center;
  line-height: 16px;
  font-size: 16px;
  background: #e7312a;
  align-items: center;
  z-index: 123;
}

.casino-item .casino-facts-close i {
  padding: 8px;
}

.casino-item .casino-facts-close:hover {
  color: #FFF;
}

.casino-item .casino-facts:hover {
  background: #dbdbdb;
}

.casino-item .casino-facts.is-visible,
.casino-item .casino-facts-close.is-visible {
  display: flex;
}

.casino-column {
  display: flex;
  justify-content: center;
}

.casino-field-third {
  flex-flow: column wrap;
  align-items: center;
  color: #5e645e;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px !important
}

.casino-field-fourth {
  justify-content: left;
  color: #5e645e;
  font-size: 14px;
  font-weight: 600;  
}

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
  max-width: 100% !important;
  padding: 15px;
  box-shadow: 0 0 20px #f3f3f3;
  background: none;
}

.wp-caption p.wp-caption-text {
  max-width: 350px;
  margin: 12px 0 0 0;
  line-height: 20px;
  color: #292828;
  font-size: 14.4px;
  font-style: italic;
  font-family: 'Lato', Arial;
  font-weight: 200;  
}

.toplist .casino-list .casino-text-line {
  text-align: center;
  color: #3a3a3a;
}

.casino-facts-modal {
  margin-top: 0;
  position: absolute;
  z-index: 1234;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .25s, opacity .25s cubic-bezier(.22,.61,.36,1), transform .25s cubic-bezier(.22,.61,.36,1);
  transition-delay: 0.25s, 0s, 0s;
}

.toplist-horizontal .casino-item .casino-facts-modal {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.toplist-vertical .casino-item .casino-facts-modal {
  width: 100%;
  top: 0;  
  bottom: 0;
}

.toplist-vertical .casino-item .casino-facts-modal .casino-facts-inner {
  height: 100%;
}

.toplist-vertical .casino-list .casino-item {
  width: calc(20% - 20px);
}

.toplist-vertical .casino-facts-row {
  margin-left: 0;
  font-size: 12px;
}

.toplist-vertical  .casino-facts-row .read-review {
  font-size: 12px; 
}

.toplist-vertical .casino-facts-column .col-12 {
  padding: 0;
}

.toplist-vertical .tiedot-button {
  padding: 4px;
}

.toplist-vertical .casino-facts-inner {
  padding: 0;
}

.casino-facts-modal.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
  display: block;
}

.casino-facts-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #f7f7f7;
  background-image: linear-gradient(0deg,#fbfbfb,#f7f7f7);
  box-shadow: 0 12px 20px rgba(29,26,26,.15);
  padding: 8px 8px 16px 8px;
  border-radius: 0 0 6px 6px;
  z-index: 9999;
}

.casino-facts-column {
  width: 32%;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  padding: 8px;
}

.toplist-vertical .casino-facts-column {
  width: 100%;
  padding: 6px;
}

.casino-facts-row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  margin-left: 2rem;
}

.casino-facts-row i.green {
  color: green;
}

.casino-facts-row .value {
  text-align: right;
}

.casino-facts-row .read-review {
  margin: 16px 0;
}

.toplist-vertical .casino-facts-row .read-review {
  margin: 16px auto;
}

.toplist-vertical {
  display: flex;
  flex-flow: row wrap;
}

.toplist-vertical .toplist-header {
  width: 100%;
}

.toplist-vertical .toplist-sort {
  width: 100%;
}

.toplist-vertical .casino-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
}

.toplist-vertical .casino-list .casino-item {
  flex-flow: column wrap;
  border: 1px dashed #f2f2f2;
  padding: 0 0 15px 0;
  margin: 10px;
  background: #FFF;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

.toplist-vertical .casino-list .casino-item .casino-rating {
  display: flex;
  justify-content: center;
}

.toplist-vertical .casino-list .casino-logo img {
  max-width: 150px;
}

.casino-row.casino-field-first, .casino-row.casino-field-second,
.casino-row.casino-field-fourth, .casino-row.casino-field-fifth {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.casino-row.casino-field-fifth {
  padding: 0 0 10px 0;
}

.casino-row.casino-field-fifth .play-now {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.casino-row.casino-field-third {
  width: 100%;
  justify-content: evenly;
  display: flex;
}

.casino-row.casino-field-first {
  padding: 0 5px;
  height: 150px;  
}

.casino-row.casino-field-second {
  padding: 5px;
}

.casino-row.casino-field-third {
  padding: 5px;
  height: 150px;
}

.casino-row.casino-field-fourth {
  padding: 5px;
}

.toplist .rating .star,
.table-cell .rating .star {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #3a3a3a;
}

.toplist .rating .star svg,
.table-cell .rating .star svg {
  width: 12.5px;
}

.table-cell .rating {
  padding: 8px 0;
}

.ratings-wrapper .rating .star,
.rating .star {
  width: 32px;
  height: 32px;
  background: #3a3a3a;
  line-height: 32px;
}

.ratings-wrapper .rating .star svg,
.rating .star svg {
  width: 18px;
}

.ratings-wrapper .rating-counter {
  display: none;
}

.table-cell .rating {
  padding: 8px 0;
}

.table-s1 .item .count {
  color: #3a3a3a;
}

.woolist {
  margin: 20px 0 25px 0;
}

.inner-row {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

.mini-column {
  width: 50%;
}

.maxi-column {
  width: 100%;
}

.widget-img {
  padding: 0 0 35px 0;
}


.size {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 14px;
}

.king-size {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 30px; 
}

.aff-single-widget-xl .widget-text {
  padding-left: 50px;
}

.casino-ribbon {
  width: 110px;
  padding: 6px 6px;
  margin: 8px auto;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  line-height: 11px;  
  color: #3b3b3b;
  background: #fedb31;
  text-shadow: none;
  font: 'Lato', Arial;
  font-weight: 600;  
  vertical-align: middle;
  z-index: 77;
  border-radius: 2px;  
}

.casino-ribbon span::before {
  content: "★";
  margin-right: 4px;
  font-size: 95%;
}

.casino-ribbon span::after {
  content: "★";
  margin-left: 4px;
  font-size: 95%;
}

.toplist-vertical .casino-ribbon {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.table-s1 .item .c1 {
  width: 5%;
}

.table-s1 .item .c2 {
  width: 20%;
}

.table-s1 .item .c3 {
  width: 50%;
  text-align: left;
}

.table-s1 .item .c4 {
  width: 20%;
}

.table-s1 .item > div {
  margin: 0 10px;
  padding: 0;
}

.main-col .table-s1 .item .c4 {
  padding: 0;
}

.table-s1 .item .c3 h4,
.woolist h4,
h4 {
  font-weight: 700;
  font-family: 'Fira Sans', sans;
}

.table-s1 .item {
  background: #f2f2f2;
}

.table-s1 .item:nth-child(2n) {
  background: #f8f8f8;
}

.table-cell p {
  font-size: 13px;
}

.table-cell h4 {
  font-size: 18px;
}

.table-cell .btn--green {
  font-weight: 700;
  font-family: 'Fira Sans', sans;
  padding: 14px 0;
}

.table-cell-mini-wrap {
  display: flex;
}

.table-cell-mini {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.table-cell-mini .value {
  font-weight: 700;
}

.table-cell-mini .value-name {
  font-size: 12px;
}

.casino-sidebar .casino-facts-column {
  width: 100%;
}

.casino-sidebar .casino-points {
  padding: 10px 0;
}

.casino-sidebar .casino-points ul li {
  padding: 0 0 5px 0;
}

.casino-sidebar .sidebar-cta-button {
  border-bottom: 1px dashed #ccc;
  padding: 15px;
}

.casino-sidebar .casino-facts-column.info-start {
  padding: 25px 8px 8px 8px;
}

.casino-sidebar .social-list li a {
  color: #3b3b3b;
  padding: 10px;
  font-size: 28px;
  background: none;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 0;
}

.payment-methods li {
  list-style: none;
  max-width: 60px;
  align-self: center;
}

.casino-facts-row.payments {
  margin: 0;
}

.casino-sidebar .casino-facts-row {
  margin: 0;
}

.casino-sidebar .col-12 {
  margin: 0;
  padding: 0;
}

.sidebar {
  padding: 20px;
}

.textwidget h2 {
  margin-top: 0;
}

.searchandfilter {
  display: none;
  position: absolute;
  top: 43px;
  right: 0;
  padding: 20px 30px;
  background: #3a3a3a;
  z-index: 1;
}

.searchandfilter input {
  background: #fff;
  padding: 5px;
  z-index: 2;
}

input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.searchandfilter ul {
  display: flex;
}

.searchandfilter .mm-listview li {
  padding: 0 5px;
}

.head-menu .container {
  padding: 0;
}

.mega-menu-link h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.mega-menu-link i {
  padding: 0 5px 0 0;
}

.mm-listview > li > a {
  white-space: normal;
}

.mm-listview > li > a, .mm-listview > li > span {
  padding: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Lato';
  line-height: 18px;
}

#mega-menu-wrap-primary.mm-panel #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
}

.mega-menu-item h4 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #292828;
  margin: 10px 0 10px 0;
  padding: 0;
}

.mega-menu-item h4 i {
  margin: 0 5px 0 0;
  font-weight: 900;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
  padding: 6px 12px 6px 12px;
  margin: 0 0 5px 0;
  border: none;
  transition: all 0.2s ease;
  border-radius: 100px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:hover {
  padding: 6px 12px 6px 24px;
  background: #f9b100;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:hover a.mega-menu-link {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
  content: "\f345";
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:hover > a.mega-menu-link:before {
  left: 12px;
  color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-recent-posts-3 {
  padding: 0 15px 15px 15px !important;
}

.mm-menu .mm-listview > li .mm-arrow::after, .mm-menu .mm-listview > li .mm-next::after {
  border-color: #f9b100;
}

.mobile-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 0 12px;
  line-height: 48px;
  margin: 0 auto;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.mobile-menu:hover {
  color: #fff;
}

.mobile-menu .icon {
  width: 22px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu .icon span {
  display: block;
  height: 4px;
  background: #fff;
  margin-bottom: 3px;
  position: relative;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;    
}

.mobile-menu:hover .icon span:first-child {
  top: -1px;
}

.mobile-menu:hover .icon span:last-child {
  top: 1px;
}

#new-mobile-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 90%;
  z-index: 99;
}

#new-mobile-menu.visible {
  display: block;
}

#new-mobile-menu.hidden {
  display: none;
}

.menu-ul li {
  padding: 0 0 10px 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-custom_html-5 {
  padding-top: 0;
}

#mega-menu-mobile {
  font-family: 'Lato';
}

.mega-menu-toggle.mega-menu-open:after {
  position: fixed;
  width: 100%;
  height: 99999px;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  cursor: pointer;
  z-index: 9999999998;
}

#mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
  display: block;
}

#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: flex;
  justify-content: space-between;
}

ul.postsbycategory {
  list-style-type: none;
}

.postsbycategory img {
  float:left; 
  padding:3px;
  margin:3px;
  border: 3px solid #EEE;
}

.search-button {
  display: block;
  font-family: 'Lato';
  line-height: 18px;
  font-weight: bold;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;  
  padding: 0 12px;  
  margin: 0 0 0 10px;
  cursor: pointer;
}

.custom-mob-menu .search-button {
  display: none;
}

.custom-mob-menu {
  flex-flow: row;
  display: flex;
  align-items: center;
}

.toplist-vertical .casino-facts-column.cf-second h6,
.toplist-vertical .casino-facts-column.cf-third h6 {
  margin-bottom: 0px;
}

/* FAQ plugin */
.wrapper {
  display: flex;
}

.wrapper i {
  font-size: 32px;
  height: 32px;
  margin: 21px 10px 0 0;
  color: #3a3a3a;
}

.sc_card {
  padding: 0;
  margin: 10px auto;
}

.accordion {
  background-color: #dbdbdb;
  color: #3a3a3a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.panel {
  padding: 9px 18px;
  background-color: #fff;
  display: none;
  overflow: hidden;
}

button.accordion h1,
button.accordion h2,
button.accordion h3,
button.accordion h4,
button.accordion h5,
button.accordion h6 {
  padding: 0;
  margin: 0;
}

button.accordion h1::after,
button.accordion h2::after,
button.accordion h3::after,
button.accordion h4::after,
button.accordion h5::after,
button.accordion h6::after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
/* Large desktops */
@media (max-width: 1280px) {
}

@media (max-width: 1199px) {
  .container {
    max-width: 1199px;
  }
  .toplist {
    padding: 32px 0;
  }  
  .casino-list-filters .filter-item {
    padding: 0 5px 5px 0;
  }
  #toplist_hor .casino-item .casino-column {
    width: 50%;
    align-items: center;
  }
  #toplist_hor .casino-item .casino-field-fifth {
    padding: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;    
  }
  .casino-list .casino-item {
    padding: 0 10px;
  }
  .table-s1 .item {
    display: flex;
    flex-direction: column;
  }
  .table-s1 .item .c1 {
    width: 5%;
  }

  .table-s1 .item .c2 {
    width: 100%;
  }
  .table-s1 .item .c2 .table-cell a {
    padding: 0 0 10px 0;
  }

  .table-s1 .item .c3 {
    width: 100%;
    padding: 15px;
  }

  .table-s1 .item .c4 {
    width: 20%;
  }
}



@media (max-width: 1023px) {
  .toplist-vertical .casino-item .casino-facts-modal {
    width: 100%;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .custom-mob-menu .search-button {
    display: block;
  }
  .trigger-mmenu {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .logo-section {
    max-width: 250px;
  }
  .menu-section {
    display: none;
  }
  .head-menu .container {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }  
  .casino-facts-row {
    margin-left: 0;
    font-size: 12px;
  }
  .casino-facts-row .read-review {
    font-size: 12px; 
  }
  .casino-facts-column .col-12 {
    padding: 0;
  }
  .aff-single-widget-xl .widget-text {
    padding-left: 0 !important;
  }
}

/* Mobile */

@media (max-width: 840px) {   
  .casino-item .play-now {
    font-size: 14px;
  }    
  .casino-list-filters {
    justify-content: center;
  }
}

@media (max-width: 680px) {
}

/* Small mobile */
@media (max-width: 574px) {
  .casino-field-third {
    font-size: 12px;
  }
  .toplist .rating i {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 2.1;
  }
  .logo-section {
    margin: 0;
    padding: 0 5px;
  } 
}

@media (max-width: 511px) {
  .casino-facts-column {
    width: 100%;
  }   
}

@media (max-width: 413px) {
  header #logo {
    width: 150px;
  }
  .searchandfilter {
    top: 48px;
    padding: 20px 10px;
  }
  .casino-list-filters .input-helper {
    font-size: 14px;
  }
  .input-helper::before {
    top: 12px;
    left: 10px;
  }
  .casino-list-filters {
    padding: 0;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .toplist-vertical .casino-list .casino-item {
    width: calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .table-s1 .item .c1,
  .table-s1 .item .c2,
  .table-s1 .item .c3,
  .table-s1 .item .c4 {
    width: 100%;
  }
  .table-cell-mini-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .table-cell-mini {
    flex: 0 50%;
    align-items: center;
  }
  .table-cell .row,
  .widget-text .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;    
    flex-direction: column;
    -webkit-flex-direction: column; 
  }
  .table-s1 .item > div {
    margin: 0;
  }
  .table-s1 .item .c3 {
    padding: 12px 6px 20px;
  }
  .table-cell h4 {
    text-align: center;
  }  
  .table-cell p {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  .toplist-vertical .casino-list .casino-item {
    width: calc(33% - 20px);
  }
  .toplist-vertical .casino-item .casino-facts-modal {
    width: 100%;
  } 
  .toplist-vertical .casino-list .casino-item:nth-child(3n+1) .casino-facts-modal,
  .toplist-vertical .casino-list .casino-item:nth-child(3n+2) .casino-facts-modal {  
    left: 0;
  }
  .toplist-vertical .casino-list .casino-item:nth-child(3n+3) .casino-facts-modal {  
    right: 0;
  }
}

@media (max-width: 767px) {
  .toplist-vertical .casino-item .casino-facts-modal {
    width: 213%;
  } 
}

@media (min-width: 575px) and (max-width: 766px) {
  .toplist-vertical .casino-list .casino-item {
    width: calc(33% - 20px);
  }
  .toplist-vertical .casino-list .casino-item:nth-child(3n+1) .casino-facts-modal,
  .toplist-vertical .casino-list .casino-item:nth-child(3n+2) .casino-facts-modal {  
    left: 0;
  }
  .toplist-vertical .casino-list .casino-item:nth-child(3n+3) .casino-facts-modal {  
    right: 0;
  }
}

@media (min-width: 360px) and (max-width: 574px) {
  .toplist-vertical .casino-list .casino-item {
    width: calc(50% - 20px);
  }   
  .toplist-vertical .casino-list .casino-item:nth-child(odd) .casino-facts-modal {  
    left: 0;
  }
  .toplist-vertical .casino-list .casino-item:nth-child(even) .casino-facts-modal {  
    right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .toplist-vertical .casino-list .casino-item {
    width: calc(100% - 20px);
  }
  .toplist-vertical .casino-item .casino-facts-modal {
    width: 100%;
  } 
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
}

.pt-cv-view .pt-cv-title a {
    font-weight: 700 !important;
    font-family: "Fira Sans", Lato, sans-serif;
    font-style: italic;
    color: #3b3b3b;
	}

.section {
	padding: 20px 0 0px;
}

.aff-single-widget-xl h4 {
	font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* Get rid of dashicons */

div#comments-section {
display:none;	
}


#mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: '\f078' !important;
  font-family: 'Font Awesome 5 Pro' !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	 content: '\f078' !important;
  font-family: 'Font Awesome 5 Pro' !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  font-family: 'Font Awesome 5 Pro' !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
	 content: '\f054';
	 font-family: 'Font Awesome 5 Pro' !important;
}

.mm-menu .mm-listview>li .mm-arrow::after, .mm-menu .mm-listview>li .mm-next::after {
  display: none;
}

/* Steps */
.section-seo-content .page-content .steps-wrapper h2 {
  margin: 0 0 30px 0;
}

.steps-header {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 24px;
}

.steps-header .left-part {
  display: flex;
  width: 60%;
  align-items: center;
  padding: 0 10px 0 0;
}

.steps-header .right-part {
  display: flex;
  width: 40%;
  flex-direction: column;
  background-color: #eeedeb;
  padding: 16px;
  border-radius: 9px;
  align-self: flex-start;
}

.steps-header,
.steps-row {
  display: flex;
  justify-content: space-between;
}

.steps-container {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.step-wrap {
  background-color: #eeedeb;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 10px 5px;
  max-width: 385px;
  width: 100%;
}

.step-image img {
  width: 100%;
  height: auto;
  display: block;
}

.step-phase {
  position: absolute;
  top: 15px;
  left: -50px;
  background-color: #e7312a;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  width: 200px;
  padding: 4px;
  transform: rotateZ(-30deg);
  text-transform: uppercase;
}

.step-header {
  padding: 16px 16px 0;
  font-size: 15px;
  line-height: 17px;
}

.step-description {
  padding: 16px;
  font-size: 13px;
}

.steps-t {
  text-align: right;  
}

.casino-basic-data.single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: 0;
}

.casino-basic-data.single p {
  text-align: center;
}

.casino-basic-data.single .heading {
  width: 100%;
  padding: 0;
}

.casino-basic-data.single .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.page-content-wrap .page-content-section {
    margin: 0 0 50px 0;
}

.casino-basic-data.single h2 {
  margin: 0 auto;
  color: #2d2d2c;
  padding: 0 0 23px 0;
}

.casino-basic-data.single .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 0 40px 0;
}

.casino-basic-data .pros,
.casino-basic-data .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.casino-basic-data .icon-wrap {
  width: 25%;
}

.casino-basic-data .text {
  width: 75%;
  height: 100%;
  padding: 0 26px;
}

.casino-basic-data .icon-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  margin: 0 28px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;  
}

.casino-basic-data .icon {
  height: 29px;
  width: 26px;
}

.casino-basic-data .heading {
  font-size: 28px; 
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #2d2d2c;
  padding: 7px 0 18px 0;
  margin: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casino-basic-data ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}

.casino-basic-data ul li {
  font-size: 15px;
  padding: 0 0 12px 17px;
  position: relative;
}

.casino-basic-data .pros ul li .icon {
  width: 10px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.casino-basic-data .cons ul li .icon {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .steps-container {
    flex-wrap: wrap;
  }
  .step-wrap {
    flex: 0 0 31.9%;
  }
}
@media screen and (max-width: 800px) {
  .casino-basic-data.single .wrapper {
    flex-direction: column;
  }
  .casino-basic-data .text {
    width: 80%;
    padding: 0 8px 0 0;
  }
  .casino-basic-data .icon-wrap {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .steps-header {
    flex-direction: column;
  }
  .steps-header .left-part,
  .steps-header .right-part {
    width: 100%;
  }
  .steps-header .left-part {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .step-wrap {
    flex: 0 0 47.6%;
  }
}

@media screen and (max-width: 480px) {
  .step-wrap {
    flex: 0 0 100%;
  }
  .steps-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }  
}