<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/uploads/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/uploads/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/uploads/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Open Sans';
}
p,
.hbonus,
.tab-content span,
footer a,
.wpb_wrapper {
  font-weight: 300;
}

/* NEW CROSSBROWSER FIXES FOR SIDEBAR WIDTH */
@media (min-width: 768px) {
  .content-one {
    width: calc(100% - 380px);
    float: left;
    display: inline-block;
  }
  .sidebar-one {
    width: 380px;
    float: right;
    display: inline-block;
  }
  .content-two {
    width: calc(100% - 380px);
    display: inline-block;
    float: left;
  }
  .home .gp-element-title {
    margin: 0 0 20px 0;
  }
  .home a.play-cta {
    margin: 0 !important;
  }
  .home .gp-blog-small-size .gp-loop-featured .gp-image-above {
    margin-bottom: 18px;
  }
}

/* END NEW CROSSBROWSER FIXES FOR SIDEBAR WIDTH */

.wpb_wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
h1 {
  font-size: 22px;
  margin-top: 0;
  /* margin-bottom: 20px; */
  line-height: 1;
}
.unclickable &gt; a:hover {
  cursor: default;
}
#gp-copyright {
  margin-top: 0;
}
#gp-content-wrapper {
  padding-bottom: 0;
  padding-top: 20px;
}
/* review byline */
.byline span {
  color: #545454;
  font-size: 12px;
}
.byline {
  margin-top: -10px;
}

/* NEW COLLAPSE */
input[type='checkbox'] {
  display: none;
}
input[type='checkbox']:checked ~ .remove-check {
  display: none;
}
input[type='checkbox']:checked ~ #collapse-block {
  display: block;
}
#collapse-block {
  display: none;
}
.collapse-label:hover {
  text-decoration: underline;
}
.collapse-label:before {
  background-image: url(/wp-content/plugins/jquery-collapse-o-matic/images/arrow-down.png);
  background-repeat: no-repeat;
  padding: 0 0 10px 16px;
  cursor: pointer;
  color: red;
  display: inline-block;
  content: ' ';
  margin-right: 3px;
}
#collapser:checked + .collapse-label:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
/* END NEW COLLAPSE */

.filterblock {
  display: inline-block;
  width: 240px;
}
.filterblock select {
  width: 230px;
}
/* Page Rating */
.star-rating {
  display: inline-block;
  margin-bottom: 20px;
}
.ratingtext {
  display: inline-block;
  margin-left: 10px;
}
.star-rating .star-full:before {
  content: '\f155';
}
.star-rating .star-half:before {
  content: '\f459';
}
.star-rating .star-empty:before {
  content: '\f154';
}
.star-rating .star {
  color: #f5b32f;
  display: inline-block;
  font-family: dashicons;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 15px;
  /*    line-height: 1;*/
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 17px;
}
/* End Page Rating */

