/* ===================================================================================

* Theme Name: Nicholls Child
* Theme URI: https://portfolio.wprealizer.com/
* Author: wprealizer
* Author URI: https://themeforest.net/user/wprealizer
* Description: Nicholls - Multipurpose Personal Portfolio WordPress Theme
* Version: 1.0.0
* Template: nicholls
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.elementor-element-231b888  .e-con-inner { /* una barra nell'header rimossa*/ 
	display:none
}
body .common-btn {
    background:#e0ff1e!important
}





/* start - stile pulsante prenotazione online -----------------------------------------------------------------------------------------------------------*/

.wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn {
	background-color: #e0ff1e!important;
}


.wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::before {
    animation: pulse-blue-medium-sm 3.5s infinite
}

.wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::after {
    animation: pulse-blue-small-sm 3.5s infinite
}

        .wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::before,
        .wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            border-radius: 42px;
            background-color: rgba(224, 255, 30, 0.25);
            z-index: -1;
        }

        .wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::before {
            animation: pulse-blue-medium-sm 3.5s infinite;
        }

        .wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn::after {
            animation: pulse-blue-small-sm 3.5s infinite;
        }

        @keyframes pulse-blue-medium-sm {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.6;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.2);
                opacity: 1;
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.6;
            }
        }

        @keyframes pulse-blue-small-sm {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.4;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.4);
                opacity: 0.9;
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.4;
            }
        }
		
		/* end- stile pulsante prenotazione online -----------------------------------------------------------------------------------------------------------*/





.home .services-2__lists ul li h2.service-title.wpr-el-tab-title {
	border-bottom: 5px solid #000 !important;
}

.home .services-2__lists ul li:last-child h2.service-title.wpr-el-tab-title {
	border-bottom: none !important;
}

	

	/* Effetto pulsante pulsante in dissolvenza */
.home .wpr-el-theme-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home .wpr-el-theme-btn {	  
    color: #ffffff;  
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    animation: pulsare 1.5s infinite ease-in-out, aureola1 2s infinite ease-in-out; /* Animazioni per il pulsante e l'aureola */
}


/* Animazione dell'aureola */
@keyframes aureola1 {
    0% {
        box-shadow: 0 0 0px rgba(0, 162, 255, 0.5); /* Nessuna ombra iniziale */
        opacity: 1; /* Ombra visibile al 50% di opacità */
    }
    50% {
        box-shadow: 0 0 15px 20px rgba(0, 162, 255, 0.6); /* Ombra estesa e più intensa */
        opacity: 1; /* Ombra completamente visibile */
    }
    100% {
        box-shadow: 0 0 0px rgba(0, 162, 255, 0.5); /* Ritorna alla condizione iniziale */
        opacity: 1; /* Ombra visibile al 50% di opacità */
    }
}

	
	
	.elementor-element-e8fbdb6.elementor-widget.elementor-widget-wpr-theme-button {
	text-align:center
	}
	
	.js-marquee-wrapper {	
		    
	}
	
	/* Impostazioni di base del pulsante */
.wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn__circle-move {	  
    color: #ffffff;  
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    animation: pulsare 1.5s infinite ease-in-out, aureola 2s infinite ease-in-out; /* Animazioni per il pulsante e l'aureola */
}

/*
 Animazione di pulsazione 
@keyframes pulsare {
    0% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.1); 
    }
    100% {
        transform: scale(1); 
    }
}
*/

/* Animazione dell'aureola */
@keyframes aureola {
    0% {
        box-shadow: 0 0 0px rgba(0, 162, 255, 0.5); /* Nessuna ombra iniziale */
        opacity: 1; /* Ombra visibile al 50% di opacità */
    }
    50% {
        box-shadow: 0 0 15px 20px rgba(0, 162, 255, 0.6); /* Ombra estesa e più intensa */
        opacity: 1; /* Ombra completamente visibile */
    }
    100% {
        box-shadow: 0 0 0px rgba(0, 162, 255, 0.5); /* Ritorna alla condizione iniziale */
        opacity: 1; /* Ombra visibile al 50% di opacità */
    }
}



.wpr-el-theme-btn.common-btn__circle-move .fa-solid.fa-arrow-right {    
    position: relative;
    font-size: 40px;
    right: 15px;
    bottom:0px;
}

.wprealizer-calendly-button.wprealizer-calendly-button-medium.common-btn__circle-move {
    font-size:19px;
    line-height:1.5;
}

#offcanvasLeft .common-btn.wpr-el-theme-btn.tp-el-btn {
    
    color:#1b1c1e
    
}



@media only screen and (max-width: 767.98px) {
	
	/* pulsante visualizza tutti i progetti */
    .common-btn__circle-move {
        width: 190px!important;
        height: 190px!important;
		position:relative;
    }		
    
    .footer-copyright {
        text-align:center
    }


	
}

