/*
Theme Name: Fringe Radio
Theme URI: https://fringeradio.co.uk
Author: Ronald Yule
Author URI: https://www.ronaldyule.co.uk
Description: Fringe Radio
Version: 1.0
Tags: fringe, radio, edinburgh, scotland,
*/

@import url('css/bootstrap.css');
@import url('style.css');

body { 
  background-color: black;
  font-family: "Gabarito", sans-serif;
  overflow-y: scroll;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zain", sans-serif;

}

p {
  font-family: "Zain", sans-serif;
  font-size: 19px;
  text-align: justify;
}

a {
  color: #6a2d91;
  text-decoration: none !important;
}

a:hover {
    color: black;
    transition: color .5s;
    text-decoration: none;
}

/* =Header Logo and Ads
----------------------------------------------- */
#fullWidthHeader {
  height: 260px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/03/Fringe_Radio_Header_Image_Gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
}

#fullWidthHeaderLogo {
  height: 260px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/01/FR_Header_Logo.png);
  background-size: contain;
  background-position: center;
}

#leftAlignHeaderAd {
  height: 260px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/03/FR_BE_Uniforms_Header_AD_White.png);
  background-size: contain;
  background-position: center;
}

#left2AlignHeaderAd {
  height: 260px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/03/FR_RUGBY_RADIO_AD_Header.png);
  background-size: contain;
  background-position: center;
}

#RightAlignHeaderAd {
  height: 260px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/03/FR_Hotdisc_AD_Header.png);
  background-size: contain;
  background-position: center;
}

#Right2AlignHeaderAd {
  height: 260px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-image: url(https://fringeradio.co.uk/wp-content/uploads/2026/03/FR_Radisson_Blu_Header_AD_White.png);
  background-size: contain;
  background-position: center;
}

#topnavigation {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: right;
  height: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-repeat: no-repeat;
  float: right;
  width: 500px;
  margin-top: 10px;
}

/* =Padding Spacing
----------------------------------------------- */
.padding-left-zero {
   padding-left: 0px !important;
}

.padding-right-zero {
   padding-right: 0px !important;
}


.padding-left {
   padding-left: 14px !important;
}

.padding-right {
   padding-right: 14px !important;
}

.nopadding-left {
   padding-left: 0 !important;
   margin: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin: 0 !important;
}

@media (max-width: 992px) {
  .nopadding-left {
    padding-left: 15px !important;
  }
}

hr {
  border-top: 1px solid #6a2d91;
}

.clearfix {
  overflow: auto;
}

.page-container {
  background-color: #fcf2d6;
}

/* =Listen Now Button
----------------------------------------------- */
.listen-btn {
  display: block;
  width: 100%;
  max-width: none;
  margin: 20px 0;
  padding: 22px 30px;

  background: linear-gradient(135deg, #d60d8c, #6a2d91);
  color: #ffffff;

  font-size: 52px;
  font-weight: 800;
  text-align: center;

  border-radius: 12px;
  text-decoration: none;

  transition: all 0.3s ease;
}

/* Hover effect */
.listen-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Mobile tweak */
@media (max-width: 768px) {
  .listen-btn {
    font-size: 46px;
    padding: 18px;
  }
}

/* =Homepage Reviews
----------------------------------------------- */
  .reviews-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 200px;
    background: white;
    color: black;
  }

  .reviews-title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }

  .reviews-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .review-card {
    display: block;
    padding: 25px;
    background: #1a1a1a;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
  }

  .review-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .review-card p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.85;
  }

  .review-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #6a2d91, #d60d8c);
  }

