/**
 * @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>
 */

.videosPage h3, .videosPage h4, .videosPage h5, .videosPage h6 {
	margin: 0;
}
.videosPage .gpInfo > * {
	display: block;
	position: relative;
	padding: 0 20px;
}
.videosPage .gpInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
}
.gpInfoDate {
	font-weight: bold;
	color: var(--color-secondary);
	font-size: 18px;
	text-transform: uppercase;
}
.videosPage .gpInfoTitle {
	margin-bottom: 15px;
}
.videosPage .gpInfoTitle {
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
.videosPage .bigImg .gpInfoTitle {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 300;
}
.videosPage .gpInfo::before {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(10,13,18,0) 0%,rgba(10,13,18,0.78) 100%);

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.videosPage .videosTitle {
	background: var(--color-primary);
}
.videosPage .videosTitle a {
	color: #FFF;
}
.videosRow {
	border: 1px solid #d9d9d9;
    border-top: 0;
}

@media(min-width: 768px) {
	.playBtn.playBtnBig {
		transform: translate(-50%,-50%) scale(1.45);
	}
}
@media(min-width: 992px) {
	.videosLedR .vidPop {
		height: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.videosLedR {
		display: flex;
	}
	.videosLedR a {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.videosRow {
		border: 0;
	}
	.videosPage .videosRow,
	.videosRow > * + *, 
	.videosRow > div a + a {
		margin-top: 15px
	}
	/* Neznamo za kaj je ovo služilo, ali je radilo probleme na videos page-u
	.videosPage {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	*/
	.view-videos .videosPage .row.videosRow:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #d9d9d9;
	}
}