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

/* Add your custom styles here */

/* General */
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

/* list */
.space-after-list li {
	margin-bottom: 0.9rem!important;
}

/* center list */
.center-list div ul {
	list-style-position: inside;
	padding-left: 0;
}

.center-list div ul li span {
	margin-left: -10px;
}

/*
a svg {
	transition: opacity .2s ease!important;
}

a svg:hover {
	opacity: 0.7;
}*/

/* Icon fix */
.elementor-icon-wrapper {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

.elementor-icon svg {
	transition: fill .2s ease;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill 0.2s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.2s ease;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Elementor Icon normalize */
.icon-normal div div .elementor-icon svg {
	height: auto!important;
}

/* Icon hover transition */
a.elementor-icon i {
	transition: color 0.3s ease;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* remove button outline */
[type=submit], 
[type=submit]:focus,
button,
button:focus {
    outline: none!important;
	border: none;
}

/* Typography */
.link-pink a:hover {
	color: var( --e-global-color-accent )!important;
}

.link-black a:hover {
	color: var( --e-global-color-primary )!important;
}

/* Anchor Sections */
.anchor-section {
	top: -140px;
}

/* Team */
.team-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var( --e-global-color-b0e10f0 );
    opacity: 1;
    mix-blend-mode: color;
    transition: all 0.3s ease;
}

.team-image:hover:after {
    background-color: transparent;
}

/* Home Header */
.home-header.elementor-sticky--effects {
	background-color: #fff;
	transition: all 0.3s ease;
}

.home-header.elementor-sticky--effects .elementor-icon svg {
	fill: var( --e-global-color-text )!important;
}

.home-header.elementor-sticky--effects .elementor-icon:hover svg {
	fill: var( --e-global-color-primary )!important;
}

.home-header.elementor-sticky--effects .elementor-heading-title {
	color: var( --e-global-color-text )!important;
}

/* Typology Template */
.typology-cat-img img {
	width: 140px;
	height: auto;
}

@media (max-width: 1024px) {
	.typology-cat-img img {
    	width: 120px;
	}
}

@media (max-width: 767px) {
	.typology-cat-img img {
    	width: 60px;
	}
}

/* Fancy Links */
.fancy-link a,
.project-fancy-link a span.post-navigation__prev--label,
.project-fancy-link a span.post-navigation__next--label {
	transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	position: relative;
}

.fancy-link a:after,
.project-fancy-link a span.post-navigation__prev--label:after,
.project-fancy-link a span.post-navigation__next--label:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.1em;
    z-index: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 1);
}

.fancy-link a:hover:after,
.project-fancy-link a:hover span.post-navigation__prev--label:after,
.project-fancy-link a:hover span.post-navigation__next--label:after {
    width: 100%;
}

.fancy-link.fl-dark a {
	color: var( --e-global-color-text );
}

.fancy-link.fl-dark a:after,
.project-fancy-link a span.post-navigation__prev--label:after,
.project-fancy-link a span.post-navigation__next--label:after {
	background: var( --e-global-color-text  );
}

.fancy-link.fl-light a {
	color: var( --e-global-color-6c416e0 );
}

.fancy-link.fl-light a:after {
	background: var( --e-global-color-6c416e0 );
}

.fancy-link li.current-menu-item a:after {
	width: 100%;
}

/* Footer */
.footer-divider-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.footer-icons-c img {
    margin-left: 20px;
	display: block;
}