/* Casino Rating */
.toprating {
  width: 270px !important;
  /* padding: 15px !important; */
  float: right;
  background-color: transparent;
  /* border-radius: 25px; */
  margin: 5px 0 0 30px;
  text-align: center;
  /* border: 3px solid #005793; */
}
.toprating-inner {
  padding: 15px;
  border: 3px solid #005793;
  border-radius: 25px;
  margin-bottom: 20px;
}
.toprating .gp-rating-wrapper {
  float: none;
  margin-top: 10px;
  margin-bottom: 8px;
}
.toprating .gp-large-rating {
  margin-left: 0;
}
.toprating .gp-rating-inner {
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 50px;
  margin: 5px;
}
.toprating .casino-bonus {
  background: none;
  margin: 0;
  padding: 0;
}
.toprating .casino-bonus a.cta {
  margin-left: 0;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
.casino-bonus span {
  font-size: 12px;
}
.toprating .gp-rating-outer {
  background-color: #005793 !important;
}
.toprating .casino-bonus p {
  margin-bottom: 10px;
  color: #000000;
}
.toprating .casino-bonus p:first-child {
  color: #900;
}
.infotable {
  border: 3px solid #005793;
  border-radius: 25px;
  font-size: 12px;
  float: right;
  margin-left: 25px;
  text-align: center;
  margin-bottom: 25px;
}
.infotable ul {
  list-style: none;
  margin-left: 0;
  line-height: 27px;
  padding-bottom: 7px;
}
.infotable ul li {
  text-align: right;
  padding: 0 10px;
}
.infotable ul li:last-child {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.infotable ul li:nth-child(odd) {
  background-color: #eee;
}
.infotable strong {
  float: left;
  margin-right: 10px;
}
.infotext {
  margin-top: 15px;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.category-casinonieuws h2 {
  font-size: 22px;
}
.category-casinonieuws h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 0;
}
.category #gp-content .gp-inner-loop {
  margin-top: 30px;
}
.category .gp-entry-header {
  margin-bottom: 5px;
}
.category h2 {
  font-size: 22px;
  margin-top: 0;
}
/* .page-template-review-template .wpb_wrapper {
    text-align: justify;
}*/
.hbonus {
  text-align: left;
  font-size: 100% !important;
}
a.play-cta {
  background: #f36d27 !important;
}
.featured-casino {
  max-width: 550px !important;
}
.featured-casino a.cta {
  padding: 8px 76px !important;
}
.gp-header-right-single .featured-casino a.cta {
  padding: 12px 95px !important;
  font-weight: 700;
  font-size: 100%;
}
.casino-bonus a.cta {
  padding: 14px 8px !important;
}
blockquote {
  text-align: left;
}
.gp-nav .sub-menu li a:hover {
  color: #f36d27 !important;
}
/* new news button */
.news-button {
  text-align: center;
  margin-top: 40px !important;
}
.news-button a {
  background: #f36d27;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 19px 76px !important;
}
.news-button a:hover {
  opacity: 0.8;
  color: #fff;
}
/* end new news button */

.single-post header.gp-page-header {
  min-height: 270px;
}

/* Single Game Button Box New */
.toptext {
  margin-bottom: 5px;
  font-size: 21px;
}
.midtext {
  font-size: 14px;
}
.botbutton a.cta {
  float: none !important;
  margin-left: 0 !important;
  margin-top: 10px;
}
.featured-casino a.cta:hover {
  opacity: 0.8;
}
/* block in text */
.gp-entry-content .featured-casino {
  max-width: 100% !important;
  text-align: center;
  background-color: #eee;
  padding: 20px;
}
/* end block in text */
/* End Single Game Button Box New */

.collapseomatic {
  background-position-y: 4px;
}
.collapseomatic_excerpt,
.collapseomatic_content {
  margin-left: 0;
}
.pmargin p {
  margin-bottom: 0;
}

/* NEW COLORS 7 sept 2018 */
.gp-element-title h3 {
  background-color: transparent !important;
  color: #000;
  font-weight: 700;
}
.gp-element-title {
  border-bottom: 2px solid #000 !important;
}
.gp-element-title h3 {
  padding: 0 10px 8px 0;
}
.hbuttons a:nth-child(odd) {
  background-color: #f36d27 !important;
  color: #000 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.hbuttons .grijs {
  display: inline-block;
  color: #444;
  background: #e1e1e1;
  font-weight: normal;
  font-size: 90%;
  padding: 2px 9px;
}
.hbuttons .grijs:hover {
  background: #e1e1e1;
  opacity: 0.8;
  color: #444;
}
.hbuttons a:nth-child(odd):hover {
  opacity: 0.8;
}
a.play-cta {
  background: #005793 !important;
}
a.play-cta:hover {
  opacity: 0.8;
}
.gp-post-item:hover a.play-cta {
  opacity: 0.8;
}
.gp-loop-title a:hover,
.gp-edit-review-form button:hover,
.gp-delete-review-form button:hover {
  color: #f36d27 !important;
}
.gp-loop-cats a {
  background-color: #005793 !important;
  padding: 5px 6px 6px;
}
.gp-loop-cats a:hover {
  opacity: 0.8;
}
.category-casinonieuws .gp-loop-cats.eric {
  display: inline-block;
}
.category-casinonieuws .gp-loop-meta {
  display: inline-block;
  margin-left: 5px;
}
.category-casinonieuws .bottomdate {
  display: none;
}
.category-casinonieuws .gp-loop-content .gp-loop-title {
  margin: 0 0 5px !important;
}
#gp-copyright a {
  vertical-align: -5px;
}
.featured-casino-list .hbuttons {
  width: 100%;
}
.featured-casino-list .hbuttons a {
  padding: 3px 5px;
}
.featured-casino-list .grijs {
  width: calc(100% - 96px);
  text-align: center;
}
.featured-casino-list .oranje {
  float: right;
  width: 93px;
  text-align: center;
}
.page-id-7705 .featured-casino-list .oranje {
  float: none;
}
.vc_col-sm-4
  .gp-showcase-wrapper.gp-vc-element.gp-blog-standard.gp-blog-vertical.featured-casino-list
  .gp-element-title {
  margin: 0 0 20px 0;
}
.category-aanbevolen h2 {
  margin-top: 0;
}
.search .gp-rating-wrapper {
  display: none;
}
.search .gp-loop-meta {
  display: none;
}
.featured-casino a.cta:hover,
.casino-bonus a.cta:hover {
  opacity: 0.8;
}
.page-id-9440 a.grijs,
.page-id-10063 a.grijs,
.page-id-5716 a.grijs,
.page-id-5718 a.grijs,
.page-id-10048 a.grijs,
.page-id-8955 a.grijs,
.page-id-7705 a.grijs {
  width: 190px;
  text-align: center;
}
.gp-small-posts .gp-loop-featured .gp-image-align-left {
  margin: 0 20px 0 0;
}
.casinowinnaars {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
/* END NEW COLORS 7 sept 2018 */

.categoryname {
  background-color: #005793;
  color: #ffffff;
  padding: 5px 6px 6px;
  line-height: 1;
  font-size: 11px;
  text-shadow: none;
  display: inline-block;
}

/* Sticky CTA button */
.cta-sticker {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #005793;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  padding: 0 10%;
}
/* NEW CTA BUTTON */
	.cta-wrapper a {
		width: 100%;
		background: transparent;
		display: grid;
		grid-template-columns: 1fr 5fr;
		padding: 0;
	}
	.cta-wrapper .cta-btn-wrap {
		display: table-cell;
		vertical-align: middle;
		padding: 8px 0;
	}
	.cta-wrapper img {
/*		height: 100%;*/
/*		max-height: 60px;*/
/*		display: table-cell;*/
/*		vertical-align: middle;*/
		align-self: center;
	}
	.cta-wrapper .cta-btn {
		background-color: #eb7c37;
		border-radius: 8px;
		display: table;
		color: #000;
		margin: 16px 0;
	}
	.cta-wrapper .cta-btn:hover {
		opacity: 0.8;
	}
	.cta-wrapper .cta-img-wrap {
		display: grid;
	}
	.cta-wrapper span {
		display: block;
		font-size: 19px;
		line-height: 23px;
	}
	.cta-wrapper span:first-child {
		font-weight: bold;
	}
		@media screen and (min-width:1px) and (max-width:1099px) {
			.cta-wrapper a {
				grid-template-columns: 1fr 3fr;
				gap: 25px;
			}
			.cta-wrapper .cta-btn-wrap {
				padding: 5px 7px;
			}
			.cta-wrapper span {
				font-size: 15px;
				line-height: 18px;
			}
		}
	/* END NEW CTA BUTTON */
.cta-left {
  /*background-color: rgba(255,255,255,0.3);*/
  float: left;
  /*max-width: 100px;*/
  padding: 5px 15px;
}
.cta-center {
  /* max-width: 40%; */
  /* margin: 0 auto; */
  display: inline-block;
  /* position: relative; */
}
.cta-center span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40%;
}
.cta-right {
  float: right;
}
.cta-right .cta {
  background-color: #f36d27;
  padding: 14px 30px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.stickycta #gp-footer {
  padding-bottom: 107px;
}
#gp-to-top {
  color: #ffffff;
  font-size: 17px;
  padding: 15px 20px;
}
.stickycta #gp-to-top {
  bottom: 120px;
}
/* End Sticky CTA button */

