/*
Benvenuto nella funzione di personalizzazione dei CSS!

Per scoprire come funziona, consulta http://wp.me/PEmnE-Bt
*/
/*Adds text after WP credits */
.attribution::after {
	content: " |Nota sul copyright: l'uso non autorizzato e/o la duplicazione di questo materiale senza il permesso espresso e scritto dell'autore e/o del proprietario di questo sito, è severemente proibito. Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner, is strictly prohibited. Onda Lucana is a registered trademark ® Copyright © Owned, Designed by Antonio Morena\A";
	font-family: Calibri;
}

.site-logo-link img {
	width: 120px;
}

.header-wrapper {
	background: #000000;
	background-image: url('YOUR_URL_HERE');
}

.site-description {
	color: #fffafa;
}

/* Change color of footer banner */
.site-footer {
	background: #000000;
}

a.genericon {
	font-size: 50px;
}

.mybordercolor {
	border: 3px solid #000000;
}

.myforecolor {
	color: #000000;
}

/* Remove the tag cloud arrow styling | 13270683-hc rg */
.widget_tag_cloud .widget-content a {
.widget_tag_cloud .widget-content a {
    font-family: lora;
}
}
.widget_tag_cloud .widget-content a:before {
    content: none;
}
.tagcloud a, .widget_tag_cloud a[style] {
font-size: 1.0rem !important;
}
/*change color of tag widget | 28536263-hc*/
.widget_tag_cloud .widget-content a {
    background: #035e9a;
    color: #ffffff;
}

/* Inverts widget tag cloud colors on hover */
.widget_tag_cloud .widget-content a:hover {
  background: #fff;
  color: #035e9a;
}

/* Change background color main menu 28549612-hc | WH */
.top-nav {
    background:    #000;
}		
/* Change color of To The Top Background | HC-28651098 - RP */
.to-the-top {
    background:  #208BD9;
}

/* Changes color of site title when you hover #28651098-hc KD */
.site-title a:hover {
    color: #208BD9;
}

.site-title {
text-align: center;
}
.site-description {
text-align: center;
}

/* Center site title & description | 28766149-hc JP */

.site-title {
text-align: center;
font-size: 2.2em;
}
/* change header display on smaller screens | 28766149-hc eD */
@media screen and (max-width: 768px) {
	.header .section-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.header .section-inner .site-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
	.header .section-inner .site-title,
	.header .section-inner .site-description {
		margin-left: 0;
		margin-right: 0;
	}
	.header .section-inner .nav-toggle {
		flex-basis: 100%;
		position: relative;
		margin: 20px auto 0;
		height: auto;
	}
}

/* add site logo to footer | 28766149-hc eD */
.copyright:before {
	content: "";
	width: px;
	height: 45px;
	background: url('https://ondalucana.com/wp-content/uploads/2021/04/Copyright-2018-2028-Antonio-Morena2017-GIF.gif');
background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Center menu items | 3886213-zen (KK) */
@media (min-width: 852px) {
.header-bottom-menu {
    text-align: center;
}
.header-bottom-menu > li {
    float: none;
    display: inline-block;
}
}

/* Reduce tags font size in tag cloud widget SS-28898749-hc */
.widget_tag_cloud .widget-content a {
font-size: 11px !important;
}

.sidebar .widget_wpcom_social_media_icons_widget li a{
font-size: 28px;
}

/* Center align logo  | #28898749-HC YM */
.section-inner {
    text-align: center;
}
/* Correct center align logo at mobile landscape size  | #34515619-HC LL */
@media (max-width: 850px) { 
.site-title, .site-description {
    margin-right: unset
}
}
/* Widget tags / 28929990-HC (MI) */

.widget_tag_cloud a[style] {
  padding: 6px !important;
}

/*change size of menu on mobile | SN-29014594-hc*/
@media (max-width: 70px) {
.header-bottom-menu a {
    padding-top: 2px;
    padding-bottom:2px;
font-size: 10px;

}
}

@media screen and (max-width: 600px) {
  .menu-social-icons {
    display: flex;
    justify-content: center;
  }
}


background-position: center;
background-size: cover;
}

/* RSS icons in menu / 29064364-HC (MI) */
.social-menu li a[href*="/feed/"]:before {
  content: '\f09e';
  color: orange;
}

/* Center social menu AL hc-29853608 */

.social-menu li {
    margin-left: 13px;
}

/* Center widget social icons AL hc-29853606 */

.widget_wpcom_social_media_icons_widget ul {
    text-align: center;
}

/* Fix post navigation overlap AL hc-29853608 */

.nav-links > div a {
    margin-top: -50px;
}

/* ---Center social icons mobile | 4063563-zen (JW) --- */ 
@media only screen and (max-width: 850px) {
    .social-menu{
        display: flex;
        justify-content: center;
    }
}

/*site title color change - hc- 35089845 - aam*/
.site-title a {
	color:#ffffff

}

.custom-rss-icon {
  /* Aggiungi qui i tuoi stili personalizzati per l'icona RSS */
  color: red; /* Cambia il colore dell'icona RSS a rosso */
  font-size: 24px; /* Cambia la dimensione dell'icona RSS a 24px */
}

.header-wrapper { "background-repeat: no-repeat;" background: #0000https://ondalucana.com/wp-content/uploads/2024/01/2024.jpg00;  background-image: url(''); 
}

/* Start Insert RSS icon for RSS feed link 7362498-ZD JM */
.social-menu li a[href*="wordpress.org"]::before, .social-menu li a[href*="wordpress.com"]::before {
content: '\f09e';
}
/* End Insert RSS icon for RSS feed link 7362498-ZD JM */

/* Disable link mouse cursor for gallery images | 8236853-zen pj */
.wp-block-image img {
    pointer-events: none;
    cursor: default;
    /* Change the cursor to the default arrow */
    color: grey;
    /* Change the color to grey to indicate the link is disabled */
    text-decoration: none;
    /* Remove the underline */
}
.wordads-ad-sticky {
	display:none;
}

.wordads-ad-sticky-close-btn {
    display: none !important;
}