/*
Theme Name: Slots Online
Author: epicorns
Description:slots online
Version:2.0
text Domain:slots online
*/

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /*font-display: swap;*/
  src: url(font/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Lato-fallback";
    size-adjust: 93.80%;
    ascent-override: 100%;
    src: local("Arial");
}

body{
	margin: 0 !important;
}
body{
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Lato", "Lato-fallback";
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
}
html {
	scroll-behavior: smooth;
}
@supports (-webkit-touch-callout: none) {
 .search_bar input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
}
.overlay {
	overflow: hidden !important;
}
.navbar{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img{
	width:300px;
}
.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-expand-sm .navbar-nav li:last-child .nav-link {
    padding-right: 0px;
}
.navbar-expand-sm .navbar-nav li:first-child .nav-link {
    padding-left: 0px;
}
.navbar-nav a.nav-link:hover {
    color: #5CBA47!important;
}
/* .prosettings{
	display: none;
}
.asl_w_container.asl_w_container_1 {
    margin-left: auto;
}
input.orig::placeholder {
	color: #000 !important;	
	text-align: center;
	font-weight:700;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
	margin:unset !important;
}
div.asl_m .probox .promagnifier .innericon svg, 
div.asl_m .probox .prosettings .innericon svg, 
div.asl_m .probox .proloading svg{
	width: 15px !important;
}
.proloading {
    display: none !important;
} */

.burger {
	cursor: pointer;
	position: relative;
	display: none;
}
.icon_mob{
    width: 25px;
    background: #5CBA47;
    border-radius: 50%;
    position: relative;
    z-index: 9999;
    font-size: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    display: none;		
	}
.wide .icon-bar{
	display: none;		
	}
.wide .icon_mob{
	display:flex;	
}
.icon-bar {
	display:block;
	width: 22px;
	height: 2px;
	margin: 5px;
	background-color: #fff;
	margin-left: auto;
	transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.wide .icon-bar{
	width: 11px;
	background-color: #000;
}
.wide .icon-bar:nth-child(1){
	transform: rotate(45deg) translate(4px, 5px);
}
.wide .icon-bar:nth-child(2){
	opacity: 0;
}
.wide .icon-bar:nth-child(3){
    transform: rotate(-45deg) translate(2px, -2px);
    transform-origin: 0% 100%;
}
@supports (-webkit-touch-callout: none) {
.wide .icon-bar{
	width: 12px;
}
}
@media screen and (max-width: 768px) {
.navbar-expand-sm .navbar-nav li:first-child .nav-link{
	padding-left: 1rem;
}
.navbar ul li{
    text-align: left;		
}
.navbar{
	align-items: end;
}
.navbar-brand img {
    width: 250px;
}
.navbar ul {
	display: none;
	position: fixed;
    left: 0;
    width: 100%;
    top: 0;
	padding-top: 70px;
    z-index: 9999;
    transition: transform .5s ease-in-out;
    margin-right: 0;
    background-color: #1A1E23;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
	border-bottom: 3px solid #5CBA47;
}
.wide {
    transform: translate(270px 0);
}
.navbar ul li {
    display: block;
    line-height: 35px;
    margin: 0;
    box-sizing: border-box;
}
.navbar.wide ul { display: block; }
.burger {
    display: block;
    position: relative;
    top: 2px;
}
.navbar.wide .burger{
    width: 25px;
    background: #5CBA47;
    border-radius: 50%;
	z-index: 9999;
}
img#Layer_1 {
    width: 80%;
}
.toolbar__button{
    display: inline-block;
    border: 0;
    background: 0 0;
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
}
nav.navbar.navbar-expand-sm.wide a.navbar-brand {
    z-index: 99999;
}
}

.search_bar form{
	display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
}
.search_bar input{
    display: block;
    width: 30%;
    height: 30px;
    font-size: 12px;
    color: #1A1E23;
    font-weight: 700;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-indent: 10px;
    border: none;
}
.nosearch {
    text-transform: none;
}
.search_bar button{
	margin: 0 !important;
    outline: none;
    display: block;
    color: white;
    padding: 5px 10px;
    height: 30px;
    border: none;
    background: #5CBA47;
    border-radius: 0px 10px 10px 0px;
}
.search_bar .fas{
	color: #1A1E23;
    font-size: 13px;
}
.search_bar ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #1A1E23;
	opacity: 1; /* Firefox */
	font-weight:700;
	font-size:12px;
	text-transform:unset;
}

