/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



main:not(.bricks-area) .custom-slider-section:not(.slider-is-active) .custom-slider{
	display: none;
}

.custom-slider-section .elementor-button-slider-arrow.previous{
	transform: scaleX(-1);
}

.custom-slider-section .slick-disabled a{
	cursor: not-allowed;
}

.custom-slider-section .jet-listing-grid__slider-icon{
	display: none!important;
}

/*-- slider button --*/

.custom-slider-arrow{
	padding: 0;
	background-color: transparent;
	width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    border-radius: 0;
	cursor: pointer;
}

.custom-slider-section .custom-slider-arrow.previous {
	transform: scale(-1);
}


.custom-slider-section .elementor-button-slider-arrow svg path{
	fill: var(--orca-white);
	stroke: var(--orca-white);
}

.custom-slider-section .elementor-button-slider-arrow svg {
	width: .75rem;;
}

.custom-slider-section .slick-disabled svg path {
	stroke: var(--orca-medium-grey);	
}