/* T1 Photo Gallery System General Setup */

.light-bg.photo-gallery.t1 {
}

.dark-bg.photo-gallery.t1 {
}

/* End T1 Photo Gallery System General Setup */

/* T1 Photo Gallery Light Theme System Filter Styles */

.light-bg.photo-gallery.t1 .tab-list li label {
	color: #E04500; /* $Color2 */
	border-color: transparent;
}

.light-bg.photo-gallery.t1 .tab-list li label:hover {
	color: #051585; /* $Color1 */
}

.light-bg.photo-gallery.t1 .tab-list li input:checked + label {
	color: #E04500; /* $Color2 */
	border-color: #051585; /* $Color1 */
}

/* End T1 Photo Gallery Light Theme System Filter Styles */

/* T1 Photo Gallery Dark Theme System Filter Styles */

.dark-bg.photo-gallery.t1 .tab-list li label {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.photo-gallery.t1 .tab-list li label:hover {
	color: #051585; /* $Color1 */
}

.dark-bg.photo-gallery.t1 .tab-list li input:checked + label {
	color: #DBDCDC; /* $Color4 */
}

/* End T1 Photo Gallery Dark Theme System Filter Styles */

