/* Custom by Len */



/* Ingombro logo desktop */
div.site-logo {
  height: 70px !important;
}


p {
  font-family: 'Nunito', sans-serif;
	font-style:normal !important;
  font-weight: 300;
}


.heading .entry-header .entry-title, .heading .page-title {
  text-transform: none;
}

/* gestione tag */
.post-cat-list span:before{
    content:'/';
    position: relative;
    top:3px;
    left:0;
    color:#fff;
    font-size:11px;
}
.post-cat-list a{
	border-radius: 5px;
	border-top:2px;
}
.post-cat-list span{
	padding: 3px;
}
.post-cat-list span:nth-of-type(1) {
    padding-left: 4px;
    margin-left: 0px;
}
.post-cat-list span {
    padding: 5px 3px 3px 0px;
}
/* Ombra e altezza card */

.sport-section article{
	min-height:190px;
box-shadow: 5px 5px 5px #ccc;
}

.business-section article {
	min-height:458px;
box-shadow: 5px 5px 5px #ccc;
}

b, strong {
    font-weight:800;
}

li .gradient-btn .menu-item .menu-item-type-post_type .menu-item-object-page .menu-item-10803 a:hover {
    color: white;
}

div.textwidget .custom-html-widget a.gradient-btn:hover{
	font-size:16px;
	color: var(--green);
}

/* Font globale del sito */

p, body, button, input, select, optgroup, textarea {
  font-family: 'nunito', sans-serif;
/*  font-style: italic; */
  font-size: 16px;
	line-height: 1.5em ;
}

p a {
  color: #0000ff;
  text-decoration: none;
}

p a:hover {
  /* color: var(--blue); */
  text-decoration: underline;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, .entry-meta > div, .entry-meta > div a, .author-info-wrap .author-info a {
  color: #00f;
}


/* Stile lista puntata */

.post-content .entry-content ol li, .post-content .entry-content ul li {
  margin-bottom: 0px;
}

ul, ol {
  margin: 0 0 1em 0em;
}

/* Stile interview */

@media (min-width:769px) {
    .main-navigation .menu-new-menu-container {
        width: calc(99% - 60px);
    }

}



#interview h5 {
  padding-bottom: 18px;
  background-color: azure;
  padding: 10px;
	border-left: solid 1px blue;
}


/* Sidebar widget recent */

.header-tab-button .widget-title {
  display: none;
}


/* Menu mobile */
  @media only screen and (max-width: 1024px)
.mob-menu-logo-holder {
 background-color: #0000ff !important;
}
@media only screen and (max-width: 1024px){
	div.mob-menu-logo-holder {
    background-color: #0000ff;
}	
}
figure.wp-block-image.size-large{
	margin: 0 0 0 57px;
}
/* css per gestire immagini nei posto al 100% */
figure.centopercento img{
	width:100%;
}
div.centopercento figure.size-full {
	width:100%;
}
/* didascalia */
div.jetpack-video-wrapper {
    margin-bottom: 0em;
}
figcaption { font-size:12px;
font-style:italic;}

figure.is-provider-youtube{
	margin-left:57px;
}
