/*
Theme Name: lamurad
Author: Gaizka Pagonabarraga
Author URI:
Description: Tema para la publicación digital del máster MURAD
*/

html{
  background-color: #F1F1F1;
}
body{
  font-family: 'Oswald', sans-serif;
  margin:0;
}
.abstract{font-size:20px !important;font-weight:bold !important;}
div.contenido{
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-column-gap: 50px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
s
}
h1 h2 h3 h4{
}
a{
  text-decoration: none;
  color: black;
}

/****HEADER****/
header {
position: sticky;
top: 50px;
min-width: 200px;
}
header h1{
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  margin-bottom: -12px;
  margin-top: 5px;
}
header h2{
  font-weight: 200;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 5px;
}
.slicknav_menu {
 display:none;
}
nav ul{
  padding: 0;
  margin-top: 5px;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-bottom-width: 1px;
}
nav li {
  font-weight: 200;
  text-transform: uppercase;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
nav li:hover {
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
a:link{
  color:black;
  text-decoration:none;
}
a:visited{
}
a:hover {
}
.redes{
  width: 250px;
  position: fixed;
  bottom: 3%;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.redes img{
  width: 70%;
}
/***SECCIONES**/
main{
  top: 0;
}
.buscador{
  position: relative;
  top: 50px;
  display: inline-block;
  float: right;
}
label.screen-reader-text{
  font-weight: 200;
  position: absolute;
  top:7px;
  font-size: 1rem;

}
li#search-4 {
  list-style: none;
}
.buscador img{
  position: absolute;
  top:0px;
  margin: auto;
  width: 30px;
}
.buscador input{
  width: 200px;
  height: 35px;
  background-color:transparent;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: black;
  border-style: dashed;
  padding-left: 35px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
font-size: 1rem;
cursor: text;
padding-left: 70px;}

.buscador input#searchsubmit{
  display: none;
}
.buscador input:focus{
  outline: 0;
}
.seccion{
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin-top: 142px;
  margin-bottom: 30px;
  padding-bottom: 3px;
  padding-top: 3px;
}
#ed.seccion{
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.seccion h3{
  display: inline;
  font-weight: 200;
  padding-left: 5px;
  padding-right: 5px;
}
.seccion h3.volumen {
  font-weight: 500;
  text-transform: uppercase;
}

/**ARTICULOS*/

section {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
  column-gap: 60px;
}

article h1{
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
}

article h2{
  font-size: 25px;
  font-weight: 200;
  line-height: 110%;
  margin: 0;
  padding-bottom: 120px;
}
article{
  position: relative;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}


.firma{
  position: absolute;
  bottom: 0;
}
article h3{
  font-size: 1rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}
article p{
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 20px;
  margin: 0;
  line-height: 90%;
  text-transform: lowercase;
}

/**PROJECTS*/
.seccion.proj{
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin-top: 140px;
  margin-bottom: 50px;
  padding-bottom: 3px;
  padding-top: 3px;

}
article.projectos h2{
  font-size: 25px;
  font-weight: 200;
  line-height: 110%;
  margin: 0;

  padding-bottom: 12px;
  padding-bottom: 10px;

}
article img{
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 12px;
}
article.projectos h4{
margin: 0;
padding: 0;
}
article.projectos p{
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 20px;
  margin: 0;
  line-height: 100%;
  text-transform: none;
}
article.projectos{
  position: relative;
  border-style: none;

}

/*FOOTER*/
footer{
  margin-top: 300px;
  margin-bottom: 20px;
  grid-column-start: 2;
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) ) ;
  grid-column-gap: 60px;
  align-content: start;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  padding-top: 50px;


}
footer img{
  width: auto;
  padding-bottom: 20px;

}
footer h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin: 0;
  padding:0;
}
footer p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin: 0;
}

/*JOURNAL*/
article.vol{
  position: relative;
  border-style: solid;
  border-width: 0;
}

.lista h2{
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding-bottom: 12px;
  padding-bottom: 10px;
  padding: 0;
  margin-top: 20px;
}
.lista p{
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 20px;
  margin: 0;
  line-height: 100%;
  text-transform: none;
  padding: 0;
  padding-top: 5px;
}

/*PROJECTS*/
section.proyectos {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
  column-gap: 60px;
  margin-top: 142px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 0px;

}
article.event{

  border-bottom-width: 2px;
  border-top-width: 0px;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-bottom: 100px;
}
article.event h2{
  font-size: 25px;
  font-weight: 200;
  line-height: 110%;
  margin: 0;
  padding-bottom:10px;
  padding-top: 10px;

}
article.event h3{
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding-bottom: 10px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
}
article.event h4{
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  margin: 0;
  line-height: 100%;
  text-transform: none;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 0px;
}
section.proyectos p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 130%;
  text-transform: none;
  padding-bottom: 0;

}


/*ARTICLE*/
div.content{
  position: relative;
}
section.article{
  display: grid;
  grid-template-columns: 7fr 2fr;
  column-gap: 60px;
}
section.article img{
  width: 100%;
  height: auto;
}
div.title{
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0px;
  padding: 0;
  padding-bottom: 50px;
}


section.article div.title h1{
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
  margin-top: 142px;
}
section.article div.title h2{
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 110%;
  margin: 0;

}
section.article div.title h3{
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding-top: 15px;

}
section.article div.title p{
  font-family: 'Oswald', sans-serif;

  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 0;
  line-height: 90%;
}



