/* Keyframes */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  color: #404040;
	font-size: 16px;
	line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
p{
  margin: 0 0 20px;
}
a {
  color: #24a57c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b,
strong {
	font-weight: bold;
}

h1, h2,
h3, h4,
h5, h6 {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  font-weight: 700;
	clear: both;
  margin-bottom: 20px;
  line-height: 1.2;
}

label,
h1 a, h2 a,
h3 a, h4 a,
h5 a, h6 a{
  color: #222;
}
body .gform_wrapper label.gfield_label, 
body .gform_wrapper legend.gfield_label,
label{
  font-size: 12px;
  text-transform: uppercase;
}

body .gform_wrapper .gform_footer{
  padding: 0;
}

h1, .h1{
  font-size: calc( var(--fs-h1) * var(--scale) );
}
h2, .h2{
  font-size: calc( var(--fs-h2) * var(--scale) );
}
h3, .h3, .section-title{
  font-size: calc( var(--fs-h3) * var(--scale) );
}
h4, .h4{
  font-size: calc( var(--fs-h4) * var(--scale) );
  font-weight: 500;
}
h5, .h5{
  font-size: calc( var(--fs-h5) * var(--scale) );
  font-weight: 500;
}
h6, .h6{
  font-size: calc( var(--fs-h6) * var(--scale) );
  font-weight: 500;
}

@media (max-width: 991px) {
  :root{
    --scale: .9;
  }
  
}
@media(max-width: 575px){
  :root{
    --scale: .8;
  }
}

.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.text-center{
  text-align: center !important;
}

.color-primary{
  color: var(--color-primary) !important;
}
.color-secondary{
  color: var(--color-secondary) !important;
}

.pt-0{
  padding-top: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.section{
  padding: 40px 0;
  margin: 0;
}
.section.md{
  padding: 40px 0 40px;
}
.section-title {
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  text-align: left;
}

.section-title span {
  background: #fff;
  position: relative;
  padding: 5px 8px;
  padding-right: 15px;
  z-index: 1;
  display: inline-block;
}

@media(max-width: 575px){
  .section{
    padding: 30px 0;
  }
  .section.md{
    padding: 30px 0 10px;
  }
}
body.page-template-page-narrow #content.container {
  max-width: 800px;
}

.mega-container {
  background: white;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.9));
  max-width: 1170px;
  margin: auto;
  margin-top: 00px;
  overflow: visible;
  position: relative;
}

#main {
  overflow: visible;
  clear: both;
}
#primary .section-title span {
  padding-left: 0;
}
.layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.index-archive {
  margin-top: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  padding-bottom: 15px;
  border-bottom: solid 2px #eee;
}
.entry-content.text_before_casinos_list{
  margin: 0 0 40px;
}

.entry-content a {
  text-decoration: underline;
  color: var(--color-primary-hover);
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 10px;
}

.entry-content li:only-child {
  margin-left: -45px;
  margin-bottom: -5px !important;
}
.entry-content table {
  border-collapse: collapse;
}
.entry-content table th {
  background: var(--color-primary);
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.entry-content table td,
.entry-content table th {
  border: solid 1px #d9d9d9;
}
.entry-content table tr:nth-child(odd) td,
.entry-content table tr:nth-child(odd) th {
  background: #f7f7f7;
}
.entry-content table tr:nth-child(even) {
  background: #fff;
}
@media(max-width: 575px){
  .entry-content.text_before_casinos_list{
    margin: 0 0 30px;
  }
  body{
    font-size: 14px !important;
  }
  p{
    margin-bottom: 15px;
  }
  
}

.entry-content table td,
.entry-content table th {
  border-bottom: solid 1px #e0e0e0;
  padding: 8px;
}
.entry-content ul {
  list-style: none;
  margin: 0 0 20px 0;
}
.entry-content ol{
  margin: 0 0 20px 20px;
}
.entry-content ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 17px;
  background: var(--color-primary);
  color: white;
  margin-right: 10px;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.entry-content blockquote {
  background: #e8e8e8;
  padding: 8px;
  border-left: solid 4px var(--color-primary);
  margin-bottom: 20px;
}
/* ---------- Header ------------- */

#masthead {
  position: relative;
  z-index: 90;
  clear: both;
  background: var(--color-primary);
  color: #444;
  background-size: cover;
}
#masthead .layer {
  background: rgba(0, 0, 0, 0);
}
#masthead #text-title-desc {
  clear: none;
  float: left;
  vertical-align: middle;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #masthead #text-title-desc {
    padding-left: 0;
  }
}
#masthead .site-branding {
  padding: 8px 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  #masthead .site-branding {
    order: 1;
  }
  #masthead .site-branding img {
    max-width: 240px;
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  #masthead .site-branding {
    padding: 18px 5px;
    width: auto;
  }
}
#masthead .site-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
#masthead .site-title a {
  color: #eee;
}
#masthead #searchicon {
  cursor: pointer;
}
#masthead #site-logo {
  display: inline-block;
}
#masthead #site-logo a{
  display: block;
  max-width: 250px;
}
#masthead .custom-logo {
  max-height: 50px;
  width: auto;
}