/* NEW MOBILE MENU */
#mobile-menu-new {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1099px) {
  .cta-sticker {
    padding: 0 2%;
  }
  .cta-left {
    max-width: 80px;
    padding: 5px 10px 5px 10px;
  }
  .cta-left:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .cta-center span {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    line-height: 1.4;
    margin-left: -8px !important;
  }
  .cta-right .cta {
    font-size: 12px;
    padding: 10px 5px;
  }
  .stickycta #gp-footer {
    padding-bottom: 99px;
  }

  .gp-responsive #gp-logo {
    margin: 5px 0px 17px -20px !important;
    width: 216px;
    height: 61px;
  }
  .gp-responsive #gp-header-area-right {
    display: none;
  }
  .gp-responsive #gp-main-header {
    text-align: left;
    height: 90px;
  }
  #gp-main-header.header.menu-opened {
    /* background-color: #fff; */
    background-image: none;
  }
  .menu-open-tweak #gp-content {
    padding-top: 70px !important;
  }
  .window .contentarea {
    margin-top: 80px;
  }
  #mobile-menu-new {
    display: block;
    background-color: #146093;
  }
  header.main-header {
    padding: 0;
  }
  .header-logo {
    float: none !important;
    margin: 0 auto !important;
    text-align: left !important;
    width: auto !important;
    padding: 0 !important;
  }
  .window {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* margin: 100px auto 0; */
    box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 3px;
    background: #f1f1f1;
  }
  .window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 1;
    border-bottom: 3px solid #1e3f5b;
  }
  .window .header img {
    width: 38%;
    /* max-width: 150px; */
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    float: right;
    margin-top: 14px;
    border: 2px solid #fff;
    background-color: #146093;
  }
  .window .header .burger-container #burger {
    width: 23px;
    height: 8px;
    position: relative;
    display: block;
    margin: -6px auto 0;
    top: 50%;
  }
  .window .header .burger-container #burger .bar {
    width: 100%;
    height: 0.2em;
    display: block;
    position: relative;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .window .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  .window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
  }
  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
    margin: 0;
  }
  #mobilenavnew ul.sub-menu {
    list-style: none;
    margin-bottom: 10px;
  }
  .window .header ul.menu li.menu-item {
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(0);
    transform: scale(1.15) translateY(0);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .window .header ul li ul li {
    border-bottom: none !important;
  }
  .window .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .window .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .window .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .window .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .window .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .window .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .window .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
  }
  .window .header.menu-opened {
    height: 100% !important;
    background-color: #fff;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
  }
  .window .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .window .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .window .header.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }
  .window .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    transition-delay: 0.3s;
  }
  .window .content {
    font-family: 'Ek Mukta', sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
  }
  .window .content::-webkit-scrollbar {
    display: none;
  }
  .window .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
  .window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
  }
  .window .content img:nth-of-type(2) {
    margin: 75px auto;
  }

  @media (max-width: 600px) {
    .window {
      width: 100%;
      height: auto;
      margin: 0;
      border-radius: 0px;
    }
    .window .header {
      position: absolute;
    }
    .window .header.menu-opened {
      position: fixed !important;
      overflow-y: auto;
    }
    .admin-bar .window .header.menu-opened {
      top: 46px;
    }
    .admin-bar .sticky-header {
      top: 46px;
    }
  }
}
/* END NEW MOBILE MENU */

