.home-new-sec {
	display: flex;
	width: 100%;
	gap: 0 25px;
}
.home-right {
	width: 25%;
	max-width: 350px;
}
.home-left {
	width: 73%;
}
.home-right .sidebar {
	width: 100%;
}
.gio-home-page-outer {
	width: 100%;
	display: inline-block;
}
.gio-home-hero {
	width: 100%;
	display: inline-block;
}
.gio-home-hero-inner {
	width: 100%;
	position: relative;
}
.gio-home-hero-img {
	width: 100%;
	display: inline-block;
	height: 543px;
	position: relative;
}
.gio-home-hero-img img {
	width: 100%;
	border-radius: 6px;
	height: 100%;
	object-fit: cover;
}
.gio-home-hero-content {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 102;
	padding-left: 40px;
	padding-right: 20px;
}
.gio-home-hero-content::before {
	content: "";
	width: 10px;
	height: 85%;
	display: block;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--dark-yellow);
}
.slick-slide:nth-child(2) .gio-home-hero-content::before {
	background: var(--red);
}
.slick-slide:nth-child(3) .gio-home-hero-content::before {
	background: var(--light-green);
}
.slick-slide:nth-child(4) .gio-home-hero-content::before {
	background: var(--green-color);
}
.hero-slide-category {
	color:var(--white);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hero-slide-title {
	font-size: 20px;
	line-height:30px;
	margin: 7px 0;
	font-weight: 700;
	color:var(--white);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.hero-slide-excerpt {
	font-size: 16px;
	color:var(--white);
	line-height: 22px;
}
.gio-home-hero-img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, #333 100%);
	background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%, #333 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );
}
.gio-home-hero .slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: rgba(255,255,255,0.3);
	color:var(--white);
	text-align: center;
	border: none;
	position: absolute;
	font-size: 0;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
}
.gio-home-hero .slick-arrow::before {
	content: "";
	background: url(../../images/left_chevron-white.svg) center center no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
}
.gio-home-hero .slick-prev.slick-arrow {
	top: 44%;
}
.gio-home-hero .slick-next.slick-arrow::before {
	transform: rotate(182deg);
}
.hero-slide-category a {
	color:var(--white);
}
.hero-slide-date {
	display: flex;
	font-size: 14px;
	color:var(--white);
	font-family: var(--dmsans);
	align-content: center;
	align-items: center;
	margin-top: 14px;
}
.hero-slide-date img {
	margin-right: 6px;
	width: 14px;
}
.content-prime-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px 20px;
}
.content-prime {
	width: calc(33% - 11px);
}
.content-prime-link img {
	border-radius: 6px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-prime .content-prime-link::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 6px;
	display: block;
	opacity: 0;
	transition: all 0.6s ease;
	background: rgba(206,10,49,0.15);
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.content-prime .content-prime-link:hover::before {
	opacity: 1;
}
.content-prime .content-prime-link {
	position: relative;
	display: block;
	width: 100%;
	height: 173px;
}
.content-prime-overlay {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.focus-image img {
	border-radius: 6px;
}
.content-prime-category {
	color: var(--dark-black);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}
.content-prime-category a:hover {
	color: var(--dark-black);
}
.content-prime-title {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align: left;
}
.content-prime-title a {
	color: var(--dark-black);
}
.tag-posts-outer .content-prime {
	width: 100%;
}
.tag-cta {
	margin-top: 15px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.tag-cta a {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background: var(--red);
	color:var(--white);
	font-family: var(--dmsans);
	font-weight: 700;
}
.content-prime-date {
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	gap: 0 10px;
	margin-top: 14px;
	font-size: 14px;
}
.content-prime-date img {
	width: 15px;
}
.custom-blocks-sec {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 0 20px;
}
.gio-custom-blocks {
	width: calc(33% - 11px);
}
.red-color .top-layer-heading {
	color: var(--red);
}
.prime-top-layer.red-color::after{
	background: var(--red);
}
.custom-blocks-wrapper {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}
.custom-blocks-inner > img {
	position: relative;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	width: 100%;
	height: 325px;
	margin: 0;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}
.custom-blocks-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 102;
	padding: 20px;
	color:var(--white);
	margin-top: 20px;
	width: 100%;
}
.hero-slide-title a {
	color:var(--white);
}
.custom-blocks-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.custom-blocks-inner::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 101;
	display: block;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
	background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, #333 100%);
}
.custom-blocks-inner:hover::before {
	background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, #ce0a31 100%);
}
.featured-post-inner {
	display: flex;
	width: 100%;
	gap: 0 20px;
}
.evidenza-left {
	width: calc((100% / 3) - 1%);
	overflow: hidden !important;
}
.evidenza-right {
	width: calc((100% / 3 * 2) - 1.5%);
}
.evidenza-right img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
}
.evidenza-posts {
  max-height: 354px;        
  overflow-y: auto;
  padding-right: 8px;     
}
.evidenza-posts::-webkit-scrollbar {
  width: 5px; 
}
.evidenza-posts::-webkit-scrollbar-track {
  background: var(--red);
  border-radius: 10px;
}
.evidenza-posts::-webkit-scrollbar-thumb {
  background-color: var(--red);
  border-radius: 10px;
}
.evidenza-posts::-webkit-scrollbar-thumb:hover {
  background-color: var(--red);
}
.evidenza-posts {
  scrollbar-width: thin;
  scrollbar-color: #CE0A31 #f1f1f1;
}
.evidenza-item {
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.evidenza-cat a {
	margin-bottom: 5px;
	font-size: .625rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--black);
	display: inline-block;
	width: 100%;
}
.evidenza-heading {
	margin: 7px 0;
	font-size: 1.25rem;
	line-height: 30px;
}
.evidenza-date {
	font-family: var(--dmsans);
	font-size: 14px;
	margin-top: 14px;
	color: var(--black);
}
.world-gn-row {
	background:var(--light-border);
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 15px;
}
.casino-item {
	width: calc((100% / 3) - 15px);
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.casino-content {
	margin-top: 15px;
	width: 100%;
}
.casino-thumb {
	width: 40px;
	height: 40px;
}
.casino-content h3 {
	margin-bottom: 0;
}
.casino-item:nth-child(1) h3, 
.casino-item:nth-child(1) h3 a {
	color: var(--dark-green-color);
}
.casino-item:nth-child(2) h3, 
.casino-item:nth-child(2) h3 a {
	color: var(--green-color);
}
.casino-item:nth-child(3) h3, 
.casino-item:nth-child(3) h3 a {
	color:var(--orange-color);
}
.casino-item .content-prime-date {
	justify-content: center;
}
.focus-inner {
	align-items: flex-start;
}
.tag-intro {
	margin-bottom: 20px;
	border-radius: 6px;
	background: rgba(124,10,31,0.05);
	padding: 15px;
}
.tag-intro p {
	color: var(--dark-black);
	font-size: 14px;
	line-height: 16px;
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
}
.tag-list .tag-item {
	margin: 0 10px 10px 0;
}
.tag-list a {
	display: inline-block;
	padding: 0 10px;
	line-height: 23px;
	color: var(--dark-black);
	background: rgba(51,51,51,0.1);
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 6px;
	transition: all 0.5s ease;
	font-size: 12px;
	font-family: var(--dmsans);
	text-decoration: none;
}
.tag-list a:hover {
	color: var(--red);
	background: rgba(206,10,49,0.15);
}
.news-h-color::after {
	background: var(--data-color);
}
.tag-grid .content-prime-link::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../../images/copy-icon.png) center center no-repeat;
	width: 20px;
	height: 17px;
	z-index: 99;
	background-size: 100%;
}
.home-page-load-more {
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.home-page-load-more #post-counter {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color:var(--black);
}
.home-page-load-more .load-more {
	padding: 0 20px;
	display: inline-block;
	color:var(--white);
	height: 47px;
	line-height: 47px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	font-family: var(--dmsans);
	font-weight: 700;
	font-size: 16px;
	border-radius: 4px;
	background: var(--dark-black);
	border: none;
	cursor: pointer;
}
.tag-intro p a {
	color:var(--red-accent-100);
}
@media (max-width:1300px) {
	.gio-home-hero-img {
		height: 462px;
	}
	.gio-home-hero .slick-prev.slick-arrow {
		top: 42%;
	}
	.content-prime .content-prime-link {
		height: 146px;
	}
	.evidenza-posts {
		max-height: 301px;
	}
}
@media (max-width:1024px) {
	.home-left {
		width: 100%;
	}
	.home-right {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.gio-home-hero-img {
		height: 536px;
	}
	.content-prime .content-prime-link {
		height: 171px;
	}
	.home-new-sec {
		flex-wrap: wrap;
	}
	.home-right .sidebar {
		display: inline-block;
	}
}
@media (max-width:991px) {
	.content-prime .content-prime-link {
		height: 124px;
	}
	.evidenza-posts {
		max-height: 257px;
	}
	.gio-home-hero-img {
		height: 395px;
	}
}
@media (max-width:767px) {
	.gio-home-hero-content {
		position: relative;
		bottom: auto;
		margin-top: 20px;
		padding-left: 20px;
	}
	.gio-home-hero-img {
		height: 395px;
	}
	.hero-slide-title {
		color: var(--dark-black);
	}
	.hero-slide-category a,
	.hero-slide-excerpt,
	.hero-slide-date {
		color: var(--black);
	}
	.hero-slide-date img {
		filter: brightness(0) saturate(100%) invert(23%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(94%) contrast(87%);
	}
	.gio-home-hero .slick-arrow {
		left: 20px;
		top: 39%;
	}
	.gio-home-hero .slick-prev.slick-arrow {
		top: 32%;
	}
	.content-prime {
		width: 100%;
	}
	.content-prime .content-prime-link {
		height: 240px;
	}
	.content-prime-inner {
		width: 100%;
		gap: 20px 0;
	}
	.gio-custom-blocks {
		width: 100%;
		margin-bottom: 20px;
	}
	.custom-blocks-inner .hero-slide-category a,
	.custom-blocks-inner .hero-slide-date {
		color:var(--white);
	}
	.custom-blocks-inner .hero-slide-date img {
		filter: brightness(100);
	}
	.featured-post-inner {
		gap: 20px 0;
		flex-direction: column-reverse;
	}
	.evidenza-left {
		width: 100%;
	}
	.evidenza-right {
		width: 100%;
	}
	.evidenza-posts {
		max-height: 182px;
	}
	.casino-item {
		width: 100%;
	}
	.focus-center {
		text-align: center;
	}
	.custom-blocks-sec .gio-custom-blocks:last-child,
	.focus-sec .focus-right:last-child {
		margin-bottom: 0;
	}
	.evidenza-posts .evidenza-item:first-child {
		margin-top: 0;
	}
	.more-posts-grid.content-prime-inner {
		gap:0;
	}
}
@media (max-width:580px) {
	.content-prime .content-prime-link {
		height: 183px;
	}
	.gio-home-hero-img {
		height:183px;
	}
	.gio-home-hero .slick-arrow {
		top: 31%;
	}
	.gio-home-hero .slick-prev.slick-arrow {
		top: 23%;
	}
}