section.article h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
section.article h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 130%
}
section.article p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
section.article p.destacado{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  font-style: italic;
}
section.article .imgs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-top: 100px;
}
section.article .imgs p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}
section.article .imgs img{
  width: 100%;
  height: auto;
}
section.article hr{
  margin-top: 70px;
  margin-bottom: 70px;

}
section.article h4{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}
section.article .art_notas p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}
section.article p.wp-caption-text{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem
}
section.article dd.wp-caption-text{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  float: left;
  }
section .title svg{
  width:50px;
  position: absolute;
  right: 0;
  top:90px;
}

/*EVENTO*/
section.evento{
display: grid;
grid-template-columns: 7fr 2fr;
}

section.evento div.title h1{
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 50px;
  margin-top: 142px;
}

section.evento div.title p{
  font-family: 'Oswald', sans-serif;

  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 0;
  line-height: 110%;
}
section.evento p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
section.evento img{
  width: 50%;
  display: block;
  margin: auto;
  align-items: center;
  height: auto;
  margin-top: 100px;
}

/*EDITORIAL*/
section.editorial{
  display: grid;
  grid-template-columns: 7fr 2fr;
  column-gap: 60px;
}

section.editorial p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  border-bottom-width: 2px;
}
section hr{
  background-color: black;
  height: 1px;
  margin: 0px;}

article#comite{
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
  column-gap: 60px;
  padding-top: 20px;
  padding-bottom: 100px;
  border-width: 0px;
}
article#comite img{
  padding-bottom: 10px;
  border-width: 0px;
  border-bottom-width: 2px;
  padding-top: 20px;

}

@media (max-width:1500px){

  section.article{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;
  }
  section.evento{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;  }
  .evento .filete{
    display: none;
  }
}
@media (max-width:1140px){
  #menu-menu-principal {
   display:none;
 }
 .slicknav_menu {
  display:block;
  position: sticky;
  top: 40px;
  z-index: 10;
}
header{
  position: fixed;
  border-width: 0;
  border-style:solid;
  top:0px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #F1F1F1;
  width: 100%;
  z-index: 1;
}
  div.contenido{
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-top: 150px;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }
  .redes{
    display: none;
  }
  .firma {
    position: relative;
    padding-top: 50px;
  }
  article h2{
    padding-bottom: 0;
  }

  header{
    border-width: 0;
    border-style:solid;

  }
  .buscador{
    display:none;

  }

  .seccion{
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  section .articulo_home{
    display: block
  }
  section{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.proyectos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
  section.article{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;  }
    section.editorial{
      grid-template-columns: 1fr;
      margin-right: 10%;
      margin-left: 10%;  }
  section.evento{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;
  }

footer {
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;

  }
  footer h1 {
    padding-top: 30px;
  }
}
@media (max-width:850px){
  #menu-menu-principal {
   display:none;
 }
 .slicknav_menu {
  display:block;
  position: sticky;
  top: 40px;
  z-index: 10;
}
header{
  position: fixed;
  border-width: 0;
  border-style:solid;
  top:0px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #F1F1F1;
  width: 100%;
  z-index: 1;
}
  div.contenido{
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-top: 150px;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }
  .redes{
    display: none;
  }
  .firma {
    position: relative;
    padding-top: 50px;
  }
  article h2{
    padding-bottom: 0;
  }

  header{
    border-width: 0;
    border-style:solid;

  }
  .buscador{
    display:none;

  }

  .seccion{
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  section .articulo_home{
    display: block
  }
  section{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.proyectos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
  section.editorial{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;  }
  section.article{
    margin-right: 10%;
    margin-left: 10%;  }
  section.evento{
    grid-template-columns: 1fr;
    margin-right: 10%;
    margin-left: 10%;
  }
  article.event{
    margin-bottom:50px;
  }

footer {
  grid-template-columns: 1fr 1fr);
  column-gap: 10px;

  }
  footer h1 {
    padding-top: 30px;
  }
}

@media (max-width:600px){
  #menu-menu-principal {
   display:none;
 }
 .slicknav_menu {
  display:block;
  position: sticky;
  top: 40px;
  z-index: 10;
}
  div.contenido{
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 150px;
    position: relative;
  }
  header{
    position: fixed;
    border-width: 0;
    border-style:solid;
    top:0px;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #F1F1F1;
    width: 100%;
    z-index: 1;
  }
  .redes{
    display: none;
  }
  .buscador
  {
    display:none;
  }

  .seccion{
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .firma {
    position: relative;
    padding-top: 50px;
  }
  article h2{
    padding-bottom: 0;
  }
  footer {
    grid-template-columns: 1fr;
    column-gap: 10px;

  }
  footer img{
    width: auto;
    padding-top: 10px
  }
  footer h1 {
    padding-top: 10px;
  }
  section{
    display: grid;
    grid-template-columns: 1fr;
  }
  section.editorial{
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin:0;
  }

  section.proyectos{
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  section.article{
    display:block;
    margin:0;
  }
  section .title svg{
    display: none;
  }
  div.filete{
    display: none;
  }
  section.evento{
    grid-template-columns: 1fr;
    margin:0;
  }
  section .title img{
    width:60px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top:90px;
  }
  article.event{
    margin-bottom:50px;
  }
}
