/* 
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: 3.4.4
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 */

.page-header .entry-title {
	display: none !important;
}

@media only screen and (min-width: 1280px) {
	.diagonal-up-divider {
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
		position: relative;
	}

	.diagonal-down-divider {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 85%);
		position: relative;
	}

	.diagonal-down-gold-divider {
		clip-path: polygon(0% 0%, 100% 75%, 100% 100%, 0% 25%);
        position: relative;
        top: -20px !important;
		height: 75px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.diagonal-down-gold-divider {
		top: 0px !important;
	}
	
	#elenco-maestri {
		width: 100vw !important;
	}
}

.diagonal-down-gold-divider {
	height: 20px;
	top: 30px;
}

#header-homepage {
	background-color: #3E4C5900;
}

.homepage-header-logo-white {
	display: none;
}

.custom-geom-title  h3.elementor-heading-title {
	font-size: 28px !important;
}

.footer-table {
	tbody tr>td, table tbody tr>th {
		border: none !important;
		background-color: transparent !important;
		padding: 5px !important;
	}
}

/*@keyframes slideTopEntrance {
	0% {
		opacity: 0;
		transform: translateY(250px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.homepage-grid-card-links {
	opacity: 0;
}
.homepage-grid-card-links.hovered {
	opacity: 1;
	animation: slideTopEntrance 500ms ease 0s 1 normal forwards;
}*/

.homepage-grid-card-links {
	opacity: 0;
	transform-origin: bottom;
	transform: scaleY(0);
	/*transition: max-height 300ms ease, transform 300ms ease, opacity 500ms ease;*/
	transition: transform 400ms ease, opacity 300ms ease;
}

.homepage-grid-card:hover .homepage-grid-card-links {
	opacity: 1;
	transform: scaleY(1);
}

.email-field > div > input[type="email"], .request-field > div > textarea {
	text-transform: none !important;
}

.request-field > div > textarea {
	height: 285px !important;
}

.forminator-field:has(.submit-btn) {
	display: flex;
	flex-direction: row;
    justify-content: center;
}

.aioseo-breadcrumb a {
	color: #E9AD00 !important;
}

.menu-item a {
	font-family: 'Stack Sans Text' !important;
}