/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.single-gallery .featherlight .featherlight-content {
	overflow: unset;
	background: transparent;
	border-style: none;
	padding: 0;
}

.single-gallery .featherlight-next:hover, 
.single-gallery .featherlight-previous:hover {
    background: transparent;
    color: #fff;
}

.single-gallery .featherlight-previous,
.single-gallery .featherlight-next,
.single-gallery .featherlight-next span, 
.single-gallery .featherlight-previous span {
	display: block;
	text-shadow: none;
	color: #f2f2f2;
}

.single-gallery .featherlight-previous {
	left: -150px;
}

.single-gallery .featherlight-next {
	right: -150px;
}