/* 
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
*/
h1, h2, h3, h4, h5, h6 {
	margin-block-end: 0;
    margin-block-start: 0;
}
.animated {
    animation-duration: 0.8s;
}
.elementor-heading-title {
	font-weight: 400;
}
.elementor-field-textual.elementor-size-md {
	border-radius: 0;
    min-height: 48px;
    padding: 11px 12px;
}
.elementor-button.elementor-size-md {
    border-radius: 0;
    padding: 11px 24px;
}
.elementor-form .elementor-button.elementor-size-md {
    min-height: 48px;
}
.achievement-content {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.achievement-item:hover .achievement-content {
	opacity: 1;
}
body.home .elementor-location-header {
	display: none;
}
.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: 0;
}
.elementor-field-textual.elementor-size-lg {
	padding: 17px 18px;
	min-height: 61px;
}
.elementor-icon-wrapper {
	line-height: 0;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=tv-homes] {
    order: 2;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=tv-construction] {
    order: 3;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=tv-invest] {
    order: 4;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=cienco-6] {
    order: 5;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=cienco-677] {
    order: 6;
}
.elementor-nav-menu .sub-arrow:last-child {
    display: none;
}
.elementor-nav-menu .sub-arrow {
    padding: 2px 0 0 8px;
}
.tv-button a {
	position: relative;
}
.tv-button a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;	
}
.tv-button.tv-style-1 a:after {
	 background: url('data:image/svg+xml;utf8,<svg width="15" height="13" viewBox="0 0 15 13" xmlns="http://www.w3.org/2000/svg"><path d="M13.8438 6.40625L8.34375 11.9062C8.15625 12.0938 7.8125 12.0938 7.625 11.9062C7.4375 11.7188 7.4375 11.375 7.625 11.1875L12.2812 6.53125H0.5C0.21875 6.53125 0 6.3125 0 6.03125C0 5.78125 0.21875 5.53125 0.5 5.53125H12.2812L7.625 0.90625C7.4375 0.71875 7.4375 0.375 7.625 0.1875C7.8125 0 8.15625 0 8.34375 0.1875L13.8438 5.6875C14.0312 5.875 14.0312 6.21875 13.8438 6.40625Z" fill="%23FEF3DA"/></svg>') no-repeat center;
}
.tv-button.tv-style-2 a:after {
	 background: url('data:image/svg+xml;utf8,<svg width="15" height="13" viewBox="0 0 15 13" xmlns="http://www.w3.org/2000/svg"><path d="M13.8438 6.40625L8.34375 11.9062C8.15625 12.0938 7.8125 12.0938 7.625 11.9062C7.4375 11.7188 7.4375 11.375 7.625 11.1875L12.2812 6.53125H0.5C0.21875 6.53125 0 6.3125 0 6.03125C0 5.78125 0.21875 5.53125 0.5 5.53125H12.2812L7.625 0.90625C7.4375 0.71875 7.4375 0.375 7.625 0.1875C7.8125 0 8.15625 0 8.34375 0.1875L13.8438 5.6875C14.0312 5.875 14.0312 6.21875 13.8438 6.40625Z" fill="%2378300F"/></svg>') no-repeat center;
}
.tv-button a:hover {
	padding-right: 47px !important;
}
.tv-button a:hover:after {
    opacity: 1;
}
.tv-button.tv-small a:after {
	right: 20px;
}
.tv-button.tv-small a:hover {
	padding-right: 43px !important;
}