.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #615f8b;
  color: #fff;
}
/* Add a rollover background colour but keep the text white */
.button:hover,
.button:focus,
.button:active {
  background: #b7b6cd;
  color: #fff;
}
/*change background color of Text widget*/
.sidebar .widget {
    background: #0099cc
}
/*change font size and made bold*/
.wf-active .widget-title {
    font-weight: bold;
    font-size: 20px;
}
/*Change link colors on news entries*/
.news .entry-content a{
  color: #005e80;
}
.wf-active .widget-title {
    font-weight: bold;
    font-size: 20px;
    color:  #ffffff;
}
/*widget text color*/
.widget-title,
.widget{
  color:  #ffffff;
}
/*widget text color*/
.widget-title,
.widget{font-family: times new roman; font-size: 20px; text-transform: uppercase;
}
/*widget text color*/
#text-14 .widget-title,
.widget { font-family: times new roman; font-size: 20px; text-transform: lowercase;
}
/*change background color of #text-14 widget*/
#text-14  .widget {
    background: #ccff33
}

/*change widget background and text colors*/
.sidebar .widget {   
	background: #ffffff;
}
.widget-title, .widget {  
	color: #000000;
}
.wf-active .widget-title {   
color: #000000;
}
/*---Change the GDPR widget text to white and the background blue---*/
#text-16, 
#text-16 .widget-title {
    background: #0099cc;
    color: white;
}

#text-16 .widget-title {
    margin-top: 0;
}			
	/*---Change the Worldwide disclosure facilities widget text to white and the background grey---*/
#text-23, 
#text-23 .widget-title {
    background: #939393;
    color: white;
}

#text-23
.widget-title {
    margin-top: 0;
}
/*---Change the DO YOU WANT TO KNOW MORE? widget text to white and the background blue---*/
#text-19, 
#text-19 .widget-title {
    background: #0099cc;
    color: white;
}

#text-19 .widget-title {
    margin-top: 0;
}
/* Blue Widget Border */
#text-19 {
    border: 2px solid #615f8b;
}
/*--- underline phone number link in sidebar widget / 5856928-hc JS ---*/
#text-19 a {
	text-decoration: underline;
}

/*--- change DO YOU WANT TO KNOW MORE? widget bg colours / 5856928-hc JS ---*/
#text-19 {
	background-color: #fff;
	color: #000;
}
#text-19 .widget-title {
	padding: 20px;
}
/*---Change the GDPR widget text to white and the background blue---*/
#text-21, 
#text-21 .widget-title {
    background: #0099cc;
    color: white;
}

#text-21 .widget-title {
    margin-top: 0;
}
/* Change backgound color for subscriptions widget */
.footer .four-widgets #blog_subscription-6 {
  background-color: transparent;
}
/* Change title color for subscriptions widget */
.footer .four-widgets #blog_subscription-6 h3 {
  color: white;
}
/*---Change section overlay opacity---*/
.overlay {
    opacity: 0.50;
}
/*---Adjust the site title font size---*/
@media screen and (min-width: 77.5em){
.wf-active .site-title {
    font-size: 30px;
}
}
/* change text-transform on Budget 2019 widget | 16747130-hc */
.page-id-808 .widget.widget_text p {
	text-transform: none;
}
/* changes background on Budget 2019 widget | 16747130-hc */
#text-29 {
    background-color: #e4fefb;
}


/* Widget font normal case HC-16748365 */
 .widget {
    text-transform: inherit;
}
	/* Widget color change HC #ddffcc*/
 .widget#text-31{
background-color: #333;
color: white;
}
/* Widget color change HC #ddffcc*/
 .widget#text-31{
text-shadow:   2px green;
}
/* Style for latest blog post menu item */
.menu-item.latest-post a {
  font-weight: bold;
  color: #50C878; /* Paris Green */
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icon next to title */
.latest-post-icon {
  font-size: 1.1em;
}
.menu-item.latest-post a {
  font-weight: bold;
  color: #50C878; /* Paris Green */
  display: flex;
 align-items: flex-start;
  gap: 6px;
  white-space: normal;        /* consente l'andata a capo */
  line-height: 1.3;
  max-width: 580px;           /* 🔁 aumenta qui per più caratteri */
  word-break: break-word;
  text-align: left;
}
/* Icona accanto */
.latest-post-icon {
  font-size: 1.1em;
  flex-shrink: 0;          /* 👈 aiuta ad allineare meglio */
}