.top-container-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #masthead .menu-link {
    order: 2;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
  }
}
@media (max-width: 991px) {
 
  #menu {
    z-index: 99999;
    background: #333;
    overflow-y: auto;
  }
  #menu ul {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
  }
  #menu ul a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(255,255,255,.1);
    color: #eee;
  }
}
#header-image {
  margin-top: 30px;
}

/* -------- Nav Menu ---------- */
#site-navigation {
  display: inline-block;
  text-align: center;
  clear: none;
  padding: 0;
  text-align: right;
}

#site-navigation ul li {
  float: none;
  display: inline-block;
}
#site-navigation ul li:last-child a{
    padding-right: 0;
}
#site-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: rgba(238, 238, 238, 0.8);
  position: relative;
  left: 5px;
  transition: 0.4s all ease;
  display: inline-block;
  transform-origin: center;
}
#site-navigation ul li.menu-item-has-children > a:after a:after {
  transform: rotate(90deg);
}
#site-navigation ul li a {
  padding: 25px 13px;
  color: #eee;
  font-weight: 600;
  font-size: 14px;
  background: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  text-decoration: none;
  text-rendering: optimizeLegibility;
}
#site-navigation ul li > a:hover {
  color: #fff;
}

#site-navigation ul li:hover ul a:after {
  transform: rotate(-90deg);
  color: rgba(238, 238, 238, 0.8);
}

#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  top: 100%;
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  width: 200px;
  border: solid 1px #f0f0f0;
  border-top: none;
}
#site-navigation ul li ul.sub-menu li,
#site-navigation ul li ul.children li {
  width: 100%;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  background: none;
  border-radius: 0px;
  margin-right: 0px;
  text-transform: none;
  color: #222;
  padding: 12px 10px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #f0f0f0;
  text-transform: uppercase;
  font-size: 12px;
}
#site-navigation ul li ul.sub-menu li ul,
#site-navigation ul li ul.children li ul {
  transform-origin: left;
  -webkit-transform-origin: left;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  left: 100%;
  top: 0;
  opacity: 0 !important;
}
#site-navigation ul li ul.sub-menu li ul li ul,
#site-navigation ul li ul.children li ul li ul {
  display: none !important;
}

#site-navigation ul li ul.sub-menu li:hover ul,
#site-navigation ul li ul.children li:hover ul {
  opacity: 1 !important;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  transition: 0.4s all ease;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  transform-origin: left;
  color: var(--color-primary);
}
#site-navigation ul li:hover {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease !important;
}
#site-navigation ul li:hover ul.sub-menu,
#site-navigation ul li:hover ul.children {
  display: block;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
#site-navigation ul .current_page_item > a,
#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_ancestor > a {
  background: none;
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #eee;
  display: inline-block;
  margin-top: -5px;
  font-style: italic;
  text-transform: lowercase;
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a,
#site-navigation ul li.current_page_item > a::after,
#site-navigation ul li.current-menu-item > a::after,
#site-navigation ul li.current_page_ancestor > a::after {
  color: #fff;
}
@media (max-width: 991px) {
  #site-navigation {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu-link {
    display: none;
  }
}
.menu-link span{
  display: block;
  width: 25px;
  transition: .3s;
  height: 3px;
  background-color: #fff;;
}
.menu-link.active span:nth-child(2){
  width: 15px;
}
.menu-link.active{
  background-color: rgba(255,255,255,.1);
}
.menu-link span + span{
  margin: 5px 0 0;
}
.search-drop {
  margin-right: 10px;
}

