:root{
        /* root bridge */
        --color0: #1f224f; /* Background */
        --primaryColor: #1F224F;
        --secondaryColor: #292D5C;
}

body{
	background-color: var(--color0);
}

.contents a, .contents a:hover {
    color: #1cc68d;
    text-decoration: underline;
}

.cover{
display: block;
background-image: url(/assets/image/brunocasino/header.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: 1266px;
min-height: 480px;
margin-top: 10px;
}


@media only screen and (max-width: 768px) {
  .cover {
	  background-image: none;
	  background: rgb(101,77,150);
	  background: linear-gradient(0deg, rgba(101,77,150,1) 0%, rgba(40,82,168,1) 100%);
  }
}


.bonus-container{
width: 1140px;
margin: auto;
max-width: 100%;
}

.bonus{
display: inline-block;
padding: 50px 20px 45px;
margin-top: 50px;
color: #f6da24;
text-align: center;
/* text-transform: uppercase; */
/* background-color: rgba(50,50,50,0.8); */
background-image: linear-gradient(180deg, #1CDB9B -12%, #151745 87.33%);
opcity: 0.5;
max-width: 540px;
font-size: 34px;
min-width: 340px;
background: none;
}

.bonus-inner{
line-height: 81px;
font-size: 74px;
font-weight: bold;
}

.bonus-inner span{
color: #fe3e3e !important;
font-size: 24px;
}

.cashback{
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-style: italic;
}

header{
background-color: #1F224F;
}

.button_big{
background: none;
background-color: #1cc68d;
padding: 15px;
font-weight: 400;
transition: background-color 0.5s;
color: white !important;
border-radius: 50px;
padding-left:25px !important;
padding-right: 25px !important;
transition: all .3s ease;
text-decoration: none !important;
}

.button_big:hover{
background: none;
background-color: #1cc68d;
padding: 15px;
transition: background-color 0.5s;
color: white !important;
    transition: all .3s ease;
    transform: scale(1.10);
}

.ep{
display: none !important;
}

/*.wp-block-group .has-background{
background-color: #292D5C !important;
}*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #292D5C !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #1F224F !important;
}
.wp-block-table.is-style-stripes {
border: none !important;
}

.wp-block-table thead {
    border-bottom: 2px solid !important;
}


header {
    background-color: var(--primaryColor);
    box-shadow: 0 0 1px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.24);
}

.footer{
	background-color: var(--secondaryColor);
}

article.article h2{ text-transform:uppercase;  font-weight:700;}


.login-btn{
	
}
.login-btn:hover{
	background-color: none;
	background: none;
}

.header_button{
	background: none;
    background-color: #1cc68d;
    font-weight: 400;
    transition: background-color 0.5s;
    color: white !important;
    border-radius: 50px;
}
#main-nav form>a {
    width: 83px;
}

#main-nav form>a.header_button {
    width: 128px;
}





