/*
 Theme Name:   Soleil Child Theme
 Theme URI:    http://soleil.axiomthemes.com/
 Description:  Soleil Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     soleil
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  soleil
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
#logo-video-container .mejs-controls{
	display:none;
}

.white-icon svg, .white-icon path{
	fill: white !important;
}

.net-card .elementor-element-populated{
	cursor:pointer;
	border-radius: 0.8em;
	filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0)) drop-shadow(0 8px 5px rgb(0 0 0 / 0));
	transition: filter 1s ease, transform 1s ease;
}
.net-card .elementor-element-populated:hover{
	border-radius: 0.8em;
	filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}
.net-card .elementor-element-populated .net-card-link{
	opacity:0.3;
	transition: all 0.3s ease;
}
.net-card .elementor-element-populated:hover .net-card-link{
	opacity:1;
}