/* Mobile tweak */
@media (max-width: 768px) {
  .reviews-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

/* Mobile tweak */
@media (max-width: 1200px) {
  .reviews-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* =Single Review Page
----------------------------------------------- */
.review-single {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
  color: #ffffff; /* main text */
}

/* BREADCRUMB */
.review-breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.review-breadcrumb a {
  text-decoration: none;
  color: #ccc;
}

.review-breadcrumb a:hover {
  color: #fff;
}

/* TITLE */
.review-single-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
}

/* META */
.review-single-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.review-category {
  background: #222;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.review-stars {
  font-size: 20px;
  color: #ffcc00;
}

/* CONTENT */
.review-single-content {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #eaeaea;
}

.review-single-content p {
  margin-bottom: 20px;
}

/* LINKS INSIDE CONTENT */
.review-single-content a {
  color: #8ab4ff;
}

.review-single-content a:hover {
  text-decoration: underline;
}

/* LISTEN CTA */
.review-listen-cta {
  display: block;
  text-align: center;
  padding: 20px;
  margin: 40px 0;

  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10px;

  transition: 0.3s;
}

.review-listen-cta:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

/* SOCIAL */
.review-social {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.review-social span {
  color: #ccc;
}

.review-social a {
  background: #222;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  transition: 0.2s;
}

.review-social a:hover {
  background: #333;
}

/* RELATED */
.related-reviews {
  margin-top: 60px;
}

.related-reviews h3 {
  margin-bottom: 20px;
  color: #fff;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.related-card {
  padding: 15px;
  background: #1a1a1a;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}

.related-card:hover {
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .review-single-title {
    font-size: 28px;
  }

  .review-single-content {
    font-size: 16px;
  }
}

/* Review details panel */
.review-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 32px;
}

.review-detail-item {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 16px;
}

.review-detail-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #bfbfbf;
  margin-bottom: 6px;
}

.review-detail-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .review-details {
    grid-template-columns: 1fr;
  }

  .review-detail-value {
    font-size: 15px;
  }
}

/* =Homepage Social Icons
----------------------------------------------- */
.fringe-social-homepage {
  padding-left: 100px;
  padding-right: 100px;
}
.fringe-social-homepage-popup:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

/* =Homepage Team Section
----------------------------------------------- */
.fringe-homepage-team-section {
  padding-top: 120px;
  padding-bottom: 200px;
}

.fringe-team-title {
  text-align: center;
  color: white;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.fringe-team-subheader {
  padding: 15px 20px;
  background-color: #6a2d91;
  color: white; 
  margin-bottom: 12px;
}

.fringe-team-subheader h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
}

.fringe-team-subheader:hover {
  color: #d60d8c;
  background: black;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .fringe-homepage-team-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.fringe-team-homepage-popup:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

/* =Headings
----------------------------------------------- */
.fringe-header-homepage {
  padding: 15px 20px;
  border-radius: 25px;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: white; 
}

.fringe-header-homepage h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  text-align: center;
  font-weight: 700;
}

.fringe-header-homepage p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.results-section-headers {
  padding: 15px 20px;
  background-color: #6a2d91;
  color: white; 
}

.results-section-headers h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
}

.brtv-page-title {
  padding: 15px 20px;
  background-color: #6a2d91;
  color: white; 
  text-transform: uppercase;
}

.brtv-page-title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
}

.brtv-teams-title {
  padding: 15px 20px;
  border-color: #6a2d91;
  border-style: solid;
  color: white; 
}

.brtv-teams-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.brtv-broadcast-header {
  padding: 15px 20px;
  border-color: #f2ca0d;
  border-width: 10px;
  border-style: solid;
  color: white; 
}

.brtv-broadcast-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
}

.brtv-broadcast-header h3 {
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  color: #6a2d91;
}

.brtv-crew-title {
  background-color: #6a2d91;
  color: white; 
}

.brtv-crew-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
}

.brtv-crew-title-sub:hover {
  color: #f2ca0d;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.brtv-crew-para {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: left;
  color: white;
}

.news-post-date {
	font-weight: bold;
	color: #6a2d91;
}

/* =Reviews Page
----------------------------------------------- */
.reviews-page-ind {
  width: 100%;
  padding: 60px 20px;
  background: #f5f5f5;
}

/* TITLE */
.reviews-page-ind h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
}

/* =========================
   FILTER BAR
========================= */

