/*
Theme Name: iGaming Affiliate Child
Theme URI: https://costarank.com/
Template: igaming-affiliate
Author: Costa Rank
Version: 1.0.0.1563802959
Updated: 2019-07-22 13:42:39

*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');

/* Defaults */

html {
  	scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Work Sans';
  line-height: 1.5em;
  font-size: 16px;
  color: #777;
  counter-reset: x;
}

input, textarea {
  font-family: 'Work Sans';
  transition: .3s;
}

fieldset {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #95c30b;
  transition: .5s ease;
}

a:hover {
  text-decoration: underline;
}

footer a, header a {
    color: #777;
}

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

p {
  margin: 0 0 10px;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  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;
  color: #333a42;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
}

h1::after {
  content: '';
  display: block;
  width: 65px;
  height: 3px;
  background: #95c30b;
  margin-top: 5px;
}

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

blockquote {
    font-style: italic;
    padding: 10px;
    border: 3px solid #95c30c;
    box-shadow: 0 0 10px 0 #29292921;
    margin: 10px 0;
}

.row:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
	.container {
		max-width: 95%;
	}
	
	section {
		padding: 20px 0;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 95%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	
}

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

.list-counter-layout {
  display: flex;
}

.list-counter-layout .counter-layout {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 10px;
}

.list-counter-layout .icon {
  max-height: 60px;
  margin-bottom: 10px;
}

.list-counter-layout .title {
  text-align: center;
}

.list-counter-layout .counter, .list-counter-layout .suffix {
  font-size: 2.1em;
  color: #000;
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
}

.list-counter-layout .prefix {
  display: block;
}

fieldset.user-rating-stars > label, fieldset.rating-stars > label {
  font-size: 14px;
  color: #eec51f;
}

.content-layout ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.content-layout li {
  padding-left: 25px;
  background: url(/wp-content/uploads/2019/07/000-EN-Green-Tick.svg) no-repeat left 5px/15px auto;
}

div.wpcf7-response-output {
  margin: 20px 0 0;
}

.content-layout .read-more {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
}

.content-layout #hero-hidden-text {
  height: 48px;
  overflow: hidden;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
	.list-counter-layout {
	  margin-top: 20px;
	}	
}

@media (max-width: 575px) {
	.list-counter-layout .icon {
		max-height: 40px;
	}
	.list-counter-layout .counter, .list-counter-layout .suffix {
		font-size: 1.5em;
	}
	.list-counter-layout .prefix {
		display: block;
		font-size: 0.8em;
    	line-height: 1.2;
	}
}

/* Header */

header .row {
  align-items: center;
}

.site-header {
  background: #323b42;
  width: 100%;
  z-index: 999;
}

.site-header .fa {
  color: #fff;
}

.fixed-header {
  position: fixed;
  width: 100%;
}

.header-logo {
  flex: 0 0 130px;
  max-width: 130px;
  padding: 15px 0;
  padding-left: 15px;
}

.header-logo a {
	display: flex;
}

.header-logo img {
  display: block;
  max-height: 55px;
}

.header-area {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}

.header-menu {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

header .menu > li {
    padding: 15px 0;
}

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

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

.header-menu .menu > li img.icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
  transition: 0.5s ease;
}

.header-menu .menu > li:hover img.icon {
  filter: brightness(0) invert(1);
}

.header-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.header-menu .sub-menu {
  display: none;
  position: absolute;
  padding-left: 0;
  list-style: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  z-index: 1;
  overflow: hidden;
}

.header-menu .sub-menu a {
  color: #323b42;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
}

.header-menu .sub-menu a:hover {
  color: #fff;
  background: #323b42;
}

.header-right {
  flex: 0 0 150px;
  max-width: 150px;
  padding: 20px 15px;
  border-left: 1px solid #495259;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right .widget {
    width: 100%;
}

.header-right ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.header-right .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.header-right .sub-menu li {
  display: block;
  padding: 5px 10px;
}

.header-right .sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
}

.header-right .sub-menu li:hover {
  background: #323b42;
}

.header-right .sub-menu li:hover span {
  color: #fff !important;
}

.menu .pll-parent-menu-item {
    display: flex;
    align-items: center;
}

.menu .pll-parent-menu-item > a {
	margin-right: 5px;
}

.menu .pll-parent-menu-item a:hover {
    text-decoration: none;
}


