/* Edit by Chris 20190702 */

nav.navbar-default.main-menu .navbar-nav > li > a:hover {
  color: #03a9c9;
}

nav.navbar-default.main-menu .navbar-nav > li > a:active {
  color: #03a9c9;
}

nav.navbar-default.context-menu .navbar-nav > li > a:hover
{
  color: #fff;
}

.main-content h1 {color:#03a9c9; font-weight:300;}
.main-content h1 .route-title {color:#fff;}
.main-content h2 {line-height:40px;}
.main-content h3 {line-height:30px; color:#03a9c9;}
.main-content h4 {line-height:30px;}

.main-content .c2c-guide h2 {color:#03a9c9;}
.main-content .hadrian h2 {color:#99c66b;}
.main-content .reivers h2 {color:#DA1D6A;}
.main-content .coast-and-castles h2 {color:#E7C01D;}

.btn-default {
margin-top:10px;
    color: #fff;
    background-color: #03a9c9;
    border-width:2px;
}

.btn-default:hover {
    color: #03a9c9;
    background-color: #fff;
    border-width:2px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent
 }

.place-panel .panel-heading .accordion-toggle.route.collapsed {
    color: #2D2D2D;
    background-color: #e5e4e4;
}
.what-bike h4 { 
border-bottom:solid 1px #03a9c9;
width:100%;
}

.foldout
{border: solid #0189a0 2px;}



.foldout-advert
{border-top: solid #0189a0 2px; }

.service{padding-bottom:20px;}

#standardbody p a {color:#03a9c9; font-weight:bold;}
#standardbody p a:hover {color:#0189a0;}

.site-header {
border-bottom:solid 10px #03a9c9;
border-width:80%;
}


.where-to-sleep {margin-top:40px;}

.responsive-image
{
  max-width: 100%;
  width: 100%;
  margin-bottom:10px;
  margin-top:10px;
}

.routes-title, .route-title
{
  margin-top:15px;
}

/* Where to Sleep Styling */

.where-to-sleep {background-color:#f8f8f8;}
.where-to-sleep-title 
{color:#03a9c9;
text-transform:uppercase;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #03a9c9;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #03a9c9;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 2em;
  background-position-x: left;
  background-position-y: center;
background-color:#eeeeee;}

/* Organised Trips Adverts Styling */

.organised-trips .foldout-wrapper
{background-color:#f1f1f1;}
.advert-title {text-align: center; border-bottom: solid 1px #03a9c9; border-top: solid 1px #03a9c9; padding-bottom:15px;}

.organised-trips-advert
{padding-bottom:15px; }

.organised-trips-advert h4
{color:#03a9c9; }

/* Social Media styling */

.social .fa.fa-twitter {
  background-color: #03a9c9;
}

.social .fa.fa-twitter:hover {background-color: #fff}

.social .fa.fa-facebook {
  background-color: #03a9c9;
}

.social .fa.fa-facebook:hover {background-color: #fff}

.social .fa.fa-instagram {
  background-color: #03a9c9;
}

.social .fa.fa-instagram:hover {background-color: #fff}

.social .fa.fa-search {
  background-color: #2D2D2D;
  color: #FFF;
}
.social .fa.fa-search:hover {background-color: #03a9c9}

/* ROUTEs styling */

.route-overlay, .place-overlay {
  border-top: 0px solid #FFF;
}

h1.route-title {color:#fff;}
.routelist h3 { color: #fff; }

.route-overlay h3, .place-overlay h3 {
  font-weight: 400;
  font-size:32px;
  margin-bottom:15px;
  letter-spacing:0.08em;
}



.hadrian .route-stripe, .hadrian .accommodation .title {
  background-color: #aabf54;
}

/* MAP styling */
.google-maps {
border-top:solid 20px #03a9c9;
border-bottom:solid 20px #03a9c9;
margin-bottom:30px;
}

/* NEWS styling */

.news-overlay h3 {
  font-weight: 500;
  margin-top:50%;
  color:#fff;
}

.news-overlay h3:hover {
  color:#03a9c9;
}

.news-title h2, .services-title h2 {
color:#03a9c9;
margin-top:35px;
}

.news-overlay {

  border-top: 10px solid #00869f;
  border-bottom: 10px solid #03a9c9;

}

/* FOOTER styling */

.site-footer #footer-logo img {
  background-color: #00869f;
  padding: 1em;
}

.site-footer {
  background-color: #00869f;
  margin-top: 0;
  border: 0px transparent;
  font-size: 12px;
}

/* Read More button styling */

 .seemore {
  color:#03a9c9;
  border:solid 1px #03a9c9;
  background-color: #fff; /* White */
  color: 03a9c9;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
 }

  .seemore:hover {
  color:#fff;
  text-decoration:none;
    background-color:#03a9c9;
}

 .accordion-toggle{
  color:#03a9c9;
  border:solid 1px #03a9c9;
  background-color: #fff; /* White */
  color: #03a9c9;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
  .accordion-toggle:hover {
  color:#fff;
  text-decoration:none;
      background-color:#03a9c9;

}

/* Line 332 */
.accommodation .title
{
  color: #03a9c9;
}
