/*
Theme Name: Yumiko Matsubara Architecture + Design
Author: Designs Funnel Team
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
a{ text-decoration:none !important; 
/* 	pointer-events:none !important; */
}

.width-complete {
    width: 100% !important;
}
.cfheader {
	position:absolute !important;
	width:100% !important;
	z-index:999 !important;
}
.post-project:hover .elementor-icon i:before {
    color: #fff !important;
}

.post-project:hover h1.elementor-heading-title.elementor-size-default {
    color: #fff !important;
}
.post-project:hover h2.elementor-heading-title.elementor-size-default span {
    color: #fff;
}
.post-project:hover .elementor-widget-theme-post-excerpt .elementor-widget-container {
    color: #fff !important;
}

.homepage h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homepage .elementor-widget-theme-post-excerpt {
    display: none;
}