.menu .pll-parent-menu-item img {
    width: 20px !important;
}

.menu .pll-parent-menu-item span.item-title, .menu .pll-parent-menu-item .sub-menu a {
    display: flex;
    text-transform: uppercase;
    font-size: 0.8em;
}

.menu .pll-parent-menu-item span.item-title {
    color: #fff;
}

.menu .pll-parent-menu-item .current-lang {
    display: none !important;
}

ul.sub-menu {
    top: 70px;
    z-index: 999;
}

/* Mobile Menu */
.burger-menu-icon {
	display: none;
}

@media (min-width: 1200px) {
	header .sub-menu.sub-menu-display {
		overflow: visible;
		visibility: visible;
		opacity: 1;
		display: block;
	}
	
	.header-menu .menu .pll-parent-menu-item {
		display: none;
	}
}

@media (max-width: 1199px) {
	body.menu-overlay {
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	
	body.menu-overlay header.site-header {
		position: fixed;
		background: #323b42;
		z-index: 999;
	}
	
	.header-area {
		justify-content: flex-end;
	}
	
	.header-men, .header-right {
		width: auto;
	}
	
	.header-right {
		display: none;
	}
	
	.header-logo img {
		max-height: 45px;
	}
	
	.burger-menu-icon i.fa {
		cursor: pointer;
	}
	
	.burger-menu-icon {
		display: block;
		margin: 10px;
		margin-right: 0;
	}	
	
	.burger-menu-icon i.fa:before {
		font-size: 30px;
		color: #fff;
	}
	
	.header-menu > div {
		transform: translateX(-150%);
		position: fixed;
		left: 0;
		top: 72px;
		width: 100%;
		height: 100%;
		background: #323b42;
		overflow: auto;
	}
	
	.header-menu.burger-active > div {	
		transform: translateX(0%);
	}
	
	header .menu li {
		display: block;
		margin: 0;
	}
	
	header .header-menu .menu li {
		margin: 0 !important;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	header ul.menu, header ul.sub-menu {
		display: block;
	}
	
	header .sub-menu {
    	position: relative !important;
		background: #fff;
		width: 100%;
		left: 0;
		box-shadow: 0 51px 74px 0 rgba(0,0,0,.32);
		overflow: hidden;
		max-height: 0;
		top: 0;
		visibility: visible !important;
		opacity: 1 !important;
  		transition: all 0.5s ease;
	}
	
	.header-menu .menu a {
		font-weight: 700;
		font-size: 13px;
		padding: 10px 2.5%;
    	max-width: calc( 100% - 25px - 2.5% );
		width: 100%;
	}
	
	header .menu-item .menu-icon {
		z-index: 999;
	}
	
	header .menu-item i.menu-icon {
		padding-right: 2.5%;
	}
	
	.header-menu .sub-menu li:hover {
		background: #f1f1f1;
	}
	
	.header-menu .sub-menu.sub-menu-display {
		max-height: 400px;
		display: block;
		border-radius: 0px;
	}
	
	.header-menu .menu .sub-menu a {
		text-transform: uppercase;
		font-size: 11px;
		padding-left: 30px;
		padding: 8px 10px;
    	max-width: 95%;
		width: 100%;
    	margin: auto;
	}
	
	header .header-menu > div > .menu > li > a {
		z-index: 999;
	}
	
	header .header-menu > div > .menu .pll-parent-menu-item span.item-title {
		display: flex;
		align-items: center;
	}
	
	header .header-menu > div > .menu .pll-parent-menu-item span.item-title img {
		max-height: 25px;
	}
	
	header .header-menu > div > .menu .pll-parent-menu-item .sub-menu .lang-item a {
		display: flex;
		justify-content: flex-start;
    	padding: 12px 0px;
		font-size: 13px;
	}
	
	header .header-menu > div > .menu .pll-parent-menu-item .sub-menu .lang-item a img {
		max-height: 25px;
	}
	
	
	header .header-menu > div > .menu .pll-parent-menu-item:not(.menu-item-has-children) {
		display: none;
	}
	
	.menu .pll-parent-menu-item span.item-title span {
		margin-left: 7px !important;
		font-size: 13px;
	}
	
	.header-menu .sub-menu a:hover {
		color: unset;
		background: unset;
	}
}

@media (max-width: 767px) {
	.header-logo img {
		max-height: 35px;
	}
	
	.burger-menu-icon i.fa:before {
		font-size: 25px;
	}
	
	.header-menu > div {
		top: 62px;
	}
}

/* Footer */

.site-footer {
  padding: 20px 0;
  background: url(/wp-content/uploads/2019/07/000-EN-Background-Grey.jpg) center/cover;
}

#footer-area-1 {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-bottom: 25px;
  margin: 0 15px 25px;
  border-bottom: 1px solid #4c535b;
}

#footer-area-1::after {
  content: '';
  display: block;
  clear: both;
}

