/*
Theme Name: Sound City Entertainment
Theme URI: 
Author: Raymart Osido
Author URI:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap
Text Domain: soundcityentertainment
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.popup-gallery {
	position: relative;
}
.popup-gallery .slick-arrow {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    max-height: 300px;
    background-color: rgba(0,0,0,0.5);
    border: 0;
    z-index: 1;
    padding: 6px 15px;
    font-size: 40px;
    color: #fff;
}
.popup-gallery .slick-arrow:focus {
	outline: none !important;
}
.popup-gallery .prev.slick-arrow {
	left: 0;
}
.popup-gallery .next.slick-arrow {
	right: 0;
}