.search_bar :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #1A1E23;
	font-weight:700;
	font-size:12px;
	text-transform:unset;
}

.search_bar ::-ms-input-placeholder { /* Microsoft Edge */
	color: #1A1E23;
	font-weight:700;
	font-size:12px;
	text-transform:unset;
}
@media(max-width:992px) and (min-width:769px){
button#headerSearchButton {
    display: none;
}
.search_menu {
    margin-top: -25px;
    flex-grow: 2;
}
.navbar-expand-sm .navbar-nav{
    justify-content: space-between;		
}
}
@media(max-width:768px){
.search_menu {
    flex-grow: 2;
    text-align: end;
    margin-right: 10px;
}
.search_bar {
    position: absolute;
    left: 0px;
    top: 2px;
    display: none;
    z-index: 999999;
    width: 100%;
}
.search_bar input{
    padding: 10px 10px;
    right: 1px;	
	width:100%;	
    height: 34px;
}
.search_bar button{
	position: relative;
    height: 34px;
    padding: 6px 15px;
}
.search_bar.search_open {
    display: block;
}
}
@media (max-width: 360px){
.navbar-brand img {
    width: 230px;
}
.footer_top_img {
    padding-bottom: 56px;
}
}
@supports (-webkit-touch-callout: none) {
.search_bar form{
	display: flex;
	-webkit-justify-content: end;
    justify-content: end;
    align-items: center;
}
}
@media(min-width:769px){
.horizontal_menu {
    display: none;
}		
}
.horizontal_menu {
    background: #D9D9D9;
    padding: 12px 0;
}
.horizontal_menu ul{
	display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}
