/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.slider a, .slide a {
	color: #ffffff;
	font-weight: 300;
}

.slider a:hover, .slide a:hover {
	color: #ffffff;
	font-weight: 300;
	text-decoration: underline;
}

.slide div {
	display: block;
	width: 100%;
	height: auto;	
}

.slick-track { 
	/* width: 3717px !!important; */
}

.slide.slick-slide {
	float: left;
	/*min-height: 250px;*/
	/*width: 531px !important;*/
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 2rem 0 1rem 0;
	
	list-style-type: none;
}
	
		.slick-dots li {
			margin: 0 0.25rem;
		}
	
		.slick-dots button {
			display: block;
			width: 0.7rem;
			height: 0.7rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: blue;
			
			text-indent: -9999px;
		}
	
		.slick-dots li.slick-active button {
			background-color: red;
		}

.slide .slick-current {
	opacity: 1 !important;
}

.slick-dots button {
	background-color: #fff;
}

.slick-dots li.slick-active button {
	background-color: #777;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
}

[type=button]:focus, [type=submit]:focus, button:focus, [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    outline: none;
}