.em-pagination.page-nav a {
  font-weight: normal;
}
.em-pagination.page-nav a:hover {
  text-decoration: none;
}
/* ==========================Custom CSS pagina Eventi ========================*/
.css-events-image {
  float: left;
  margin: 0 10px 20px 0;
}
li.css-events-text {
  text-align: justify;
}
.css-events-list span a {
  color: #2d2d2d;
  font-weight: bold;
}
.cat-events-list {
  margin: 0 10px 20px 0;
}
.cat-events-image {
  float: left;
  padding-right: 10px;
}
li.cat-events-text {
  text-align: justify;
}
.cat-events-list li {
  list-style-image: none !important;
  margin: 10px !important;
}
.cat-events-list span {
  background-color: #ffda00;
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cat-events-list li {
    margin: 5px !important;
  }
  .cat-events-list span {
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.8;
  }
}
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 479px) {
  .cat-events-list {
    margin: 0 10px 5px 0;
  }
  .cat-events-list span {
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.8;
  }
  .cat-events-list li {
    margin: 2px !important;
    float: left;
  }
}
/* =================================== Tag Evemti ===================================*/
.widget_tag_cloud {
  float: left;
}
.widget_tag_cloud .tagcloud a,
.tagcloud a {
  float: left;
  color: #fff;
  font-weight: normal !important;
  font-size: 12px !important;
  padding: 2px 7px;
  background: #666;
  margin: 0 3px 3px 0;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
.widget_tag_cloud .tagcloud a:last-child {
  margin-bottom: 20px;
}
.widget_tag_cloud .tagcloud a:hover,
.tagcloud a:hover {
  background: #4371cf;
  color: #2d2d2d !important;
  text-decoration: none !important;
}
ul.tags {
  list-style: none;
  margin: 0px;
}
a.tags {
  padding: 5px 10px;
  background: #FFF;
  font-size: 12px;
  text-decoration: none;
  color: #757b7f;
  margin-right: 5px;
  display: block;
  float: left;
  margin-bottom: 5px;
}
ul.tags li {
  list-style: none;
  display: inline;
  float: left;
  height: 24px;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0px;
}
ul.tags li a {
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #757b7f;
  line-height: 15px;
}
ul.tags li a:hover {
  background-color: #E45922;
  color: #FFF;
}
.tag-cat {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding: 5px 0;
}
.tag-cat li a {
  background: #666;
  color: #FFF;
  display: inline;
  padding: 5px;
  font-size: 12px;
}
.tag-cat li i {
  padding-right: 0px;
  font-size: 12px;
  margin-right: 2px;
}
.tag-cat li a:hover {
  color: #2d2d2d;
  font-size: 12px;
  background: #ffda00;
  text-decoration: none;
}
.blog-tag {
  position: relative;
  float: left;
  border-bottom: 1px solid #3155e3;
  color: #141010;
}
.tag .count {
  background: #4e6ff4;
  line-height: 10px;
  padding: 2px;
  color: #FFF;
  margin-left: 5px;
  margin-bottom: 0px;
}