.filters {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* CATEGORY BUTTONS */
.filter-btn {
  padding: 10px 16px;
  border-radius: 30px;
  background: #e0e0e0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: #d0d0d0;
}

/* ACTIVE FILTER */
.filter-btn.active {
  background: linear-gradient(135deg, #d60d8c, #6a2d91);
  color: #fff;
}

/* RATING DROPDOWN */
#ratingFilter {
  padding: 10px 16px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  background: #e0e0e0;
  cursor: pointer;
}

/* =========================
   REVIEWS GRID
========================= */

.reviews-grid-ind {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* REVIEW CARD */
.review-card-ind {
  display: block;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  color: #222;

  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* META (CATEGORY + STARS) */
.review-meta {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.6;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* TITLE */
.review-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* EXCERPT */
.review-excerpt {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
}

/* =========================
   HOVER EFFECT
========================= */

.review-card-ind:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #d60d8c, #6a2d91);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.review-card-ind:hover .review-meta {
  opacity: 0.9;
}

.review-card-ind:hover .review-excerpt {
  opacity: 1;
}

/* =========================
   MOBILE OPTIMISATION
========================= */

@media (max-width: 768px) {

  .reviews-page-ind {
    padding: 40px 15px;
  }

  .reviews-page-ind h1 {
    font-size: 28px;
  }

  .filters {
    gap: 8px;
  }

  .filter-btn,
  #ratingFilter {
    font-size: 14px;
    padding: 8px 12px;
  }

  .review-title {
    font-size: 18px;
  }

}

/* =Videos Page
----------------------------------------------- */
.videos-page {
  padding: 60px 20px;
  color: #fff;
}

.videos-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
}

.videos-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.video-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Video embed */
.video-embed iframe {
  width: 100%;
  height: 200px;
}

.video-card h3 {
  padding: 15px;
  font-size: 18px;
}

.video-card-title {
  padding-left: 20px;
}

.video-card-title a:hover {
  color: #d60d8c;
}

.video-card-excerpt {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* =Radio Broadcasts Page
----------------------------------------------- */
.broadcasts-page {
  padding: 60px 20px;
  color: #fff;
}

.broadcasts-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
}

.broadcasts-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.broadcast-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;

  transition: 0.3s;
}

.broadcast-card:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
}

.broadcast-card-title a {
  color: white;
}

.broadcast-card-title a:hover {
  color: white;
}

.broadcast-info h3 {
  margin: 0;
  font-size: 18px;
}

.broadcast-info p {
  margin: 5px 0 0;
  font-size: 13px;
  opacity: 0.7;
}

/* Make entire card clickable without breaking layout */
.broadcast-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Prevent weird link styling */
.broadcast-card-link:hover {
  color: inherit;
}

/* Make button still look like a button */
.broadcast-btn {
  display: inline-block;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 700;
  margin-top: 10px;
}

/* =========================
   SINGLE MEDIA PAGES
========================= */

.fr-single-media {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  color: #ffffff;
}

.fr-single-media__breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
  opacity: 0.75;
}

.fr-single-media__breadcrumb a {
  color: #cccccc;
  text-decoration: none;
}

.fr-single-media__breadcrumb a:hover {
  color: #ffffff;
}

.fr-single-media__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #ffffff;
}

.fr-single-media__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 14px;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  border-radius: 999px;
}

.fr-single-media__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
  color: #d7d7d7;
  font-size: 14px;
}

.fr-single-media__type {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1e1e1e;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.fr-single-media__embed {
  margin: 0 0 28px;
  background: #111111;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.fr-single-media__embed--video iframe {
  display: block;
  width: 100%;
  min-height: 500px;
}

.fr-single-media__embed--audio iframe,
.fr-single-media__embed--audio audio,
.fr-single-media__embed--audio > * {
  width: 100%;
}

.fr-single-media__audio-fallback {
  margin-bottom: 28px;
}

.fr-single-media__excerpt {
  font-size: 20px;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 24px;
}

.fr-single-media__content {
  font-size: 18px;
  line-height: 1.8;
  color: #e7e7e7;
  margin-bottom: 36px;
}

.fr-single-media__content p {
  margin-bottom: 20px;
}

.fr-single-media__content a {
  color: #ffffff;
  text-decoration: underline;
}

.fr-single-media__cta-wrap {
  margin: 36px 0 30px;
}

.fr-single-media__cta {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.fr-single-media__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  opacity: 0.96;
  color: #ffffff;
}

.fr-single-media__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0 50px;
}

