.newsticker {
  overflow: hidden;
  margin-bottom: 2px;
}

.newsticker-container-horizontal {
  background: #f5f5f5;
}
.newsticker-horizontal {
  /*    border: 2px solid #E86E2A;*/
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
}
.newsticker-marquee-on li {
  display: inline;
  margin-right: 40px;
}
.newsticker-horizontal ul {
  margin: 0 0 20px 15px;
}
.newsticker-horizontal a {
  color: #000c;
  padding-bottom: 2px;
}
.newsticker-horizontal .newsticker-title {
  float: left;
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 25px;
  /*    background: #eee;*/
  font-weight: bold;
}
.newsticker-marquee-off .newsticker {
  
}
.newsticker-hour {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 2px;
}
.newsticker-horizontal .newsticker-hour {
  color: #e86e2a;
}
.newsticker-horizontal .newsticker-article {
  font-size: 0.9em;
  position: relative;
  padding-bottom: 4px;
}
/*.newsticker-horizontal .newsticker-article::after{
    
    height:2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #E86E2A
}*/
.pulse {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #f00;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  box-shadow: 0 0 0 0 rgb(255 0 0 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*.newsticker-list div {
    display: none !important;
}*/

.newsticker-vertical {
  height: 450px;
  padding-bottom: 20px;
  overflow: hidden;
}
.newsticker-vertical a, .newsticker-vertical .newsticker-hour, .newsticker-vertical .newsticker-article {

}

.newsticker-vertical ul {
  list-style: none;
  margin: 0px;
}
.newsticker-vertical .newsticker-title {
   color: #fff;
    background-color: #1151d3;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-family: "Roboto Slab";
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}


.newsticker-big {
  min-height: 250px;
  width: calc(100% + 1px);
  background: #f5f5f5;
  position: absolute;
  border: 5px solid #eee;
  display: none;
  padding: 10px;
}

#espandi-news {
  font-size: 0.9em;
  width: 85px;
  margin-left: 15px;
}
.wpex-w-82 {
  width: 82%;
}
.newsticker-big ul {
  list-style: none;
  font-size: 0;
  display: table-cell;
}
.newsticker-big li {
  display: inline-block;
  width: 30%;
  margin-left: 25px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.newsticker-article {
  color: #000;
}
.newsticker-hour {
  color: #8dc63f !important;
  font-weight: bolder !important;
}
.newsticker-big::after {
  content: "";
  clear: both;
}

.newsticker-vertical .newsticker-item {
    display:flex;
    padding-left:10px;
    padding-bottom: 10px;
    padding-top:10px;
    font-size: 0.9em;
    border-bottom: 1px solid #eee
}