/* Enter Your Custom CSS Here */

#modified-date:before {
	  background-image: url(/wp-content/uploads/refresh-icon.svg);
    content: "";
    margin-right: 4px;
    background-size: .75rem .75rem;
    display: inline-block;
    width: .75rem;
    height: .75rem;
}

#modified-date {
	margin-bottom: 0px;
	font-size: 13px;
	margin-top: -30px;
}

@media only screen and (max-width: 600px) {
  #modified-date {
		margin-top: 10px;
		margin-bottom: -15px!important;
}
}


/* CONS MARK LIST */

.cons-mark ul {
  list-style: none;
  position: relative;
}

.cons-mark li:before {
		content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(wp-content/uploads/cons-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;
		vertical-align: middle;
}

/* PROS MARK LIST */

.pros-mark ul {
  list-style: none;
  position: relative;
}

.pros-mark li:before {
		content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(wp-content/uploads/pros-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;
		vertical-align: middle;
}


/* Redirection page */ 

.redirect-page .content {
    width: 100%;
    background-color: #83afa4!important;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem 0;
    background-image: none;
    color: #232e7b;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 576px) {
    .redirect-page .content {
        font-size: 2rem;
        line-height: 2.25rem;
        padding: 30px 0;
        background-size: 100% 215%;
        background-position: 50%;
        background-image: url('/wp-content/uploads/redirect-bg-1.png')!important;
    }
}

/* OL LIST FIX */

ol {
		list-style-type: none;
    counter-reset: item;
    margin-left: 0;
    margin: 20px 0;
    padding: 10px 0;
}

ol li {
	counter-increment: item;
    margin-bottom: 10px;
}

ol li:before {
		margin-right: 10px;
    content: counter(item);
    background: #e2cd75;
    border-radius: 100%;
    color: #3a4668;
    width: 23px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
}

/* 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__info .casino_info {
	margin-bottom: 0px!important;
}

.dropdown-about__section-entry {
	margin-bottom: 0px!important;
}

.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-container .social_block {
	position: relative !important;
}

#footer-container .block_5 {
	background-color: #151924 !important;
}

#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;
}

/* GENERAL FIXED */ 

p {
	margin-bottom: 1rem!important;
}