.fr-single-media__social span {
  color: #cccccc;
  margin-right: 6px;
}

.fr-single-media__social a {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  background: #1e1e1e;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.fr-single-media__social a:hover {
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  transform: translateY(-2px);
}

.fr-single-media__related h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
}

.fr-single-media__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fr-single-media__related-card {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 18px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.fr-single-media__related-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
}

.fr-single-media__related-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.fr-single-media__related-card h3 a {
  color: #ffffff;
  text-decoration: none;
}

.fr-single-media__related-card p {
  margin: 0;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .fr-single-media__embed--video iframe {
    min-height: 380px;
  }

  .fr-single-media__related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .fr-single-media {
    padding: 36px 16px 50px;
  }

  .fr-single-media__title {
    font-size: 30px;
  }

  .fr-single-media__excerpt {
    font-size: 18px;
  }

  .fr-single-media__content {
    font-size: 16px;
  }

  .fr-single-media__embed--video iframe {
    min-height: 240px;
  }
}

/* =Containers
----------------------------------------------- */
.news-archive-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #6e6d6d;
  padding: 12px 15px;
  background: #f0efef;
  margin-bottom: 16px;
  width: 100%;
}

.news-archive-heading:hover {
  font-weight: 600;
  color: white;
  background: #6a2d91;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

/* =========================
   GALLERY PAGE
========================= */

.gallery-page-fr {
  padding: 50px 0 70px;
  color: #ffffff;
}

.gallery-page-fr__intro {
  max-width: 900px;
  margin: 0 auto 35px;
  text-align: center;
}

.gallery-page-fr__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #ffffff;
}

.gallery-page-fr__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
}

.gallery-page-fr__subtitle {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  color: #e8e8e8;
}

.gallery-page-fr__cta-row {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.gallery-page-fr__insta-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6a2d91, #d60d8c);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.gallery-page-fr__insta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  color: #ffffff;
  opacity: 0.96;
}

.gallery-page-fr__insta-btn i {
  margin-right: 8px;
}

.gallery-page-fr__feed-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background: #111111;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Optional: lightly style Smash Balloon wrapper */
.gallery-page-fr__feed-wrap #sb_instagram,
.gallery-page-fr__feed-wrap .sb_instagram_header,
.gallery-page-fr__feed-wrap #sbi_images {
  background: transparent !important;
}

.gallery-page-fr__feed-wrap #sb_instagram {
  padding-bottom: 0 !important;
}

/* Make feed buttons fit your theme more closely */
.gallery-page-fr__feed-wrap #sbi_load .sbi_load_btn,
.gallery-page-fr__feed-wrap #sbi_load .sbi_follow_btn a {
  border-radius: 10px !important;
  background: linear-gradient(135deg, #6a2d91, #d60d8c) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  .gallery-page-fr {
    padding: 35px 0 50px;
  }

  .gallery-page-fr__title {
    font-size: 30px;
  }

  .gallery-page-fr__subtitle {
    font-size: 16px;
  }

  .gallery-page-fr__feed-wrap {
    padding: 16px;
    border-radius: 14px;
  }
}

/* =Video Archive Table
----------------------------------------------- */
.video-archive-table {
  background: #f0efef;
  font-weight: 400;
}

.video-archive-table .no1-date {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #6a2d91;
  width: 200px;
  text-align: left;
  padding-left: 14px;
}

.video-archive-table .no1-date a {
  color: rgb(1, 1, 184);
}

.video-archive-table .no1-date a:hover {
  color: #6a2d91;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.video-archive-table .title-artist a:hover {
  color: #6a2d91;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.video-archive-table .title-artist {
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px 8px 10px;
  overflow: hidden;
}

.video-archive-table .title-artist .title {
  font-size: 23px;
  font-weight: 500;
}

.video-archive-table .count-lw {
  font-size: 26px;
  color: black;
  width: 100px;
  text-align: center;
  font-weight: bold;
}

.video-archive-table .count-lw a {
  color: #6a2d91;
}

.track .cover {
  float: left;
  margin-right: 12px;
}

