.news-section .slide-entry-excerpt {
  display: none !important;
}



.news-section .slide-entry-wrap {
  display: flex !important;
  justify-content: space-between !important;
}

.news-section .avia-content-slider .slide-meta {
  display: none !important;
}
.news-section .avia-content-slider h3 {
  font-size: 24px !important;
}


.news-section .avia-content-slider .entry-content-header {
  padding: 0 1rem 0 1rem;
  display: flex;
  flex-flow: column-reverse;
}

.news-section .avia-content-slider .minor-meta {
  display: none !important;
}

.news-section
  .avia-content-slider
  .entry-content-header
  h3.slide-entry-title
  a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: 300 !important;
}

.news-section
  .avia-content-slider
  .entry-content-header
  h3.slide-entry-title
  a::after {
  float: right !important;
  font-family: "fontello" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: normal !important;
  font-size: 24px;
  content: "\F0A9";
}

.news-section .avia-slideshow-arrows a,
.news-section .avia-slideshow-arrows a::before {
  all: unset !important;
}

.news-section .avia-slideshow-arrows {
  display: flex !important;
  flex-flow: row !important;
  justify-content: flex-end !important;
  gap: 0.55rem !important;
  max-width: 920px !important;
  left: 0;
  width: 100% !important;
  z-index: 1000;
  margin-top: 4.5vh;
  margin-bottom: -4.5vh;
}

.news-section .avia-slideshow-arrows a {
  cursor: pointer !important;
  max-width: 36px !important;
  min-height: 40px !important;
  display: block !important;
  overflow: hidden !important;
  position: relative !important;
  color: rgba(255, 255, 255, 0) !important;
}

.avia-content-slider {
  overflow: initial !important;
  margin-bottom: 0 !important;
}

a.next-slide::after {
  font-family: "fontello" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: normal !important;
  font-size: 36px;
  content: "\F0A9";
  color: #34818c;
  position: absolute;
  top: 10px;
  left: 0;
}
a.prev-slide::after {
  font-family: "fontello" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: normal !important;
  font-size: 36px;
  content: "\F0A9";
  color: #34818c;
  transform: rotate(180deg) !important;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 640px) {
  #av_section_3 .container .av-content-full {
    width: initial !important;
  }

  .news-section .avia-slideshow-arrows {
    display: none !important;
  }
  .news-section .avia-content-slider article {
    margin-left: initial !important;
    transform: none !important;
    margin-bottom: 1rem !important;
  }
}
