/*
Theme Name: Ediltutto Child Theme
Author: CTWEB CRETIVE STUDIO
Description: Costum Child Theme
Template: ediltutto
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: wellfix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* --> HEADER ----- */
/* logo */
a.lte-logo img {
    height:150px;
    width: auto;
}
/* menu di navigazione */
.elementor-39982 .elementor-element.elementor-element-a1b86ab .lte-navbar-items-custom.navbar-desktop > .lte-ul-nav > li.lte-active > a {
    color: #e53f3a;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav a {
    padding: 0px 10px 0;
    position: relative;
    cursor: pointer;
}

.lte-navbar-custom.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    /*background: url('http://ediltuttoandora.local/wp-content/uploads/2025/07/bg-home-header.png');*/
}

/* --> PAGINA: HOME ----- */

/*macro servizi*/
.ico-macro-servizi svg {
  width:100px;
  height:100px;
}
.ico-macro-servizi svg:hover{
  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* --> PAGINA: EDILTUTTO ----- */

.loghi-fornitori img {
  width:300px;
  height: auto;
}
#ico-macro-servizi .elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-inner .lte-btn-wrap {
    display: block;
    display: none;
}

/*CREDITS*/
.credits {
    font-size: 14px;
}
.link-credits,
.link-credits:visited {
    color: #ff3000;
}
.love i.fa.fa-circle {
    font-size: 4px;
}
.made-love-by {
    text-align: center;
}
#made-love {
    display: inline-block;
	animation:pulse 1s infinite;
	text-align: center;
}
.love .fa.fa-heart {
    font-size: 30px;
    color:#aa0000;
    margin:0 6px;
}

#pulsingheart:before, 
#pulsingheart:after { 
 content: ""; 
  background: #aa0000; 
  border-radius: 50px 50px 0 0; 
  transform: rotate(-45deg);  
  transform-origin: 0 100%;
  animation:pulsecolor 1s infinite;
} 

#pulsingheart:after { 
  left: 0; 
  transform: rotate(45deg); 
  transform-origin :100% 100%;
  animation:pulsecolor 1s infinite;
}

@keyframes pulse {
	20% {transform: scale(1.1);}
}

@keyframes pulsecolor {
  20% {background: #aa0000;}
}

/* logo credits */
.logo-ctweb {
    width:80px;
    height:auto;
}