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

/*
.rowWrapBorder {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.rowWrapBorder .rowNoPad .empty {
	border-right: 1px solid #d9d9d9;
}
.rowWrapBorder .empty:first-child {
	border-left: 0 !important;
}
*/
.galleriesPage .rowWrapBorder .empty:last-child {
	border-right: 0 !important;
}
.galleriesPage .gpInfo
, .galleriesPage .gpInfo::before
, .galleriesPage .arImg::before
, .galleriesPage .arImg img
{
	transition: all 250ms ease-in-out;
}
.galleriesPage .gpInfo {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 8;
}
.galleriesPage .arImg:hover .gpInfo {
	bottom: 0;
}
.galleriesPage .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: 50px;
	left: 0;
	right: 0;
	height: 100%;

}
.galleriesPage .arImg::before {
	content: "";
	background: rgba(10,13,18,0.28);

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;

	opacity: 0;
	pointer-events: none;
}
.galleriesPage .arImg:hover::before {
	opacity: 1;
}
.galleriesPage .arImg:hover .gpInfo::before {
	opacity: 0;
}
.galleriesPage .arImg:hover img {
	transform: scale(1.08);
}
.galleriesPage h3, .galleriesPage h4, .galleriesPage h5, .galleriesPage h6 {
	margin: 0;
}
.galleriesPage .rowNoPadV > *:not(.empty):not(:last-child) {
	/* border-right-color: transparent; */
}
.galleriesPage .gpInfo > * {
	display: block;
	position: relative;
	padding: 0 20px;
}
.galleriesPage .gpInfoOpen {
	background: var(--color-secondary);
	font-weight: bold;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #000;
}
.galleriesPage .gpInfoOpen i.fa {
	float: right;
	margin-top: 11px;
	font-size: 28px;
	opacity: 0.8;
}
.gpInfoDate {
	font-weight: bold;
	color: var(--color-secondary);
	font-size: 18px;
	text-transform: uppercase;
}
.galleriesPage .gpInfoTitle {
	margin-bottom: 15px;
}
.galleriesPage .gpInfoTitle {
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
.galleriesPage .bigImg .gpInfoTitle {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 300;
}
.galleriesRow {
	border: 1px solid #d9d9d9;
    border-top: 0;
}
@media (max-width: 767px) {
	.galleriesRow {
		border: 0;
	}
	.galleriesPage .galleriesRow,
	.galleriesRow > * + *,
	.galleriesRow > div a + a {
		margin-top: 15px
	}
	.galleriesPage .bricksTitle .modTitle {
		border-left: 0;
		border-right: 0;
	}
	/* Neznamo za kaj je ovo služilo, ali je radilo probleme na videos page-u
	.galleriesPage {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	*/
	.view-galleries .galleriesPage .row.galleriesRow:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #d9d9d9;
	}
}