.listing-item {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin: 40px auto;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 10px;
	transition: all 0.5s;
	display: none;
}
.listing-item:nth-child(-n+25) {
    display: flex;
}
.listing-item:hover {
    box-shadow: 0 15px 40px 0 rgba(109, 141, 173, 0.55);
	transition: all 0.5s;
}
.listing-item .numbers {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9;
    width: 30px;
    padding: 0 0 8px;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
	background: #3c6382;
	border-radius: 0 0 5px 5px;
}

.listing-item .numbers:before {
	content: '';
    display: block;
	position: relative;
    width: 30px;
    height: 12px;
    background-color: rgba(0,0,0,.1);
    top: -12px;
    left: 0;
    right: 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.listing-item.nonFeatured {
	display: none;
}
.listing-item.show {
	display: flex !important;
}

.listing-item__column-img {
	width: 20%;
	border-radius: 10px;
}
.listing-item__column-description {
	width: 30%;
	position: relative;
}
.listing-item__column-description:before {
	content: '|';
	position: absolute;
    left: -25px;
    top: 45px;
    transform: scale(1, 4);
    color: #e9e9e9;
}
.listing-item__column-description:after {
	content: '|';
	position: absolute;
    right: -25px;
    top: 45px;
    transform: scale(1, 4);
    color: #e9e9e9;
}
.listing-item__column-description h2 {
	color: #000;
	margin: 0 !important;
	font-size: 28px !important;
}
.listing-item__column-description__icon {
    position: relative;
	width: 15px;
	margin-right: 10px;
	height: 20px!important;
	top: 5px;
}
.listing-item__column-description__icon.bolt {
	content: url("/wp-content/plugins/Danco-Get-Casino-Listings/images/bolt.svg");
	width: 12px;
	margin-right: 13px;
}
.listing-item__column-description__icon.check {
	content: url("/wp-content/plugins/Danco-Get-Casino-Listings/images/check.svg");
}
.listing-item__column-description__icon.sync-alt {
	content: url("/wp-content/plugins/Danco-Get-Casino-Listings/images/sync-alt.svg");
}
.listing-item__column-description div {
	display: flex;
	line-height: 1.7em;
	margin: 0 !important;
	color: #555!important;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.listing-item__column-description div {
    	width: 80%;
		align-items: flex-start;
		/* height: 40px!important; */
	}
	.listing-item__column-description div .listing-item__column-description__icon {
		height: 35px;
	}
	.listing-item__column-description div .listing-item__column-description__text {
		height: auto;
	}
}

/* #### COLUMN RATING #### */
.listing-item__column-rating {
	width: 20%;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listing-item__column-rating:after {
	content: '|';
	position: absolute;
    right: -17px;
    top: 25px;
    transform: scale(1, 4);
    color: #e9e9e9;
}
.listing-item__column-rating__box {
	width: 100%;
    display: flex;
	justify-content: space-between;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #d6d7db;
	margin-bottom: 10px;
}
.listing-item__column-rating__box .star-rating {
	display: flex;
}
.listing-item__column-rating__box .number-rating {
	font-weight: 700;
	font-size: 20px;
}
.listing-item__column-rating__box .star-rating .star {
    color: #ff2453;
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 1em;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 1.333em;
    padding: 0 2px;
}
@media only screen and (max-width: 767px) {
	.listing-item__column-rating {
		margin-top: 20px;
		width: 60%!important;
	}
	.listing-item__column-rating:after {
		content: ""!important;
	}
}
.listing-item__column-rating .listing-item__column-rating__box .star-rating .star-full:before {
    content: "\f005";
    font-weight: 900;
}

.listing-item__column-rating .listing-item__column-rating__box .star-rating .star-half:before {
    content: "\f5c0";
    font-weight: 900;
}
.listing-item__column-rating .listing-item__column-rating__box .star-rating .star-empty:before {
    content: "\f005";
    font-weight: 400!important;
}
/* first-item */
/*.listing-item.first-item .star-rating .star-half:before {*/
/*	content: "\f005"!important;*/
/*}*/


/* #### COLUMN CTA's #### */
.listing-item__column-cta {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    align-items: center;
	padding-right: 50px;

}
.listing-item__column-cta__button {
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 14px;
	text-decoration: none!important;
}
@media only screen and (max-width: 767px) {
	.listing-item__column-cta__button {
		width: 80%!important;
	}
}
.listing-item__column-cta__button.cta {
	background: #2ecc71;
	border: none;
	color: #fff!important;
}
.listing-item__column-cta__button.review {
	background: #7f8c8d;
	/* border: 1px solid #004771; */
	color: #fff!important;
	margin-top: 10px;
}
.listing-item__column-cta__button:hover {
	transform: scale(1.05,1.05)!important;
    -moz-transform: scale(1.05,1.05)!important;
    -ms-transform: scale(1.05,1.05)!important;
    -webkit-transform: scale(1.05,1.05)!important;
    -o-transform: scale(1.05,1.05)!important;
    transition: 500ms ease 0ms,500ms ease 0ms!important;
    transition-duration: 0.5s!important;
    z-index: 9999!important;
}
.load-more__btn {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 10px 50px;
	border: none;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	font-weight: 600;
	font-size: 15px;
	font-family: "Roboto";
	transition: 500ms ease 0ms, 500ms ease 0ms;
	transition-duration: 0.5s;
	margin-bottom: 50px;
}
.load-more__btn:hover {
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: 500ms ease 0ms, 500ms ease 0ms;
	transition-duration: 0.5s;
	z-index: 9999;
}
.errorList {
	text-align: center;
	color: red;
	font-weight: bold;
}
a.casino-review-link[href=' ']{
    display:none;
}
.listing-item__disclaimer {
	color: #b2bec3;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 20px 20px;
}
@media only screen and (max-width: 767px) {
	.listing-item {
		padding: 40px 0!important;
		flex-direction: column;
	}
	.listing-item__column-img {
		width: 100%!important;
		margin-left: auto!important;
		display: flex;
    	justify-content: center;
	}
	.listing-item__column-description {
		width: 100%!important;
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
	.listing-item__column-description h2 {
		width: 80%;
		margin: 10px 0 0!important;
	}
	.listing-item__column-cta {
		width: 100%!important;
		padding-right: 0!important;
	}
	.listing-item__column-cta__button.cta {
		margin-top: 15px;
	}
}
