/**
 * @version     0.3.0
 * @package     com_eventshop
 * @copyright   2024 ExaByte
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      ExaByte <dario.pintaric@exabyte.hr>
 */
.eventHeading {
	background-position: 50% 50%;
	background-size: cover;
	padding: 50px 15px 60px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;

	position: relative;

	min-height: 400px;
	display: flex;
	align-items: center;
}
.eventHeading::after {
	content: "";
	display: block;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background: #b62686;
	background: -moz-linear-gradient(top,  #b62686 0%, #e49752 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b62686), color-stop(100%,#e49752));
	background: -webkit-linear-gradient(top,  #b62686 0%,#e49752 100%);
	background: -o-linear-gradient(top,  #b62686 0%,#e49752 100%);
	background: -ms-linear-gradient(top,  #b62686 0%,#e49752 100%);
	background: linear-gradient(to bottom,  #b62686 0%,#e49752 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b62686', endColorstr='#e49752',GradientType=0 );

	/* background: linear-gradient(180deg, rgba(228, 151, 82, 0.8) 0%, #B62686 100%); */
}
.eventHeading.withImage::after {
	background: -moz-linear-gradient(top,  rgba(182,38,134,1) 0%, rgba(228,151,82,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,38,134,1)), color-stop(100%,rgba(228,151,82,0.8)));
	background: -webkit-linear-gradient(top,  rgba(182,38,134,1) 0%,rgba(228,151,82,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(182,38,134,1) 0%,rgba(228,151,82,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(182,38,134,1) 0%,rgba(228,151,82,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(182,38,134,1) 0%,rgba(228,151,82,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b62686', endColorstr='#cce49752',GradientType=0 );
}
.eventHeading .eDate {
	font-size: 24px;
	color: #ffcd00;
	margin: 7px 0 0;
}
.eventHeading .ehInfo i {
	font-size: 20px;
	position: relative;
	top: -3px;
	color: #004fc7;
}
.eventHeading .ehInfo i.fa-sun {
	color: #FFB800;
}
.eventHeading .container {
	position: relative;
	z-index: 9;
}

.ehTickets.row {
	margin-left: -10px;
	margin-right: -10px;
	align-items: center;
}
.ehTickets.row > * {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
}
h1.eTitle {
	font-size: 24px;
	color: #ffcd00;
	margin: 0;
	text-transform: uppercase;
}
.tName i.fa, .tName i.fal, .tName i.far, .tName i.fas {
	font-size: 20px;
	position: relative;
	margin-right: 8px;
	top: -1px;
}
.tName i.fa-ticket, .tName i.fa-ticket-alt {
	transform: rotate(-45deg);
}
.tName small {
	display: block;
	opacity: 0.8;
	font-size: 13px;
	line-height: 1;
}
.btn.bookTableBtn {
	background: #ffcd00;
	color: var(--color-primary-dark);
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.btn.bookTableBtn:hover, .btn.bookTableBtn:active {
	background: #ffb800;
	color: #000;
}
.eventHeading + .container {
	position: relative;
	z-index: 9;
}
.eventHeading + .container .bookTableBtn {
	margin-top: -33px;
	padding: 12px 46px 11px;
	cursor: pointer;
}
.eventHeading + .container + .eventHeading {
	padding-top: 95px;
	margin-top: -28px;
}
.eventHeading + .container + .eventHeading::before {
	content: "";
	display: block;
	background: var(--color-primary-dark);
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 66px;
	z-index: 10;
}
.prfCover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
}

.eNavPrev {
	color: #000;
}

@media (min-width: 1600px) {
	.eventHeading .container {
		position: relative;
		z-index: 9;
		max-width: 1460px;
	}
}
/*
@media (min-width: 992px) {
	.eventPage .gpInfoOpen {
		border-bottom: 1px solid #fff;
	}
}
*/
@media (max-width: 767px) {

	#eventShop .ehTickets {
		padding: 0 0px;
	}
	.ehTickets.row > * {
		margin-top: 28px;
	}
	.eventHeading {
		font-size: 24px;
		padding-bottom: 73px;
	}
	.eventHeading .ehInfo i {
		top: 1px;
		left: -1px;
		margin-right: 8px;
	}
	.eventHeading .eDate {
		margin-top: 10px;
	}
	.ePerformers {
		font-size: 32px;
		line-height: 1.1;
		letter-spacing: -0.8px;
	}
	.ehTickets .col-12:not(:empty) + .col-12:not(.bookTableCol) {
		margin-top: 25px;
	}
	.eventHeading + .container .bookTableBtn {
		padding-top: 11px;
		padding-left: 37px;
		padding-right: 37px;
	}
	.svgLeftArrow, .svgRightArrow {
		position: relative;
		top: 2px;
	}
	.svgLeftArrow {
		margin-left: 0;
		margin-right: 12px;
	}
	.svgRightArrow {
		margin-right: 0;
		margin-left: 7px;
	}
}
@media (max-width: 575px) {
	.eventHeading {
		min-height: 288px;
	}
}