/*
 Theme Name:   StarKid Child
 Theme URI:    http://kindergarten.thimpress.com/
 Description:  StarKid Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     starkid
 Version:      1.0.0
 Text Domain:  starkid-child
*/

.background-footer {
    background-image: url('https://www.scuolaprincipessajolanda.it/staging/wp-content/uploads/2024/08/bg-png-170.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 150px;
    /* width: 100%; */
    /* bottom: calc(100% - 100px) !important; */
}

.file-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.file-list-center {
    align-items: center;
}

.file-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background: #f9f9f9;
}

.file-item img {
    max-width: 50%;
    height: auto;
    margin-bottom: 10px;
}

.download-button {
    display: inline-block;
    padding: 10px 15px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.download-button:hover {
    background: #005177;
}

@font-face {
  font-family: 'Brush Script';
  src: url('assets/fonts/Brushy Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.header-logo {
    display: flex;
    align-items: center;
	flex-direction: row;
}

.logo-space {
	margin-left: 35px;
}

/* Logo - Scritta centrata verticalmente */
.logo-text {
	font-family: Brush Script;
    font-size: 2.5em; /* Regola la dimensione se necessario */
    color: #E8660E; /* E' il colore del logo */
}

.logo-separator {
	margin: 0 5px 0 5px;
    font-size: 2.5em; /* Regola la dimensione se necessario */
    color: #E8660E; /* E' il colore del logo */
}


@media (max-width: 768px) {
	.header-logo {
		flex-direction: column;	
	}
	.logo-space {
		margin-left: 0px;
	}
	.logo-separator {
		display: none;
	}
	.site-header.layout-3 .header-inner .wrap-content-header .header-logo {
		background-image: none;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.logo-separator {
		display: none;
	}
	.logo-text {
		display: none;
	}
}

/* Logo - Scritta centrata verticalmente e orizzontalmente
.logo-text {
    flex-grow: 1;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #E8660E;  E' il colore del logo 
}
*/

.text-uppercase {
    text-transform: uppercase;
}
