/*  amagar el formulari del tags (folksonomy)  */
 .properties > h4,  .tag-field, .tagging-form {
  display: none;
}
/*amagar dc terms a metadata*/
.field-term {
    display: none;
   }
metadata.property.field-term.dd.va.ue {
display: none;
 }

button {
background-color:#c90619;
}
button.icon-btn{
color:#c90619;
}
.title::after {
    background-color:#c90619;
 }
/* redimensiona la part lateral*/
@media(min-width: 768px) {
    .regions-container .sidebar-region {
        width:40%
    }
}
/*perquè les miniatures d'inici dels conjunts de recursos siguin més grans*/
.showcase .entry:not(:only-child) img {
    max-height: 27rem;
    }
/*canvi width a 100% pq passi de 4 a 1 img en pantalla petita - conjunts de recursos*/
@media (max-width: 768px) {
.showcase .entry:not(:only-child) {
  width: 100%;
}
}
/*color fons submenu*/
.main-navigation .navigation > li > ul {
  background-color: #ffffff;
}
/*color text menu*/
.main-navigation .navigation > li > a {
 color:  #c90619;
}
/*color text submenu*/
.main-navigation .navigation > li > ul a {
  color:  #c90619;
}
/*amagar llistat pàgines del submenú a les pàgines*/
.sub-menu{
    display: none;
}
h1 {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.875rem
}
h2,  h3,  h4{
        font-family: "Open Sans",serif;
}
.main-header__top-bar {
    display: none;
 }
.media-parent-item{
display: none;
 }
.statistics-stat{
display: none;
 }
.advanced-search{
display: none;
 }
a {
  color: #c90619;
}
a:visited {
  color: #c20311;
}

a:hover,a:focus,a:active {
    color: #c90619;
}
/*lightbox previsualització recursos*/
.lg-backdrop {background-color: #fff} 
.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar { 
  opacity: 1; 
  background-color: #767b7f; 
  color: white; 
} 
.lg-toolbar .lg-icon  {color: #fff} 
 .lg-counter {color: #fff} 
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition { 
  transform: scale3d(1,1,1) translate3d(-50%,-50%,0) !important; 
  max-width: none !important; 
  max-height: none !important; 
  top: 50% !important; 
  left: 50% !important;
}
.main-header { 
  background-color: #fff; 
  position: fixed; 
  width: 100%; 
  top: 0; 
  left: 0; 
  z-index: 3; 
  box-shadow: 0px 4px 6px 2px rgba(0,0,0,.11); 
  transition: top .3s ease-out
} 

.og-details img {
display:none;
} 
.og-details p {
margin-bottom: 1em;
} 
.lg-outer .lg-thumb-outer {
background-color: #fff;
}
@media only screen and (max-width: 768px){
.lg-toolbar .lg-maximize{
font-size: 22px;
display: none;
}
}





