/*
Theme Name:     Design Italia - Docendata
Description:    Tema Child per il tema Design Italia
Author:         Docendata
Author URI:     http://www.docendata.com
Template:       design-italia
Tags: one-column, two-columns, right-sidebar, custom-header, custom-colors, custom-logo, custom-menu, footer-widgets, editor-style, featured-images, post-formats, theme-options
*/

/* REGOLE CSS da inserire solo se non possibile in Custom CSS */
.alignnone {
  margin: 0;
}

.entry-content [href$=".pdf"]:after, .entry-content [href$=".doc"]:after, .entry-content [href$=".docs"]:after, .entry-content [href$=".xls"]:after, .entry-content [href$=".xlsx"]:after, .entry-content [href$=".zip"]:after {
	content: "\f019";
	font-family: "FontAwesome";
	margin-left: 5px;
	display:none;  /* Non visualizza l'icona del download */
}

.mtli_attachment {
    padding-right: 0px !important;   /* Elimina spazio a destra dei link degli allegati */
}


.rt-tpg-container .rt-tpg-isotope-buttons button {
    display: inline-block;
	border: groove;
	text-transform: uppercase;
}

#header > div > div.it-header-slim-wrapper > div > div > div > div > a.d-none {
    display: unset!important;
}

/* Regolazione dicitura testata */
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
    width: 90%;
}


@media (max-width: 330px) {
	#header div.it-brand-wrapper h1 {
  font-size: 1.0rem;
  line-height: 0.9;
}}

@media (min-width: 330px) {
	#header div.it-brand-wrapper h1 {
  font-size: 1.4rem;
  line-height: 0.8;
}}

@media (min-width: 576px) {
	#header div.it-brand-wrapper h1 {
  font-size: 2rem;
  line-height: 0.8;
}}

@media (min-width: 640px) {
	#header div.it-brand-wrapper h1 {
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: -1.2px;
}}

@media (min-width: 768px) {
	#header div.it-brand-wrapper h1 {
  font-size: 1.6rem;
  line-height: 0.6;
}
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    margin-left: 10px;
    position: absolute;
    bottom: 0px;
    width: max-content;
    right: 0px;
}  
}

@media (min-width: 992px) {

  #header div.it-brand-wrapper h1 {
  font-size: 2.5rem;
  line-height: 1;
}    
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    margin-left: 10px;
    position: absolute;
    bottom: 0px;
    width: max-content;
    right: 0px;
}  
}
