/* 
Theme Name: Sportello Digitale
Theme URI: https://sportelloaziendadigitale.it
Description: Tema child di Hello theme
Author: Graffette web agency
Author URI: https://graffette.net
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
*/

/* Link text */

.elementor-kit-7 a {
	opacity: 0.9;
	color: currentcolor;
	text-decoration: underline;
    text-underline-offset: 6px;
}
.elementor-kit-7 a:hover {
	color: currentcolor;
	opacity: 1;
	
}

/* esternal link */
a[target*="_blank"]:not(.elementor-icon)::after {    
    content: "";
	color: currentcolor;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    margin-bottom: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

/* Slider arrows */
.elementor-swiper-button.elementor-swiper-button-prev svg {
    transform: rotate(180deg);
}

/* Blog Grid */
.elementor-post__thumbnail {
    box-shadow: 0px 0px 1px 0px rgba(0, 69.99999999999996, 83.99999999999999, 0.8);
	transition: all 0.15s ease 0s;
}
article.elementor-post:hover .elementor-post__thumbnail {
	box-shadow: 0px 0px 10px 0px rgba(0, 69.99999999999996, 83.99999999999999, 0.5);
	border-radius: 3rem !important;
    transform: scale(.95);
}

/* Pulsanti blog */
a.sqs-block-button-element:hover {
    color: #FFFFFF;
    background-color: #AC1B69;
}

a.sqs-block-button-element {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-radius: 1rem 0rem 1rem 0rem;
    padding: 0.8rem 1rem 0.8rem 1rem;
    transition: all 0.2s ease;
}
.sqs-block-button-container.sqs-block-button-container--center br {
    display: none;
}
.sqs-block-button-container.sqs-block-button-container--center {
    padding-top: 2em;
}
div#toc {
	display: none !important;
}