/**
 * @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>
 */
.calHeader {
	background: #bce5f8;
	background: -moz-linear-gradient(top,  #bce5f8 0%, #d1effb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce5f8), color-stop(100%,#d1effb));
	background: -webkit-linear-gradient(top,  #bce5f8 0%,#d1effb 100%);
	background: -o-linear-gradient(top,  #bce5f8 0%,#d1effb 100%);
	background: -ms-linear-gradient(top,  #bce5f8 0%,#d1effb 100%);
	background: linear-gradient(to bottom,  #bce5f8 0%,#d1effb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce5f8', endColorstr='#d1effb',GradientType=0 );

	text-transform: uppercase;
	text-align: center;
	/*padding: 32px 140px; uključiti ako je potrebno, ne znam zašto je pisano */
	padding: 32px 0px;
}
.row.row7 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.row7 > * {
	position: relative;
	width: 14.286%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	flex: 0 0 14.286%;
	max-width: 14.286%;
	min-height: 160px;
}
@media (min-width: 1200px) {
	.row7 > *:nth-child(1n+8) {
		margin-top: 15px;
	}
}

.dateEventBlockInner, .dateEventBlockInner:hover, .dateEventBlockInner:active {
	color: #000;
}
.deHeader, .deBody,
.blockEvent, .dayEName, .dayTicket,
.nightEName, .nightTicket, .blockFest, .festName, .festInfo {
	display: block;
}
.eventDays {
	background: #e49752;
	background: -moz-linear-gradient(top,  #e49752 0%, #b62686 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e49752), color-stop(100%,#b62686));
	background: -webkit-linear-gradient(top,  #e49752 0%,#b62686 100%);
	background: -o-linear-gradient(top,  #e49752 0%,#b62686 100%);
	background: -ms-linear-gradient(top,  #e49752 0%,#b62686 100%);
	background: linear-gradient(to bottom,  #e49752 0%,#b62686 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e49752', endColorstr='#b62686',GradientType=0 );

	padding: 30px 40px !important;
	margin-left: -15px;
	margin-right: -15px;
}
.mnthPrev, .mnthNext {
	font-size: 24px;
	font-weight: 600;
	padding-top: 4px;
}
.mnthPrev i {
	padding-right: 14px;
}
.mnthNext i {
	padding-left: 14px;
}
.mnthPrev:hover, .mnthNext:hover {
	color: #B62686;
}
.mnthCurrent {
	font-size: 30px;
	font-weight: 600;
}
.deHeader {
	position: relative;
	display: flex;
	background: #BCE5F8;
	border-bottom: 1px solid #A0C3D3;
}
.dNo {
	flex-grow: 1;
	font-size: 28px;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
}
.dDay {
	padding: 0 5px;
}
.dateEventBlock .dateEventBlockInner {
	position: relative;
	background: #d8d8d8;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (min-width: 1200px) {

	.dateEventBlockInner.linked::before {
		content: "";
		opacity: 0;
		box-shadow: 0 0 0 10px #ffcd00;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		pointer-events: none;
	}
	.dateEventBlockInner.linked:hover::before {
		opacity: 1;
	}
	.dateEventBlockInner.linked:hover .deHeader::after {
		content: "BUY TICKETS";
		display: flex;
		background: #FFCD00;
		position: absolute;
		top: 0;
		right: 0;
		bottom: -1px;
		left: 0;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	.dateEventBlock.prevMonth, .dateEventBlock.nextMonth {
		opacity: 0.28;
		/* filter: blur(1px) */
	}
	.festDate {
		display: none;
	}
}

.dName {
	font-size: 13px;
	padding: 14px 19px;
	border-left: 1px solid #A0C3D3;
}
.deBody {
	background: #D1EFFB;
	position: relative;
	height: 100%;
}
.blockEvent {
	position: relative;
	color: #000;
}
.blockEvent:hover {
	color: #000;
}
.deBody .fa {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	padding: 10px 10px 0 10px;
	z-index: 9;
}
.nightEName, .dayEName, .festName {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
}
.nightEvent, .dayEvent, .festival {
	padding: 9px 40px 12px;
	border-bottom: 1px solid #A0C3D3;
}
.nightTicket, .dayTicket, .festTicket {
	font-size: 15px;
	font-weight: bold;
}
.deFooter {
	text-align: center;
	padding: 10px;
	background: #D1EFFB;
}
.deFooter img {
  max-height: 100px;
}
@media (max-width: 1199px) {
	.deFooter {
		justify-content: flex-start;
		padding-left: 45px;
	}
	.deFooter img {
		height: 30px !important;
		width: auto !important;
	}
	.deBody {
		overflow: hidden;
	}
}
.fa-flag {
	color: #09B22E;
}
.festival {
	position: relative;
	background: #B62686;
}
.festival::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	background: var(--color-primary-dark);
	right: -15px;
}
.dateEventBlock:nth-child(7n) .festival::after,
.festival.festivalLD::after {
	display: none;
}
.festName {
	font-size: 11px;
	color: #FFF;
}
.festName > span {
	text-transform: none;
}
.festInfo {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffcd00;
	font-weight: bold;
}
.svgRightArrow {
	margin-right: 0;
}
.svgLeftArrow {
	margin-left: 0;
}
/* Events navigation*/
.eNav {
	color: #000;
}
.eNav:hover {
	color: var(--color-primary);
}
.eNav:hover i {
	filter: brightness(0) saturate(100%) invert(24%) sepia(43%) saturate(4131%) hue-rotate(299deg) brightness(86%) contrast(92%);
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.dateEventBlockInner.linked:hover .deHeader::after {
		font-size: 20px;
		padding-bottom: 0;
	}
	.festival, .nightEvent, .dayEvent {
		padding-right: 12px;
	}
}
@media (max-width: 1199px) {
	.row7 > * {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 0;
	}
	.row7 > * + * {
		margin-top: 8px;
	}
	.eventDays {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}


	.calHeader {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.mnthPrev, .mnthNext {
		font-size: 15px;
		letter-spacing: 0.8px;
	}
	.svgLeftArrow, .svgRightArrow {
		width: 31px;
		position: relative;
		top: 3px;
	}
	.calHeader .mnthPrev {
		text-align: left;
	}
	.calHeader .mnthNext {
		text-align: right;
	}
	.eventDays {
		background: #e49752;
		position: relative;
		padding-top: 7px !important;
		/* pointer-events: none; TODO IMPORTANT - ODKOMENTIRATI */
	}
	.eventDays::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 65px solid var(--color-primary-dark);
		/* pointer-events: none; TODO IMPORTANT - ODKOMENTIRATI */
	}
	.deHeader {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		flex-direction: column;
		bottom: 0;
	}
	.deBody {
		min-height: 72px;
		min-height: 55px;
	}
	.deHeader .dNo, .deHeader .dName {
		padding: 5px 10px 5px 10px;
		text-align: center;
		flex-grow: 0;
	}
	.dName {
		position: relative;
		top: -14px;
	}
	.dateEventBlock .dateEventBlockInner {
		display: block;
		height: auto;
		flex-direction: column;
		padding-left: 50px;
	}
	.fest-start {
		padding-top: 15px;
	}
	.fest {
		padding-right: 15px;
		background: #b62686;
	}
	.fest-end {
		padding-bottom: 15px;
	}
	.fest:not(.fest-start) .blockFest, .fest:not(.fest-start) .fa-flag {
		display: none;
	}
	.fest + .fest:not(.fest-start) {
		margin-top: 0;
	}
	.fest + .fest:not(.fest-start) {
		border-top: 1px solid transparent;
	}
	.fest + .fest:not(.fest-start)::after {
		content: "";
		display: block;
		background: #A0C3D3;
		background: #80A3B3;
		height: 1px;
		position: absolute;
		top: -1px;
		left: 0;
		right: 15px;
		z-index: 8;
	}
	.festival::after {
		display: none;
	}
	.dateEventBlock.prevMonth, .dateEventBlock.nextMonth {
		display: none;
	}
	.blockLink.fest + .blockLink.fest > a {
		border-top: 1px solid #A0C3D3;
	}
	#eventShop .col-12 + .col-12 {
		margin-top: 0;
	}
	.deHeader {
		border-bottom: 0;
	}
	.deBody .fa {
		left: 3px;
	}
	.blockFest.festival, .blockEvent {
		padding-left: 45px;
		padding-top: 5px;
		padding-bottom: 8px;
	}
	.blockFest.festival {
		padding-top: 12px;
	}
	.festName {
		font-size: 13px;
	}
	.festInfo, .festDate {
		font-size: 18px;
	}
	.festDate {
		color: #fff;
		font-weight: 600;
		font-size: 19px;
	}
	.blockFest + .blockEvent {
		margin-top: 7px;
	}
	.blockEvent {
		margin-top: 6px;
	}
	.nightEName, .dayEName {
		font-size: 13px;
	}
	.nightTicket, .dayTicket {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.calHeader .text-center {
		order: -1;
		margin-bottom: 3px;
	}
	/*
	#eventShop .col-12 + .col-12 {
		padding-top: 0;
		padding-bottom: 0;
	}
	*/
}
@media (min-width: 576px) and (max-width: 1199px) {
	.deFooter img {
		max-width: 188px;
	}
}
@media (max-width: 575px) {
	.eNav {
		display: flex;
		flex-direction: column;
	}
	/*
	.mnthPrev i {
		transform: scale(0.8);
	}
	.mnthNext i {
		transform: scaleX(-1) scale(0.8);
	}
	*/
	.svgLeftArrow, .svgRightArrow {
		margin-bottom: 5px;
		width: 50px;
	}
	.svgLeftArrow {
		margin-right: 0px;
	}
	.svgRightArrow {
		margin-left: 0px;
	}
	.mnthPrev, .mnthNext {
		letter-spacing: 0.8px;
		/* text-align: center !important; */
		margin-top: 10px;
	}
}