/* styles to fix the photo gallery arrow jumps */

div.swiper-button-next, div.swiper-button-prev {
  top:250px;
}
.has-tip{
  cursor: default;
}

.label.category-meta-food-and-drink{
  background: #e89300;
  border: #e89300 1px solid;
}

.label.category-meta-food-and-drink:hover{
  background: #CC6600;
  border: #CC6600 1px solid;
}

.module-adjacent-posts .adjacent-prev a.button, .module-adjacent-posts .adjacent-next a.button{
  background: #990000;
}

.module-adjacent-posts .adjacent-prev a.button h6, .module-adjacent-posts .adjacent-next a.button h6, .module-adjacent-posts .adjacent-prev a.button h5, .module-adjacent-posts .adjacent-next a.button h5{
  color:  lightgray;
}

.site-enhancement a.mega-menu-link, .site-enhancement, .site-enhancement a
{
  color: #75757C;
}
.site-enhancement a.mega-menu-link:hover
{
  color: #016496;
}


@media only screen and (max-device-width: 640px) {
  
  div.swiper-button-next, div.swiper-button-prev {
    top:100px;
  }
}




/* Code to change href links */

/* article.category-sports a{ 
  color: #1a0dab;
  text-decoration: none;
  border-bottom: none !important;
}
  
article.category-sports a:hover{
  color:#660099 !important;
  text-decoration: underline;
  border-bottom: none;
}
  
article.category-sports a:visited{
  color:#660099 !important;
  text-decoration: none;
  border-bottom: none;
}

article.category-sports a.byline{ 
  color: #1a0dab !important;
  text-decoration: none;
  border-bottom: none !important;
}
  
article.category-sports a.byline:hover{
  color:#660099 !important;
  text-decoration: underline !important;
}

article.category-sports a.label.category-meta-tag, article.category-sports .label.category-meta-tag{
  background-color: #3d4346;
  border-bottom: 1px solid #3d4346 !important;
  color: #3d4346;
  background-color: #f5f5f5;
  text-shadow: none;
}

article.category-sports a.label.category-meta-tag:hover, article.category-sports a.label.category-meta-tag:visited{
  color: #3d4346 !important;
  text-decoration: none !important;
}

article.category-sports a.label.category-meta-sports, article.category-sports .label.category-meta-sports{
  border-bottom: 1px solid #990000 !important;
  color: white !important;
}

article.category-sports a.label.category-meta-sports:hover, article.category-sports a.label.category-meta-sports:visited{
  color: white !important;
  text-decoration: none !important;
}

 */
