/* single review */
.single-review-area {
    height: 90vh;
    display: grid;
    align-items: center;
    padding: 20px;
}

.casino-list-item {
    background: white;
    border-bottom: 2px solid #eeedeb;
    margin-bottom:5px;
    display: flex;	 
	position:relative;
	width:100%;
	border-radius: 5px;
}
.casino-list-item .c0{
    padding: 5px 8px;
    position: absolute;
    color: white;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    left: 30px;
    top: 0px;
}

.casino-list-item .c1 {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    width: 27px;
    height: 27px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    border-radius: 0% 0% 70% 0%;
    z-index: 9;
    left: 0px;
    top: 0px;
}

.casino-list-item .c2 {
    width: 23%;
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    border-radius: 5px;
}


.casino-list-item .c3 {
    width: 20%;
    text-align: center;
    padding: 15px 10px;
}
.casino-list-item .c4 {
    width: 35%;
    position: relative;
    padding: 15px 10px 15px 50px;    
}

.casino-list-item .c5 {
    width: 20%;
    padding: 15px 10px;

}

.casino-list-item.casino-list-item-bottom .c2{
	width: 30%;	
	padding:10px;
}


.casino-list-item.casino-list-item-bottom .c3{
	width: 100%;
	padding:0px
}

.casino-list-item.casino-list-item-bottom .c4{
	width: 70%;
	padding:10px 10px 10px 150px;
	
}

.casino-list-item.casino-list-item-bottom .c5{
	width: 80%;
	margin:auto;
	padding:10px 0 0 0;
}

.casino-list-item .table {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.casino-list-item .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.casino-list-item .c2 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:767px) {
    .casino-list-item .c2 img {
        max-height:100px;
    }
}

.casino-list-item .c2 a {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    display: block;
}
.casino-list-item:hover .c2 a {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.casino-list-item .c3 .rating span{
    /*color: #ff6a75;*/
    width: 28px;
	text-shadow:none;
}

.casino-list-item .c4 span {
    position: absolute;
    font-size: 30px;
    color: #e2e2e2;
    left: 0;
    top: 50%;
    margin-top: -15px;
    margin-left: -10px;
}

.casino-list-item .c4 img {
    position: absolute;
    color: #e2e2e2;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 25px;    
}

.casino-list-item .c4 span {
    position: absolute;
    color: #e2e2e2;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 25px;    
}

.casino-list-item.casino-list-item-bottom .c4 img {
    left: 80px;
  
}

.casino-list-item.casino-list-item-bottom .c4 span {
    left: 80px;
}


.casino-list-item .c4 .casino-title strong {
    color: #009f28;
    font-weight: 700;
}

.casino-list-item .c4 .casino-text p {
    line-height: 1.5em;
    color: #2d2d2c;
    margin: 0;
    font-size: 14px;
}

.casino-list-item .c5 .casino-button a {
    text-decoration: none;
    box-shadow: 0px 3px 2px rgb(0 0 0 / 10%);
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    position:relative;
    text-align: center;
    font-size: 18px;
}
.casino-list-item .c5 .casino-button a:hover {
    opacity:0.8;
}
.casino-list-item .c5 .casino-button a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.15;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.casino-list-item .c5 .casino-button a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px){
    .casino-list-item {
        display: block;
	    width:100%;
    }
    .casino-list-item .c0{
	    position: absolute;
	}
    
    .casino-list-item .c1 {
		position: absolute;
    }
    
    .casino-list-item .c2 {
		width: 100%;
    }
    
    .casino-list-item .c3 {
		width: 100%;
		padding: 20px 10px 20px 10px;
    }
    
    .casino-list-item .c4 {
		width: 100%;
		text-align: center;
		padding: 0px 10px;
    }
    
    .casino-list-item .c4 p {
		max-width: 400px;
		margin: 0 auto;
    }
    
    .casino-list-item .c4 span {
		display: none;
    }
    
    .casino-list-item .c4 img {
		display: none;
    }
    
    .casino-list-item .c5 {
		width: 100%;
		padding:20px 10px;
    }
    
    .casino-list-item .count {
		position: absolute;
		top: 10px;
		left: 10px;
    }
    
	.casino-list-item.casino-list-item-bottom .c2 {
		width: 100%;
		padding: 0 10px;
    }
    
    .casino-list-item.casino-list-item-bottom .c3 {
		width: 100%;
		padding:0 0 10px 0;
    }
    
    .casino-list-item.casino-list-item-bottom .c4 {
		width: 100%;
		padding: 0 10px;
    }
    .casino-list-item.casino-list-item-bottom .c4-1 {
		padding: 20px 0;
    }
    
    .casino-list-item.casino-list-item-bottom .c5 {
		width: 100%;
		padding:0 0 20px 0;
    }
}

#custom_footer .copyright-container {
    width: 170%;
    margin-left: -35%;
    padding-left: 35%;
    padding-right: 35%;
    background: #2d2d2c;
}
#custom_footer .copyright-container .copyright{
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
}
#custom_footer .copyright p {
    margin:0;
    font-size: 0.8571428571rem;
    color: #fff;
}
#custom_footer .copyright a {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 36px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.4285714286rem;
    line-height: 32px;
    border-radius: 5px;

}

#custom_footer .footer-container {
    width: 170%;
    margin-left: -35%;
    padding-left: 35%;
    padding-right: 35%;
    background: #181818;
}

#custom_footer .footer-container .main-footer{
    padding:50px 20px 20px 20px;

}

#custom_footer .main-footer .footer-menu li{
    color: #fff;
}
#custom_footer .main-footer .footer-menu a{
    color: #fff;
}

#custom_footer .main-footer .footer-flex{
    display:flex;
}

#custom_footer .main-footer .footer-flex .footer-text{
    width:70%;
    color: gray;
}


#custom_footer .main-footer .footer-flex .footer-icon{
    width:30%;
    margin-left:20px;
    display:flex;
    justify-content: space-between;
}

#custom_footer .main-footer .footer-icon .badge-image{
    margin-bottom:20px;
}


@media screen and (max-width: 767px){
    #custom_footer .copyright-container {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    #custom_footer .footer-container {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    #custom_footer .main-footer .footer-flex{
        display:block;
    }
    #custom_footer .main-footer .footer-flex .footer-text{
        width:100%;
    }
    
    #custom_footer .main-footer .footer-flex .footer-icon{
        width:100%;
        margin-left:0px;
    }
}