/*
Theme Name: iGaming Affiliate Child
Theme URI: https://costarank.com/
Template: igaming-affiliate
Author: Costa Rank
Version: 1.0.0.1575892030
Updated: 2019-12-09 11:47:10

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i|Roboto:400,400i,700,700i&display=swap');

html {
  position: relative;
}

body {
  margin: 0;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.5em;
  color: #878d98;
}

input, textarea {
  font-family: Roboto;
  font-size: 1em;
}

fieldset {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #878d98;
}

a:hover {
  color: #000;
}

p > a {
  color: #d11c2d;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  line-height: 1.3em;
  font-family: Poppins;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

.site-main section {
  background-size: cover !important;
  background-position: center !important;
  padding: 40px 0;
}

.text-center {
  text-align: center;
}

.align-middle {
  align-items: center;
}

.element-template-layout:not(:last-child), .title-content-layout:not(:last-child), .heading-layout:not(:last-child), .content-layout:not(:last-child), .row:not(:last-child), .dynamic-template-layout:not(:last-child), .list-titles-contents-layout:not(:last-child), .list-titles-layout:not(:last-child), .list-images-layout:not(:last-child), .list-image-titles-contents-layout:not(:last-child), .toggle-layout:not(:last-child) {
  margin-bottom: 20px;
}

.title-layout:not(:last-child) {
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.primary, .secondary {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .primary, .secondary {
    width: 100% !important;
    float: none !important;
  }

  .primary {
    margin-bottom: 20px;
    order: 1;
  }

  .secondary {
    order: 2;
  }
}

@media (max-width: 575px) {
  .content-layout p {
    text-align: justify;
  }

  h1, h2 {
    text-align: center;
  }

  #wpadminbar {
    display: none;
  }

  h1 {
    font-size: 1.8em;
  }
  
  h2 {
    font-size: 1.6em;
  }
  
  h3 {
    font-size: 1.4em;
  }
  
  h4 {
    font-size: 1.2em;
  }

  .site-main section {
    padding: 20px 0;
  }
}

.content-layout p strong {
  color: #000;
}

.text-blue {
  color: #a1abbc;
}

.text-blue .content-layout p strong {
  color: #dce3ee;
}

.text-light, .text-light a, .text-blue h1, .text-blue h2, .text-blue h3, .text-light h1, .text-light h2, .text-light h3 {
  color: #fff;
}

.text-blue h1 span, .text-blue h2 span, .text-blue h3 span {
  color: #d11d2d;
}

.site-header {
  /* padding: 20px 0; */
  background: #204e8e;
  z-index: 999999;
}

.site-header.fixed-header {
  /* padding: 10px 0; */
}

.site-header .row {
  align-items: center;
  justify-content: space-between;
}

.header-logo, .header-area {
  padding: 0 15px;
}

.header-logo img {
  display: none;
  width: 200px;
}

.fixed-header .header-logo img {
    width: 150px;
}

.header-logo img:last-child {
  display: block;
}

.header-area {
  /* flex: 1; */
}

@media (min-width: 1200px) {
  .header-area .menu {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
  }

  .header-area .menu > li {
    position: relative;
  }

  .header-area .menu > li:not(:last-child) {
    margin-right: 20px;
  }

  .header-area .menu a {
    color: #fff;
  }

  .header-area .menu > li > .menu-button-arrow {
    display: flex;
    align-items: center;
  }

  .header-area .menu > li > .menu-button-arrow a {
    display: block;
    padding: 40px 0;
  }

  .site-header.fixed-header .header-area .menu > li > .menu-button-arrow a {
    padding: 25px 0;
  }

  .header-area .menu .menu-button-arrow img {
    display: block;
    margin-left: 5px;
  }

  .header-area .menu .sub-menu {
    display: none;
    position: absolute;
    background: #204e8e;
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 200px;
    z-index: 1;
  }

  .header-area .menu > li:hover .sub-menu {
    display: block;
  }

  .header-area .menu .sub-menu a {
    display: block;
    padding: 5px 10px;
  }

  .header-area .menu .sub-menu a:hover {
    background: #164688;
    color: #fff;
  }

  /* .header-menu ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    text-align: right;
  }

  .header-menu li {
    display: inline-block;
  }

  .header-menu li:not(:last-child) {
    margin-right: 15px;
  }

  .header-menu a {
    color: #fff;
  } */
}

@media (max-width: 1199px) {
  .site-header {
    padding: 20px 0;
  }

  .site-header.fixed-header {
    padding: 10px 0;
  }

  .header-area .menu {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    background: #164688;
    margin: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    z-index: 1;
  }

  .header-menu.open .menu {
    display: block;
  }

  .site-header.fixed-header .header-area .menu {
    top: 68px;
  }

  .header-area .menu a {
    display: block;
    padding: 5px 15px;
    color: #fff;
  }

  .header-area .menu > li {
    position: relative;
  }

  .header-area .menu .icon {
    position: absolute;
    top: 4px;
    right: 15px;
  }

  .header-area .menu .sub-menu {
    padding-left: 15px;
    list-style: none;
    display: none;
    background: #012d69;
  }

  .header-area .menu .sub-menu.sub-menu-display {
    display: block;
  }

  /* .header-menu ul {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 0 3px #eee;
  }

  .header-menu.open ul {
    display: block;
  }

  .header-menu a {
    display: block;
    padding: 5px 15px;
  }

  .site-header.fixed-header .header-menu ul {
    top: 86px;
  } */
}

.site-footer {
  background: #121d2b;
}

.site-footer, .site-footer h3 {
  color: #a1abbc;
}

.site-footer a {
  color: #fff;
}

.footer-area-1 {
  padding: 30px 0;
}

.footer-area-2 {
  padding-bottom: 20px;
}

.footer-area-2 .container::before {
  content: '';
  display: block;
  border-top: 1px solid #154588;
  padding-bottom: 20px;
}

.site-footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.site-footer .row > div {
  padding: 0 15px;
}

#footer-sidebar-1 {
  flex: 0 0 60%;
}

#footer-sidebar-2, #footer-sidebar-3 {
  flex: 0 0 20%;
}

.site-footer h3 {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.site-footer .menu li:not(:last-child) {
  margin-bottom: 4px;
}

#footer-sidebar-4, #footer-sidebar-5 {
  flex: 0 0 50%;
}

.footer-area-2 .row {
  align-items: center;
}

.footer-area-2 li {
  display: inline-block;
  vertical-align: middle;
}

.footer-area-2 li:not(:last-child) {
  margin-right: 10px;
}

.footer-area-2 li img {
  display: block;
}

.cright {
  margin-left: 10px;
}

