a:hover {
  filter: brightness(1.1);
}

.post, .page {
  margin: 0;
}
.top-nav {
  background-color: #1B74E4;
}

.top-nav ul {
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
}

.top-nav .menu {
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
}

.top-nav .menu li { 
  list-style: none;
  padding: 10px 15px;
}

.top-nav .menu a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;  
}

.top-nav .menu a:hover {
  filter: brightness(90%);	
}

.site-header-container {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.site-branding {
  align-items: center;
  display: flex;
  flex-basis: 15%;  
}

.site-branding img {
  max-width: 130px;
  width: 100%;
}

.main-navigation {
  display: flex;
  align-items: center;  
  flex-basis: 60%;
}

.main-navigation .nav-menu {
  align-items: center;
  min-height: 130px;
 }

 .main-navigation .nav-menu a {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
 }

.radio-player {  
  display: flex;
  flex-basis: 20%;
  align-items: center;
  min-height: 130px;
}
.radio-player a {  
  color: #fff;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  font-size: 2rem;
}

.radio-player a:visited,
.radio-player a:active {
  color: #f0eeee;
}

.main-navigation .hamburger-menu {  
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #000 ;
  transition: transform 0.3s, opacity 0.3s;
  filter: brightness(100);
}

.main-navigation.toggled .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.main-navigation.toggled .hamburger-line:nth-child(2) {
  opacity: 0;
}

.main-navigation.toggled .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.category-header-container {
  padding: 10px 0;
  margin-bottom: 20px;  
}

.category-header,
.latest-news-header-container {
  background-color: #eff6ff;
  border: 1px solid #1f1f21;
  border-left: none;
}

.category-header h2,
.latest-news-header h2 {
  background-color: #1B74E4;
  color: #fff;
  font-size: 1.4rem;
  margin:-10px 0;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
}
.latest-news-header-container {
  display: flex;
  margin-bottom: 30px;
}
.latest-news-header-container p {
 margin-bottom: 0; 
}

.latest-news-header {
  max-width: 300px;
  width: 100%;
}

.ticker-move{ display: flex; white-space:nowrap;}
.news { width: 100%; flex-shrink: 0; padding:2px;}
.ticker-wrap { overflow: hidden; width: 100%; }

@keyframes tickerh {
  0% { transform: translatex(100%); }
  100% { transform: translatex(-100%); }
}
.ticker-move{ animation: tickerh linear 20s infinite; }
.ticker-move:hover { animation-play-state: paused; }

.latest-news-container {
  margin-bottom: 30px;


  display: flex;
  flex-wrap: wrap;
}

.latest-news-container .row {
  width: 100%;
}

.latest-news-container .post-wrapper .article-tags {
  margin-bottom: 10px;
}

.article-tags a {
  background-color: #ff5b61;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.latest-news-container .row {
  display: flex;
  flex-wrap: wrap;
}

.latest-news-container .col-xxl-6,
.latest-news-container .col-xxl-3 {
  display: flex;
  flex-direction: column;
}

.latest-news-container .post-wrapper {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  background-size: cover;
  background-position: inherit;
  background-color: transparent;
  padding: 20px; 
  min-height: 180px; 
}

.latest-news-container .post-wrapper h2 {
  color: #fff;
  font-size:2rem;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(66, 68, 90, 1);
}

.latest-news-container .post-wrapper p {
  color: #d4d3d9;
  margin-bottom: 0;
}

.latest-news-secondary .author-span,
.latest-news-secondary .article-author,
.latest-news-secondary .article-author-line {
  display: none;
}

.latest-news-container .latest-news-secondary h2 {
  font-size: 1.3rem;
}


.latest-news-container .latest-news-main .post-wrapper {
  height: 100%;
  min-height: 300px;
}

.latest-news-main-box-wrapper {
  height: 100%;
}

.latest-news-container .latest-news-main .post-content,
.latest-news-container .latest-news-secondary .post-content {
  z-index: 2;
}

.post-img-container {
  position: relative;
  margin-bottom: 20px;
}

.post-img-container .article-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}