.video-archive-table .headings th:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 0;
  border-right: 1px solid #fcf2d6;
}

.video-archive-table a {
  color: black;
}

.video-archive-table table {
  width: 100%;
}

.video-archive-table table > tbody {
  display: table-row-group;
  vertical-align: middle;
}

.video-archive-table tr {
  border-bottom: 2px solid black;
  display: table-row;
}

.video-archive-table .count {
  font-size: 26px;
  font-weight: bold;
  color: #6a2d91;
  width: 60px;
  text-align: center;
}

.video-archive-table td {
  padding: 0;
}

.video-archive-table .position {
  color: #6a2d91;
  font-weight: 300;
}

.video-archive-table .last-week {
  vertical-align: middle;
  padding: 0 5px;
}

.video-archive-table .cover {
  float: left;
  margin-right: 12px;
}

.video-archive-table .cta {
  display: block;
  background: #6a2d91;
  color: #fff;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}


/* =Older Code
----------------------------------------------- */
h1.hotdisc-page-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 66px;
  text-align: center;
  color: black;
}
@media (max-width: 992px) {
  h1.hotdisc-page-title {
    font-size: 36px;
  }
}

h1.hotdisc-page-title-no-caps {
  font-family: 'Oswald', sans-serif;
  font-size: 66px;
  text-align: center;
  color: black;
}
@media (max-width: 992px) {
  h1.hotdisc-page-title-no-caps {
    font-size: 36px;
  }
}

h1.hotdisc-chart-title {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #6a2d91;
  margin-bottom: -10px;
}
h1.hotdisc-chart-title-sub {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #6a2d91;
  margin-bottom: 6px;
}

h3.homepage-sub-heading {
  font-style: normal;
  font-size: 46px;
  text-align: center;
  color: white;
}

.top-40-video-text {
  background-color: #6a2d91;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  color: black;
  padding: 15px;
  margin-top: 0;
}


a.shs-hover-yellow {
  color: white;
  text-decoration: none;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a.shs-hover-yellow:hover {
  color: #6a2d91;
}

.shs-yellow-font {
  color: #6a2d91;
}

/* =Containers
----------------------------------------------- */
.brtv-page-thumb {
  background-color: #6a2d91;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.homepage-welcome-heading {
  background-color: black;
}
.homepage-welcome-heading h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hotdisc-page-heading {
    background-color: #6a2d91;
    padding-top: 22px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 6px;
}
.hotdisc-page-heading h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hotdisc-page-heading-no-caps {
    background-color: #6a2d91;
    padding-top: 22px;
    padding-bottom: 16px;
    text-align: center;
    color: white;
    margin-bottom: 6px;
}

.hotdisc-page-heading-no-caps h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar-wooden {
  padding: 15px 20px;
  background-color: #6a2d91;
  color: white; 
}

.sidebar-wooden h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
}

.rounded-corners-sidebar {
    padding: 10px;  
    background-color: #fcf2d6;
    color: black;
    font-size: 16px;
}

/* =Homepage Results Table
----------------------------------------------- */
h4.charts-mini-date {
	color: #ff99cc;
	font-weight: 700;
	text-align: center;
  margin-top: 20px;
}

h4.charts-mini-competition {
	color: #6a2d91;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.results-table-mini {
  font-weight: 400;

}

.results-table-mini a {
  color: black;
}

.results-table-mini table {
  width: 100%;
}

.results-table-mini table > tbody {
  display: table-row-group;
  vertical-align: middle;
}

.results-table-mini .mini-score-home {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 40%;
  height: 30px;
  text-align: right;
  padding-right: 6px;
}

.results-table-mini .mini-score-away {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 40%;
  height: 30px;
  text-align: left;
  padding-left: 6px;
}

.results-table-mini .mini-score-video {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 10%;
  height: 30px;
  text-align: right;
}

.results-table-mini .mini-team-date {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zain", sans-serif;
  color: #ff99cc;
  width: 30%;
  height: 30px;
  text-align: left;
  padding-right: 6px;
}

.results-table-mini .title-team-score {
  font-size: 21px;
  width: 20%;
  line-height: 0.95;
  text-align: center;
  color: #f2ca0d;
}

