/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*h1.entry-title {
	display: none;
}*/

@media screen and (max-width: 767px) {
	body.fixed {
		position: fixed;
	}
}

.button-cta .elementor-button-icon {
	font-size: 1.5rem;
}

.button-cta .elementor-button-content-wrapper {
	align-items: center;
}

.button-cta svg {
    vertical-align: middle;
}

.post-desc {
	margin-bottom: 35px !important;
}

@media screen and (max-width: 767px) {
	.activities-dot-list > div > div {
		align-items: center !important;
	}
}

@media screen and (max-width: 1024px) {
	.nav-menu > div > nav {
		min-height: 100vh !important;
	}
}

#load-more-news {
	display: flex;
	align-items: center;
	justify-content: center;
}

#load-more-news::after {
	content: url("https://dev02.tcconsulting.it/csatn/wp-content/uploads/2024/03/arrow-cta-blue.svg");
    vertical-align: middle;
    transform: scale(0.6);
}