/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



.slick-nav.slick-prev.style-1, .slick-nav.slick-next.style-1 {
z-index: 11;
padding: 30px 30px;
background: #fafafa;
overflow: hidden;
/* -webkit-backface-visibility: hidden; */
backface-visibility: hidden;
-moz-border-radius: 0% !important;
-webkit-border-radius: 0% !important; 
border-radius: 0% !important;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}