.results-table-mini .mini-team {
  font-size: 22px;
  font-weight: 400;
  color: white;
  width: 50%;
  height: 30px;
  text-align: left;
  padding-left: 6px;
}

.results-table-mini .mini-video-description {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 65%;
  height: 30px;
  text-align: left;
  padding-left: 6px;
}

.results-table-mini .mini-score-video a {
  color: white;
}

.results-table-mini .mini-score-video a:hover {
  color: #f2ca0d;
}

.results-table-mini td {
  padding: 0;
}

.results-table-mini .cover {
  width: 60px;
}

.results-table-mini .title-artist {
  width: 2%;
  font-size: 18px;
  line-height: 0.95;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  color: #f2ca0d;
}

.results-table-mini .title-artist-score {
  font-size: 18px;
  width: 20%;
  line-height: 0.95;
  text-align: center;
  color: #f2ca0d;
}

.results-table-mini .title-artist-home {
  font-size: 18px;
  width: 9%;
  line-height: 0.95;
  text-align: right;
  color: #f2ca0d;
}

.results-table-mini .title-artist-away {
  font-size: 18px;
  width: 9%;
  line-height: 0.95;
  text-align: left;
  color: #f2ca0d;
}

.results-table-mini .title-artist .title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin: 0 0 3px 0;
  line-height: 1;
}

.results-table-mini .cta {
  display: block;
  background: #6a2d91;
  color: #fff;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}

.chart40 {
  background: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.chart40 .headings {
  color: #6a2d91;
}

.chart40 .headings th {
  font-weight: 300;
  text-align: center;
  position: relative;
  height: 45px;
}

.chart40 .headings th:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 0;
  border-right: 1px solid #fcf2d6;
}

.chart40 .headings-no1 {
  color: #6a2d91;
}

.chart40 .headings-no1 th {
  font-size: 36px;
  text-align: center;
  position: relative;
  height: 45px;
}

.chart40 .headings-no1 th:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 0;
  border-right: 1px solid #fcf2d6;
}

.chart40 .headings .h-title-artist {
  text-align: left;
  padding: 0 0 0 12px;
}

.chart40 .headings .h-title-video {
  text-align: center;
}

.chart40 a {
  color: black;
}

.chart40 table {
  width: 100%;
}

.chart40 table > tbody {
  display: table-row-group;
  vertical-align: middle;
}

.chart40 tr {
  border-bottom: 2px solid black;
  display: table-row;
}

.chart40 .count {
  font-size: 26px;
  font-weight: bold;
  color: #6a2d91;
  width: 60px;
  text-align: center;
}

.chart40 .count-lw {
  font-size: 16px;
  color: black;
  width: 60px;
  text-align: center;
}

.chart40 .no1-date {
  color: black;
  width: 140px;
  text-align: left;
  padding-left: 20px;
}

.chart40 td {
  padding: 0;
}

.chart40 .position {
  color: #6a2d91;
  font-weight: 300;
}

.chart40 .last-week {
  vertical-align: middle;
  padding: 0 5px;
}

.chart40 .cover {
  float: left;
  margin-right: 12px;
}

.track .cover {
  float: left;
  margin-right: 12px;
}

.chart40 .title-artist {
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 10px 5px 12px;
  overflow: hidden;
}

.chart40 .title-artist .title {
  font-size: 16px;
  font-weight: bold;
}

.chart40 .title-artist .artist {
  display: inline-block;
  float: left;
}