.secondary-news-second .post-wrapper h2 {
  font-size: 1.2rem;
}
.secondary-news-main h2 {
  color:#1f1f21;
 font-size: 1.6rem;
 font-weight: 700;
}

.secondary-news-main .article-author {
  color: #ff5c61;
}

.secondary-news-second h2 {
  color: #090506;
  font-size: 1.3rem;
  font-weight: 700;
}


.podcasts-container .podcasts-main,
.podcasts-container .podcasts-secondary {
  margin-bottom: 20px;
}

.podcasts-container .podcasts-main h2 {
  color: #fff;
  font-size:2rem;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(66, 68, 90, 1);
}

.podcasts-container .podcasts-main p {
  color: #d4d3d9;
  margin-bottom: 0;
}

.podcasts-container .podcasts-main .post-wrapper  {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  background-size: cover;
  background-position: inherit;
  background-color: transparent;
  padding: 20px; 
  min-height: 270px; 
}

.podcasts-secondary h2 {
  color: #090506;
  font-size: 1.1rem;
  font-weight: 700;
}

.social-media-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social-media-container a {
  width: 49%;
  margin-bottom: 10px;
}


.site-footer .site-info {
  color: #404040;  
  padding: 60px 0 20px 0;
  text-align: center;
}

.site-footer .site-info a {
  color: #404040;
  font-weight: 700;
}

.footer-navigation {
  background-color: #eff6ff;  
  border: 1px solid #404040;
  padding: 40px 0;
  margin-top: 40px;  
}

.footer-navigation ul {
  list-style: none;
  display: flex;
  margin:0;
  justify-content: center;
  padding:0;
}

.footer-navigation a {
  color: #404040;
  margin: 5px;
  font-weight: 700;
}