/* Mobile menu submenu fix */
.menu-item-has-children .sub-menu {
  display: none;
}
#mobile-menu-new li &gt; a {
  display: inline-block !important;
}
#mobile-menu-new .arrow {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  cursor: pointer;
}
#mobile-menu-new li.menu-item a {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: auto;
}
#mobile-menu-new .fa,
#mobile-menu-new .fa:before {
  transition: transform 0.8s ease-in-out;
}
#mobile-menu-new .menu-icon-up .fa.fa-chevron-down {
  transform: rotate(-180deg);
  transition: transform 0.8s ease-in-out;
}
/* END Mobile menu submenu fix */

/* REMOVAL OF H2's and H3's from sidebars */
span.widgettitle-home-side {
  background-color: transparent !important;
  color: #000;
  padding: 0 10px 8px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  font-family: 'Open Sans';
  line-height: 22px;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.24s ease-in-out;
  word-wrap: break-word;
}
i.fa.fa-trophy {
  margin-right: 10px;
}
span.widgetitem-home-side {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  visibility: visible;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  display: block;
  padding: 0;
  word-wrap: break-word;
}
span.gp-loop-title.spelletjes {
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 17px;
  display: block;
}
h2.widgettitle.homeheaders {
  padding: 0 10px 8px 0;
  background-color: transparent !important;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Open Sans';
  line-height: 22px;
  font-style: normal;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
}
.widgettitle.homeheaders .fa {
  margin-right: 10px;
}
h3.gp-loop-title.hdrie {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
}
span.gp-loop-title.spelletjes {
  margin: 0 0 10px;
  font-family: 'Open Sans';
  font-weight: 700;
  display: block;
  line-height: 24px;
}
.casino-bonus.intext span {
  font-family: 'Open Sans';
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
}
.casino-bonus span {
  font-weight: 700;
}
span.gp-rating-text.ratingboxje {
  display: block;
  font-size: 18px;
}
/* END REMOVAL OF H2's and H3's from sidebars */