.chart40 .cta {
  display: block;
  background: #6a2d91;
  color: #fff;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-download {
  position: relative;
  margin-bottom: 12px;
  background: url(https://hotdisc.co.uk/wp-content/uploads/2020/03/BG_Sidebar_Blurred.jpg);
  text-align: center;
  padding: 20px 20px 20px 20px;
}

.sidebar-download h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar-download a:hover {
  color: white;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.sidebar-download .sidebar-download-heading {
  color: white;
}

.timeline-Header .timeline-InformationCircle-widgetParent {
  visibility: hidden;
}

.homepage-yellow-divider {
    background-color: #6a2d91;
    padding-top: 12px;
}

.rounded-corners {
    padding: 15px 20px;   
    background-color: #ededed;
    border-left: 8px solid #6a2d91;
    color: black;
    font-size: 16px;
}

.rounded-corners-boxes {
  background-color: black;
  padding: 15px 20px;   
  border-radius: 15px;
  border: 4px solid #6a2d91;
  color: white;
  font-size: 36px;
  text-align: center;
  min-height: 100px;
  line-height: 100px;
  margin-bottom: 16px;
}

.rounded-corners-boxes-results {
  background-color: black;
  padding: 10px 10px;   
  border-radius: 15px;
  border: 4px solid #6a2d91;
  color: white;
  font-size: 26px;
  text-align: center;
  min-height: 60px;
  line-height: 60px;
  margin-bottom: 16px;
}

.rounded-corners-teams {
    padding: 15px 20px;   
    background-color: #6a2d91;
    border-left: 8px solid #d60d8c;
    color: black;
    font-size: 16px;
}

.rounded-corners-teams p {
    margin-bottom: 0px;
    color: white;
}

.rounded-corners-teams a {
    color: white;
}

.rounded-corners-teams a:hover {
  color: black;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.rounded-corners-podcasts {
    background-color: #f0efef;
    background-image: url(https://rugbyradio.co.uk/wp-content/uploads/2023/08/WAVEFORM_BG.png); 
    background-size: cover; 
    background-position: bottom;
    border-right: 8px solid #6a2d91;
    color: black;
    font-size: 16px;
}

.rounded-corners-podcasts a {
   color: #d60d8c;
   font-weight: 700;
}

.rounded-corners-podcasts a:hover {
  color: #6a2d91;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.rounded-corners-boxes, .rounded-corners-boxes-results a {
  color: white;
}

.rounded-corners-boxes, .rounded-corners-boxes-results a:hover {
  color: #6a2d91;
  font-weight: bold;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.rounded-corners-boxes, .rounded-corners-boxes-results:hover {
  background-color: #f2ca0d;
  font-weight: bold;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.rounded-corners-black {
    padding: 15px 20px;   
    background-color: black;
    border-radius: 15px;
    border: 2px solid #6a2d91;
    font-size: 16px;
}

.rounded-corners-homepage {
    padding: 15px 20px;
    background-color: #000000;
    font-size: 26px;
    text-align: center;
    color: white;
    border-top: 6px solid #6a2d91;
    border-left: 6px solid #6a2d91;
    border-right: 6px solid #6a2d91;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.rounded-corners-news {
    padding: 15px 20px;
    background-color: #000000;
    font-size: 26px;
    text-align: center;
    color: white;
    border-top: 6px solid #6a2d91;
    border-left: 6px solid #6a2d91;
    border-right: 6px solid #6a2d91;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-bottom: 10px;
}

.rounded-corners-news-story {
    padding: 15px 20px;   
    background-color: #000000;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 6px solid #6a2d91;
    border-left: 6px solid #6a2d91;
    border-right: 6px solid #6a2d91;
    font-size: 16px;
}

.rounded-corners-news-story a:hover {
  color: #6a2d91;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.rounded-corners-homepage p {
  margin-bottom: 0px;
}

.faculties-listing {
    padding: 12px;
    padding-right: 12px;  
    background-color: #000000;
    color: white;
    min-height: 180px;
}

img.faculties-img {
  border-top: 3px solid #6a2d91;
  border-left: 3px solid #6a2d91;
  border-right: 3px solid #6a2d91;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.shs-page-image {
  border-bottom: 6px solid #6a2d91;
  border-right: 6px solid #6a2d91;
}

.rounded-corners h4 {
  margin-top: 5px;
}

.rounded-corners h2 {
  margin-top: 0px;
}

.headline-color {
  background-color: white;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.headline-color-page-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  text-align: center;
  color: #000000;
}

.headline-color-page-navigation {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #888888;
}

.headline-color-page-navigation a {
  color: #888888;
}

h3.sidebar-heading {
  background-color: #000000;
  padding: 12px 15px;
  margin-bottom: 0px;
  font-size: 17px;
  color: white;
}

h3.related-files-heading {
  background-color: #6a2d91;
  border-right: 6px solid #6a2d91;
  padding: 12px 15px;
  margin-bottom: 6px;
  width: 36%;
  font-size: 17px;
  color: #fff;
}

.btn {
  margin-bottom: 4px;
}

.sidebar-content-link {
  background: #f0efef;
  padding: 12px 15px;
  color: #6e6d6d;
  margin-bottom: 0px;
  width: 100%;
}

.sidebar-content-link a {
  text-decoration: none;
  color: #6e6d6d;
}

.sidebar-content-link:hover {
  background: #000000;
  text-decoration: underline;
  color: white;
}

.sidebar-spacer {
  padding: 6px;
}

.spacer {
  padding: 6px;
}

.jumbotron {
  min-height: 500px;
  margin-bottom: 0px;
}


/* =News
----------------------------------------------- */
.news-page-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  text-align: center;
  color: #6a2d91;
  text-shadow: 2px 2px black;
}

.news-page-container {
  padding: 12px; 
  background-color: #000000;
  color: #6a2d91;
  text-align: center;
  text-transform: none;
  min-height: 160px;
  line-height: 100px;
}

.news-page-container h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-page-container a {
  color: #6a2d91;
  text-transform: none;
}

.news-page-container:hover {
  background: #6a2d91;
  color: white;
  transition: background-color .5s;
  text-transform: none;
}

.news-read-more {
  background: #f0efef;
  padding: 12px 15px;
  color: #6e6d6d;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.news-read-more a {
  color: #6a2d91;
}

.news-read-more:hover {
  background: #6a2d91;
  color: white;
  transition: background-color .5s;
  text-transform: none;
}

.news-date-author {
  background: #f0efef;
  padding: 12px 15px;
  color: #6e6d6d;
  width: 100%;
  font-size: 20px;
}

/*---------- Video Embeds ---------*/
  
.video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
  
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;
}

/* =Navigation
----------------------------------------------- */

.navbar-default {
    background-color: #6a2d91;
    border-color: #d60d8c;
    letter-spacing:1px;
    font-size: 16px;
    font-weight:800;
      webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  border-bottom-width: 6px;
}
.navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d60d8c;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #d60d8c;
    color: white;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: black;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: black;
  background-color: #d60d8c;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #d60d8c;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: black;
  background-color: #d60d8c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #6a2d91;
  background-color: #d60d8c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: black;
  background-color: #d60d8c;
}
.navbar-default .navbar-toggle {
  border-color: #d60d8c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d60d8c;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: black;
}
.navbar-default .navbar-link {
  color: black;
}
.navbar-default .navbar-link:hover {
  color: black;
}

/* =Dropdown Caret Colour
----------------------------------------------- */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #d60d8c;
  border-bottom-color: #d60d8c;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: black;
  border-bottom-color: black;
}

.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: black;
  border-bottom-color: black;
}

.dropdown-menu {
  border: 6px solid #d60d8c;
  text-align: left;
  font-size: 16px;
}

.dropdown-menu > li > a {
  padding: 3px 10px;
}

.navbar { margin-bottom:0px !important; }

/* =Nav Center
----------------------------------------------- */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* =Collapse Nav Early
----------------------------------------------- */
@media (max-width: 1360px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* =Footer
----------------------------------------------- */
/*-- footer --*/
.footer{
  background:#000000;
  border-top: 3px solid #6a2d91;
  padding:3em 0;
}

.shs-2020-nobull {
  list-style-type: none;
  padding-left: 0;
 }
.fringeradio_footer_copy {
    text-align: center;
    margin-top: 2em;
}
.fringeradio_footer_copy p a{
  color:#fff;
  text-decoration:none;
}
.fringeradio_footer_copy p a:hover{
  color:#6a2d91;
}
/*-- //footer --*/

.site-footer {
  background-color: #000000;
  color: #999999;
  font-size: 16px;
  padding: 1.5em 0;
  text-align: center;
  border-top: 3px solid #6a2d91;
}

.site-footer a {
  color: #fff;
}
/* =End Footer
----------------------------------------------- */