.horizontal_menu ul li{
	display: flex;
    align-items: center;
}
.horizontal_menu ul li:last-child a {
margin-left: 12px;
}
.horizontal_menu ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.horizontal_menu ul li a:hover{
    color: #5CBA47!important;
}
.horizontal_menu i {
    color: #5BBA47;
    position: relative;
    left: -6px;
}
.sack-dollar::before {
    content: '';
    background-image: url(https://slots-online.es/wp-content/uploads/2022/12/sack-dollar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 40px;
    position: absolute;
    left: -12px;
}
/***************************************************For gutenberg container padding style ****************************************************/

@media (min-width: 576px){
.gb-container > .gb-inside-container{
	max-width: 540px !important;
}
}
@media(min-width:768px){
.gb-container > .gb-inside-container{
    max-width: 720px !important;
} 
}
@media(max-width:768px){
.gb-container > .gb-inside-container{
	padding: 0px 15px!important;
} 
header.container, footer .container {
	padding: 0px 15px!important;
}	
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: flex;
    float: none;
    margin: auto;
    justify-content: center;
}
}
@media (min-width: 992px){
.gb-container > .gb-inside-container{
    max-width: 960px !important;
}
}
@media (min-width: 1200px){
.gb-container > .gb-inside-container{
    max-width: 1110px !important;
}
}
.gb-container > .gb-inside-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/***************************************************For gutenberg container padding style ****************************************************/
.blackbg h2{
	margin-left:30px;
}
h2 {
    position: relative;
    padding-left: 35px;
}
h2:before {
    content: '';
    background: url(https://slots-online.es/wp-content/uploads/2022/10/heading_icon.svg);
    background-repeat: no-repeat;
    background-size:26px;
    background-position: left center;
    position: absolute;
    top: -5px;
    left: 0px;
    width: 35px;
    height: 40px;
}
a {
    color: #5CBA47;
}
@media(max-width:768px){
.blackbg {
    background: #07030E;
}	
.blackbg h2{
	margin-left:unset;	
}
}

.black_bg .gb-inside-container {
    padding: 15px 40px 30px 40px!important;
}
.black_bg .gb-inside-container {
    background-color: #07030E;
    border-radius: 5px;
}
.black_bg .widgetblock h2 {
    margin-top: 25px!important;
}
@media(max-width:768px){
.black_bg .gb-inside-container {
padding: 15px 15px 40px 15px !important;
	}
}
/******************************** gutenberg *************************/

.gb-container ul,
.wp-block-columns ul
{
	list-style: none;
}
.gb-container li,
.wp-block-columns li
{
    margin-bottom: 15px;
}
.gb-container ul li:before,
.wp-block-columns ul li:before
{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
	margin-right: -16px;
    position: relative;
    left: -20px;
}

/******cookiebar starts****************/
#cookie-bar {
    background: #111;
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 15px 150px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-evenly;
	font-weight: 700;
}
div#cookie-bar .cookiepara {
	font-size: 14px;
	margin-bottom: 0px;
}
.cookiepara a {
	color: #5CBA47;
}
.acceptcookie {
    color: #fff;
    padding: 8px 24px;
    line-height: 20px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    background: #5CBA47;
    box-shadow: 0px 0px 5px #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.declinecookie {
	background-color: transparent;
    padding: 8px 20px;
    line-height: 20px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
@keyframes slidettb {
  0% {
    transform: translateY(0px);
  }
  99% {
    transform: translateY(95px);
    display: block;
  }
  100% {
    transform: translateY(100px);
    display: none;
  }
}
.cookiebarnone {
	transition: 0.5s;
	animation: slidettb 0.5s forwards;
	animation-iteration-count: 1;
	margin-bottom: -50px;
}
.cookiebarhide {
	display: none !important;
}
@media (max-width: 39.9375em) {
#cookie-bar {
    text-align: left;
    padding: 15px;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
}
div#cookie-bar .cookiepara {
    font-size: 15px;
    padding-bottom: 20px;
}
.acceptcookie {
    padding: 14px 34px;
    margin-left: 20px;
}
.declinecookie {
	padding: 10px 30px;
    margin-left: 0px;
}
}
@media(min-width:768px) and (max-width:991px){
#cookie-bar {
    padding: 10px 80px;
    align-items: flex-start;
}
div#cookie-bar .cookiepara {
    margin-bottom: 0px;
}
.cookiepara ~ div{
	display: flex;
    align-items: center;
}
}
/******cookiebar ends****************/

/* 
.wp-container-7{
    flex-basis: 100% !important;
    background: #07030E;
    border-radius: 10px;
    padding: 25px 30px 6px 30px;
}
.wp-container-7 > div:nth-child(1),
.wp-container-7 > div:nth-child(3)
{
	    flex-basis: 10% !important;
}
.wp-container-6.wp-block-columns > .wp-container-5.wp-block-column{
    display: grid;
    place-items: center;	
}
@media(max-width:768px){
	.wp-container-7 {
    padding: 25px 20px 6px 20px;
}
.gb-container-d02ee465{
	background: #07030E;
}
} */


/********************** Scroll to top *********************/

.scroll_to_top_fixed {
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 960;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #5CBA47;
}
	.cookienonescrolltop{
		bottom: 60px!important;	
	}
.scroll_to_top_fixed > i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);		
}
.scroll_to_top_fixed .fa-arrow-up:before {
    content: "\f062";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;                 
}
@media(max-width:768px){
.scroll_to_top_fixed{
	bottom: 85px;	
}
	.cookienonescrolltop{
		bottom: 150px!important;	
	}
}