/* homepage minder casino winnars en casino nieuws tweak */
#gp_news_wrapper_2 .gp-inner-loop section {
  margin-bottom: 10px;
}
a.grijs.nieuw {
  background: #005793 !important;
  color: #fff !important;
}
a.grijs.nieuw:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wpb_widgetised_column .hbuttons a.grijs,
#gp-sidebar .hbuttons a.grijs,
.home .hbuttons a.grijs,
.page .hbuttons a.grijs {
  width: 100%;
  text-align: center;
  /*    margin-bottom: 5px;*/
  padding: 10px 1px;
  font-size: 100%;
}
.wpb_widgetised_column .hbuttons a.oranje,
#gp-sidebar .hbuttons a.oranje,
.home .hbuttons a.oranje,
.page .hbuttons a.oranje {
  width: 100%;
  text-align: center;
  padding: 10px 1px;
  font-size: 100%;
  margin-bottom: 5px;
}
.gp-loop-text.four {
  margin-bottom: 0;
}

#gp-footer {
  padding-top: 20px;
}

/* popup opt-in box */
input.wpcf7-form-control.wpcf7-submit {
  background-color: #f36d27;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.8;
  background-color: #f36d27;
}
/*
.popmake-content img {
    max-width: 68%;
    margin-top: 0;
}
*/
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
  bottom: 25px !important;
  margin-bottom: 0;
  top: auto !important;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7-response-output {
  margin: 0 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid red;
}

/* iframe fix */
.game {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  max-width: 80%;
  margin: 40px auto;
}
.game-object {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 !important;
}

/* Game Pages Header Fixes */
.category-gokkasten h1,
.category-casino-spellen h1 {
  font-size: 26px;
  margin-top: 0;
}
.category-gokkasten h2,
.category-casino-spellen h2 {
  font-size: 20px;
  margin-bottom: 0;
}

