/*
Theme Name: Finn Growers theme
Theme URI: 
Description: 
Author: Mainostoimisto Ilme Oy
Author URI: https://ilme.fi
Version: 1.0
Tags: 
License:
License URI:
General comments (optional).
*/


.block-image-slider .row{
		align-items: center;
}
.block-image-slider .text-container{
	padding-left: 4%;
}
.block-image-slider .carousel{
	border: 0;
	background-color: transparent;
}
.block-image-slider .carousel .carousel-item{
	padding-bottom: 56.25%;
}

.block-image-slider .carousel .carousel-control-prev, 
.block-image-slider .carousel .carousel-control-next{
	height: 40px;
	width: 40px;
	background-color: transparent;
}
.block-image-slider .carousel .carousel-control-prev{
	left: 15px;
}
.block-image-slider .carousel .carousel-control-next{
	right: 15px;
}
.block-image-slider .carousel .carousel-control-prev:hover, 
.block-image-slider .carousel .carousel-control-next:hover{
	background-color: transparent;
}

.block-image-slider .carousel .carousel-indicators{
	position: relative;
}
.block-image-slider .carousel .carousel-indicators button{
	width: 10px;
	height: 10px;
	background-color: #104035;
	border-radius: 50%;
}


.carousel-control-next-icon, 
.carousel-control-prev-icon{
	width: 18px;
	height: 18px;
	filter: invert(1);
}