@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
.clearfix, .author-wrapper, .download-links, .keen-members, .entry-footer {
  width: 100%;
}
.clearfix:after, .author-wrapper:after, .download-links:after, .keen-members:after, .entry-footer:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

/**
*  z-indexes
* --------------------------------------- */
/**
*  Media Queries break-points
* --------------------------------------- */
/**
*  Width
* --------------------------------------- */
/**
*  Fonts
* --------------------------------------- */
/**
*  Colors
* --------------------------------------- */
/**
*  Shadows & Transitions
* --------------------------------------- */
.author-wrapper, .download-links, .keen-members {
  padding: 3rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  border: 1px solid #E6E6E6;
}
.author-wrapper .author-picture, .download-links .author-picture, .keen-members .author-picture {
  overflow: hidden;
}
.author-wrapper .author-picture img, .download-links .author-picture img, .keen-members .author-picture img {
  display: block;
}
.author-wrapper .author-info .author-name, .download-links .author-info .author-name, .keen-members .author-info .author-name {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: .25rem;
}
.author-wrapper .author-info .author-role, .download-links .author-info .author-role, .keen-members .author-info .author-role {
  font-size: 1.05em;
  font-weight: 300;
  margin-bottom: 1rem;
}
.author-wrapper .author-info .author-description, .download-links .author-info .author-description, .keen-members .author-info .author-description {
  font-size: 1.25em;
}

.chi-siamo .site-main {
  padding: 3rem 0;
}
.chi-siamo .entry-content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
}
.chi-siamo .entry-content .author-wrapper, .chi-siamo .entry-content .download-links, .chi-siamo .entry-content .keen-members {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}

.single .post .post-details .custom-field.price {
  font-size: 1.25em;
}
.single .post .post-details .custom-field.code {
  padding: 1rem 0;
}
.single .post .post-details .custom-field.code .code {
  font-weight: 700;
}
.single .post.category-eventi .entry-content > p {
  font-size: 1.25em;
}
.single .post.category-eventi .entry-header {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  border: 1px solid #E6E6E6;
}
.single .post.category-eventi .entry-header .custom-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}
.single .post.category-eventi .entry-header .custom-field .button {
  margin-right: 1rem;
}
.single .post.category-eventi .entry-header .custom-field .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.single .post.category-eventi .entry-header .custom-field .date span[class^="date-"] {
  margin-right: .25em;
}

