/*!
Theme Name: Gerow
Theme URI: https://www.themedox.com/gerow/
Author: ThemeDox
Author URI: https://themeforest.net/user/themedox/
Description: Gerow - Business Consulting WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gerow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    background: #ea1c26;
    transition: .3s ease-in-out;
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
}
.slider-active .slick-arrow.slick-next {
	left: auto;
	right: 50px;
}
.slider-active .slick-arrow:hover {
	color: #fff;
}
.slider-active:hover .slick-arrow {
	opacity: 1;
}