/* XMAS */
/*
.xmas-advent-calendar__wrapper--big {
    max-width: 900px;
    max-height: 900px;
    margin: 20px auto!important;
    width: 33vw;
    height: 32vw;
    padding: 1%;
    border-radius: 2%;
    position: relative;
}
.xmas-advent-calendar__wrapper-toggle {
    display: none;
}
.xmas-advent-calendar__modal-code p img {
    max-width: 25% !important;
}
.xmas-advent-calendar-call-to-action-wrapper {
    margin-top: 32px!important;
}
.pum-content h2 {
    font-family: 'Titan One'!important;
    font-size: 3em;
}
.pum-content img.aligncenter.size-full.wp-image-11469 {
    width: auto !important;
}
.xmas-advent-calendar__modal .close-button img {
    vertical-align: -3px;
}
.xmas-advent-calendar__day-wrapper--opened img {
    display: none;
}
.xmas-advent-calendar__day-wrapper--opened .xmas-advent-calendar__day-text {
    display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    background-color: #fff;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffffff;
    width: 100%;
    color: #c73336;
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.8;
    background-color: #c73336;
    border: 1px solid #ffffff;
}
@media (min-width: 900px) {
    .xmas-advent-calendar__wrapper--big .xmas-advent-calendar__day-text {
        font-size: 35px!important;
    }
}
@media only screen and (max-width: 1082px) {
    #snow {
        width: 90% !important;
    }
    .xmas-advent-calendar__wrapper--big {
        width: 80%;
        height: 73vw;
    }	
}
@media only screen and (max-width: 567px) {
    #snow {
        width: 90% !important;
    }
    .xmas-advent-calendar__wrapper--big {
        width: 100%;
        height: 81vw;
    }	
    html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
        bottom: 25px !important;
        margin-bottom: 0;
        top: unset !important;
    }
    .xmas-advent-calendar-title {
        font-size: 10vw !important;
    }
}
*/
/* END XMAS */

/* Offline casinos */
.offline-container {
  display: grid;
  grid-template-columns: calc(33% - 11px) calc(33% - 11px) calc(33% - 11px);
  grid-gap: 20px;
}
.offline-casino {
  position: relative;
  /*    padding: 10px 10px 55px 10px;*/
  background-color: #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  border-radius: 8px;
}
.off-top {
  background-color: #005793;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.off-middle {
  padding: 10px;
}
.off-bottom {
  padding: 10px;
}
/* End Offline casinos */

/* Quiz */
#gp-content div.fca_qc_quiz p.fca_qc_quiz_title {
  font-size: 22px !important;
  line-height: 1.3;
}
.page-id-14878 h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px !important;
}
.page-id-14878 h2 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
  line-height: 22px !important;
}
.page-id-14878 h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
/* End Quiz */

blockquote {
  background-color: #005793 !important;
}

.gp_hubs-offline-casinos a.grijs {
  background-color: #e1e1e1 !important;
  color: #444 !important;
  font-weight: normal !important;
}
.wpb_content_element {
  margin-bottom: 0 !important;
}
.gp-entry-content p {
  margin-bottom: 20px;
}
.home .gp-entry-content p {
  margin-bottom: 0;
}
.kk-collapse.show {
  margin-bottom: 25px !important;
}

/* h2+h3 sizes changes */
.page-template-default h1 {
  margin-bottom: 5px;
}
.page-template-default .wpb_wrapper h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.faq-container h2 {
  margin-bottom: 10px !important;
}
h1.gp-entry-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}
.category h2,
.category-gokkasten h2,
.category-casino-spellen h2,
.vc_column_container h2,
.page-template-default .vc_column_container h2 {
  margin-top: 14px !important;
  margin-bottom: 2px;
  line-height: 1.4em;
}
#gp-review-content-wrapper {
  padding-top: 20px;
}
.page-template-review-template h1 {
  margin-bottom: 0;
}
.byline {
  margin-top: 0;
  margin-bottom: 10px;
}

/* END h2+h3 sizes changes */

.single-post h1 {
  font-size: 26px;
}
.single-post h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 6px;
}

.hbonus {
  margin: -4px 0 5px 0;
}
.new-revbtn {
  margin-bottom: 9px;
}
.new-revbtn a.grijs {
  text-decoration: underline;
  color: #000000;
}
.new-revbtn a.grijs:hover {
  color: #f36d27;
}
.hbuttons a.grijs {
  background: transparent;
  padding-top: 6px !important;
  margin-top: 0;
}
.hbuttons a.grijs:hover {
  background: transparent !important;
  text-decoration: underline;
}
.search .page .hbuttons a.grijs {
  width: 300px;
}