#footer-area-2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

#footer-area-3, #footer-area-4, #footer-area-5 {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 15px;
}

.footer-area .widget > span {
  color: #81a71c;
}

.footer-area .widget .menu {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}

.footer-area .widget .menu li {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-area .widget .menu li:not(:last-child) {
  margin-bottom: 5px;
}

.f-logo {
  max-width: 100px;
  float: left;
}

.f-logo img {
  width: 100%;
}

.legals {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.legals li {
  display: inline-block;
}

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

.legals li img {
    height: 35px;
    max-width: 200px;
}

@media (max-width: 575px) {
  #footer-area-2, #footer-area-3, #footer-area-4, #footer-area-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer-area-2, #footer-area-3, #footer-area-4 {
    margin-bottom: 20px;
  }

  .f-logo, .legals {
    float: none;
    text-align: center;
    max-width: none;
	display: block;
  }

  .f-logo {
    margin-bottom: 20px;
  }

  .f-logo img {
    max-width: 100px;
  }
}

/* Reusables */

.text-white {
  color: #898f9b;
}

.text-white h1, .text-white h2, .text-white h3 {
  color: #fff;
}

.title-centered {
  padding: 0 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title-centered h1::after {
  margin-left: auto;
  margin-right: auto;
}

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

.check-inline li {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

.check-inline li:not(:last-child) {
  margin-right: 30px;
}

.contact-box {
  padding: 40px 100px;
  margin: 0 auto;
  max-width: 960px;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
}

.contact-box .row {
  margin-bottom: 0;
}

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

.contact-box input[type=text], .contact-box input[type=email], .contact-box textarea {
  border: 1px solid #e8edf0;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
}

.contact-box textarea {
  height: 100px;
  padding: 15px;
}

.contact-box label {
  font-size: 14px;
}

.contact-box input[type=submit] {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 15px 50px;
  border: 0;
  cursor: pointer;
}

.contact-box input[type=submit]:hover {
  box-shadow: 0 0 5px #95c30c;
}

@media (max-width: 575px) {
  .contact-box {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .check-inline li {
    display: list-item;
  }
  
  .check-inline li:not(:last-child) {
    margin-right: 0;
  }
}

/* Page Navigation */
.navigation-layout {
  background: #fff;
  margin-bottom: 15px;
}

.navigation-layout .menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e5f0f2;
}

.navigation-layout li {
  display: inline-block;
}

.navigation-layout .title-layout {
  display: block;
}

.navigation-layout .icon {
  width: 15px;
  margin-right: 5px !important;
  vertical-align: middle;
}

.navigation-layout a {
  display: block;
  padding: 5px 8px;
  border-bottom: 2px solid transparent;
  color: #000;
  text-decoration: none;
  opacity: .5;
  font-size: 13px;
  text-transform: uppercase;
}

.navigation-layout a:hover {
  opacity: 1;
  border-color: #95c30b;
}

.navigation-layout ul.menu {
    width: 100%;
    max-width: 95%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: auto;
}

.navigation-layout .menu::-webkit-scrollbar {
    display: none;
}

.navigation-layout ul.menu li {
    display: inline-block;
    transition: all .5s ease;
    cursor: pointer;
}

.navigation-layout .menu li a:hover {
    text-decoration: none;
}

.navigation-layout .menu li .title-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 12px;
    color: #32333c;
}


.page-template .navigation-layout, .casino_game_review-template .navigation-layout, .free_game-template .navigation-layout, .software_review-template .navigation-layout {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 94px;
    z-index: 9;
    display: none;
    box-shadow: 0 0 10px 0 #25252538;
}

.page-template .navigation-layout.fixed-navigation, .casino_game_review-template .navigation-layout.fixed-navigation, .free_game-template .navigation-layout.fixed-navigation, .software_review-template .navigation-layout.fixed-navigation {
    display: block;
}

@media (min-width: 1200px) {
	.page-template .navigation-layout ul.menu, .casino_game_review-template .navigation-layout ul.menu, .free_game-template .navigation-layout ul.menu, .software_review-template .navigation-layout ul.menu {
		max-width: 1140px;
	}
}

@media (max-width: 1199px) {
	.page-template .navigation-layout, .casino_game_review-template .navigation-layout, .free_game-template .navigation-layout, .software_review-template .navigation-layout {
    	top: 74.95px;
	}
}

@media (max-width: 767px) {
	.page-template .navigation-layout, .casino_game_review-template .navigation-layout, .free_game-template .navigation-layout, .software_review-template .navigation-layout {
    	top: 64.97px;
	}
	
	.navigation-layout ul.menu {
		justify-content: space-between;
	}
}

/* Fixed CTA */
.cta-nav {
    width: 100%;
    position: fixed;
    top: 94px;
    z-index: 99;
	display: none;
    background: #fff;
    box-shadow: 0 0 10px 0 #25252538;
}

.cta-nav.fixed-navigation {
	display: block;
}

.cta-nav > div {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.cta-nav .table-sub-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.cta-nav .table-sub-row .table-column.logo img {
    height: 40px;
}

.cta-nav .table-sub-row .content-layout.bonus-welcome {
	font-weight: bold;
	font-size: 1.2em;
}

@media (min-width: 1200px) {
	.operator_review-template .widget.fixed-sidebar {
		width: 320px !important;
	}
	
	.operator_review-template .cta-nav .dynamic-table-layout .table-row {
		max-width: 1140px;
	}
}

@media (min-width: 992px) {
	.operator_review-template .widget.fixed-sidebar {
		position: fixed;
		top: 175px;
		width: calc(95% * 0.28);
	}
}

@media (max-width: 1199px) {
	.operator_review-template .widget.fixed-sidebar {	
    	top: 85px;
	}
	
	.operator_review-template .cta-nav {
		top: unset;
    	box-shadow: 10px 0 10px 0 #25252538;
		bottom: 0;
	}
}

@media (max-width: 600px) {
	.cta-nav .table-sub-row .table-column.overall-rating-stars {
		display: none;
	}
	.cta-nav .table-sub-row .content-layout.bonus-welcome {
		font-size: 1em;
	}
}

/* Lists */

.how-eval .title-content-layout {
  padding: 25px 30px;
  background: #3b4248;
}

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

.how-eval .title-layout, .how-eval .content-layout {
  padding-left: 55px;
  position: relative;
}

.how-eval .icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40px;
  max-height: 35px;
}

.how-eval h3 {
  font-weight: normal;
}

.how-eval .content-layout li {
  color: #fff;
}

.how-eval .content-layout li:hover {
  color: #94c40c;
}

.list-dotted h4::before, .dotted-heading::before, .content-layout-dotted h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #95c30b;
  border: 5px solid #e5eccb;
  border-radius: 50%;
  margin-right: 10px;
}


.faqs .title-content-layout {
  padding: 25px 30px;
  background: #f1f4eb;
}

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

.faqs .title-layout {
    margin: 0;
}

.faqs .content-layout {
	margin-top: 10px;
}

.faqs h3 {
  font-weight: normal;
}

.faqs .title-content-layout > div:first-child {
  padding-right: 25px;
  position: relative;
}

.faqs .title-content-layout .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #e1eabf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faqs .title-content-layout .toggle img {
  width: 10px;
}

