
.header-image #header a, .header-image #header .menu-btn {
    color: #111;
}

.modular.header-image #header #navbar a {
    color:#333;
    background-color:transparent;
    font-weight: 100l;
    font-size: 1 rem;
    padding:0.3rem;

}

.modular.header-image #header #navbar  {
   height: 20px;
  background-color: #fff;
    padding-left: 0.1rem;

}

.modular.header-image #header  .logo {
  border: none;
  height: 30px;
  background-color: #fff;
  padding-left: 0.5rem;
  color: #333;

  }

.it {
  display: inline-block;
  width:25px;
  height: 22px;
  background-image: url(../images/it.svg);
  background-size: cover;
}

.fr {
  display: inline-block;
  width:25px;
  height: 22px;
  background-image: url(../images/fr.svg);
  background-size: cover;
}

.en {
  display: inline-block;
  width:25px;
  height: 22px;
  background-image: url(../images/en.svg);
  background-size: cover;
}


body {
  background: #fff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#header #navbar {
  font-size: 1rem; }

.bio {
    text-align:left;
}

/**
.header-image #header #navbar ul.navigation ul li a {
  color:#1A74BB; }
  .header-image #header #navbar ul.navigation ul li a:hover {
    color: #558042; }

**/
#header #navbar ul.navigation li a {

  padding: 0.2rem 0.3rem;

	font-size: 0.8rem;  }

  ul.navigation li {

}

.list{
text-align:left;

font-size: 0.8rem;

}




      .logo h3 {
        font-size: 1.6rem;
        font-family: "Montserrat", "monospace";
        line-height: 0.5rem;
        margin: 0;
        float: left;
      }


.tags {
  background-color: transparent;
}

.list-blog-date {
  background-color: transparent;
}

/**.modular .slideme_container {
  overflow: hidden;
  margin-top: -15rem;
  padding-top: 15rem;
  height: 34.7rem; }

    .modular .showcase {
      position: relative;
      z-index: 999;
      padding-bottom: 10rem;
      background-color: #333;
      background-size: cover;
      background-position: center;
      text-align: center;
      color: #ffffff; }
      .modular .slideme_container .arrow {
        position: absolute;
        display: block;
        padding-bottom: 0;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        padding-top: 0;
        cursor: pointer;
        z-index: 50;
        text-align: center;
        line-height: 3.8rem;
        background: #fff;
        top: 60%;
        border-radius: 100%;
        font-size: 2.5rem;
        opacity: 0.5;
        color: #000; } **/



 .list-item .list-blog-header img {
   display: block;
   margin-top: 1rem;
   border-radius: 0;
 height: auto; }



#flex-objects .list li { width: 100%;  }


#flex-objects .list li { display: inline-block; width: 85%; margin: 1rem 8%; }


#flex-objects .list li .entry-details .name { font-weight: bold; font-size: 90%; }

@media only screen and (max-width: 800px) { #flex-objects ul li { width: 100%; } }

@media only screen and (max-width: 500px) { #flex-objects ul li { width: 100%; } }


.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;

  color: #fff; }

  .blog-header h1 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase; }

    .team .members .member {
      display: inline-block;
      float: left;
      width: 28%;
      margin: 0 1rem;
      margin-bottom: 3rem; }
@media only screen and (max-width: 800px) { .team .members .member { width: 45%; } }
@media only screen and (max-width: 500px) {.team .members .member {  width: 90%; } }


.giornalismo {
  margin: 0 auto;

  width: 70%;

 }

.footer {
  font-size: 0.9rem;
  background: #1A74BB;
  width: 100%;
  padding-top: 2rem;
color: #FFFFFF; }

  .footer a {
    color: #FFFFFF; }

    .footer .footer-module.large {
      width: 50%; }