.site-header.layout-2 .top-container-inner{
  justify-content: flex-start;
}
.site-header.layout-2 #site-navigation{
  text-align: left;
  margin-left: 40px;
}
.site-header.layout-3{
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.site-header.layout-3 #site-navigation ul li a{
  font-size: 12px;
  text-transform: uppercase;
}

@media(max-width: 768px){
  .site-header.layout-2 .top-container-inner{
    justify-content: space-between;
  }
}

/* Subheader */
.subheader {
  position: relative;
  background: var(--color-primary);
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  text-align: center;
  z-index: 1;
  margin: 0 0 60px;
}
.page-template-template-casino-listings-sv .subheader{
  margin: 0;
}
.subheader + .casino-list-wrap{
  margin-top: 60px;
}
.subheader::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.subheader.text-right .header-content,
.subheader.text-right h1.entry-title{
  margin: 0 0 0 auto;
}
.subheader.text-left .header-content,
.subheader.text-left h1.entry-title{
  margin: 0 auto 0 0;
}
.subheader .header-content {
  line-height: 1.5em;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
p#breadcrumbs {
  margin-bottom: 0px;
  margin-top: 5px;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 4px 8px;
}
picture.aligncenter {
  text-align: center;
}

#primary-mono {
  padding: 0;
}
.subheader h1.entry-title {
    position: relative;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.subheader h1.entry-title + .entry-meta,
.subheader h1.entry-title + .header-content{
    margin-top: 10px;
}

@media(max-width: 575px){
  .subheader{
    margin: 0 0 30px;
  }
  .subheader{
    padding: 30px 0 !important;
  }
  .subheader + .casino-list-wrap{
    margin-top: 30px;
  }
}
.subheader .entry-meta,
.entry-footer {
  position: relative;
  font-size: 12px;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 7px;
  overflow: auto;
}
.subheader .entry-meta a,
.entry-footer a {
  color: #444;
  text-decoration: underline;
}
.subheader .entry-meta a:hover,
.entry-footer a:hover {
  color: var(--color-primary);
}
.subheader .entry-meta {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0px;
  border-bottom: none;
}
.subheader .entry-meta a {
  color: white;
}
.subheader .entry-meta a:hover {
  text-decoration: underline;
  color: white;
}
.subheader.layout-2{
  padding: 40px 0 0;
}
.subheader.layout-2 .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subheader.layout-2 img{
  position: relative;
}
.subheader.layout-3{
  padding: 200px 0 30px;
}
.subheader.layout-4 {
  padding: 130px 0 160px;
}
.subheader.layout-4 .subheader-shape{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 225px;
  background-color: transparent;
}
.subheader.layout-4 .subheader-shape svg {
  width: calc(125% + 1.3px);
  height: 225px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subheader.layout-4 .subheader-shape path{
  fill: #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media(max-width: 768px){
  .subheader.layout-2{
    padding: 30px 0;
  }
  .subheader.layout-2 img{
    display: none;
  }
}
@media(max-width: 575px){
  .subheader.layout-4 .subheader-shape {
    display: none;
  }
  .subheader.layout-3{
    padding: 80px 0 30px !important;
  }
}
.entry-footer {
  border-top: solid 1px #eee;
  padding-top: 7px;
  margin-top: 40px;
}
@media(max-width: 575px){
  .entry-footer{
    margin-top: 15px;
  }
}
.entry-footer .post-edit-link {
  float: right;
}
.entry-footer .cat-links {
  margin-right: 6px;
}

#primary-mono pre {
  background: #f7f7f7;
  border-radius: none;
  border: none;
  border-left: solid 4px var(--color-primary);
  padding: 10px;
}
#primary-mono blockquote {
  border-radius: 8px;
  background: #eee;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-style: italic;
  min-height: 75px;
}
#primary-mono blockquote p:last-child {
  margin-bottom: 0;
}
body.home .entry-content blockquote {
  position: relative;
  padding-left: 10px;
  margin-left: 90px;
}
body.home .entry-content blockquote:before {
  background: url(../../../images/confused-avatar.png);
  width: 64px;
  height: 64px;
  position: absolute;
  background-size: 64px 64px;
  left: -85px;
  top: 10px;
}
body.home .entry-content blockquote:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff000000;
  position: absolute;
  top: 20px;
  left: -9px;
  display: block;
  border: solid 5px transparent;
  border-left: solid 5px #6cb766;
  border-bottom: solid 5px #6cb766;
  transform: rotate(44deg);
}