@media screen and (min-width: 981px) {
  .single .post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post,
.hentry {
  position: relative;
  margin-bottom: 2rem;
}

.entry-thumbnail, .related-posts ul li.post .recent-thumbnail {
  margin-bottom: .5rem;
}
.entry-thumbnail img, .related-posts ul li.post .recent-thumbnail img {
  width: 100%;
}

.entry-title {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: .5rem;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #959595;
}

.entry-content {
  margin-bottom: .5rem;
}
.entry-content p {
  font-size: 1.05em;
}
.entry-content p a {
  font-weight: 700;
}
.entry-content p a:hover {
  color: #2989C0;
  text-decoration: underline;
}
.entry-content .download-links {
  font-family: "Roboto Condensed", sans-serif;
}
.entry-content .download-links p a {
  font-weight: 400;
}
.entry-content .download-links p a i {
  margin-right: 1em;
}

.entry-meta {
  color: #959595;
  font-size: .8em;
  margin-bottom: .5rem;
}
.entry-meta.tags {
  color: #f44336;
  font-size: .9em;
  margin-bottom: 0;
}
.entry-meta a {
  color: #959595;
}
.entry-meta a:hover {
  color: #2989C0;
  text-decoration: underline;
}

.cat-links a {
  padding: .6em .5em;
}

.more-link {
  float: right;
}
.more-link:hover {
  color: #FFF;
  opacity: .75;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content quote,
.entry-content cite {
  margin-bottom: 1em;
}
.entry-content a {
  display: inline-block;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  display: inline;
  float: left;
  margin: 0 1rem 1rem 0;
}
.entry-content .alignright {
  display: inline;
  float: right;
  margin: 0 0 1rem 1rem;
}
.entry-content .aligncenter {
  display: block;
  margin: 1rem auto;
}
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content quote,
.entry-content cite {
  margin-left: 4rem;
  margin-right: 4rem;
}
.entry-content blockquote,
.entry-content quote,
.entry-content cite {
  margin-left: 2rem;
  margin-right: 2rem;
}
.entry-content ul li {
  list-style: disc;
  line-height: 1.5;
}
.entry-content ol li {
  list-style: decimal;
  line-height: 1.5;
}
.entry-content blockquote {
  border-left: 7px solid #f44336;
  padding-left: 1em;
}

.custom-field.price {
  color: #689f38;
}

.related-posts {
  font-size: .8em;
  padding: 1rem 2em;
  margin-bottom: 1rem;
}
.related-posts ul {
  padding: 1em 0;
}
.related-posts ul li.post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.related-posts ul li.post:last-child {
  margin-right: 0;
}

.download-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.keen-members {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-color: #ffa000;
}
.keen-members p {
  margin-bottom: 2rem;
}
.keen-members p i.button {
  font-size: 1.25em;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1rem;
}
.keen-members .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  min-width: 50%;
  margin: 0 auto;
}

.download-attachments {
  background-color: #f3f3f3;
  border: 1px solid #E6E6E6;
  padding: 2rem;
}
.download-attachments ul li {
  list-style: none;
  padding: .75em;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 1, 1);
          transition: 0.35s cubic-bezier(0.4, 0, 1, 1);
}
.download-attachments ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.links {
  border-bottom: 1px solid #E6E6E6;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.links:hover .item {
  opacity: .5;
}
.links .section-title {
  border-bottom: 1px solid #E6E6E6;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}
.links .item {
  width: 90%;
  border: 1px solid #f3f3f3;
  padding: 1rem 2rem;
  margin: 0 auto;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 1, 1);
          transition: 0.35s cubic-bezier(0.4, 0, 1, 1);
}
.links .item:nth-of-type(even) {
  background-color: #f3f3f3;
}
.links .item:hover {
  opacity: 1;
}
.links .item a {
  display: block;
  font-size: 1.15em;
  font-weight: 500;
}
.links .item p {
  font-size: 1em;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .author-wrapper .author-picture, .download-links .author-picture, .keen-members .author-picture {
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .author-picture {
    width: 16.66667%;
    float: left;
    margin-right: 4.16667%;
  }

  .author-info {
    width: 79.16667%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 981px) {
  .author-picture {
    width: 16.66667%;
    float: left;
    margin-right: 4.16667%;
  }

  .author-info {
    width: 79.16667%;
    float: right;
    margin-right: 0;
  }

  .chi-siamo .author-wrapper, .chi-siamo .download-links, .chi-siamo .keen-members {
    font-size: 1.25em;
    width: 48.97959%;
    float: left;
  }
  .chi-siamo .author-wrapper:nth-child(2n + 1), .chi-siamo .download-links:nth-child(2n + 1), .chi-siamo .keen-members:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .chi-siamo .author-wrapper:nth-child(2n + 2), .chi-siamo .download-links:nth-child(2n + 2), .chi-siamo .keen-members:nth-child(2n + 2) {
    margin-left: 51.02041%;
    margin-right: -100%;
    clear: none;
  }
  .chi-siamo .author-wrapper .author-picture, .chi-siamo .download-links .author-picture, .chi-siamo .keen-members .author-picture {
    width: 23.46939%;
    float: left;
    margin-right: 2.04082%;
  }
  .chi-siamo .author-wrapper .author-info, .chi-siamo .download-links .author-info, .chi-siamo .keen-members .author-info {
    width: 69.38776%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 980px) {
  .chi-siamo .entry-content .author-picture {
    width: 37.5%;
    float: left;
    margin-right: 4.16667%;
  }
  .chi-siamo .entry-content .author-info {
    width: 58.33333%;
    float: right;
    margin-right: 0;
  }
}
