/* 
Theme Name: The Solos
Description: Theme made for Hello
Author: Eljany | Firma Netjes
Author URI: https://firmanetjes.nl
Template: hello-elementor
Version: 1.0.1
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
*/


.home .site-footer{
	display:none;
}


/* Basic hover effect on the image */
.elementor-custom-embed-image-overlay img {
    transition: all 0.5s ease;
}

.elementor-custom-embed-image-overlay:hover img {
	opacity: 0.2;
}

/* Hover bij videos */





/* media rules */
@media (min-width: 768px){
}
@media (max-width: 767px){
}