.flegal {
  text-align: right;
}

.flegal li {
  min-width: 30px;
}

.flogo {
	max-width: 150px;
}

@media (max-width: 991px) {
  #footer-sidebar-1, #footer-sidebar-2, #footer-sidebar-3, #footer-sidebar-4, #footer-sidebar-5 {
    flex-basis: 100%;
  }

  .site-footer .row > div:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-area-2 ul, .footer-area-1 {
    text-align: center;
  }

  .cright {
    margin-left: 0;
    width: 100%;
  }
}

.boxed {
  flex: 0 0 calc(100% - 30px);
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.boxed h2 {
  color: #1a3668;
}

.boxed a {
  color: #d11d2d;
}

.h-line h1::after, .h-line h2::after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  background: #228aff;
  margin-top: 5px;
}

.text-center h1::after, .text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

h2 span {
  color: #154588;
}

.card-1 .intro {
  padding-bottom: 15px;
  text-align: center;
  font-size: 13px;
}

.card-1 .intro * {
  display: inline;
  vertical-align: middle;
}

.card-1 .intro img {
  width: 20px;
  margin-top: -4px;
}

.card-1 .intro > .title-layout.title {
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
}

.card-1 .filters > div {
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}

.card-1 .filters > div.active {
  background: #f3f7ff;
}

.card-1 .filters > div:hover {
  background: #164688;
  color: #fff;
}

.card-1 .filters .icon {
  display: inline-block;
}

.card-1 .table-body {
  counter-reset: x;
}

.card-1 .table-row {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  margin-bottom: 8px;
  background: #fff;
  position: relative;
}

