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

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.tctwindow:before {
	content:"";
	mask: 
    url(https://www.tct.guide/wp-content/uploads/2024/07/TCTShape2.svg) calc(50% + 300px)/contain no-repeat,
    linear-gradient(#000 0 0); /* we need this extra layer for mask-composite */
  	mask-composite: exclude;
	mask-size:500px;
}

.price-block span {
	display:none;
}



.elementor-widget-nav-menu .elementor-nav-menu--main .current-menu-ancestor .elementor-item {
	color: #BD202E !important;
	fill: #BD202E !important;
}

.mobile-only {
	display:none !important;
}

@media (max-width:767px) {
	
	.mobile-only {
		display:block !important;
	}
	
	.price-block span {
		display: block;
		color: black;
		text-transform: uppercase;
		font-size: 80%;
		margin: 0 0 10px;
	}
	
}