/**
 * @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>
 */
.galTitle {
	font-size: 50px;
	font-weight: 300;
}
.view-gallery .borderedColsLR > :first-child {
	border-left: none;
}
.galleryTop {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.galleryTop .galDate {
	text-transform: uppercase;
}
.galleryTop .svgLeftArrow {
	width: 25px;
}
.galleryPage .svgLeftArrow {
	filter: invert(23%) sepia(52%) saturate(3168%) hue-rotate(297deg) brightness(91%) contrast(95%);
}
.galleryTop div:nth-child(6) {
	border-bottom: none;
} 
@media (max-width: 1199px) {
	.view-gallery .borderedColsLR > :last-child {
		border-right: none;
	}
}
@media (max-width: 991px) {
	.galleryTop div:nth-child(3) {
		border-left: 1px solid #d9d9d9;
	} 
}
@media (max-width: 767px) {
	.galleryTop .empty {
		border-left: 1px solid #d9d9d9;
	}
	.galleryPage .showtime-gallery div.col-12:not(:first-child) {
		margin-top: 15px;
	}
	.galleryPage .showtime-gallery .rowNoPad div:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #d9d9d9;
	}
}
/* VIDETI DAL GLOBALNO STAVITI NA REZOLUCIJU DO 767PX
.galleryPage .row.rowNoPad > *{
	padding-left: 15px;
	padding-right: 15px;
}
*/

@media (min-width: 1200px) {
	.view-gallery .container {
		max-width: 1164px; /* TODO - OBRISATI NAKON KAD SE U CUSTOMU IZBRIŠE TEMP ONLY */
	}
}