.secondary-radio-player a {  
  color: #fff;
  background-color:#1B74E4;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}

.secondary-radio-player a:visited,
.secondary-radio-player a:active {
  color: #f0eeee;
}

.latest-news-secondary {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.latest-news-secondary-column1,
.latest-news-secondary-column2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.latest-news-secondary-column1 .post-wrapper,
.latest-news-secondary-column2 .post-wrapper {
  flex: 1;
}

.single-post .post-wrapper {
  margin-top: 0;
}

.entry-header .article-tags {
  margin-top: 20px;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.edit-link .post-edit-link {
  color: #fff;
  background-color:#1B74E4;
  padding: 20px;
  display: block;
  max-width: 200px;
  margin: 20px 0;
  text-align: center;
}

.post-navigation .nav-previous {
  margin-right: 2px;
}
.post-navigation .nav-next {
  margin-left: 2px;
}

.nav-links {
  margin: 20px 0;
}

.nav-links a {
  color:#1f1f21;
}

.nav-links .nav-subtitle {
  color: #fff;
  font-weight: 700;
  padding: 10px;
  background-color: #1B74E4;
  display: block;
}

.nav-links .nav-title {
  display: block;  
  padding: 10px;    
}

.form-submit .submit {
  background-color: #1B74E4;
  color: #fff;
}
.form-submit .submit:hover {
  filter: brightness(1.1);
}

button, [type="button"], [type="reset"], [type="submit"] {
  background-color: #1B74E4;
  color: #fff;
}

button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  filter: brightness(1.1);
}


.comment-form label {
  display: block;
}
.comment-form-cookies-consent label {
  display: inline-block;
}

.widget-area .wp-block-latest-posts {
  list-style: none;
  margin:0 10px;
}

.widget-area .wp-block-latest-posts li a {
  color: #1f1f21;
  margin-bottom: 10px;
  display: inline-block;
}

.widget-area .wp-block-latest-posts li a:hover {
  filter: brightness(1.1);
}

.widget-area .wp-block-heading {
  background-color:#1B74E4;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.widget-area .wp-block-archives { 
  list-style: none;
  margin: 0 10px;
  padding:0;
}

.widget-area .wp-block-archives a {
  color: #1f1f21;
}

.widget-area .wp-block-categories {
  list-style: none;
  margin: 0 10px;
  padding:0;
}

.widget-area .wp-block-categories a {
  color: #1f1f21;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #1B74E4;
  color: #fff;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  filter: brightness(1.1);
}

.search-results .entry-summary {
  margin-top: 20px;
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs a {
  color: #1f1f21;
}

.entry-title a {
  color:#1f1f21;
}

.page .entry-title {
  background-color: #1B74E4;
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 20px 0 ;
}

.facebook-share img {
  max-width: 35px;
  margin-right: 10px;
  display: block
}

.facebook-share {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

a.facebook-share {
  color: #404040;
}

.latest-news-secondary .latest-news-secondary-box1-wrapper,
.latest-news-secondary .latest-news-secondary-box2-wrapper,
.latest-news-secondary .latest-news-secondary-box3-wrapper,
.latest-news-secondary .latest-news-secondary-box4-wrapper,
.latest-news-main-box-wrapper {
  position: relative;
}

.latest-news-secondary .latest-news-secondary-box1-wrapper .post-wrapper:before,
.latest-news-secondary .latest-news-secondary-box2-wrapper .post-wrapper:before,
.latest-news-secondary .latest-news-secondary-box3-wrapper .post-wrapper:before,
.latest-news-secondary .latest-news-secondary-box4-wrapper .post-wrapper:before,
.latest-news-main-box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); 
  z-index: 1;
}

/*ADS*/

.ad-1-container {
  margin-bottom: 30px;
}


/*Pagination*/

.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination .current {
 font-weight: 700;
}

.pagination a,
.pagination span {
  color: #404040;
  border: 1px solid #404040;
  display: block;
  padding: 5px 10px;
  margin: 5px;
}


.rh-tag{
  height: 100%;
}
.rh-aplayer{
  height: 100vh;
}
.rh {
  margin: 0;
  padding: 0;
  /*min-height: 500px;*/
}

.widget-area{
  position: absolute;
  top: -0.5em;
  height: 0;
  width: 100%;
  color: white;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}
.widget-area.active{
  top: 0;
  height: 6em;
  width: 100%;
}

.widget-area .widget-content .widget {
  position: relative;
}

.widget-area .widget-area-content{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-area .widget-area-content .widget-area-button{
  width: 60px;
  height: 30px;
  position: absolute;
  top: 90%;
  border: none;
  outline: none;
  background: #75a4c0;
  border-radius: 10px;
  color: #d6f4f6;
  cursor: pointer;
  z-index: 9999;
}
.widget-area .widget-area-content .widget-area-button:hover{
  background: #009cf9;
}

.widget-area .widget-area-content .widget-slots{
  display: none;
  width: 100%;
  justify-content: space-around;
}
.widget-area.active .widget-area-content .widget-slots{
  display: flex;
}

.widget-area .widget-area-content .widget-slots a{
  text-decoration: none;
  color: #333;
  font-size: 1.4em;
}

.rh-aplayer .wrapper-min-height {
  min-height: 400px;
}

.rh-aplayer{
  position: relative;
  /*min-height: 500px;*/
}

.rh-aplayer .wrapper {
  box-sizing: border-box;
}

.rh-aplayer *,
.rh-aplayer *:before,
.rh-aplayer *:after {
  box-sizing: inherit;
}

.rh-aplayer .h1,
.rh-aplayer .h2,
.rh-aplayer .h3,
.rh-aplayer .h4,
.rh-aplayer .h5,
.rh-aplayer .h6,
.rh-aplayer h1,
.rh-aplayer h2,
.rh-aplayer h3,
.rh-aplayer h4,
.rh-aplayer h5,
.rh-aplayer h6 {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: normal;
}

.rh-aplayer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loader {
  -webkit-animation: animate 1.5s linear infinite;
  animation: animate 1.5s linear infinite;
  clip: rect(0, 200px, 200px, 100px);
  height: 200px;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
}

#loader:after {
  -webkit-animation: animate2 1.5s ease-in-out infinite;
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 200px, 200px, 100px);
  content: '';
  border-radius: 50%;
  height: 200px;
  width: 200px;
  position: absolute;
}

.loader-text {
  /*margin-top: 400px !important;*/
  color: #333;
}

@-webkit-keyframes animate2 {
  0% {
      box-shadow: inset #333 0 0 0 17px;
      -webkit-transform: rotate(-140deg);
      transform: rotate(-140deg);
  }
  50% {
      box-shadow: inset #333 0 0 0 2px;
  }
  100% {
      box-shadow: inset #333 0 0 0 17px;
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
  }
}

@keyframes animate2 {
  0% {
      box-shadow: inset #333 0 0 0 17px;
      -webkit-transform: rotate(-140deg);
      transform: rotate(-140deg);
  }
  50% {
      box-shadow: inset #333 0 0 0 2px;
  }
  100% {
      box-shadow: inset #333 0 0 0 17px;
      -webkit-transform: rotate(140deg);
      transform: rotate(140deg);
  }
}

@-webkit-keyframes animate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(220deg);
      transform: rotate(220deg);
  }
}