.edit-link {
  display: inline-block;
  float: right;
}

li.gfield:before {
  content: none !important;
}

/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .page-numbers {
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid rgba(255, 144, 0, 0.5);
  display: inline-block;
  color: #444;
  font-weight: lighter;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  margin-bottom: 5px;
}
.pagination .page-numbers:hover {
  background: var(--color-primary);
  color: white;
}
.pagination .current,
.pagination .dots {
  background: #fafafa;
  color: var(--color-primary);
  pointer-events: none;
}
.pagination .current {
  background: linear-gradient(to right, var(--color-primary-hover), var(--color-primary));
  color: white;
}
.infinite-scroll .pagination {
  display: none !important;
}
#main #infinite-handle {
  text-align: center;
}
#main #infinite-handle span {
  background: none;
}
#main #infinite-handle span button {
  box-shadow: none;
  text-shadow: none;
  background: linear-gradient(to right, var(--color-primary-hover), var(--color-primary));
  padding: 6px 12px;
  color: white;
  text-transform: uppercase;
  transition: 0.4s all ease;
  letter-spacing: 1px;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.1);
}
#main #infinite-handle span button:hover {
  background: linear-gradient(to right, var(--color-primary-hover), var(--color-primary));
  padding: 6px 12px;
  color: white;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: normal;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #444;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: var(--color-primary);
  color: #fff;
  border-bottom: solid 1px var(--color-primary);
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #444;
}
#comments {
  margin-top: 55px;
}

#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content {
  color: #444444;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #fff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #b3b3b3;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
/* Footer Sidebar */
#footer-sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: auto;
  background: #fff;
}

#footer-sidebar .footer-column h3.widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-sidebar .footer-column .widget {
  background: #f3f3f3;
  border-radius: 1px;
  padding: 20px;
}
#footer-sidebar .footer-column .widget a {
  color: #888;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: var(--color-primary);
}
#footer-sidebar .footer-column .widget ul {
    margin: 0;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
}
#footer-sidebar .footer-column .widget ul li a{
    position: relative;
    display: flex;
    align-items: center;
}
#footer-sidebar .footer-column .widget ul li a:hover{
    text-decoration: none;
    transform: translateX(2px);
}
#footer-sidebar .footer-column .widget ul li + li a{
    padding-top: 10px;
}
#footer-sidebar .footer-column .widget ul li:last-child {
  border-bottom: none;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #fff;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #aaa;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#footer-sidebar .footer-column .widget p{
    margin: 0;
}
#footer-sidebar .footer-column .widget p + p{
    margin-top: 20px;;
}

#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_hanne_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_hanne_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_hanne_rp .rp-date {
  color: #ffa633;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li a:before,
#footer-sidebar .footer-column .widget_recent_comments ul li a:before,
#footer-sidebar .footer-column .widget_categories ul li a:before,
#footer-sidebar .footer-column .widget_pages ul li a:before,
#footer-sidebar .footer-column .widget_archive ul li a:before,
#footer-sidebar .footer-column .widget_meta ul li a:before,
#footer-sidebar .footer-column .widget_nav_menu ul li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #ff9205;
  font-size: 10px;
  margin-right: 5px;
}
@media(max-width: 575px){
  #footer-sidebar{
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
#colophon {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  border-top: solid 1px rgba(0,0,0,.1);
}
#colophon a {
  color: var(--color-primary);
  text-decoration: underline;
}