/********************** Scroll to top *********************/

/********************** Ajax search for header part *********************/
div.overflow_search {
    max-height: 470px;
    overflow-y: auto;
}
.overflow_search::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 20px;
	background-color: #5cba474a;
}
.overflow_search::-webkit-scrollbar{
	width: 5px;
	background-color: #5cba474a;
    border-radius: 20px;
}
.overflow_search::-webkit-scrollbar-thumb{
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #5CBA47;
}

div.search_result {
    position: absolute;
    right: 0;
    width: 220px;
    background: #fff;
    color: #5CBA47;
    font-weight: 600;
    margin-top: 15px;
    padding: 0px 0px 0px 5px;
    border-radius: 5px;
    text-transform: capitalize;
    z-index: 99;
}
.seperatesearch img {
	width: 80px;
    height: 50px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
}
.seperatesearch a {
    text-decoration: none;
    padding-left: 5px;
	padding-right: 5px;
    font-size: 14px;
    height: fit-content;
}
.seperatesearch {
    border-top: 2px solid #5cba474a;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
}
.searchtitle {
    padding-bottom: 10px;
    padding-top: 10px;
	position:relative;
	display: inline-block;
}
.nosearch {
    padding: 15px 0px;
    font-size: 14px;
}
.searchtitle_close {
	position: absolute;
    right: 60px;
    top: 8px;
     display: none; 
    color: #5CBA47;
    z-index: 9999;
}
@media screen and (max-width: 768px) {
div.search_result {
    width: 100%;
	text-align: left;
	}
}
@media(min-width:769px) and (max-width:991px){
div.search_result {
	width: 250px;
}
}
@media(min-width:769px){
.searchtitle_close {
    display: none !important;
}
}
/********************** Ajax search for header part *********************/

/********************** Register list style *********************/
ul.is-style-image_with_list {
    display: flex;
    flex-direction: column;
}
/********************** Register list style *********************/

/********************** Image after content in responsive *********************/
@media screen and (max-width: 768px) {
.gb-container.gb-container-6f3e97d6.imageswap .gb-inside-container {
    display: flex;
    flex-direction: column;
}
.imageswap .wp-block-image {
    order: 1;
}
}
/********************** Image after content in responsive *********************/
/********************** legal-warning *********************/
.legal-warning .gb-inside-container{
    border-top: 2px solid #5CBA47;
    border-bottom: 2px solid #5CBA47;
    padding: 20px 20px 10px 20px!important;
    background-color: #5cba473b;
}
.legal-warning h3:before {
content: "\f071";
font-family: "Font Awesome 5 Free";
color: #fbdd03;
padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
.legal-warning {
    padding: 15px;
}
}
/********************** legal-warning *********************/
/********************** generate blocks styles *********************/
@media (min-width: 576px){
.gb-container > .gb-container{
	max-width: 540px !important;
}
}
@media(min-width:768px){
.gb-container > .gb-container{
    max-width: 720px !important;
}
}
@media(max-width:768px){
.gb-container > .gb-container{
	padding: 0px 15px!important;
}
}
@media (min-width: 992px){
.gb-container > .gb-container{
    max-width: 960px !important;
}
}
@media (min-width: 1200px){
.gb-container > .gb-container{
    max-width: 1110px !important;
}
}
.gb-container > .gb-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.black_bg .gb-container {
    padding: 15px 40px 30px 40px!important;
}
.black_bg .gb-container {
    background-color: #07030E;
    border-radius: 5px;
}
@media(max-width:768px){
.black_bg .gb-container {
padding: 15px 15px 40px 15px !important;
	}
}
.legal-warning .gb-container{
    border-top: 2px solid #5CBA47;
    border-bottom: 2px solid #5CBA47;
    padding: 20px 20px 10px 20px!important;
    background-color: #5cba473b;
}
/********************** generate blocks styles *********************/