/*
Theme Name:     Viva Theme
Theme URI:      https://viva883.gr/
Author:         GP
Author URI:     https://gp-web.dev
Description:    Viva 88,3 FM – Η καλύτερη μουσική της πόλης
Version:        1.0
Text Domain:    viva
Template:       fmwave
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

.header-logo img {
  width: 133px;
  height: 120px;
}

.footer-style-4 .footer-middle .footer-box .footer-title .widget-title::after {
  content: url(../viva-theme/img/footer-shape.png);
}

.footer-style-4::before {
  background-color: #051541;
}

.header-style-1.trheader .menu-layout22.rt-sticky {
  background-color: #253561;
}

.menu-layout22.rt-sticky .header-logo img {
  padding: 1rem;
}

.inner-page-banner {
  padding-bottom: 50px;
}

.inner-page-banner {
  padding-top: 160px;
}

.header-search.open {
  background-color: rgba(37, 53, 97, 0.9);
}

.blog-grid-layout .blog-box:hover .item-img::before,
.blog-grid-layout .blog-box:hover .item-img::after {
  pointer-events: none;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  background: transparent;
  box-shadow: none;
  color: #111;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 20px 15px 20px;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #253561;
  padding: 9px 25px 11px;
  overflow: hidden;
  z-index: 1;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

.nivo-caption .show-details {
  display: none;
}

.slider-area .slider-content h1.slider-big-text {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1440px) {
  .slider-area .slider-content h1.slider-big-text {
    font-size: 56px;
  }
}

footer .widget_nav_menu {
  font-family: "Open Sans", sans-serif;
}

.sh_history {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

@media only screen and (max-width: 1200px) {
  .sh_history {
    grid-template-columns: 1fr 1fr;
  }
}

.sh_history .item {
  width: 210px;
  margin: auto;
}

.sh_history .cover {
  position: relative;
  width: 210px;
}

.sh_history .cover img {
  height: 210px;
  width: 210px;
  object-fit: cover;
  border-radius: 0 1rem 0 1rem;
}

.sh_history .number {
  position: absolute;
  background: #f07c00;
  color: #fff;
  border-radius: 0 1rem 0 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  font-weight: 700;
  right: 0;
}

.sh_history .time {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #253561;
  color: #fff;
  padding: 0 0.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0 0.5rem 0 1rem;
}

.sh_history .info {
  text-align: center;
}

.sh_history p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 450px) {
  .sh_history {
    grid-gap: 1rem 0.5rem;
  }

  .sh_history .item {
    width: 150px;
  }

  .sh_history .cover {
    width: 150px;
  }

  .sh_history .cover img {
    height: 150px;
    width: 150px;
  }

  .sh_history p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
  }

  .sh_history .number {
    font-size: 0.875rem;
    width: 1.75rem;
    height: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .sh_history .time {
    font-weight: 500;
    padding: 0 0.25rem;
  }

  .section-defauly-style.section-heading-1 {
    margin-top: 2rem;
  }

  .section-defauly-style.section-heading-1 .heading-title {
    font-size: 20px;
  }
}


.airplay_chart.side {
  background: #818FAF;
  padding: 1rem;
  color: #fff;
  border-radius: 0 1rem;
}

.airplay_chart.side .chart_item_wrap {
  display: flex;
  margin-bottom: 1rem;
}

.airplay_chart.side .chart_item_count {
  margin-right: 0.5rem;
  color: #253561;
  display: flex;
  width: 1rem;
  justify-content: center;
  font-weight: 600;
}

.airplay_chart.side .chart_item_main .artist {
  font-size: 12px;
  color: #253561;
  font-weight: 600;
  line-height: 1;
}


.airplay_chart.main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}

@media only screen and (max-width: 1200px) {
  .airplay_chart.main {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .airplay_chart.main {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .airplay_chart.main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 550px) {
  .airplay_chart.main {
    grid-template-columns: repeat(1, 1fr);
  }
}


.airplay_chart.main .chart_item_wrap {
  width: 210px;
  margin: auto;
}

.airplay_chart.main .chart_item_cover {
  position: relative;
  width: 210px;
  margin: auto;
}

.airplay_chart.main .chart_item_cover img {
  height: 210px;
  width: 210px;
  object-fit: cover;
  border-radius: 0 1rem 0 1rem;
}

.airplay_chart.main .chart_item_count {
  position: absolute;
  background: #f07c00;
  color: #fff;
  border-radius: 0 1rem 0 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  left: 0;
  bottom: 0;
}

.airplay_chart.main .chart_item_main {
  text-align: center;
}

.airplay_chart.main div {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.airplay_chart.main .songtitle {
  color: #253561;
  font-weight: 600;
}

.airplay_chart.main .artist {
  font-weight: 400;
}

.twitter-x {
  display: inline;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  fill: white;
}

a:hover .twitter-x,
.twitter-x:hover {
  fill: #f07c00;
}

.rt-slide-nav {
  top: 118px;
}

.sh_nowonair {
  width: 100%;
  max-width: 44rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #e3e2eb;
  border-radius: 0 1rem 0 1rem;
  padding-right: 1rem;
}

.sh_nowonair .cover img {
  height: 210px;
  width: 210px;
  object-fit: cover;
  border-radius: 0 1rem 0 1rem;
}

.sh_nowonair .info {
  flex-grow: 1;
  padding-left: 1rem;
}

.sh_nowonair .info-artist {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sh_nowonair .info-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #253561;
}

.sh_nowonair .rt-item-btn {
  white-space: nowrap;
}

@media only screen and (max-width: 550px) {
  .sh_nowonair {
    flex-direction: column;
    padding: 1rem;
    width: fit-content;
  }

  .sh_nowonair .info {
    text-align: center;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .sh_nowonair .info-artist {
    padding-top: 0.5rem;
  }

  .sh_nowonair .info-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
