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

/*didascalia immagini con sfumatura*/
.elementor-16 .elementor-element.elementor-element-6ce9384 .elementor-image-carousel-caption {
    background: linear-gradient(to bottom, rgba(0, 83, 102, 0), rgba(0, 83, 102, 0.9));
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 15px 10px;
    position: absolute;
    bottom: 1%; /* Posizionato al 10% dal fondo */
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
    box-sizing: border-box;
}

.elementor-16 .elementor-element.elementor-element-10383c7 .elementor-image-carousel-caption, .elementor-10 .elementor-element.elementor-element-53c9df2 .elementor-image-carousel-caption {
    background: linear-gradient(to bottom, rgba(0, 83, 102, 0), rgba(0, 83, 102, 0.9));
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 15px 10px;
    position: absolute;
    bottom: 0.5%; /* Posizionato al 10% dal fondo */
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
    box-sizing: border-box;
}

/*TESTO NEWS SCORRE*/
/* Stile per il separatore | */
.elementor-image-carousel-caption .pipe {
    margin: 0 10px;
    color: #005366;
}


/* Stile per la barra scorrevole delle categorie */
.category-ticker-container {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.category-ticker {
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
    display: inline-block;
    padding-left: 100%;
    font-family: "Nunito Sans", sans-serif !important;
}

.category-ticker a {
	font-family: 'Noto Sans';
    color: #005366;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 0 10px;
}

.category-ticker a:hover {
    text-decoration: underline;
}

.category-ticker span.separator {
    color: white !important;
    padding: 0 5px;
    font-weight: 300;
}

@keyframes ticker-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/*griglia post*/
.elementor-post-info__item.elementor-post-info__item--type-custom {
	font-family: 'Nunito sans', sans-serif !important;
	text-transform: uppercase;
}

/*timeline*/
#story-9cfe6c1 > div.twae-icon, #story-a84514c div.twae-icon, #story-e7e363a div.twae-icon, #story-e2230d2 div.twae-icon {
	border-radius: 0;
}

#story-a84514c > div.twae-content > div.twae-description {
	text-align: left;
}

.link-custom {
	color: #000000;
}

//STILE FORM
#gform_submit_button_1 {
    background-color: #2C4E5E;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
	border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 18px;
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 800;
}

#gform_submit_button_1:hover {
    background-color: #1F3A47;
}

#gform_wrapper_1 > div > h2 {
	font-size: 36px;
}

.link-moduli {
	font-size: 16px !important;
	font-family: 'Nunito Sans' !important;
	color: #015366!important;
}
#field_1_17 {
	font-size: 18px !important;
	font-family: 'Nunito Sans' !important;
	color: #015366!important;
}

.mail-custom {
	font-size: 16px !important;
}

/*stile pag number*/
.page-numbers {
	font-size: 30px !important;
}

/*TABELLA*/
.sicilbanca-table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Nunito Sans', sans-serif !important;
    -webkit-overflow-scrolling: touch;
}
.sicilbanca-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sicilbanca-table th {
    background-color: #015366;
    color: white;
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    border: none;
}

.sicilbanca-table td {
    padding: 25px 15px;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
    vertical-align: middle;
}

.sicilbanca-table td:first-child {
    background-color: #f7fafc;
    text-align: left;
    font-weight: 900;
    color: #015366;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 25px;
}

.sicilbanca-table tr:last-child td {
    border-bottom: none;
}

.check-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
}

.check-icon.approved {
    background-color: #015366;
}

.check-icon.denied {
    background-color: #FAB93F;
}

.check-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.check-icon.approved::before {
    content: '✓';
}

.check-icon.denied::before {
    content: '✕';
}

.standard-note {
    color: #015366;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.standard-note::before {
    content: '✱';
    color: #015366;
    font-size: 16px;
}

.footer-notes {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-note {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 8px;
}

.footer-note-icon {
    color: #015366;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-note-icon.teal {
    color: #015366;
}

.table-header-asterisk {
    color: #ffffff;
}

.footer-note-text {
    color: #015366;
    font-weight: 500;
}

.footer-note-text a {
    color: #015366;
    text-decoration: none;
    font-weight: 600;
}

.footer-note-text a:hover {
    text-decoration: underline;
}

.link-tabella {
	font-size: 14px !important;
	text-decoration: underline !important;
}

/*stile p*/
.link-contri {
	font-size: 16px !important;
	padding-bottom: 6px;
}
#link-media {
	font-family: "Nunito Sans", sans-serif;
}

/*paginazione*/
.elementor-pagination, .page-numbers {
	color: #ffffff !important;
}

.link-contri {
	font-family: 'Nunito sans', sans-serif !important;
}

.elementor-slideshow__title {
	display: none !important;	
}

/* Responsive */
@media (max-width: 768px) {
    .sicilbanca-table-container {
        margin: 15px -20px;
        padding: 0 20px;
    }
    
    .sicilbanca-table {
        min-width: 650px;
    }
    
    .sicilbanca-table th,
    .sicilbanca-table td {
        padding: 12px 8px;
        font-size: 13px;
    }
    
    .sicilbanca-table td:first-child {
        padding-left: 12px;
        font-size: 12px;
        min-width: 140px;
    }
    
    .check-icon {
        width: 28px;
        height: 28px;
    }
    
    .check-icon::before {
        font-size: 14px;
    }
    
    .standard-note {
        font-size: 11px;
        margin-top: 6px;
    }
    
    .footer-notes {
        padding: 0 20px;
        margin-top: 15px;
    }
    
    .footer-note-text {
        font-size: 13px;
    }
}