.card-1 .table-row::before {
  counter-increment: x;
  content: counter(x, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 8px;
  font-size: 13px;
}

.software_review-template-online-game .section-1 .card-1 .table-row::before {
	display: none;
}

.card-1 .table-row.featured {
  border: 2px solid #164688;
}

.card-1 .table-row.featured::after {
  content: url(/wp-content/uploads/2020/01/000-EN-Icon-Star-White.png);
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(225deg, #164688 50%, transparent 51%);
  z-index: 999;
  width: 38px;
  height: 38px;
  padding: 0px 0 0 18px;
}

.card-1 .table-sub-row {
  display: flex;
  flex-wrap: wrap;
}

fieldset.rating-stars {
  float: none;
  margin: 0 auto;
}

fieldset.rating-stars > label {
  color: #ffc80b;
}

.card-1 .heading-layout {
  margin-bottom: 0;
}

.card-1 img {
  display: block;
}

.card-1 .table-column.logo-colored img {
  max-height: 75px;
  min-width: 100px;
  width: auto;
  height: auto;
}

.card-1 .table-column {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-1 .table-column:nth-child(-n+3) {
  border-right: 1px solid #efefef;
}

.card-1 .table-column.logo-colored {
  flex: 0 0 20%;
}

.card-1 .table-column.welcome-bonus-offer, .card-1 .table-column.welcome-bonus-free-s, .card-1 .table-column.sports-welcome-bonus {
  flex: 0 0 18%;
  text-align: center;
}

.card-1 .table-column.overall-rating-stars, .card-1 .table-column.payout {
  flex: 0 0 15%;
}

.card-1 .table-column.payment-methods-logo {
  flex: 0 0 17%;
}

.card-1 .table-column.features {
  flex: 0 0 28%;
  align-items: flex-start;
}

.card-1 .table-column.welcome-bonus-link, .card-1 .table-column.review-link {
  flex: 1;
  align-items: flex-end;
}

.card-1 .list-buttons-layout.payment-methods-logo-colored {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-1 .list-buttons-layout.payment-methods-logo-colored > a {
  margin: 0 5px 5px 0;
  flex: 0 0 45px;
  background: #d7dbe4;
}

.card-1 .list-buttons-layout.payment-methods-logo-colored .icon {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-1 .list-buttons-layout.payment-methods-logo-colored img {
  display: block;
  width: 90%;
  max-height: 15px;
}

.card-1 .table-column.payout, .card-1 .table-column.no-deposit-bonus-off, .card-1 .table-column.no-deposit-bonus-cod, .card-1 .table-column.welcome-bonus-minimu {
  text-align: center;
}

.card-1 .table-column.welcome-bonus-minimu {
  flex: 1;
}

.card-1 .table-column.no-deposit-bonus-off, .card-1 .table-column.no-deposit-bonus-cod {
  flex: 0 0 23%;
}

.card-1 .content-layout.welcome-bonus-offer, .card-1 .content-layout.welcome-bonus-free-spins, .card-1 .heading-layout.payout, .card-1 .content-layout.no-despoit-bonus-offer, .card-1 .content-layout.no-despoit-bonus-code, .card-1 .content-layout.welcome-bonus-minimum-deposit {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #154588;
}

.card-1 .table-column.welcome-bonus-offer .label, .card-1 .table-column.welcome-bonus-free-s .label, .card-1 .table-column.payout .label, .card-1 .table-column.no-deposit-bonus-off .label, .card-1 .table-column.no-deposit-bonus-cod .label, .card-1 .table-column.welcome-bonus-minimu .label, .card-1 .table-column.sports-welcome-bonus .label {
  margin-bottom: 0;
}

.card-1 .button-layout.review-link {
  color: #000;
}

.operator .button-layout.review-link:hover {
  text-decoration: underline;
}

.card-1 .table-footer {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

.card-1 .table-column.features .heading-layout {
  font-size: 14px;
  line-height: 1.5em;
  color: #154588;
  padding-left: 20px;
  background: url(/wp-content/uploads/2019/12/000-EN-Icon-Checkmark-Blue.svg) left 4px/15px auto no-repeat;
}

.card-1 .table-column.features .heading-layout:not(:last-child) {
  margin-bottom: 3px;
}

.card-1 .button-layout.welcome-bonus-link, .card-1 .table-column.review-link .button-layout.review-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-1 .button-layout.welcome-bonus-link:hover, .card-1 .table-column.review-link .button-layout.review-link:hover {
  background: #204e8e;
}

.card-1 .button-layout.welcome-bonus-link .title-layout, .card-1 .table-column.review-link .button-layout.review-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-1 .button-layout.welcome-bonus-link img, .card-1 .table-column.review-link .button-layout.review-link img {
  display: block;
  margin-left: 10px;
}

.card-1 .table-column.software-providers-l {
  flex: 0 0 16%;
  flex-direction: row;
}

.card-1 .table-column.software-providers-l > div {
  flex: 0 0 100%;
}

.card-1 .list-buttons-layout.software-providers-logo-colored {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card-1 .list-buttons-layout.software-providers-logo-colored > a {
  margin: 5px;
  flex: 0 0 calc(33.33% - 10px);
}

.card-1 .list-buttons-layout.software-providers-logo-colored img {
  max-height: 30px;
}

.card-1b .table-column.welcome-bonus-link {
  align-items: center;
}

.card-1b .button-layout.welcome-bonus-link {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .card-1 .table-column:not(:first-child) {
    padding-top: 0;
  }

  .card-1 .table-column.welcome-bonus-link, .card-1 .table-column.features, .card-1 .table-column.review-link, .card-1 .table-column.software-providers-l {
    align-items: center;
  }

  .card-1 .list-buttons-layout.software-providers-logo-colored {
    justify-content: center;
  }
}

.boxed-2 {
  flex: 0 0 calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #fff4f5;
}

.boxed-2.boxed-2b {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  /* border-radius: 8px; */
}

.boxed-2.sealed {
  position: relative;
}

.boxed-2.sealed::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 130px;
  height: 125px;
  background: url(/wp-content/uploads/2021/01/Allstar-Gambling-Recomendation-1.png) center/100% auto no-repeat;
}

@media (min-width: 576px) {
  .boxed-2.sealed p:first-child {
    padding-right: 100px;
  }
}

.boxed-2 h2 {
  color: #d11d2d;
}

.boxed-2 ul {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .boxed-2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .boxed-2 li {
    flex: 0 0 50%;
    padding-right: 20px;
    color: #525863;
    padding-left: 20px;
    background: url(/wp-content/uploads/2019/12/000-EN-Icon-Checkmark-Red.svg) left 4px/15px auto no-repeat;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .boxed-2.sealed::before {
    position: static;
    margin: 0 auto 10px;
  }
}

.boxed-3 > .title-layout {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  background: #fff4f5;
}

.boxed-3 > .title-layout h2 {
  color: #d11d2d;
}

.boxed-3 > .content-layout {
  padding: 0 20px 20px;
  background: #fff4f5;
  margin-bottom: 20px;
}

.icon-1 .title-layout {
  display: flex;
}

.icon-1 .icon {
  flex: 0 0 40px;
  margin-right: 10px;
}

.icon-1 img {
  display: block;
  max-height: 40px;
}

.icon-1 .title {
  flex: 1;
}

@media (max-width: 575px) {
  .icon-1 .title-layout {
    /* justify-content: center; */
    display: block;
    text-align: center;
  }

  .icon-1 .icon {
    margin-right: 0;
  }

  .icon-1 .title {
    /* flex: 0 1 auto; */
  }
}

@media (min-width: 576px) {
  .card-2 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-2 .table-row {
    flex: 0 0 calc(33.33% - 7px);
  }

  .card-2 .table-row:not(:nth-child(3n-3)) {
    margin-right: 10.5px;
  }
}

.card-2 .table-row {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.card-2 .table-sub-row {
  display: flex;
  align-items: center;
}

.card-2 .table-column {
  margin-right: 15px;
}

.card-2 .table-column.logo {
  flex: 0 0 105px;
  height: 70px;
  position: relative;
}

.card-2 .table-column.title {
  flex: 1;
  margin-right: 0;
}

.card-2 .button-layout.title {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #000;
}

.card-2 .button-layout.title:hover {
  color: #d11d2d;
}

.card-2 .table-column.logo .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.card-2 .table-column.logo img {
  display: block;
  width: 100%;
  max-height: 50px;
}

.card-2 .table-column.short-review-link img {
  width: 6px;
}

@media (min-width: 576px) {
  .card-3 {
    display: flex;
    flex-wrap: wrap;
  }

  .card-3 > div {
    flex: 0 0 calc(33.33% - 7px);
  }

  .card-3 > div:not(:nth-child(3n-3)) {
    margin-right: 10.5px;
  }
}

.card-3 {
  margin-bottom: 20px;
}

.card-3 > div {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
}

.card-3 > div > .icon {
  flex: 0 0 105px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #000;
}

.card-3 > div > .icon img {
  display: block;
  max-height: 50px;
}

.card-3 .button-layout {
  padding: 0 20px;
  flex: 1;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #000;
}

.card-3 .button-layout:hover {
  color: #d11d2d;
}

.card-3 .button-layout .title-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.card-4 .table-cta-head {
  background: #154588;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  /* border-radius: 5px 5px 0 0; */
}

.card-4 .table-body {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  /* border-radius: 0 0 5px 5px; */
  padding: 20px;
}

.card-4b .table-body {
  box-shadow: none;
  padding: 0;
}

.card-4b .table-cta-head {
  /* display: none; */
}

.card-4 .table-sub-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card-4 .table-column:not(:last-child) {
  padding-right: 20px;
}

.card-4 .table-column.logo-colored {
  flex: 0 0 18%;
}

.card-4 .table-column.welcome-bonus-offer {
  flex: 0 0 25%;
  text-align: center;
}

.card-4b .table-column.welcome-bonus-offer, .card-4c .table-column.welcome-bonus-offer {
  flex: 1;
}

.card-4 .table-column.features {
  flex: 0 0 36%;
}

.card-4 .table-column.welcome-bonus-link {
  flex: 1;
}

.card-4b .table-column.welcome-bonus-link, .card-4c .table-column.welcome-bonus-link {
  flex: 0 1 auto;
}

.card-4 .table-column.logo-colored img {
  display: block;
  max-height: 60px;
}

.card-4 .table-column.welcome-bonus-offer .label {
  margin-bottom: 0;
}

.card-4 .content-layout.welcome-bonus-offer {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #154588;
}

.card-4 .table-column.features .heading-layout {
  color: #525863;
  padding-left: 20px;
  background: url(/wp-content/uploads/2019/12/000-EN-Icon-Checkmark-Blue.svg) left 4px/15px auto no-repeat;
  margin-bottom: 0;
}

.card-4 .table-column.features .heading-layout:not(:last-child) {
  margin-bottom: 3px;
}

.card-4 .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-4 .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.card-4 .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-4 .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 10px;
}

.card-4 .table-column.welcome-bonus-link > div {
  text-align: right;
}

.card-4d .table-body {
  padding: 0;
  counter-reset: x;
}

.card-4d .table-row {
  position: relative;
  padding: 20px;
}

.card-4d .table-row:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.card-4d .table-row::before {
  counter-increment: x;
  content: counter(x, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 8px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .card-4 .table-column.features {
    display: flex;
    justify-content: center;
  }

  .card-4 .table-column, .card-1 .table-column {
    flex: 0 0 100% !important;
  }

  .card-4 .table-column:not(:last-child) {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .card-4 .table-column.logo-colored img {
    margin-left: auto;
    margin-right: auto;
  }

  .card-4 .table-column.welcome-bonus-link > div, .card-4 .content-layout.welcome-bonus-offer p, .card-1 .content-layout.welcome-bonus-free-spins p {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .card-5 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-5 .table-row {
    flex: 0 0 calc(33.33% - 7px);
  }

  .card-5 .table-row:not(:nth-child(3n-3)) {
    margin-right: 10.5px;
  }
}

.card-5 .table-row {
  margin-bottom: 10px;
  /* border-radius: 5px; */
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 20px;
  text-align: center;
}

.card-5 .table-sub-row {
  position: relative;
}

.card-5 .table-column:first-child {
  margin: -20px -20px 25px;
  height: 110px;
  background-size: cover !important;
  background-position: center !important;
}

.card-5 .table-column.image {
  position: absolute;
  top: 15px;
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.card-5 .table-column.image > a {
  flex: 1;
}

.card-5 .table-column.image img {
  display: block;
  width: 100%;
}

.card-5 .button-layout.title {
  font-size: 1.3em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.card-6 > .image-layout {
  /* border-radius: 5px 5px 0 0; */
  overflow: hidden;
}

.card-6 > .image-layout img {
  display: block;
}

.card-6 .card-body {
  background: #154588;
  padding: 20px;
  /* border-radius: 0 0 5px 5px; */
}

.card-6 h3 {
  font-family: Roboto;
}

.card-6 .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-6 .button-layout.welcome-bonus-link:hover {
  background: #000;
}

.card-6 .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-6 .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 10px;
}

@media (max-width: 575px) {
  .card-6 .card-body {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .card-6 .card-body {
    display: flex;
    align-items: center;
  }

  .card-6 .title-content-layout {
    flex: 1;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .card-7 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-7 .table-row {
    flex: 0 0 calc(50% - 5px);
  }

  .card-7 .table-row:nth-child(odd) {
    margin-right: 10px;
  }
}

.card-7 .table-row {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  margin-bottom: 10px;
}

.card-7 .table-column.image {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.card-7 .button-layout.image {
  flex: 0 0 47px;
  margin-right: 10px;
}

.card-7 .button-layout.image img {
  display: block;
}

.card-7 .button-layout.title {
  flex: 1;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
}

.faqs .toggle {
  padding: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.faqs .toggle:not(:last-child) {
  margin-bottom: 10px;
}

.faqs h3 {
  font-family: Roboto;
  color: #154588;
  padding-right: 25px;
}

.faqs .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #d9d9d9;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faqs .icon img {
  display: block;
}

@media (min-width: 576px) {
  .card-8 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-8 .table-row {
    flex: 0 0 calc(33.33% - 7px);
  }

  .card-8 .table-row:not(:nth-child(3n-3)) {
    margin-right: 10px;
  }
}

.card-8 .table-row {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 10px 15px;
}

.card-8 .table-sub-row {
  display: flex;
  align-items: center;
}

.card-8 .table-column.image {
  flex: 0 0 45px;
}

.card-8 .table-column.title {
  flex: 1;
  padding: 0 20px;
}

.card-8 img {
  display: block;
}

.card-8 .table-column.title .heading-layout {
  margin-bottom: 0;
}

.card-8 .counter * {
  display: inline;
}

.card-8 .button-layout.title {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
}

div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  color: #21232d;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-form ::placeholder {
  color: #878d98;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #dce2ee;
  color: #878d98;
  background: none;
}

.wpcf7-form textarea {
  height: 100px;
  padding: 15px;
}

.wpcf7-form input[type=submit] {
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding: 0;
  border: 0;
  background: #d21d2e;
  color: #fff;
  cursor: pointer;
}

.wpcf7-form input[type=submit]:hover {
  background: #000;
}

.subscribe {
  padding-top: 15px;
}

.wpcf7-form .subscribe input[type=text], .wpcf7-form .subscribe input[type=email] {
  border-color: #3965a2;
  color: #a1abbc;
  background: #154588;
}

.wpcf7-form .subscribe ::placeholder {
  color: #a1abbc;
}

.wpcf7-form .row > div:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .h-line h1::after, .h-line h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-1 h2 {
    /* text-align: left; */
  }
}

#breadcrumbs {
  font-size: 12px;
}

#breadcrumbs, #breadcrumbs a {
  color: #a1adbd;
}

@media (max-width: 575px) {
  #breadcrumbs {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .list-1 {
    display: flex;
    flex-wrap: wrap;
  }

  .list-1 > div {
    flex: 0 0 calc(33.33% - 7px);
  }

  .list-1 > div:not(:nth-child(3n-3)) {
    margin-right: 10.5px;
  }

  .columned, .columned-2 .content-layout {
    column-count: 2;
    column-gap: 30px;
  }
}

.list-1 > div {
  margin-bottom: 10px;
  /* border-radius: 5px; */
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 20px;
  text-align: center;
  position: relative;
}

.list-1 > div > .image-layout {
  margin: -20px -20px 20px;
  height: 110px;
  background-size: cover !important;
  background-position: center !important;
}

.list-1 .image-layout.icon {
  position: absolute;
  top: 15px;
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 0 25px;
  display: flex;
  align-items: center;
  background: #fff;
}

.list-1 .image-layout.icon img {
  display: block;
}

.list-1 h2 {
  font-family: Roboto;
}

.bg-blue {
  background-image: url(/wp-content/uploads/2019/12/000-EN-Background-Header.png);
}

.page-template-default .primary .content-layout ol, .page-template-default .primary .content-layout ul {
  padding-left: 20px;
}

.page-template-default .primary .content-layout ol li {
  margin-top: 15px;
}

.page-template-default .primary .content-layout ol strong, .page-template-default .primary .content-layout ol h3 {
  color: #144588;
}

.page-template-default .primary .content-layout ol h3 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: Roboto;
}

@media (max-width: 575px) {
  .page-template-default .primary .content-layout ol {
    text-align: justify;
  }

  .secondary .widget h3, .section-1 .post-meta {
    text-align: center;
  }
}

.fixed-widget {
  position: sticky;
  top: 96px;
}

.secondary .widget:not(:last-child) {
  margin-bottom: 20px;
}

.secondary .widget h3 {
  font-family: Roboto;
  font-size: 1.2em;
}

.latest-post .table-row {
  height: 170px;
  position: relative;
  /* border-radius: 5px; */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-position: center !important;
  background-size: cover !important;
}

.latest-post .table-row > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #000);
}

.latest-post .table-sub-row {
  position: relative;
  z-index: 1;
  padding: 15px;
}

.latest-post .table-column.primary-category {
  text-transform: uppercase;
  color: #d11d2d;
  padding-bottom: 5px;
}

.latest-post .button-layout.title {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #fff;
  display: block;
}

@media (max-width: 575px) {
  .latest-post .table-row {
    text-align: center;
  }
}

.top-casinos .table-row:not(:last-child) {
  margin-bottom: 7px;
}

.top-casinos .table-row {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.top-casinos .table-sub-row {
  display: flex;
  align-items: center;
}

.top-casinos .table-column {
  margin-right: 10px;
}

.top-casinos .table-column.logo {
  flex: 0 0 70px;
  height: 70px;
  position: relative;
}

.top-casinos .table-column.logo .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.top-casinos .table-column.logo img {
  display: block;
}

.top-casinos .table-column.welcome-bonus-offer {
  flex: 1;
}

.top-casinos .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 5px 10px;
  background: #d11d2d;
  color: #fff;
  font-size: 12px;
}

.top-casinos .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.top-casinos .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.top-casinos .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 7px;
  width: 5px;
}

.top-casinos .table-column.welcome-bonus-offer .label {
  margin-bottom: 0;
  font-size: 14px;
}

.top-casinos .content-layout.welcome-bonus-offer {
  color: #174488;
  font-weight: bold;
}

.table-ajax {
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}

@media (min-width: 576px) {
  .category-latest .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .category-latest .table-row {
    flex: 1;
  }

  .category-latest .table-row:not(:last-child) {
    margin-right: 15px;
  }
}

.category-latest .table-row {
  margin-bottom: 10px;
  height: 320px;
  overflow: hidden;
  /* border-radius: 5px; */
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
}

.category-latest-2 .table-row {
  height: 235px;
}

.category-latest .table-row > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

.category-latest .table-sub-row {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.category-latest .table-column.primary-category {
  text-transform: uppercase;
  color: #d11d2d;
  padding-bottom: 5px;
}

.category-latest .button-layout.title {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

.category-latest .table-column.author, .category-latest .table-column.date {
  color: #fff;
  font-size: 11px;
}

.category-latest .table-column.author > div:first-child, .category-latest .table-column.date > div:first-child {
  margin-right: 15px;
}

.category-latest .table-column.author *, .category-latest .table-column.date * {
  display: inline;
}

.category-latest .table-column.author img, .category-latest .table-column.date img {
  width: 14px;
  margin-right: 3px;
  filter: brightness(0) invert(1);
  vertical-align: middle;
  margin-top: -2px;
}

@media (max-width: 575px) {
  .category-latest .table-row {
    text-align: center;
  }

  .category-latest .table-sub-row {
    width: 100%;
  }
}

.posts-list .table-row {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.posts-list .table-sub-row:first-child {
  flex: 0 0 220px;
  position: relative;
}

.posts-list .table-sub-row:first-child > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.posts-list .table-sub-row:first-child > div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.posts-list .table-sub-row:last-child {
  flex: 1;
  padding: 20px;
}

.posts-list .table-column.primary-category {
  text-transform: uppercase;
  color: #d11d2d;
  padding-bottom: 5px;
}

.posts-list .button-layout.title {
  font-size: 1.1em;
  line-height: 1.2em;
  display: block;
  padding-bottom: 10px;
  color: #000;
}

.posts-list .table-column.author {
  font-size: 12px;
  padding-bottom: 10px;
}

.posts-list .table-column.excerpt {
  padding-bottom: 15px;
}

.posts-list .table-column.author > div:first-child {
  margin-right: 15px;
}

.posts-list .table-column.author * {
  display: inline;
}

.posts-list .table-column.author img {
  width: 14px;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -2px;
}

.posts-list .button-layout.review-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.posts-list .button-layout.review-link:hover {
  background: #204e8e;
}

.posts-list .button-layout.review-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.posts-list .button-layout.review-link img {
  display: block;
  margin-left: 10px;
}

.posts-list .table-pagination {
  display: flex;
  justify-content: center;
}

.posts-list .table-pagination > div {
  padding: 7px 10px;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  line-height: 1em;
  cursor: pointer;
  margin-bottom: 0;
}

.posts-list .table-pagination > div:not(:last-child) {
  margin-right: 5px;
}

.posts-list .table-pagination > div.active {
  background: #154488;
  border-color: #154488;
  color: #fff;
}

@media (max-width: 575px) {
  .posts-list .table-sub-row:first-child {
    flex-basis: 100%;
    height: 150px;
  }

  .posts-list .table-sub-row:last-child {
    text-align: center;
  }
}

.post-meta {
  font-size: 12px;
  color: #fff;
}

.post-meta > div:first-child {
  margin-right: 15px;
}

.post-meta * {
  display: inline;
}

.post-meta img {
  width: 14px;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -2px;
  filter: brightness(0) invert(1);
}

.scriptlesssocialsharing__buttons a.button {
  border: 0;
  color: #fff;
}

.scriptlesssocialsharing__buttons:hover a.button {
  opacity: .6;
}

.scriptlesssocialsharing__buttons:hover a.button:hover {
  opacity: 1;
}

.scriptlesssocialsharing__buttons a.button:not(:last-child) {
  margin-right: 2px;
}

.scriptlesssocialsharing__buttons a.button::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-size: cover;
  margin-right: 8px;
}

.scriptlesssocialsharing .button.facebook {
  background: #3b559f;
}

.scriptlesssocialsharing .button.facebook::before {
  background-image: url(/wp-content/uploads/2019/12/000-EN-Icon-Facebook-White.svg);
}

.scriptlesssocialsharing .button.twitter {
  background: #50adf3;
}

.scriptlesssocialsharing .button.twitter::before {
  background-image: url(/wp-content/uploads/2019/12/000-EN-Icon-Twitter-White.svg);
}

.scriptlesssocialsharing .button.whatsapp {
  background: #4cb050 !important;
}

.scriptlesssocialsharing .button.whatsapp::before {
  background-image: url(/wp-content/uploads/2019/12/000-EN-Icon-Whatsapp-White.svg);
}

.title-small h2 {
  font-size: 1.1em;
  font-family: Roboto;
}

.title-small {
  margin-bottom: 10px !important;
}

.featured-image img {
  width: 100%;
}

.burger {
  text-align: right;
}

.burger img {
  width: 30px;
}

.site-main section.bg-bottom {
  background-position: bottom !important;
}

.home-hero {
  margin-bottom: 75px;
}

.home-hero .boxed {
  margin-bottom: -75px;
}

.bonus-hero {
  padding-bottom: 70px !important;
}

.bonus-card {
  margin-top: -75px;
}

.card-1.intro-light .intro {
  color: #fff;
}

.card-1.intro-light .filters > div.active, .card-1.intro-light .filters > div:hover {
  background: #d11d2d;
}

.table-1 .table-head {
  background: #154488;
  padding: 10px 20px;
  /* border-radius: 3px 3px 0 0; */
  display: flex;
  font-size: 13px;
  color: #fff;
}

.table-1 .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 5px 15px;
  background: #d11d2d;
  color: #fff;
  font-size: 12px;
}

.table-1 .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.table-1 .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.table-1 .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 7px;
  width: 5px;
}

.table-1 .table-body {
  box-shadow: 0 0 5px rgba(0, 0, 0, .12);
  /* border-radius: 0 0 3px 3px; */
}

.table-1 .table-row {
  padding: 15px 20px;
}

.table-1 .table-row:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.table-1 .button-layout.title {
  color: #204e8e;
}

.table-1 .button-layout.title:hover {
  color: #d11d2d;
}

@media (min-width: 992px) {
  .table-1 .table-sub-row {
    display: flex;
    align-items: center;
  }

  .table-1 .table-column {
    flex: 1;
    padding-right: 20px;
  }

  .table-1 .table-column:last-child {
    text-align: right;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .table-1 .table-body {
    /* border-radius: 3px; */
  }

  .table-1 .table-head {
    display: none;
  }

  .table-1 .table-column, .table-1 .content-layout p {
    text-align: center;
  }

  .table-1 .table-column:not(:last-child) {
    padding-bottom: 5px;
  }
}

.boxed-2.boxed-2c {
  padding-left: 80px;
  position: relative;
}

.boxed-2.boxed-2c img {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 45px;
}

.boxed-2.boxed-2c .title-layout {
  margin-bottom: 0;
}

.boxed-2.boxed-2d ul {
  display: block;
}

.boxed-2.boxed-2d li {
  padding-right: 0;
}

.boxed-2.boxed-2d a, .href-red, .href-red:hover {
  color: #d11c2d;
}

@media (min-width: 576px) {
  .card-9 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-9 .table-row {
    flex: 0 0 calc(33.33% - 10px);
  }

  .card-9 .table-row:not(:nth-child(3n-3)) {
    margin-right: 15px;
  }
}

.card-9 .table-row {
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  overflow: hidden;
  padding: 0 15px 15px;
  position: relative;
  text-align: center;
}

.card-9 .table-column:first-child {
  height: 110px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 -15px 30px;
  position: relative;
}

.card-9 .table-column:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-9 .table-column.logo-colored .icon {
  position: absolute;
  top: 15px;
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 0 15px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
}

.card-9 .table-column.logo-colored img {
  display: block;
}

.card-9 .button-layout.title {
  font-size: 1.3em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.card-9 .table-column.excerpt {
  padding-bottom: 10px;
}

.card-9 .table-column:last-child {
  display: flex;
}

.card-9 .table-column:last-child > div {
  flex: 0 0 50%;
}

.card-9 .table-column:last-child > div .heading-layout {
  margin-bottom: 0;
}

.card-9 .table-column:last-child .prefix {
  font-size: 13px;
  color: #afb5c2;
}

.card-9 .table-column:last-child .title {
  font-weight: bold;
  color: #154588;
  font-size: 1.1em;
}

.payment-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.payment-card:not(:last-child) {
  margin-bottom: 10px;
}

.pc-fi {
  height: 140px;
  position: relative;
}

.pc-fi .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-fi img {
  display: block;
  width: 130px;
  max-height: 75px;
}

.pc-cont {
  padding: 15px;
}

.pc-cont .title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .payment-card {
    display: flex;
  }

  .pc-fi {
    height: auto;
    flex: 0 0 230px;
  }

  .pc-cont {
    flex: 1;
  }
}

@media (max-width: 575px) {
  .pc-cont .title {
    text-align: center;
  }
}

.content-layout table {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  border-collapse: collapse;
}

.content-layout table:not(:last-child) {
  margin-bottom: 10px;
}

.content-layout thead {
  background: #154488;
}

.content-layout th {
  padding: 7px 20px;
  font-size: 13px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.content-layout tr:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.content-layout td {
  padding: 12px 20px;
  color: #545863;
}

.content-layout td:first-child {
  color: #154488;
}

.content-layout blockquote {
  padding: 0 0 0 30px;
  border-left: 2px solid #154488;
}

@media (max-width: 575px) {
  .content-layout th, .content-layout td {
    padding: 5px;
  }
}

.table-2 .table-head {
  display: flex;
  flex-wrap: wrap;
  background: #d21d2e;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px 3px 0 0;
}

.table-2 .table-column {
  padding: 0 20px;
  text-align: center;
}

.table-2 .table-column:first-child, .table-2 .table-column:nth-child(3) {
  flex: 0 0 15%;
}

.table-2 .table-column:nth-child(2) {
  flex: 0 0 24%;
}

.table-2 .table-column:nth-child(4), .table-2 .table-column:last-child {
  flex: 0 0 17%;
}

.table-2 .table-column:nth-child(5) {
  flex: 0 0 12%;
}

.table-2 .table-row {
  background: #fff;
}

.table-2 .table-row:not(:last-child) {
  margin-bottom: 10px;
}

.table-2 .table-sub-row {
  display: flex;
  flex-wrap: wrap;
}

.table-2 .table-sub-row .table-column {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-2 .table-sub-row .table-column:nth-last-child(2), .table-2 .table-sub-row .table-column:last-child {
  border-right: 0;
}

.table-2 .table-sub-row .table-column:not(:last-child) {
  font-size: 1.1em;
  font-weight: bold;
  color: #154488;
}

.table-2 .button-layout.welkomstbonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.table-2 .button-layout.welkomstbonus-link:hover {
  background: #204e8e;
}

.table-2 .button-layout.welkomstbonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.table-2 .button-layout.welkomstbonus-link img {
  display: block;
  margin-left: 10px;
}

.table-2 .table-sub-row .table-column:last-child {
  align-items: flex-end;
}

.table-2 .table-sub-row .table-column:first-child img {
  display: block;
  max-height: 75px;
}

@media (max-width: 575px) {
  .table-2 .table-head {
    display: none;
  }

  .table-2 .table-column {
    flex: 0 0 100% !important;
  }

  .table-2 .table-sub-row .table-column {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .table-2 .table-sub-row .table-column:last-child {
    align-items: center;
    padding-bottom: 10px;
  }
}

.or-ss > div:not(:last-child) {
  margin-bottom: 10px;
}

.or-ss img {
  display: block;
}

.card-10 .table-sub-row:first-child {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  background: #fff;
  position: relative;
}

.card-10 .heading-layout {
  margin-bottom: 0;
}

.card-10 img {
  display: block;
}

.card-10 .table-column.logo-colored img {
  max-height: 75px;
  min-width: 100px;
  width: auto;
  height: auto;
}

.card-10 .table-sub-row:first-child .table-column {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-10 .table-sub-row:first-child .table-column:first-child {
  border-right: 1px solid #efefef;
}

.card-10 .table-column.logo-colored {
  flex: 0 0 180px;
}

.card-10 .table-column.welcome-bonus-offer {
  flex: 1;
  text-align: center;
}

.card-10 .table-column.welcome-bonus-link {
  flex: 1;
  align-items: flex-end !important;
}

.card-10 .content-layout.welcome-bonus-offer {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #154588;
}

.card-10 .table-column.welcome-bonus-offer .label {
  margin-bottom: 0;
}

.card-10 .table-column.welcome-bonus-offer .overall-rating-stars {
  padding-top: 5px;
}

.card-10 .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-10 .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.card-10 .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-10 .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 10px;
}

.card-10 .table-column.welcome-bonus-tc-exc, .card-10 .table-column.welcome-bonus-tc-lin {
  padding-top: 6px;
  color: #a1abbc;
  font-size: 12px;
  line-height: 1.5em;
}

.card-10 .table-column.welcome-bonus-tc-exc span::before {
  content: '*';
}

.card-10 .table-column.available-platforms .label {
  margin-bottom: 3px;
}

.card-10 .list-images-layout.available-platforms-logo {
  display: flex;
  filter: invert(1);
  justify-content: center;
}

.card-10 .list-images-layout.available-platforms-logo > div:not(:last-child) {
  margin-right: 10px;
}

.card-10 .list-images-layout.available-platforms-logo img {
  height: 30px;
  display: block;
}

.card-10b .table-column.welcome-bonus-offer {
  border-right: 1px solid #efefef;
}

.card-10c .table-sub-row:first-child .table-column:first-child {
  border-right: 0;
}

.card-10c .table-column.welcome-bonus-link {
  flex: 0 1 auto;
}

@media (max-width: 575px) {
  .card-10 .table-column {
    flex: 0 0 100% !important;
  }

  .card-10 .table-column:first-child {
    border-right: 0;
  }

  .card-10 .table-column.welcome-bonus-link {
    align-items: center !important;
  }

  .card-10 .table-sub-row:first-child .table-column:nth-last-child(n+2) {
    padding-bottom: 0;
  }
}

.card-11 .table-row {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 15px;
  text-align: center;
  overflow: hidden;
}

.card-11 .table-column.logo-colored {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e7ef;
}

.card-11 .table-column.logo-colored img {
  max-height: 90px;
}

.card-11 .table-column.welcome-bonus-offer, .card-11 .table-column.overall-rating-stars, .card-11 .table-column.welcome-bonus-link {
  padding-bottom: 10px;
}

.card-11 .table-column.welcome-bonus-offer .label {
  margin-bottom: 0;
}

.card-11 .content-layout.welcome-bonus-offer {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #154588;
}

.card-11 .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-11 .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.card-11 .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-11 .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 10px;
}

.card-11 .table-column.available-platforms .label {
  margin-bottom: 3px;
}

.card-11 .list-images-layout.available-platforms-logo {
  display: flex;
  filter: invert(1);
  justify-content: center;
}

.card-11 .list-images-layout.available-platforms-logo > div:not(:last-child) {
  margin-right: 10px;
}

.card-11 .list-images-layout.available-platforms-logo img {
  height: 30px;
  display: block;
}

.card-11b .table-column:first-child {
  margin: -15px -15px 15px;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.card-11b .table-column:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-11b .table-column.title {
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.card-11b .table-column.title a {
  color: #121d2b;
}

.card-11b .table-column.software-provider-lo {
  padding-bottom: 10px;
}

.card-11b .table-column.software-provider-lo img {
  display: inline-block;
  max-height: 30px;
}

.images-1 img {
  display: block;
}

@media (min-width: 576px) {
  .images-1 {
    display: flex;
  }
  
  .images-1 > div {
    flex: 1;
  }
  
  .images-1 > div:not(:last-child) {
    margin-right: 20px;
  }

  .card-12 .table-body {
    display: flex;
    flex-wrap: wrap;
  }

  .card-12 .table-row {
    flex: 0 0 calc(33.33% - 10px);
  }

  .card-12 .table-row:not(:nth-child(3n-3)) {
    margin-right: 15px;
  }

  .card-12b .table-row {
    flex: 0 0 calc(25% - 7.5px);
  }

  .card-12b .table-row:not(:nth-child(3n-3)) {
    margin-right: 0;
  }

  .card-12b .table-row:not(:nth-child(4n-4)) {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .card-11 .content-layout.welcome-bonus-offer p {
    text-align: center;
  }

  .images-1 > div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.card-12 .table-row {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 0 15px 15px;
  text-align: center;
}

.card-12 .table-column:first-child {
  margin: 0 -15px 15px;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.card-12 .table-column:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-12 .table-column.title {
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.card-12 .table-column.title a {
  color: #121d2b;
}

.card-12 .table-column.software-provider-lo, .card-12 .table-column.overall-rating-stars {
  padding-bottom: 10px;
}

.card-12 .table-column.software-provider-lo img {
  display: inline-block;
  max-height: 30px;
}

.card-12 .button-layout.review-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.card-12 .button-layout.review-link:hover {
  background: #204e8e;
}

.card-12 .button-layout.review-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-12 .button-layout.review-link img {
  display: block;
  margin-left: 10px;
}

.facts-1 .table-body {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  font-family: Poppins;
}

.facts-1 .table-column {
  padding-left: 120px;
  position: relative;
  min-height: 42px;
}

.facts-1 .table-column:not(:last-child) {
  padding-bottom: 5px;
}

.facts-1 .label {
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 120px;
  color: #121d2b;
}

.facts-1 .button-layout, .facts-1 .table-column > div > .heading-layout, .facts-1 .list-headings-layout > div, .facts-1 .composed-heading-layout {
  display: inline-block;
  padding: 5px 7px;
  background: #f0f4f7;
  margin-bottom: 5px;
}

.facts-1 .list-headings-layout > div:not(:last-child) {
  margin-right: 3px;
}

.facts-1 .composed-heading-layout * {
  display: inline;
}

.facts-1 .composed-heading-layout .suffix {
  margin-left: -3px;
}

@media (min-width: 576px) {
  .facts-1b .table-column {
    padding-left: 180px;
  }
  
  .facts-1b .label {
    width: 180px;
  }
}

@media (max-width: 575px) {
  .facts-1 .button-layout, .facts-1 .table-column > div > .heading-layout, .facts-1 .list-headings-layout > div, .facts-1 .composed-heading-layout {
    font-size: 12px;
    line-height: 1.5em;
  }
}

.ratings-1 .table-body {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.ratings-1 .table-column:nth-child(-n+4) {
  padding-bottom: 10px;
}

.ratings-1 .table-column:nth-child(-n+4) > div {
  display: flex;
  justify-content: space-between;
}

.ratings-1 .table-column:nth-child(-n+4) .label {
  margin-bottom: 0;
}

.ratings-1 .table-column:nth-child(5) {
  padding: 20px 0 10px;
}

.ratings-1 .table-column:nth-child(5) .label {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #121d2b;
}

.ratings-1 .table-column:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ratings-1 .table-column:last-child > div:first-child {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #144588;
  font-weight: bold;
  margin-right: 7px;
}

/* .page-template-default .primary .content-layout > ol, .ol-2 {
  padding-left: 0;
  list-style: none;
  counter-reset: x;
}

.page-template-default .primary .content-layout > ol > li:not(:last-child), .ol-2 > li:not(:last-child) {
  margin-bottom: 10px;
}

.page-template-default .primary .content-layout > ol > li, .ol-2 > li {
  position: relative;
}

.page-template-default .primary .content-layout > ol > li::before, .ol-2 > li::before {
  counter-increment: x;
  content: counter(x)'. ';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #144588;
}

.page-template-default .primary .content-layout > ol h3, .ol-2 h3 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #144588;
  font-family: Roboto;
  padding-left: 18px;
} */

.ol-2 {
  padding-left: 0;
  list-style: none;
  counter-reset: x;
}

.ol-2 > li:not(:last-child) {
  margin-bottom: 10px;
}

.ol-2 > li {
  position: relative;
}

.ol-2 > li::before {
  counter-increment: x;
  content: counter(x)'. ';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #144588;
}

.ol-2 h3 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #144588;
  font-family: Roboto;
  padding-left: 18px;
}

.rm-hero {
  padding-bottom: 120px !important;
}

.rm-neg {
  margin-top: -150px !important;
}

@media (max-width: 575px) {
  .rm-neg {
    margin-top: -130px !important;
  }
}

.list-2 > div {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
}

.list-2 > div:not(:last-child) {
  margin-bottom: 15px;
}

.list-2 .image-layout {
  flex: 0 0 350px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.list-2 .title-content-layout {
  flex: 1;
  padding: 20px;
}

.list-2 img {
  height: 100%;
  position: absolute;
  max-width: none;
}

@media (max-width: 991px) {
  .list-2 > div {
    display: block;
  }

  .list-2 .title {
    text-align: center;
  }
}

.content-layout iframe {
  width: 100%;
  margin: 20px 0;
  height: 600px;
}

@media (max-width: 575px) {
  .content-layout iframe {
    height: 250px;
  }
}

.casino-games .content .button-layout.title {
  display: block;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #144588;
  margin-bottom: 10px;
}

.games-pad {
  padding-top: 55px !important;
}

.games-neg {
  margin-bottom: -70px;
}

.games-1 .table-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.games-1 .table-row {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 20px;
  text-align: center;
}

.games-1 img {
  height: 65px;
  display: block;
  margin: 0 auto 8px;
}

.games-1 .button-layout.title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
}

@media (min-width: 992px) {
  .games-1 .table-row {
    flex: 1;
  }

  .games-1 .table-row:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .games-neg {
    margin-bottom: -55px;
  }

  .games-1 .table-row {
    flex: 0 0 calc(50% - 7.5px);
  }

  .games-1 .table-row:nth-child(even) {
    margin-left: 15px;
  }

  .games-1 .table-row:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .ratings-2 .table-sub-row, .ratings-3 .table-sub-row {
    column-count: 2;
    column-gap: 60px;
    column-rule: 1px solid #e3e6eb;
  }
}

.ratings-2 .table-column > div, .ratings-3 .table-column {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.ratings-2 .table-column .label {
  margin-bottom: 0;
  color: #000;
  font-family: Poppins;
}

.ratings-3 .table-column > div:first-child {
  color: #000;
  font-family: Poppins;
}

.ratings-3 .table-column > div:first-child * {
  display: inline;
}

.ratings-3 .table-column .label {
  margin-bottom: 0;
}

.ratings-3 .numbered-total-rating span:nth-child(2) {
  margin: 0 -3px;
}

.checklist-1 ul {
  padding-left: 0;
  list-style: none;
  display: block;
}

.checklist-1 ul li {
  padding-left: 20px;
  background: url(/wp-content/uploads/2019/12/000-EN-Icon-Checkmark-Blue.svg) left 5px/13px auto no-repeat;
}

.checklist-1 ul strong {
  color: #000;
}

.casino-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.casino-card:not(:last-child) {
  margin-bottom: 10px;
}

.cc-fi {
  height: 140px;
  position: relative;
}

.cc-fi .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-fi img {
  display: block;
  width: 130px;
  max-height: 75px;
}

.cc-cont {
  padding: 15px;
}

.cc-cont .button-layout.title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.cc-cont .button-layout.welcome-bonus-link {
  display: inline-block;
  padding: 11px 35px;
  background: #d11d2d;
  color: #fff;
  font-size: 14px;
}

.cc-cont .button-layout.welcome-bonus-link:hover {
  background: #204e8e;
}

.cc-cont .button-layout.welcome-bonus-link .title-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cc-cont .button-layout.welcome-bonus-link img {
  display: block;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .casino-card {
    display: flex;
  }

  .cc-fi {
    height: auto;
    flex: 0 0 230px;
  }

  .cc-cont {
    flex: 1;
  }
}

@media (max-width: 575px) {
  .cc-cont {
    text-align: center;
  }

  .boxed-4 > .title-layout {
    text-align: center;
  }
}

.boxed-4 {
  padding: 20px;
  background: #f0f4f7;
}

@media (min-width: 576px) {
  .videos {
    display: flex;
  }

  .videos iframe {
    flex: 1;
    height: 205px;
  }

  .videos iframe:not(:last-child) {
    margin-right: 10px;
  }
}

.card-4.sports-cta .table-row .table-column.sports-welcome-bonus:nth-child(2) {
	flex: 1;
}

.card-4.sports-cta .table-row .table-column.sports-welcome-bonus:nth-child(2) .sports-welcome-bonus {
	text-align: center;
}

.card-4.sports-cta .table-row .table-column.sports-welcome-bonus:nth-child(2) .sports-welcome-bonus .title-layout {
	margin: 0;
}