.faqs .title-content-layout .toggle.toggle-hide, .faqs .content-layout.toggle-hide {
  display: none;
}

.how-help {
  display: flex;
}

.how-help .title-content-layout {
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 0;
}

.how-help .title-content-layout:not(:last-child) {
  margin-right: 10px;
}

.how-help .icon {
  width: 95px;
  height: 95px;
  padding: 20px;
  border-radius: 50%;
  background: #f1f7dd;
  margin-bottom: 10px;
}

.how-help h3 {
  font-weight: normal;
}

.our-guarantee {
  display: flex;
}

.our-guarantee .title-content-layout {
  flex-grow: 1;
  flex-basis: 0;
  background: #3b4248;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 0;
}

.our-guarantee .title-content-layout:not(:last-child) {
  margin-right: 10px;
}

.our-guarantee .icon {
  width: 95px;
  height: 95px;
  padding: 20px;
  border-radius: 50%;
  background: #485541;
  margin-bottom: 10px;
}

.our-guarantee h3 {
  font-weight: normal;
}

.our-principles .title-content-layout {
  padding: 25px 30px;
  background: #f1f4eb;
}

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

.our-principles .title-layout, .our-principles .content-layout {
  padding-left: 55px;
  position: relative;
}

.our-principles .icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40px;
  max-height: 35px;
}