/* NEW TOPLIST CHANGES (extra aff button) */
.gp-loop-featured {
  line-height: normal;
}
.gp-post-thumbnail.gp-loop-featured a {
  display: block;
}
.category-gratis-gokkasten .gp-post-thumbnail.gp-loop-featured a, .category-casino-spellen .gp-post-thumbnail.gp-loop-featured a {
    display: block;
    line-height: 0.8;
}
.gp-image-align-left .new-grijs {
  max-width: 135px;
  text-align: center;
  color: #000;
  text-decoration: underline;
  margin-top: 10px;
}
.hbuttons .oranje.homeaff {
  background: #bbb;
  color: #000;
  margin-top: 3px;
}
.hbuttons .oranje.homeaff:hover {
  background: #bbb;
  color: #000;
  opacity: 0.8;
}
.toprating .cta.oranje.homeaff {
  background: #bbb;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-transform: none;
}
.toprating .casino-bonus a.cta {
  margin-bottom: 8px;
}

/* POPUP */
#overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#popup {
  background-color: #eeeeee;
  position: fixed;
  z-index: 9999999999999999999999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  text-align: center;
  width: 900px;
  height: 600px;
/*
  padding-bottom: 100px;
  padding-top: 50px;
*/
  color: #fff;
  font-size: 2rem;
}
#popup.active {
  transform: translate(-50%, -50%);
}
.popup-inner {
  width: 820px;
  margin: 0 auto;
  padding: 10px;
}
.pop-head {
  display: block;
  margin-bottom: 20px;
  color: #444;
  font-weight: 700;
  text-align: left;
}
.pop-text {
  display: block;
  margin-bottom: 20px;
  color: #444;
  font-size: 16px;
  text-align: left;    
}
.pop-row ul {
    margin: 20px 0 20px 0;
    list-style: none;
}
.pop-row li {
    color: #444;
    font-size: 16px;
    text-align: left;
}
#popup input.wpcf7-form-control.wpcf7-submit {
  width: auto;
}
#popup .wpcf7-response-output {
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
  color: #46b450;
}
#popup img {
    margin: 0 auto 20px;
    display: block;
    max-width: 110px;
}
.pop-row {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 2%;
}
.col {
    background-color: #ffffff;
    box-shadow: 0 40px 20px -30px rgb(0 0 0 / 10%);
    padding: 25px;
}
.oranje.classloader {
    background-color: #f36d27 !important;
    padding: 10px 1px;
    text-align: center;
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
    cursor: pointer;
}
.oranje.classloader:hover {
    opacity: 0.7;
    text-decoration: underline;
}
#poptop {
    display: block;
    text-align: right;
    margin: 16px 21px;
}
#poptop .fa.fa-times {
    color: #333;
    cursor: pointer;
    font-size: 25px;
}
.pop-htext {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    text-align: left;
    display: block;
}
#popup .oranje {
    background-color: #f36d27 !important;
    padding: 13px 24px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
}
#popup .oranje:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.pop-row .fa.fa-check {
    color: #f36d27;
    margin-right: 8px;
}
.cta-sticker .oranje.classloader {
    width: auto;
    padding: 14px 30px;
    margin-top: 30px;
    display: block;
    margin-bottom: 25px;
}
/*
.showwhite, .showwhite:hover, .gp-loop-title .showwhite:hover {
    color: #fff !important;
}
*/
.post-12827 a.new-grijs.rev-betamo-casino.showwhite {
    color: #ffffff!important;
}
.cta-right .cta.classloader {
    cursor: pointer;
}
.cta-right .cta.classloader:hover {
    opacity: 0.7;
    text-decoration: underline;
}
@media only screen and (max-width: 567px) {
    #popup {
        width: 90%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 90vh;
    }
    #popup.active {