@keyframes animate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(220deg);
      transform: rotate(220deg);
  }
}

.col--1-2 {
  width: 50%;
}

.col--2-2 {
  width: 100%;
}

.col--1-3 {
  width: 33.33333%;
}

.col--2-3 {
  width: 66.66667%;
}

.col--3-3 {
  width: 100%;
}

@media (min-width: 620px) {
  .col--1-2\@md {
      width: 50%;
  }
  .col--2-2\@md {
      width: 100%;
  }
  .col--1-3\@md {
      width: 33.33333%;
  }
  .col--2-3\@md {
      width: 66.66667%;
  }
  .col--3-3\@md {
      width: 100%;
  }
}

@media (min-width: 1400px) {
  .col--1-2\@lg {
      width: 50%;
  }
  .col--2-2\@lg {
      width: 100%;
  }
  .col--1-3\@lg {
      width: 33.33333%;
  }
  .col--2-3\@lg {
      width: 66.66667%;
  }
  .col--3-3\@lg {
      width: 100%;
  }
}

/*    body {
  margin: 0;
}*/

.rh-aplayer .wrapper-backgroud {
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-blend-mode: difference;
  font-family: "Catamaran", sans-serif;
  color: #333;
  min-height: 500px;
  background-size: cover;
  background: url("../img/aplayer_2.jpg") no-repeat center center fixed;
  }

.rh-aplayer .mobile{
  display: none;    
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 99;
}

.player-header {
  width: 100%;
}

.wrapper {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 550px) {
  .wrapper {
      padding: 0 5px;
  }
}

@media (max-width: 995px) {
  .cols {
      max-width: 600px;
  }
}

@media (min-width: 996px) {
  .cols {
      /*width: 100%;*/
      max-width: 650px;
  }
}

.rh-aplayer .rh-card {
  padding: 5px;
  z-index: 1;
  float: left;
}

.rh-aplayer .rh-card .rh-card__inner .displayText {
  margin-top: 0px;
}

.rh-aplayer .rh-card .rh-card__inner .displayText .songname {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: -5px;
  line-height: 1em;
}

.rh-aplayer .rh-card .rh-card__inner .displayText .artist {
  font-size: 1.0em;
  line-height: 1em;
}



.rh-aplayer .rh-card .rh-card__inner {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
}

.rh-aplayer .rh-card .rh-card__inner .rh-card__title {
  font-weight: 200;
  font-size: 1.4em;
  text-transform: uppercase;
}