@media(max-width: 767px){
    #footer-sidebar .footer-column + .footer-column{
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
  #menu {
    display: none;
  }
}
#menu .menu-item-has-children {
  display: block;
  position: relative;
}
#menu .menu-item-has-children .fa {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 5px;
  color: white;
  padding: 13px;
}
#menu .menu-item-has-children ul .fa {
  padding: 5px;
  right: 10px;
}
#menu ul ul {
  background: #424242;
  margin-top: 0;
}
#menu ul ul a {
  padding: 3px 10px;
  padding-left: 25px;
  color: #aaa;
  font-size: 14px;
}

/* Global Casino & FAQ */
.casino-row a:hover{
  text-decoration: none;
}
#faq-section {
  background: #f3f3f3;
}
#faq-section h2 {
  text-align: left;
  margin: 0 0 30px;
}
.faq-item + .faq-item{
  margin-top: 20px;
}
.casinos-topfour-wrap{
  background-color: #f3f3f3;
}
@media(max-width: 575px){
  #faq-section h2{
      font-size: 30px;
  }
}

/* List Info */
#list-info {
  background: #f3f3f3;
  margin: 60px 0 0;
}
@media(max-width: 575px){
  #list-info{
    margin: 30px 0 0;
  }
}
#list-info h2 {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#casino-list-table {
  border-collapse: collapse;
  margin: 0;
}
#casino-list-table tr {
  width: 50%;
  display: flex;
  float: left;
}
#casino-list-table th {
  background: var(--color-primary);
  color: white;
  width: 200px;
  border-bottom: solid 2px rgba(0,0,0,.1);
}
#casino-list-table td {
  width: calc(100% - 200px);
  border-bottom: solid 2px rgba(0,0,0,.1);
}
#casino-list-table th,
#casino-list-table td {
  padding: 5px 10px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  #casino-list-table {
    border: solid 2px #efefc8;
  }
  #casino-list-table tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  #casino-list-table td,
  #casino-list-table th {
    width: 50%;
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
}
.quick-nav {
  display: block;
  margin-top: 30px;
}
.quick-nav a {
  background: #fcfcfc;
  padding: 6px 12px;
  margin-right: 5px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  transition: .3s;
  border-radius: 5px;
  color: var(--color-primary);
}
.quick-nav a:hover {
  text-decoration: none;
  background: var(--color-primary);
  color: #fff;
}
.quick-nav-links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.review-header {
  overflow: auto;
  margin-bottom: 30px;
}
.review-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .review-header {
    padding-top: 10px;
  }
}
#casino-offer {
  display: block;
  overflow: auto;
  background: #f3f3f3;
  padding: 20px;
}
#casino-offer .casino-logo-wrapper {
  padding-left: 0;
  border-radius: 5px;
  overflow: hidden;
}
#casino-offer .casino-logo-wrapper img {
  border-radius: 5px;
}
#casino-offer .mega-offer {
  text-align: center;
  font-size: 29px;
}
#casino-offer .mega-offer b,
#casino-offer .mega-offer strong {
  color: var(--color-primary);
}
#casino-offer .mega-offer p {
  margin: 0;
}
.casino-offer-inner{
  display:flex; 
  flex-wrap: wrap; 
  align-items: center;
}
@media(max-width: 991px){
  #casino-ratings,
  #casino-offer{
    margin-bottom: 30px;
  }
  #casino-cons{
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #casino-offer .mega-offer {
    font-size: 20px;
    padding: 0;
    margin: 10px auto;
  }
  #casino-offer .casino-logo-wrapper{
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media(max-width: 575px){
  .casino-offer-inner{
    display: block;
  }
}
#casino-offer .buttons {
  width: 100%;
}
#casino-offer .buttons .play-now-button {
  color: white;
  background: black;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  margin-top: 5px;
  transition: 0.2s all ease;
}
#casino-offer .buttons .play-now-button:hover {
  background: var(--color-primary);
  text-decoration: none;
}