/*        transform: translate(-50%, -37%);*/
    }
    .popup-inner {
        width: 100%;
        padding: 10px 20px;
    }
    .pop-row {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 2%;
        grid-column: 1;
    }
    .pop-head {
        line-height: 1.2;
    }
}

/* END EXIT INTENT POPUP */

@media only screen and (max-width: 567px) {
  .gp-responsive .gp-loop-featured .gp-image-align-left .gp-large-image,
  .gp-responsive .gp-loop-featured .gp-image-align-left .gp-large-image {
    display: block;
  }
  #gp-main-header {
    background-size: cover !important;
  }
  .home .gp-entry-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 567px) {
  .gp-responsive .gp-loop-featured .gp-image-align-left .gp-mobile-image,
  .gp-responsive .gp-loop-featured .gp-image-align-left .gp-mobile-image {
    display: none;
  }
}

@media screen and (max-width: 8000px) {
  button#responsive-menu-pro-button {
    background: rgba(0, 0, 0, 0.7) !important;
    border: 2px solid #ffffff !important;
  }
}

/* THIS AND THE MEDIA QUERIES ARE MADE TO GET "de beste casinos" BETWEEN "h1 site title" AND "aanbevolen gokkasten"  */
.vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
  margin-top: -2110px;
}
.vc_row.wpb_row.vc_row-fluid.aanbevolen {
  margin-top: -2280px;
}

@media only screen and (min-width: 1083px) {
}

/*--------------------------------------------------------------
Tablet landscape and above only
--------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {
}

/*--------------------------------------------------------------
Desktops - 1200 - 1083px
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  .vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
    margin-top: -2060px;
  }
  .vc_row.wpb_row.vc_row-fluid.aanbevolen {
    margin-top: -2260px;
  }
}

/*--------------------------------------------------------------
Tablet (landscape)
--------------------------------------------------------------*/

@media only screen and (max-width: 1082px) {
  .vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
    margin-top: -2040px;
  }
  .vc_row.wpb_row.vc_row-fluid.aanbevolen {
    margin-top: -2250px;
  }
}

/*--------------------------------------------------------------
Tablet (portrait)
--------------------------------------------------------------*/

@media only screen and (max-width: 1023px) {
  .vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
    margin-top: -2010px;
  }
  .vc_row.wpb_row.vc_row-fluid.aanbevolen {
    margin-top: -2190px;
  }
  .home h1 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }
}

/*--------------------------------------------------------------
Mobile (landscape)
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
}

/*--------------------------------------------------------------
Mobile (portrait)
--------------------------------------------------------------*/

@media only screen and (max-width: 567px) {
  .toprating {
    width: 100% !important;
    margin: 0px 0 20px 30px;
  }
  .infotable {
    width: 100% !important;
  }
  .page-template-review-template p img,
  .page-template-default p img {
    width: 100%;
  }
  .post-ratings img {
    width: auto !important;
  }
  .filterblock {
    display: inline-block;
    width: 100%;
  }
  .filterblock select {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .hbuttons a.oranje {
    width: 100%;
    text-align: center;
  }
  .page-id-9440 a.grijs,
  .page-id-10063 a.grijs,
  .page-id-5716 a.grijs,
  .page-id-5718 a.grijs,
  .page-id-10048 a.grijs,
  .page-id-8955 a.grijs,
  .page-id-7705 a.grijs,
  .page-id-701 a.grijs {
    width: 100%;
  }
}

/* Safari hacks */
/*@media not all and (min-resolution:.001dpcm) { 
    @media {
        .vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
            margin-top: -1490px;
        }
        .vc_row.wpb_row.vc_row-fluid.aanbevolen {
            margin-top: -1660px;
        }
    }
}*/
/*
@media not all and (min-resolution:.001dpcm) { 
    @media only screen and (max-width: 1200px) {
        .vc_row.wpb_row.vc_row-fluid.aanbevolen.pietje {
            margin-top: -1790px;
        }
        .vc_row.wpb_row.vc_row-fluid.aanbevolen {
            margin-top: -1980px;
        }
    }
}*/
</pre></body></html>