/*
Theme Name: ThemeTEX
Theme URI: https://europe-digital.com/themetex
Author: Europe Digital LTD
Author URI: https://europe-digital.com
Description: Un tema WordPress leggero con CSS moderno
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-leggero-moderno
*/


/*
Theme Name: Purina Responsive Theme
Theme URI: https://example.com/purina-responsive-theme
Author: Il tuo nome
Description: Un tema WordPress leggero e responsive ottimizzato per Purina
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: purina-responsive-theme
*/

/* Reset e stile di base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

a {
    color: #353535;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Layout */
.container {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.site-header {
    background-color: transparent;
    padding: 20px 0;
}

.site-header img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.site-title {
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
header#masthead img {
    max-width: 100%;
}

/* Navigation */
.main-navigation ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    background-color: #000000;
    padding: 10px 0;
}

.main-navigation li {
    margin: 0 15px;
}

.main-navigation a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

/* Content */
.site-content {
    background: transparent;
}

.entry-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #ed2232;
}

.entry-content {
    margin-bottom: 40px;
}

/* Footer */
.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}
.site-info img {
    max-width: 200px;
    margin: 0px auto;
}
/* Responsive design */
@media (max-width: 768px) {
    .main-navigation ul {
        flex-direction: column;
        align-items: center;
    }
    
    .main-navigation li {
        margin: 10px 0;
    }
}



/* CUSTOM */
div#sidebar {
    display: none;
}
nav#site-navigation {
    display: none;
}
/* header#masthead {
    display: none;
}*/
header.entry-header {
    display: none;
} 
.site-footer {
    background-color: #e0e0e0;
    color: #000000;
    padding: 0px 0;
    text-align: center;
    z-index: 1;
}

.purina-content {
    text-align: center;
}

.purina-dates {
    text-align: center;
    background: #E40A18;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 20px;
	margin-top: 20px;
    font-size: 24px;
    color: white;
}

.purina-dates.spec {
    text-align: center;
    background: linear-gradient(0.25turn, #d28415, #fae6a9, #d28415);
    width: fit-content;
    margin: 0px auto;
    padding: 10px 20px;
	margin-top: 20px;
    font-size: 24px;
    color: #000000;
}

.purina-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}
.purina-heading h2 {
    font-size: 40px;
	color: #E40A18;
}
.purina-heading.spec h2 {
    font-size: 44px;
    color: #000000;
    font-family: 'antenna-purina' !important;
}

.purina-heading p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}


.purina-arrow1 img {
    position: absolute;
    max-width: 440px;
    left: 0px;
    top: 20%;
}
.purina-arrow2 img {
    position: absolute;
    max-width: 440px;
    right: 0px;
    top: 60%;
}

.purina-space-40px {
	height: 540px;
}

/* Responsive design */
@media (max-width: 768px) {
.purina-arrow1 img {
	display: none;
}
.purina-arrow2 img {
	display: none;
}
}


/* popup agenda */

.agenda-button {
  display: block;
  width: 200px;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #ed2232;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.agenda-button:hover {
  background-color: #c51a29;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 5px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.agenda-items {
  margin-top: 20px;
}

.agenda-item {
  display: flex;
  margin-bottom: 10px;
}

.time {
  width: 80px;
  font-weight: bold;
}

header#masthead img {
    border-radius: 8px;
    box-shadow: 0px 0px 13px #e98b01;
}

@media screen and (max-width: 600px) {
  .popup-content {
    width: 95%;
    margin: 5% auto;
  }
  
  .agenda-item {
    flex-direction: column;
  }
  
  .time {
    width: 100%;
    margin-bottom: 5px;
  }
}






