/* Enter Your Custom CSS Here */

/* TOPLIST TAB */ 

.toplist-selector {
  margin-bottom: 15px;
}

.nav-link.active {
  background-color: #0955b0 !important;
}

/* WAVES */ 

.waves {
  margin-top: 0px;
  background-image: url('/wp-content/uploads/topwave.svg'),url('/wp-content/uploads/bottomwave.svg');
  background-size: 100% 70px, 100% 30px;
  background-position: center bottom, center top;
  background-repeat: no-repeat;
}


/* HEADER W OWERFLOW FIX */

.header-w-overflow-image-block__text {
	color: #212529 !important;
}

.header-w-overflow-image-block__image img {
	height: 250px;
}

@media screen and (max-width: 600px) {
 .header-w-overflow-image-block__image img {
    display: none;
  }
}

/* TOPLIST FIX */

.basic-casino-list-block__item__tandc {
	background-color: #f7f7f8;
}

/* .basic-casino-list-block__item__thumb {
	border: 0px !important;
} */

.basic-casino-list-block__item__dropdown .dropdown-about__section-entry:nth-of-type(odd) {
	background-color: #f7f7f8;
}

.basic-casino-list-block__item__dropdown .dropdown-about {
	border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 600px) {
	.basic-casino-list-block__item__link-and-rating h5 {
	background-color: #f7f7f8;
	}
}

/* FOOOTER */ 

#footer-menu {
	margin-left: 0px!important;
}

#menu-item {
	margin-left: 0px!important;
}


#footer-container h5 {
	text-transform: uppercase;
	font-weight: 700;
}

/* HOW TO */

.howto-badge {
	position: absolute;
	font-size: 14px;
	background-color: #262d53;
	padding: 5px;
	color: white;
	font-weight: 700;
	border-radius: 4px;
}

/* TABLE OF CONTENT */

.lwptoc_i {
	border: 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.lwptoc {
	margin-bottom: 0px !important;
}

/* PROS MARK LIST */

.pros ul {
  list-style: none;
  position: relative;
}

.pros li:before {
		content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(/wp-content/uploads/2020/08/feature-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;
		vertical-align: middle;
}

/* YOAST FAQ STYLING */

.faq-deco .schema-faq-question {
display: block;
border-radius: 5px 5px 5px 0px;
color: #444;
background-color: #f5f7ff;
padding: 15px;
margin-bottom: 2px;
cursor: pointer;
}

.faq-deco .schema-faq-question button {
all: inherit;
border: 0;
display: flex;
justify-content: space-between;
width: 100%;
padding: 0.5em 0;
}

/* .yoast-faq-accordion .schema-faq-question button:focus svg {
outline: 2px solid;
} */

.faq-deco .schema-faq-question button svg {
height: 1em;
color: #476aff;
margin-left: 0.5em;
}

.faq-deco .schema-faq-question [aria-expanded="true"] .vert {
display: none;
}

.faq-deco .schema-faq-question [aria-expanded] rect {
fill: currentColor;
}

.faq-deco .schema-faq-answer {
padding: 1em;
margin: 0 0 .5em 0;
}


