/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.games .sport-game .game .image .featured-image{
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.games .sport-game .game .image .featured-image img {
	max-width: 130px;
	border-radius: 0;
}

.games .sport-game .game .options li.play a {
	padding-left: 50px;
}

.featured-subscribe a {
	color: #fff;
	text-decoration: underline;
}
.loginforms .form .field label.featured-subscribe {
	font-family: "MuseoSans300", serif;
}

.home .onload-slider-wrapers,
.home #search-results {
	margin-top: 100px;
}
.home-content-wrap {
	display: inline-block;
	width: 100%;
	position: relative;
}

.sport-game .game {
	height: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.sport-game .game .image {
	flex-grow: 1;
	max-height: 242px;
    min-height: 242px;
}

.similar-games .sport-game .game .image,
.provider-games-wrap .sport-game .game .image {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*.similar-games .sport-game .game {
	margin-bottom: 20px;
}*/

.information .summary .provider-box.game.sport img {
	max-width: 180px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.information .summary .provider-box.game.sport .provider-box-game-img {
	display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.summary .games.similar-games .search-result-single {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.single-event .header .heading .title {
	padding-bottom: 30px;
}

.single-event .information .intro .title.event-title {
	font-size: 2.6rem;
}

.wpulike button.wp_ulike_btn {
	background: transparent;
	border: 0;
	padding: 0;
	width: 15px;
	overflow: hidden;
	margin-right: 3px;
}
.wpulike button.wp_ulike_btn svg {
	width: 15px;
}
.wpulike .wp_ulike_is_unliked button.wp_ulike_btn svg path,
.wpulike .wp_ulike_is_not_liked button.wp_ulike_btn svg path {
	fill: #b4c3f3;
}
.wpulike button.wp_ulike_btn svg:not(:first-child) {
	display: none;
}

/*--------------------- FAQ -----------------------------*/

.faq-wrap {
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #D9E0FB;
	display: inline-block;
	width: 100%;
}
.faq-wrap .faq-title {
	margin-bottom: 15px;
}
.faq-wrap .faq-answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: height,opacity 0.3s ease;
    -moz-transition: height,opacity 0.3s ease;
    -o-transition: height,opacity 0.3s ease;
    -ms-transition: height,opacity 0.3s ease;
    transition: height,opacity 0.3s ease;
}
.faq-wrap .faq-single.active .faq-answer {
	height: auto;
	opacity: 1;
	padding: 1em 0;
}
.faq-wrap .faq-answer p {
	padding-bottom: 0;
}
.faq-wrap .faq-answer a {
	color: #111129;
	font-family: "MuseoSans500", serif;
}
.faq-wrap .faq-single h3.faq-question {
    padding: 0.3em 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.faq-wrap .faq-single h3.faq-question span {
	padding-right: 15px;
	flex-grow: 1;
}
.faq-wrap .faq-single h3.faq-question i {
	font-size: 1.5em;
	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.faq-wrap .faq-single.active h3.faq-question i {
	transform: rotate(90deg);
    position: relative;
}
.faq-wrap .faq-single:not(:last-child) {
	margin-bottom: 5px;
}
.prefooter {
	z-index: 250 !important;
}

/*--------------------- Games Filter -----------------------------*/

.filter-btn-wrap {
	background-color: #1e1c36;
	color: #fff;
	width: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: -40px;
    z-index: 250;
    cursor: pointer;
}
.filter-btn-wrap.is-sticky{
	position: fixed;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.provider-listing-row .filter-btn-wrap {
	top: 60px;
}
.filter-btn-wrap img {
	display: block;
	margin: 0 auto;
	max-width: 28px;
}
.filter-btn-wrap span {
	display: inline-block;
	font-size: 16px;
	padding-top: 10px;
}
.filter-items-wrap {
	position: absolute;
	z-index: 250;
	width: 450px;
	height: calc( 100% + 97px );
	background-color: #3c3862;
	color: #fff;
	overflow: hidden;
	top: -97px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -500px;
}
.provider-listing-row .filter-items-wrap {
	top: 0;
}
.filter-items-wrap.active {
	left: 0;
}
.filter-items-title {
	display: inline-block;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: 700;
}
.filter-items-close {
	position: absolute;
    color: #fff;
    font-size: 18px;
    left: 15px;
    top: 10px;
}
.filter-items-sectiion {
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
}
.filter-items-sectiion-title {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -30px;
    margin-bottom: 25px;
}
.filter-items-sectiion-title i {
	font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
}
.filter-items-sectiion-title span {
	font-size: 20px;
    line-height: 20px;
}
.provider-filters-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: center;
	align-items: center;
	max-height: 650px;
    overflow-y: scroll;
}
.provider-filter-single {
	flex-basis: 50%;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.provider-filter-single,
.game-cat-filter-single {
	margin-bottom: 10px;
	align-self: stretch;
	cursor: pointer;

}
.game-cat-filter-single {
	flex-basis: 80px;
	padding-left: 5px;
	padding-right: 5px;
}
.game-cats-fil-inner {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 1px 0px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 1px 0px rgb(0 0 0 / 10%);
	text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
	border-radius: 10px;
	width: 80px;
	height: 80px;
}
.game-cats-fil-inner img {
	max-width: 40px;
	max-height: 40px;
}
.game-cats-fil-inner .filter-img-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.game-cat-filter-single.selected .game-cats-fil-inner {
	opacity: 0.5;
}
.game-cat-filter-single .filter-single-name {
	font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.provider-filter-single .filter-img-wrap {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 60px;
    overflow: hidden;
}
.provider-filter-single img {
	max-width: 100%;
	max-height: 100%;
}
.provider-filter-single.selected .filter-img-wrap {
	background-color: rgba( 255, 255, 255, 0.4 );
}
.provider-filter-single.selected img {
	opacity: 0.5;
}
.provider-filter-single .filter-single-name {
	display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 8px 5px 5px 5px;
}
.active-filters-wrap {
	display: inline-block;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    color: #1e1c36;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.active-filters-wrap.filters-hide {
	display: none;
}
.active-filters-wrap .active-filters {
	display: flex;
	flex-wrap: wrap;
}
.active-filters-wrap .active-filters .active-filters-left {
	flex-basis: 70%;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.active-filters-wrap .active-filters .active-filters-left .filters-inner,
.active-filters-wrap .active-filters .active-filters-left .sort-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-grow: 1;
}
.active-filters-wrap .active-filters .active-filters-right {
	flex-basis: 30%;
	width: 30%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
}
.active-filters-wrap .active-filters-left .filtered-by-txt {
	padding-right: 10px;
}
.active-filters-wrap .active-filters-left .active-filter-items,
.active-filters-wrap .active-filters-left .sort-item {
	border: 1px solid #e4e9fc;
	border-radius: 20px;
	padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
}
.active-filters-wrap .active-filters-left .active-filter-items:hover,
.sort-item:hover {
	background-color: #728ef1;
	color: #fff;
}
.active-filters-wrap .active-filters-left .active-filter-items .filter-close {
	color: #728ef1;
	padding-right: 5px;
}
.sort-item .sort-type span {
	color: #1e1c36;
	padding-right: 3px;
}
.sort-item .sort-type i {
	color: #728ef1;
}
.active-filters-wrap .active-filters-left .active-filter-items:hover .filter-close,
.sort-item:hover .sort-type span,
.sort-item:hover .sort-type i {
	color: #fff;
}
#game-filter-results,
#operator-filter-results {
	display: none;
	width: 100%;
}
#game-filter-results .loading-icon,
#operator-filter-results .loading-icon{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social-login-wrap {
	display: inline-block;
	width: 100%;
}
.loginforms .form ol.social-login-wrap li a {
	max-width: 100%;
}
.social-login-wrap li a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
	top: -1px;
}
.social-login-wrap li a i {
	font-size: 2.5rem;
}
.single-gameplay .information .summary img.play-image.sport {
	max-width: 180px;
}

.detailed-terms-required .providers .provider .offer p {
	font-size: 0.9rem;
	font-family: "MuseoSans300", serif;
	padding: 0 0 1em 0;
}
.detailed-terms-required .information .offer-list .offer a .details p {
	font-size: 0.9rem;
}
.detailed-terms-required .providers .provider .offer h6 {
	font-size: 1.7rem;
	text-transform: uppercase;
	font-family: "MuseoSans900", serif;
	color: #3BBDAD;
	padding: 0.5em 0;
}
.detailed-terms-required .providers .provider .offer p.smallprint {
	font-size: 1.1rem;
}
.detailed-terms-required .information .offers li {
	font-size: 1.4rem;
}
.detailed-terms-required.single-game .information .offers li i {
	font-size: 1.9rem;
}
.detailed-terms-required.single-operator .information .offers li i {
	font-size: 2.1rem;
}
.detailed-terms-required .providers .provider .operator-mobile-hover-inner .claim-link,
.detailed-terms-required .providers .provider .offer h6 {
	text-decoration: underline;
}

.cli-bar-btn_container a.medium {
	min-width: 140px;
	border-color: transparent;
	padding: 1.2em 0.8em !important;
    font-size: 14px;
    font-weight: 700;
	text-align: center;
    white-space: nowrap;
	border-radius: 0 !important;
}
.operator-filter-results-inner.search-results-wrap {
	position: relative;
	box-sizing: border-box;
}
.operator-filter-results-inner.search-results-wrap .load-more-btn-wrap,
.onload-operator-results .load-more-btn-wrap {
	position: absolute;
	bottom: -60px;
}

/*--------------------- User Location Selector -----------------------------*/
.roger-location-selector-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(107, 131, 237, 0.9);
	color: #fff;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.roger-location-selector-wrap.active {
	display: flex;
}
.roger-location-selector-wrap .roger-location-selector-flag {
	max-width: 100px;
	margin: 0 auto;
}
.roger-location-selector-wrap .roger-location-selector-inner {
	text-align: center;
}
.roger-location-selector-inner .h1 {
	font-size: 120px;
	margin-bottom: 40px
}
.roger-location-selector-desc p {
	font-size: 40px;
}
.roger-location-selector-desc,
.roger-location-selector-btns,
.roger-location-selector-text {
	margin-top: 40px;
}
.roger-location-selector-desc {
	max-width: 650px;
}
.roger-location-selector-btns a {
	font-size: 35px;
    padding: 10px 40px;
    display: inline-block;
	border-radius: 45px;
	color: #fff;
}
.roger-location-selector-btns a.green {
	background: #20BC5F;
	margin-right: 10px;
}
.roger-location-selector-btns a.gray {
	background: #BCBCBC;
}
.roger-location-selector-btns a.green:hover {
	background: #1ca954;
}
.roger-location-selector-btns a.gray:hover {
	background: #a0a0a0;
}
.roger-location-selector-text a {
	color: #fff;
	font-size: 25px;
	text-decoration: underline;
}
.mobile-only-section {
	display: inline-block;
	margin-top: 35px;
	border-top: 1px solid #e5e4e5;
	padding-top: 15px;
}
.text .mobile-only-section h3 {
	font-size: 2rem;
	color: #111129;
}

#custom-font{
	font-size: 9px;
	line-height: 1.2;
}

.entry-content img {
	margin-bottom: 15px !important;
}

.text .offer-cblock h4 + p {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.entry-content p a img {
	margin-bottom: 0 !important;
}
.header.orange .navigation .language li.selected {
	background: #ff6005 !important;
}
.header.orange .navigation .language:hover li.selected {
	background: #e85600 !important;
}


/*--------------------- Mobile Responsive -----------------------------*/
@media (max-width: 1024px) {
	.home .onload-slider-wrapers,
	.home #search-results {
		margin-top: 50px;
	}

	.single-image-wrap.fixed-mobile-height {
		border-radius: 10px;
	}
}

@media (min-width: 1024px) {
	.logo-wrapper,
	.fixed-mobile-height {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	
	.home .onload-slider-wrapers,
	.home #search-results {
		margin-top: 30px;
	}

	.home .row.providers .inner.module,
	.home .row.operatoroffers .inner.module {
		max-width: 100% !important;
	}

	.header .logo img {
		height: auto;
	}

	.single-game .provider-box.game img {
		max-height: 175px;
	}

	.information .summary .provider-box.game.sport img {
		max-width: 140px;
	}

	.sport-game .game .image {
		max-height: none;
	}
	.filter-btn-wrap {
		width: 50px;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	border-radius: 0 5px 5px 0;
    	top: 110px;
    	z-index: 210;
	}
	.filter-btn-wrap img {
		max-width: 15px;
		height: auto;
	}
	.filter-btn-wrap span {
		font-size: 12px;
    	padding-top: 5px;
	}
	
	.filter-items-wrap {
		z-index: 210;
    	width: 300px;
    	height: 100%;
    	left: -350px;
    	top: 97px;
	}
	.listing.provider-listing-row.providers {
		position: relative;
	}
	.filter-items-title {
		padding-top: 10px;
    	padding-left: 50px;
    	font-size: 16px;
	}
	.filter-items-sectiion {
		padding-left: 25px;
    	padding-right: 25px;
    	padding-top: 30px;
	}
	.filter-items-sectiion-title {
		left: -10px;
	}
	.provider-filter-single {
		padding-left: 5px;
    	padding-right: 5px;
    	margin-bottom: 10px;
	}
	.provider-filter-single .filter-single-name {
		font-size: 12px;
		padding: 5px;
	}
	.provider-filters-inner {
		max-height: 400px;
	}
	.active-filters-wrap .active-filters .active-filters-left {
		flex-basis: 100%;
    	width: 100%;
	}
	.active-filters-wrap .active-filters .active-filters-right {
		flex-basis: 100%;
    	width: 100%;
    	font-size: 14px;
    	justify-content: flex-start;
    	position: relative;
    	top: 10px;
	}
	.active-filters-wrap .active-filters-left .active-filter-items {
		padding: 8px 8px;
    	font-size: 13px;
    	margin-bottom: 5px;
    	margin-right: 3px;
	}
	.active-filters-wrap .active-filters-left .filtered-by-txt {
		font-size: 14px;
	}
	.legal .begambleaware {
		display: inline-block;
		margin-bottom: 25px;
	}
	.detailed-terms-required .providers .provider .operator-mobile-hover-inner .line-2 {
		font-size: 10px;
		line-height: 10px;
		padding: 10px;
	}
	.detailed-terms-required .providers .provider .operator-mobile-hover-inner .visit-link {
		margin-top: 10px;
	}
	.roger-location-selector-inner h1 {
		font-size: 70px;
    	margin-bottom: 20px;
	}
	.roger-location-selector-wrap .roger-location-selector-flag {
		max-width: 80px;
	}
	.roger-location-selector-desc p {
		font-size: 22px;
	}
	.roger-location-selector-btns a {
		font-size: 20px;
	}
	.roger-location-selector-desc,
	.roger-location-selector-btns,
	.roger-location-selector-text {
		margin-top: 30px;
	}
	.roger-location-selector-text a {
		font-size: 18px;
	}
	
}

@media (min-width: 768px) {

	.owl-carousel.article-categories .owl-nav button span {
		font-size: 40px;
		line-height: 40px;
		color: #fff;
	}
	.owl-carousel.article-categories .owl-nav {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.owl-carousel.article-categories .owl-nav button {
		position: absolute;
		top: 5px;
		background-color: #111129 !important;
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 30px;
		-webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
	    box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
	}
	.owl-carousel.article-categories .owl-nav button.owl-prev {
		left: -90px;
		padding-right: 0 !important;
	}
	.owl-carousel.article-categories .owl-nav button.owl-next {
		right: -90px;
		padding-left: 0 !important;
	}
	.article-categories-wrap {
		max-height: 55px;
		overflow: hidden;
		margin-top: -30px;
	}
	.detailed-terms-required .providers .provider .offer p.smallprint a {
		text-decoration: underline;
	}
	.operator-filter-results-inner.search-results-wrap .search-result-single {
		flex: 0 0 50%;
	}
	/* .operator-filter-results-inner.search-results-wrap,
	.onload-operator-results {
		min-height: 1000px;
	} */

}

@media (max-width: 767px) {
	.owl-carousel.article-categories .owl-nav button span {
		font-size: 40px;
		line-height: 40px;
	}
	.operator-filter-results-inner.search-results-wrap .search-result-single {
		flex: 0 0 100%;
		box-sizing: border-box;
	}

	.operator-filter-results-inner.search-results-wrap,
	.onload-operator-results {
		min-height: 400px;
	}
	.provider-listing-row .filter-btn-wrap {
		top: 110px;
	}
	.active-filters-wrap .active-filters-left .sort-item {
		padding: 8px 16px;
		font-size: 12px;
	}
}