.rh-aplayer .rh-card .rh-card__inner .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh-aplayer .rh-card .rh-card__inner .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rh-aplayer .rh-card .rh-card__inner .img-wrapper img {
  width: auto;
  height: 45px;
}

.rh-aplayer .after-left .rh-card__inner,
.rh-aplayer .after-right .rh-card__inner {
  padding: 0;
}

.rh-aplayer .after-left .rh-card__inner div.col:first-child,
.rh-aplayer .after-right .rh-card__inner div.col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
}

.rh-aplayer .after-left .rh-card__inner div.col:first-child img,
.rh-aplayer .after-right .rh-card__inner div.col:first-child img {
  width: 80px;
  height: 80px;
}

.rh-aplayer .after-left .rh-card__inner div.col:last-child,
.rh-aplayer .after-right .rh-card__inner div.col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 80px);
}

.rh-aplayer .after-left .rh-card__inner div.col:last-child h3,
.rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
.rh-aplayer .after-right .rh-card__inner div.col:last-child h3,
.rh-aplayer .after-right .rh-card__inner div.col:last-child h4 ,
.rh-aplayer .after-right .rh-card__inner div.col:last-child h5 {
  padding: 0 15px;
  margin: 0;
  font-size: 1em;
}

.rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
.rh-aplayer .after-right .rh-card__inner div.col:last-child h4 ,
.rh-aplayer .after-right .rh-card__inner div.col:last-child h5 {
  color: #595959;
  font-size: .95em;
  line-height: 1.25em !important;
}

@media (max-width: 620px) {
  .rh-aplayer .after-left,
  .rh-aplayer .after-right {
      width: 100%;
  }
  .rh-aplayer .after-left div.col:last-child,
  .rh-aplayer .after-right div.col:last-child {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

.rh-aplayer .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.rh-aplayer .video-wrapper video#bgvid {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.rh-aplayer .player {
  width: 100%;
}

.rh-aplayer .player > * {
  padding: 0 !important;
}

.rh-aplayer .player .player-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*       -webkit-box-pack: center;*/
  -ms-flex-pack: center;
  /*justify-content: center;*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
}

.rh-aplayer .player .player-data p {
  /*margin: 0;
  padding: 0;*/
  position: relative;
}

.rh-aplayer .displayText p .popover {
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  width: 200px;
  z-index: 4;
  padding: 5px;
  font-family: "Catamaran", sans-serif;
  position: absolute;
  top: -3.5em;
}

.rh-aplayer .displayText p .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.rh-aplayer .displayText p:hover .popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1;
}

.rh-aplayer .displayText h3:first-child {
  font-size: 1.35em;
}

.rh-aplayer .displayText h3:nth-child(2) {
  font-size: 1.25em;
  color: #595959;
  font-style: italic;
  text-transform: inherit;
}

.rh-aplayer .displayText p:nth-child(2) .popover {
  position: absolute;
  top: -2.5em;
}

.rh-aplayer .player .player-data .prevolume {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 /* -webkit-box-pack: center;*/
  -ms-flex-pack: center;
  /*justify-content: center;*/
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  /*padding-top: 35px;*/
}

.rh-aplayer .player .player-data .prevolume .fa {
  margin: 0 10px;
}

.rh-aplayer .player .player-data .prevolume .timer {
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 30px;
}

.rh-aplayer .player .player-data .prevolume .timer h1 {
  font-size: 1.25em;
}

.rh-aplayer .player .player-data .prevolume .volume-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rh-aplayer .player .player-data .prevolume .volume-wrapper #volume {
  margin: 0 auto;
  height: 5px;
  width: 220px;
  background: #555;
  border-radius: 15px;
}

.rh-aplayer .player .player-data .prevolume .volume-wrapper #volume .ui-slider-range-min {
  height: 5px;
  width: 100%;
  position: absolute;
  background: #737373;
  border: none;
  border-radius: 10px;
  outline: none;
}