#casino-table table {
  border-collapse: collapse;
  margin: 0;
}
#casino-table table td,
#casino-table table th {
  padding: 8px 12px;
}
#casino-table table th {
  background: var(--color-primary);
  color: white;
  font-weight: bold;
  border: solid 1px rgba(255,255,255,.1);
}
#casino-table table td {
  border: solid 1px #f0f0f0;
}
@media (max-width: 767px) {
  
  #casino-table table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  #casino-table table td{
    flex: 1;
  }
  #casino-table table th{
    flex: 0 0 100%;
  }
}
#casino-ratings {
  clear: both;
  background: #f3f3f3;
  padding: 20px;
}
#casino-ratings h2 {
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: solid 1px rgba(0,0,0,.1);
}
#casino-ratings .rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#casino-ratings .rating-row + .rating-row{
  border-top: solid 1px rgba(0,0,0,.1);
  padding-top: 10px;
  margin-top: 10px;
}
#casino-ratings .stars {
  color: var(--color-primary);
  font-size: 18px;
  display: inline-block;
}
#casino-ratings .stars i {
  margin: 0 1px;
}
#casino-ratings .star-value {
  display: inline-block;
  font-size: 18px;
  background: white;
  color: #222;
  padding: 4px 8px;
  margin-left: 10px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  #casino-ratings {
    width: 100%;
  }
}
@media (max-width: 330px) {
  #casino-ratings .rating-row {
    overflow: auto;
  }
  #casino-ratings .rating-row strong {
    display: block;
  }
}
#about-the-reviewer h2 {
  border-bottom: solid 1px rgba(0,0,0,.1);
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
#about-the-reviewer .author-avatar {
  margin-right: 20px;
  overflow: auto;
  display: block;
  width: 90px;
}
#about-the-reviewer .author-avatar img {
  display: block;
}
#about-the-reviewer .author-bio {
  font-size: 14px;
}
#about-the-reviewer .author-outter{
  display: flex;
  align-items: flex-start;
}
#about-the-reviewer .author-inner{
  flex: 1;
}

@media (max-width: 575px) {
  #about-the-reviewer .author-outter{
    display: block;
  }
  #about-the-reviewer .author-inner{
    margin: 10px 0 0;
  }
}

#casino-pros-cons {
  margin-top: 30px;
  background: #f3f3f3;
  padding: 20px;
}
#casino-pros-cons .casino-pros h2,
#casino-pros-cons .casino-cons h2 {
  font-weight: bold;
  padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0,0,0,.1);
}
#casino-pros-cons .casino-pros ul,
#casino-pros-cons .casino-cons ul {
  margin: 0;
}
#casino-pros-cons .casino-pros li,
#casino-pros-cons .casino-cons li {
  list-style: none;
  margin: 0;
}
#casino-pros-cons .casino-pros li + li,
#casino-pros-cons .casino-cons li + li{
  margin-top: 10px;
}
#casino-pros-cons .casino-pros li:before,
#casino-pros-cons .casino-cons li:before {
  padding: 6px 7px;
  padding-right: 6px;
  line-height: 1em;
  position: relative;
  top: 0px;
  border-radius: 17px;
  background: #56b982;
  color: white;
  margin-right: 10px;
  top: -1px;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
}
#casino-pros-cons .casino-cons li:before {
  content: "\f00d";
  background: #fd6a6a;
}
#casino-review-content {
  overflow: auto;
  clear: both;
  margin-bottom: 60px;
}
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  padding-left: 0;
}