.our-principles h3 {
  font-weight: normal;
}

.top-games .title-content-layout {
  display: flex;
  flex-wrap: wrap;
  background: #f1f4eb;
}

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

.top-games .title-layout {
  flex: 0 0 300px;
  max-width: 300px;
  margin-bottom: 0;
}

.top-games .title-layout img {
  display: block;
  height: 100%;
}

.top-games .content-layout {
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px 30px;
}

.top-games .content-layout h3 {
  font-weight: normal;
}

.list-counted .title-content-layout {
  padding: 25px 30px 25px 75px;
  background: #f1f4eb;
  position: relative;
}

.list-counted .title-content-layout::before {
  counter-increment: x;
  content: counter(x, decimal-leading-zero);
  position: absolute;
  top: 25px;
  left: 25px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #e3edca;
  color: #93c409;
  font-weight: bold;
  text-align: center;
}

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

.list-counted h3 {
  font-weight: normal;
}

@media (max-width: 575px) {
  .how-help, .our-guarantee {
    display: block;
  }

  .how-help .title-content-layout:not(:last-child), .our-guarantee .title-content-layout:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .top-games .title-layout {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top-games .title-layout img {
    width: 100%;
  }

  .top-games .content-layout {
    padding: 15px 20px;
  }
}

/* Tables */
a.button-layout.review-link span {
    font-size: 13px;
}

a.button-layout.bonus-tc-link span {
	font-size: 10px;
}

.promo-cards {
  display: flex;
}

.promo-cards .table-row {
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
}

.promo-cards.promo-cards-shadow .table-row {
  box-shadow: 0 0 10px #ddd;
}

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

.promo-cards .table-sub-row {
  position: relative;
  text-align: center;
}

.promo-cards .table-column.bonus-timer {
  position: absolute;
  top: 0;
  right: 0;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  padding: 5px 10px;
}

.promo-cards .number {
  display: block;
  font-size: 19px;
  font-weight: bold;
}

.promo-cards .table-column.logo {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-cards .table-column.logo img {
  width: 145px;
  display: block;
}

.promo-cards .table-column.bonus-deposit {
  padding: 15px 20px;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  line-height: 1.5em;
}

.promo-cards .table-column.bonus-link {
  padding: 0 20px 5px;
}

.promo-cards .button-layout.bonus-link {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
}

.promo-cards .button-layout.bonus-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

.promo-cards .table-column.review-link {
  padding: 0 20px 15px;
}

.card.operator .table-column.features {
	padding: 0 20px;
}

.card.operator ul.features {
    list-style: none;
    padding: 0;
}

.card.operator ul.features .title-layout.features {
    font-size: 13px;
    line-height: 1.5;
	transition: all 0.5s ease;
}

.card.operator ul.features .title-layout.features .title:before {
    content: url(/wp-content/uploads/2019/07/000-EN-Green-Tick.svg);
    width: 15px !important;
    display: inline-block;
    margin-right: 10px;
}

.card.operator ul.features .title-layout.features .title:hover {
    color: #8cbf2f;
}

.casino-table .table-sub-row, .casino-table .table-head {
  display: flex;
  flex-wrap: wrap;
}

.casino-table .table-column {
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.casino-table .table-head {
  color: #fff;
  background: #323b42;
  font-size: 12px;
  text-transform: uppercase;
}

.casino-table .table-head .table-column {
  padding: 5px 15px;
}

.casino-table .table-row {
  background: #fff;
  margin-top: 10px;
  box-shadow: 0 0 10px #ddd;
}

.casino-table .table-row.featured {
  border: 3px solid #95c30b;
  position: relative;
}

.casino-table .table-row.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/wp-content/uploads/2019/07/000-EN-Icon-White-Star.svg) no-repeat center/13px auto #95c30b;
}

.casino-table .table-column.logo, .casino-table .table-head .table-column:first-child {
  flex: 0 0 200px;
  max-width: 200px;
}

.casino-table .table-column.logo img {
  width: 100px;
  display: block;
}

.casino-table .table-column.bonus-deposit {
  margin: 10px 0;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #ebebeb;
  font-weight: bold;
  color: #000;
  font-size: 1.2em;
  text-align: center;
}

.casino-table .table-column.bonus-match {
  font-weight: bold;
  color: #95c30c;
}

.casino-table .table-column.bonus-match p::before, .casino-table .table-column.bonus-welcome p::before {
  content: url(/wp-content/uploads/2019/07/000-EN-Green-Tick.svg);
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.casino-table .table-column.bonus-welcome {
  font-weight: bold;
  color: #000;
}

.casino-table .table-column.bonus-link, .casino-table .table-head .table-column:last-child {
  flex: 0 0 220px;
  max-width: 220px;
}

.casino-table .button-layout.bonus-link {
  display: block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.casino-table .button-layout.bonus-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

.casino-table .table-sub-row:last-child {
  border-top: 1px solid #ebebeb;
}

.casino-table .table-column.bonus-tc-link {
  padding: 5px 10px;
  font-size: 10px;
  display: block;
  line-height: 1.2em;
}

.casino-table .table-column.bonus-tc-link > * {
  display: inline;
}

.casino-table .bonus-tc::before {
  content: ' - ';
}

.iframe-table iframe {
  width: 100%;
  height: 650px;
  border: 1px solid #ddd;
}

.casino-game {
  display: flex;
  flex-wrap: wrap;
}

.casino-game .table-row {
  flex: 0 0 23.8%;
  max-width: 23.8%;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px #ddd;
  text-align: center;
}

.casino-game .table-row:not(:nth-child(4n-4)) {
  margin-right: 1.5%;
}

.casino-game .button-layout.image {
  display: flex;
  width: 145px;
  height: 145px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  background: #ebf3ce;
  border-radius: 50%;
}

.casino-game .button-layout.image img {
  width: 80px;
  height: 80px;
}

.casino-game .table-column.title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.casino-game .table-column.title a {
  color: #000;
  text-decoration: none;
}

.casino-game .button-layout.review-link {
  display: inline-block;
  text-decoration: none;
  background: #323b42;
  color: #fff;
  font-size: 13px;
  padding: 10px 50px;
}

.casino-game .button-layout.review-link:hover {
  box-shadow: 0 0 5px #323b42;
}

.software-provider {
  display: flex;
  flex-wrap: wrap;
}

.software-provider .table-row {
  flex: 0 0 49%;
  max-width: 49%;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  padding: 30px 30px 110px;
  margin-bottom: 20px;
  position: relative;
}

.software-provider .table-row:nth-child(odd) {
  margin-right: 2%;
}

.software-provider .table-column.logo img {
  height: 45px;
  display: block;
  /* filter: invert(1); */
  margin-bottom: 15px;
}

.software-provider .table-column.operators-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.software-provider ul.operators-logo {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  border-top: 1px solid #e8edf0;
  min-height: 78px;
}

.software-provider ul.operators-logo li {
  display: inline-block;
  vertical-align: middle;
}

.software-provider ul.operators-logo li:not(:last-child) {
  margin-right: 25px;
}

.software-provider ul.operators-logo img {
  height: 30px;
}

.free-cgames {
  display: flex;
  flex-wrap: wrap;
}

.free-cgames .table-row {
  flex: 0 0 23.5%;
  max-width: 23.5%;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.text-white .free-cgames .table-row {
  box-shadow: none;
}

.free-cgames .table-row:not(:nth-child(4n-4)) {
  margin-right: 2%;
}

.free-cgames .table-column:first-child {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  margin: -15px -15px 20px;
  position: relative;
}

.free-cgames .table-column:first-child a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-cgames .table-column:first-child a::before {
  content: url(/wp-content/uploads/2019/07/000-EN-Icon-Green-Play.svg);
}

.free-cgames .table-column:first-child a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.free-cgames .table-column:first-child a:hover::before {
  width: 50px;
}

.free-cgames .table-column.title {
  font-size: 1.2em;
}

.free-cgames .table-column.title a {
  color: #323b42;
}

.free-cgames .button-layout.featured-casino-bonus-link, .free-cgames .button-layout.review-link {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
  margin-top: 10px;
}

.free-cgames .button-layout.featured-casino-bonus-link:hover, .free-cgames .button-layout.review-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

@media (max-width: 991px) {
  .promo-cards {
    display: block;
  }

  .promo-cards .table-row:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

  .casino-table .table-sub-row {
    display: block;
  }

  .casino-table .table-column.logo, .casino-table .table-column.bonus-link {
    max-width: none;
  }

  .casino-table .table-column.bonus-match, .casino-table .table-column.bonus-welcome, .casino-table .table-column.overall-rating-stars, .casino-table .table-column.bonus-link {
    padding-top: 0;
  }

  .iframe-table iframe {
    height: 400px;
  }

  .casino-game .table-row {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .casino-game .table-row:not(:nth-child(4n-4)) {
    margin-right: 0;
  }

  .casino-game .table-row:not(:nth-child(even)) {
    margin-right: 2%;
  }

  .software-provider .table-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .software-provider .table-row:nth-child(odd) {
    margin-right: 0;
  }

  .free-cgames .table-row {
    flex: 0 0 32%;
    max-width: 32%;
  }
  
  .free-cgames .table-row:not(:nth-child(4n-4)) {
    margin-right: 0;
  }
  
  .free-cgames .table-row:not(:nth-child(3n-3)) {
    margin-right: 2%;
  }
}

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

  .casino-game .table-row {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .casino-game .table-row:not(:nth-child(even)) {
    margin-right: 0%;
  }

  .free-cgames .table-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .free-cgames .table-row:not(:nth-child(3n-3)) {
    margin-right: 0;
  }
}

/* Table - read more */

.table-row.hide {
  display: none;
}

.display-more-button-ajax .icon {
  display: none;
}

.casino-table .display-more-button-ajax {
  display: block;
  text-align: center;
  background: #e0ecbe;
  font-size: 13px;
  color: #7b9e10;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  text-decoration: none;
}

.casino-table .display-more-button-ajax:hover {
  background: #c2d295;
}

.casino-game .display-more-button-ajax, .software-provider .display-more-button-ajax, .free-cgames .display-more-button-ajax {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.text-white .casino-game .display-more-button-ajax, .text-white .software-provider .display-more-button-ajax, .text-white .free-cgames .display-more-button-ajax {
  color: #fff;
}

/* Widgets */

.widget .free-game {
  background: #f6f7f1;
}

.widget .free-game .table-column:first-child {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}

.widget .free-game ul {
  padding: 10px 20px;
  margin: 0;
  list-style: none;
}

.widget .free-game li {
  padding-left: 25px;
  background: url(/wp-content/uploads/2019/07/000-EN-Green-Tick.svg) left 6px/15px auto no-repeat;
  color: #000;
}

.widget .free-game .table-column.software-provider-title {
  padding: 10px 20px;
  border-bottom: 1px solid #dbe4e9;
  text-align: center;
}

.widget .free-game .table-column.software-provider-title > div {
  display: inline-block;
  background: #deebb5;
  font-size: 13px;
  color: #000;
  padding: 5px;
}

.widget .free-game .table-column.software-provider-title a {
  color: #000;
}

.widget .free-game .table-column.software-provider-title > div:first-child {
  margin-right: 5px;
}

.widget .free-game .table-column.software-provider-title > div * {
  display: inline;
}

.widget .free-game .table-column.featured-casino-bonus-link {
  padding: 10px 20px 5px;
  text-align: center;
}

.widget .free-game .button-layout.featured-casino-bonus-link {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
}

.widget .free-game .button-layout.featured-casino-bonus-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

.widget .free-game .table-column.featured-casino-bonus-tc-link {
  padding: 0 20px 10px;
  text-align: center;
}

.widget .free-game .table-column.featured-casino-bonus-tc-link a {
  font-size: 14px;
  color: #000;
}

.widget:not(:first-child) {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}
div#footer-area-2 .widget:not(:first-child) {
	background: none;
  	box-shadow: none;
	padding: 0;
}
.widget:not(:last-child) {
  margin-bottom: 15px;
}

.widget > .title-layout {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7e2e6;
  display: flex;
  align-items: center;
}

.widget > .title-layout .icon {
  width: 17px;
  margin-right: 10px;
}

.widget > .title-layout .title {
  flex-grow: 1;
  flex-basis: 0;
}

.operator-summary .operator {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
}

.operator-summary .operator .table-column.logo {
  margin-bottom: 15px;
  background: none !important;
}

.operator-summary .operator .table-column.logo img {
  max-width: 150px;
  max-height: 100px;
}

.operator-summary .operator .table-column.bonus-deposit {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 25px;
}

.operator-summary .operator .button-layout.bonus-link {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.operator-summary .operator .button-layout.bonus-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

.operator-summary .operator .table-column.bonus-tc-link {
  font-size: 14px;
}

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

.rating .table-column::after {
  content: '';
  display: block;
  clear: both;
}

.rating .label {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}

.rating fieldset.user-rating-stars > label:before, .rating fieldset.rating-stars > label:before {
  font-size: 1em;
}

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

.overview .label {
  float: left;
  margin-bottom: 0;
  padding: 3px 0;
  margin-right: 5px;
}

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

.overview .table-column > div > div:last-child, .overview .button-layout, .overview li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    color: #000;
    background: #ecf1f4;
    margin-bottom: 3px;
    font-size: 13px;
	transition: 0.5s ease;
}

.overview .table-column > div > div:last-child:hover, .overview .button-layout:hover, .overview li:hover {
    background: #e0e7ea;
}

/* Primary, secondary */

.primary .title-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.primary .title-layout .icon {
  flex: 0 0 25px;
  max-width: 25px;
  margin-right: 10px;
}

.primary .title-layout > *:not(.icon) {
  flex-grow: 1;
  flex-basis: 0;
}

.secondary-overflow .row {
  position: relative;
}

.secondary-overflow .secondary {
  position: absolute;
  top: 34px;
  right: 0;
}

@media (max-width: 991px) {
  .primary {
    margin-bottom: 30px;
  }

  .secondary-overflow .secondary {
    position: static;
  }
}

/* Operator review */

.review-intro {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  margin-bottom: 0 !important;
}

.review-intro h1 {
  font-size: 2.1em;
}

.play-tc .table-sub-row {
  display: flex;
}

.play-tc .button-layout.bonus-link {
  display: inline-block;
  text-decoration: none;
  background: #95c30c;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  width: 120px;
  text-align: center;
}

.play-tc .button-layout.bonus-link:hover {
  box-shadow: 0 0 5px #95c30c;
}

.play-tc .table-column.bonus-tc-link {
  margin-left: 25px;
}

.play-tc .title-layout.bonus-tc {
  display: inline;
}

.play-tc .title-layout.bonus-tc::before {
  content: ' - ';
}

.pros-cons-layout {
  display: flex;
}

.pros, .cons {
  flex-grow: 1;
  flex-basis: 0;
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}

.pros {
  margin-right: 15px;
}

.pros-cons-layout > div > .title-layout {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7e2e6;
}

.pros-cons-layout > div > .title-layout .icon {
  flex: 0 0 17px;
  max-width: 17px;
  margin-right: 10px;
}

.pros-cons-layout > div > .title-layout .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #333a42;
}

.operator_review-template .primary .content-layout p img {
    border-radius: 7px;
}

.operator_review-template .navigation-layout .menu li .title-layout {
    flex-direction: row;
    flex-wrap: unset;
}

.operator_review-template .primary .navigation-layout .menu li .title-layout .icon {
	flex: unset;
}

.entries .title-layout {
  display: flex;
}

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

.entries .title-layout .icon {
  flex: 0 0 15px;
  max-width: 15px;
  margin-right: 10px;
}

.entries .title-layout .title {
  flex-grow: 1;
  flex-basis: 0;
}

.rating .title-layout.label img {
    width: 15px;
    height: 15px;
}

.breadcrumb {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .play-tc .table-sub-row {
    display: block;
    text-align: center;
  }

  .play-tc .table-column.bonus-tc-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .pros-cons-layout {
    display: block;
  }

  .pros {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.operator-summary .royal-panda img {
    filter: invert(1);
}

.casino-table .table-row.royal-panda .logo img, .promo-cards .table-row.royal-panda .logo img {
    filter: invert(1);
}

.cta-nav .wishmaker-casino .table-sub-row .table-column.logo img {
    filter: invert(1);
    max-width: 160px;
}

.page-id-1018 section#sec-2 {
    padding: 0;
}

