/*
Theme Name:   Twenty-two Child
Template:     twentytwentytwo
Text Domain:  twentytwentytwochild
*/

@font-face {
  font-family: "worksans";
  src: url("./fonts/worksans/WorkSans-Regular.ttf") ;
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: "worksans";
  src: url("./fonts/worksans/WorkSans-Italic.ttf") ;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./fonts/worksans/WorkSans-Medium.ttf") ;
  font-weight: 500;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./fonts/worksans/WorkSans-MediumItalic.ttf") ;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./fonts/worksans/WorkSans-SemiBold.ttf") ;
  font-weight: 600;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./fonts/worksans/WorkSans-SemiBoldItalic.ttf") ;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./fonts/worksans/WorkSans-Bold.ttf") ;
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./fonts/worksans/WorkSans-BoldItalic.ttf") ;
  font-weight: bold;
  font-style: italic;
}
html, body{
	font-family: "worksans";
	font-weight: normal;
}
@media screen and (min-width: 1300px){
	.alignwide {
		max-width: 1140px!important;
	}
}

body.page-id-6{
	/*background-image: url(./img/h_bg.png);*/
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:768px){
body.page-id-6,
body.page-id-401{
		background-image: url(./img/h_bg3.jpg);	
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
}
}
.listing_item p {
	margin-top: 0;
}
.listing_item .logoList:not(.logoListmob) img{
	max-height: 150px;
	width: auto;
}

.listing_item .logoListmob img{
	height: auto;
	max-width: 125px;
}
.listing_item:not(.listing_item_v2):hover{
	transform: scale(1.02);
	transition: all .3s ease-out;
}

/*v2*/
.listing_item_v2 .listingCount{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 6px 0 0 6px;
}
.listing_v2_button{
	box-shadow: 0px 3px 12px rgb(0 0 0 / 25%);
}
.listing_v2_button:hover{
	background: #2d923b;
}
.listing_item_v2_mob .logoList img{
	max-width: 120px;
	height: auto;
}
.listing_item_v2_mob .bonusLabel{
	border-radius: 8px;
	padding: 2px ;
	min-width: 150px;
}

.rightColumn{
	    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.rightColumn .wp-block-buttons{
	width: 100%;
}

.listing_item_v2.favor:before{
	content: "TOP CASINO";
  background-color: #db0303;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
}
.listing_item_v2.exclus:before{
	content: 'MAIS POPULAR';
	font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
  background-color: #db0303;
  color: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;

}
.exclus{
    position:relative;
}