.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  padding: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .grid .featured-thumb {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.grid:hover img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h2 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: bold;
  font-size: 20px;
}
.grid .out-thumb h2 a {
  color: #040404;
  padding-bottom: 2px;
}
.grid .out-thumb h2 a:hover {
  color: #444;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #555;
  font-weight: normal;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
}
.grid .out-thumb .postedon a {
  color: #999;
  text-decoration: underline;
}
.grid .out-thumb .meta {
  margin: 10px 0;
}
.grid .out-thumb .meta .piano-notes,
.grid .out-thumb .meta .level {
  background: #59a1b5;
  padding: 3px 6px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
}
.grid .out-thumb .meta .level {
  background: var(--color-primary);
}
.grid .out-thumb .entry-excerpt {
  color: #666;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 15px;
}
.grid .readmore {
  display: inline-block;
  clear: both;
  transition: 0.4s all ease;
}
.grid .readmore a {
  font-weight: bold;
  background: linear-gradient(to right, #e4a4fa, #c9acdf, #fee3ff);
  transition: 0.4s all ease;
  padding: 3px 8px;
  margin-top: 8px;
  border-radius: 3px;
  color: #63138c;
  display: inline-block;
  text-transform: uppercase;
}
.grid .readmore:hover a {
  background: linear-gradient(to left, #e4a4fa, #c9acdf, #fee3ff);
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: var(--color-primary);
}
.grid_2_column {
  padding: 0;
  border-bottom: none;
}
.grid_2_column .out-thumb {
  padding: 12px 0;
}
@media (max-width: 768px) {
  .grid_2_column {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .grid_2_column:nth-of-type(even) {
    padding-left: 10px;
  }
  .grid_2_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: left;
  }
}
@media (min-width: 768px) {
  .grid_3_column:nth-of-type(odd) {
    clear: none;
  }
  .grid_3_column:nth-of-type(3n+1) {
    clear: left;
  }
}
.cfoxin {
  display: block;
  clear: both;
  overflow: auto;
  display: flex;
  align-items: center;
}
.cfoxin + .cfoxin {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--color-borders);
}

.cfoxin .featured-thumb {
  border-radius: 2px;
  flex: 0 0 350px;
  margin: 0 15px 0 0;
}
.cfoxin .featured-thumb a{
  display: block;
  overflow: hidden;
}
.cfoxin .out-thumb .entry-title {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4em;
}
.cfoxin .out-thumb .entry-excerpt {
  margin-bottom: 20px;
}
.cfoxin .out-thumb .postedon a {
  font-weight: bold;
  color: #444;
}

@media(max-width: 768px){
  .cfoxin .featured-thumb{
    flex: 0 0 250px;
  }
}
@media(max-width: 575px){
  .cfoxin{
    display: block;
  }
  .cfoxin .featured-thumb{
    flex: auto;
    margin: 0;
  }
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.lg-1, .lg-10, .lg-11, .lg-12, .lg-2,
.lg-3, .lg-4, .lg-5, .lg-6, .lg-7,
.lg-8, .lg-9, .md-1, .md-10,
.md-11, .md-12, .md-2, .md-3,
.md-4, .md-5, .md-6, .md-7,
.md-8, .md-9, .sm-1, .sm-10,
.sm-11, .sm-12, .sm-2, .sm-3,
.sm-4, .sm-5, .sm-6, .sm-7,
.sm-8, .sm-9, .xs-1, .xs-10,
.xs-11, .xs-12, .xs-2, .xs-3,
.xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 100%;
  padding-right: 15px;
}
.xs-12 {
  width: 100%;
}
.xs-11 {
  width: 91.66666667%;
}
.xs-10 {
  width: 83.33333333%;
}
.xs-9 {
  width: 75%;
}
.xs-8 {
  width: 66.66666667%;
}
.xs-7 {
  width: 58.33333333%;
}
.xs-6 {
  width: 50%;
}
.xs-5 {
  width: 41.66666667%;
}
.xs-4 {
  width: 33.33333333%;
}
.xs-3 {
  width: 25%;
}
.xs-2 {
  width: 16.66666667%;
}
.xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.66666667%;
  }
  .md-10 {
    width: 83.33333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.66666667%;
  }
  .md-7 {
    width: 58.33333333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.66666667%;
  }
  .md-4 {
    width: 33.33333333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.66666667%;
  }
  .md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .lg-1,
  .lg-10,
  .lg-11,
  .lg-12,
  .lg-2,
  .lg-3,
  .lg-4,
  .lg-5,
  .lg-6,
  .lg-7,
  .lg-8,
  .lg-9 {
    float: left;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.66666667%;
  }
  .lg-10 {
    width: 83.33333333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.66666667%;
  }
  .lg-7 {
    width: 58.33333333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.66666667%;
  }
  .lg-4 {
    width: 33.33333333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.66666667%;
  }
  .lg-1 {
    width: 8.33333333%;
  }
}