.rh-aplayer .player .player-data .prevolume .volume-wrapper #volume .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #333;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  left: 100%;
  cursor: pointer;
  outline: none;
}

.rh-aplayer .player .cover-wrapper {
  width: 120px;
  height: 120px;
  position: relative;
}

.rh-aplayer .player .cover-wrapper img {
  width: inherit;
  height: 100%;
  max-width: 120px;
/*        border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;*/
/*        position: relative;*/
}

.rh-aplayer .player .cover-wrapper button {
  margin: auto;
  left: 35%;
  top: 35%;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px !important;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.rh-aplayer .player .cover-wrapper button.is-play {
  font-size: 0.5em;
  margin: auto;
  left: 70%;
  top: 75%;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  position: absolute;
}

.rh-aplayer .player .cover-wrapper button:focus {
  outline: none;
}

.rh-aplayer .player .cover-wrapper button svg {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2em;
  font-style: normal;
}

.rh-aplayer .player .cover-wrapper button.is-pause{
  margin-left: 5px;
  line-height: 0;
}

.rh-aplayer .player.small .player-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-wrap: break-word;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.rh-aplayer .player.small .player-data h3 {
  margin: 0 5px;
  padding: 0;
}

.rh-aplayer .player.small .player-data h3:first-child {
  font-size: 1em;
}

.rh-aplayer .player.small .player-data h3:nth-child(2) {
  font-size: 1em;
  color: #595959;
  font-style: italic;
}

.rh-aplayer .player.small .player-data .prevolume {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rh-aplayer .player.small .player-data .prevolume .timer {
  padding: 0 15px;
}

.rh-aplayer .player.small .player-data .prevolume .volume-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rh-aplayer .player.small .player-data .prevolume .volume-wrapper #volume {
  width: 110px;
}

.rh-aplayer .player.small .cover-wrapper {
  width: 150px;
  height: 103px;
  position: relative;
}

.rh-aplayer .player.small .cover-wrapper img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rh-aplayer .player.small .cover-wrapper button {
  left: 49.5px;
  top: 45.5px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rh-aplayer .player.small .cover-wrapper button.is-play {
  left: 49.5px;
  top: 45.5px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
}

.rh-aplayer .player.small .cover-wrapper button i {
  font-size: 11.83333px;
  margin-left: 0;
  line-height: 20.83333px;
  position: relative;
}

.rh-aplayer .player.small .cover-wrapper button i.is-play {
  font-size: 11.83333px;
  line-height: 20.83333px;
  position: relative;
}

.rh-aplayer .a-icon-minimalize {
  /*padding: 0 15px;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  /*height: 30px;*/
  margin-top: -13px;
  margin-left: -25px;
}

.rh-aplayer .send-greetings, .rh-aplayer .playlist-button{
  width: 100%;
  text-align: center;
}

.rh-aplayer .send-greetings a, .rh-aplayer .playlist-button a{
  color: #333;
  text-decoration: none;
}

.rh-aplayer .send-greetings button, .rh-aplayer .playlist-button button{
  background: none;
  border: none;
  outline: none;
  color: #333;
  font-family: "Catamaran", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
}

.rh-aplayer .channel-option .channel-option-link {
  text-decoration: none;
  color: #333;
}

.rh-aplayer .station-off-message{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 120px;
  width: 100%;
  font-size: 2em;
}

.rh-aplayer .channel-option .channel-image{
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.rh-aplayer .cols-min{
  max-width: 700px !important;
}    

.rh-aplayer .cover-min{
  width: 155px !important;
  height: 125px !important;
}

.rh-aplayer .displayText-min{
  width: 80% !important;
}

.rh-aplayer .volume-min{
  width: 151px !important;
}

#in-widgets{
  z-index: 9999999;
}

#in-widgets .close-iframe{
  z-index: 9999999999;
  position: relative;
  margin-top: -20px;
  float: right;
  border: 1px solid black;
  border-radius: 6px;
  background-color: white;
  outline: none;
}

.rh-signature {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  align-self: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  font-size: 12px;
}

.rh-signature img {
  width: 50%;
  float: right;
}

@media screen and (orientation:portrait){
  body{
      font-size: 175%;
      overflow-y: auto;
      zoom: 0.4;
  }
  .widget-area{
      z-index: 9999;
  }
  .widget-area .widget-area-content .widget-area-button{
      width: 80px;
      height: 30px;
  }
  .widget-area .widget-area-content .widget-slots a{
      font-size: 0.9em;
  }
  .rh-aplayer{
      height: 100%;
  }
  .rh-aplayer .player .player-data{
      display: none;
  }
  .player .rh-card__inner{
      height: 22.5em;
  }
  .rh-aplayer .rh-card .rh-card__inner{
      justify-content: center;
  }
  .rh-aplayer .mobile{
      display: block;
      width: 100%;    
  }
  .rh-aplayer .mobile .rh-card__inner .displayText{
      align-self: center;
      align-content: center;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      display: flex;
  }
  .rh-aplayer .mobile .rh-card__inner .displayText .radio-current-song-artist{
      margin-top: 0;
      padding: 0 15px;
  }

  .rh-aplayer .after-left,
  .rh-aplayer .after-right {
      width: 100%;
  }
  .rh-aplayer .after-left div.col:last-child,
  .rh-aplayer .after-right div.col:last-child {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .cols{
      max-width: calc(100% - 1em);
      height: 250vh;
      flex-flow: column;
  }
  .rh-aplayer .player .cover-wrapper{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .rh-aplayer .player .cover-wrapper img{
      width: auto;
      height: 100%;
      max-height: 100%;
      max-width: 100%;
  }
  .rh-aplayer .after-left .rh-card__inner div.col:first-child img, .rh-aplayer .after-right .rh-card__inner div.col:first-child img{
      width: 160px;
      height: 100%;
  }
  .rh-aplayer .wrapper-backgroud{
      background:url("../img/aplayer_2.jpg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
  }
  .rh-aplayer .rh-card .rh-card__inner .img-wrapper img{
      height: 6.5em;
      width: auto;
  }
  .rh-aplayer .after-left .rh-card__inner div.col:last-child h3,
  .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
  .rh-aplayer .after-right .rh-card__inner div.col:last-child h3,
  .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 {
      font-size: 1.5em;
  }
  .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
  .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 {
      color: #595959;
      font-size: 1.6em;
      line-height: 1.25em !important;
  }
  .rh-aplayer .after-left .rh-card__inner div.col:first-child, .rh-aplayer .after-right .rh-card__inner div.col:first-child{
      width: 160px;
  }
  #rh-icon-play{
      position: absolute;
  }
  .rh-aplayer .player .cover-wrapper button.is-play,
  .rh-aplayer .player .cover-wrapper button{
      margin: auto;
      left: calc(50% - 100px);
      top: calc(50% - 100px);
      width: 200px;
      height: 200px;
      border-radius: 50% !important;
      position: absolute;
      border:3px solid #fff;
  }
  .rh-aplayer .player .cover-wrapper button.is-play,
  .rh-aplayer .player .cover-wrapper button.is-pause{
      font-size: 3em;
      line-height: 0;
      margin-left: 0;
      position: relative;
      top: 0;
  }
  .rh-aplayer .rh-card .rh-card__inner .displayText .artist{
      font-size: 1.4em;
      margin: auto;
  }
  .rh-aplayer .rh-card .rh-card__inner .displayText .songname{
      font-size: 2em;
  }s
  .rh-aplayer .player .player-data .prevolume,
  .rh-aplayer .player .player-data .prevolume .timer{
      height: auto;
  }
  .rh-aplayer .player .player-data .prevolume .timer{
      padding:0;
  }
  .rh-aplayer .send-greetings, .rh-aplayer .playlist-button{
      display: none;
  }

}

@media (max-width: 490px) {
.rh-aplayer .player .player-data .prevolume .timer {
  display: none;
}
}

@media screen and (orientation:portrait) and (max-height: 530px) {
.player .rh-card__inner {
  height: 10.5em;
}

.rh-aplayer .player .cover-wrapper button.is-play, .rh-aplayer .player .cover-wrapper button{
  left: calc(50% - 60px);
  top: calc(50% - 70px);
  width: 125px;
  height: 125px;
}

.rh-aplayer .player .cover-wrapper button.is-play, .rh-aplayer .player .cover-wrapper button.is-pause{
  font-size: 2em;
}
}


/*MEDIA QUERY*/
@media screen and (max-width: 1199px) {
  .latest-news-container .latest-news-main {
    margin-bottom: 15px;
  }

  .latest-news-secondary .latest-news-secondary-box1-wrapper,
.latest-news-secondary .latest-news-secondary-box2-wrapper,
.latest-news-secondary .latest-news-secondary-box3-wrapper {
  margin-bottom: 15px;
}
}


@media screen and (max-width: 991px) {
  .main-navigation .nav-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #1B74E4;
    top: 0;
    padding-top: 55px;
    height: 100%;
    text-align: center;
    z-index: 999;
}

.main-navigation .nav-menu a {
  color: #fff;
}
  .hamburger-menu {
    position: relative;
    z-index: 9999999999;
  }
  .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .site-header-container {
    flex-wrap: nowrap;    
  }
  .site-branding {
    flex-basis: 40%;
    order: 1;
  }
  .main-navigation {
   flex-basis: 10%; 
   order: 3;
  }

  .radio-player {
    flex-basis: 40%;
    order: 2;
  }

  .footer-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .latest-news-secondary-column1 .post-wrapper {
    margin-right: 8px;
  }
  
  .latest-news-secondary-column2 .post-wrapper {
    margin-left: 8px;
  }

  .latest-news-header {
    max-width: 800px;       
  }

  .latest-news-header-container {
    flex-wrap: wrap;
    border-left: 1px solid #1f1f21;
  }

  .latest-news-header h2 {
    max-width: 100%;
    margin:0; 
    
  }

  .latest-news-header {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .latest-news-header h2 {
    text-align:center;
  }

  .ticker-wrap {
    margin-bottom: 15px;
  } 

  
  



  }

  @media screen and (max-width: 767px) {
    .latest-news-secondary-column1 .post-wrapper {
      margin-right: 0;
    }
    .latest-news-secondary-column2 .post-wrapper {
      margin-left: 0;
    }

    .latest-news-secondary {
      flex: auto;
    }
  }

@media screen and (max-width: 400px) {
  .top-nav .menu {
    justify-content: center;
  }
  .top-nav .menu a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  #site-navigation .hamburger-menu {
    display: none;
  }
}

@media screen and (min-width: 1199px) {


.main-navigation .nav-menu a {
  font-size: 1rem;
}



.latest-news-secondary .latest-news-secondary-box1-wrapper {
  margin: 0 10px 10px 10px;
}
.latest-news-secondary .latest-news-secondary-box2-wrapper {
  margin: 0 10px 0 10px;
}
.latest-news-secondary .latest-news-secondary-box3-wrapper {
  margin: 0 0 10px 0;
}
.latest-news-secondary .latest-news-secondary-box4-wrapper {
  margin: 0;
}

}

@media screen and (min-width: 1199px) {
  .main-navigation .nav-menu a {
    font-size: 1.4rem;
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news-secondary-column1 {
    margin-right: 5px;
  }

  .latest-news-secondary-column2 {
    margin-left: 5px;
  }
  .main-navigation .nav-menu a {
    font-size: 1.1rem;
  }
}