@charset "UTF-8";

/* CSS Document --------test------*/
html {
  background-color: white !important;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: white;
}

iframe {
  max-width: 550px;
}

.video-hero {
  max-width: none !important;
}

/* Header --------------*/
/* top navigation --------------*/
.visually-hidden-focusable {
  margin: 20px !important;
}

.nav-one {
  background: #182c38;
  padding: 5px;
}

.nav-one a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.nav-one a:hover {
  border-bottom: 1px solid #fff;
}

.icon {
  margin-right: 10px;
  font-size: 18px;
}

.icon-welsh {
  color: #fff;
}

.icon-planner {
  color: #f12200;
}

.icon-search {
  color: #95ee23;
}

/* top navigation - end --------------*/
/* main navigation ----------------*/
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2838, 104, 3, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  border: none !important;
  color: #c4df14;
}

.navbar-nav {
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #0d9afd;
}

.main-nav {
  border-bottom: 2px solid #8fb81e;
  border-top: 2px solid #8fb81e;
  margin-bottom: 20px;
}

/* main navigation - end ----------------*/
/* Breadcrumb ---------------------*/
.breadcrumb {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.breadcrumb-item a {
  color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.breadcrumb-item a:hover {
  border-bottom: 2px solid #000;
}

/* footer ----------------*/
footer .container {
  border-top: 2px solid #8fb81e;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

.footer-nav {
  padding: 0px;
  margin-bottom: 40px;
}

.footer-nav li {
  padding: 10px 0px;
  list-style-type: none;
}

.footer-nav a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 15px;
}

.footer-nav a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

.social-icon img {
  max-width: 50px;
}

/* .social-icon a {
  width: 100%;
    height: 100%;
    display: block;
}
.footer-logo a {
  min-height: 44px;
  display: block;
} */
.footer-logo-set {
  margin-top: 40px;
}

/* accommodation - styling -------*/
.accommodation-image img {
    padding: 15px;
    margin-bottom: 20px;
}

.accomodation-main-content {
  background: #e9f1cf;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .accomodation-main-content {
    background-image: url(../img/bg-images/walkers-white-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}

.accomodation-main-content h1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}

.accomodation-main-content p {
  font-size: 16px;
  line-height: 28px;
}

.accomodation-main-content p a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.accomodation-main-content p a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}

.accommodation-spec {
  padding-left: 20px;
  border-left: 4px solid #93b883;
}

.book-button {
  padding: 7px 25px !important;
  background-color: #166430;
  border: 0px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.book-button:hover {
  background-color: #125127;
  color: #fff;
}

.planner-button {
  padding: 7px 25px;
  background: #b02121;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.planner-button:hover {
  background: #8a1616;
  color: #fff;
}
.more-info-button {
  padding: 7px 25px;
  background-color: #4b7b28;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  height: 44px;
}

.more-info-button:hover {
  background-color: #2f5116;
  color: #fff;
}
.accommodation-further-info {
  margin-top: 50px;
  margin-bottom: 50px;
}

.accommodation-further-info a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

.accommodation-further-info a:hover {
  border-bottom: 2px solid #000;
}

.accommodation-further-info h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.heading-rule {
  border-bottom: 2px solid #008af1;
  width: 220px;
  margin-bottom: 30px;
}

.accommodation-list li {
  padding-bottom: 20px;
  word-wrap: break-word;
}

/* map styling ----------------------*/
.accommodation-map {
  margin: 20px 0px;
  background: #dfdfdf;
  min-height: 500px;
}

/* map styling - end ----------------------*/
/* related accommodation ---------------------*/
.accommodation-related {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accommodation-related h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.accommodation-related-product {
  background: #e9f1cf;
  padding-bottom: 10px;
  height: 100%;
}

.accommodation-related-product h3 {
    color: #000;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      margin: 0px 10px 10px 10px;
  width: 90%!important;
      letter-spacing: 1px;
      padding-bottom: 2px;
      text-align: center;
      display: inline;
      line-height: 30px;
}

.accommodation-related-product:hover h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  text-align: center;
  display: inline;
  width: 90%!important;
  margin: 0px 10px 10px 10px;
}

.accommodation-related-product p {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px 20px 20px;
}
.accommodation-related-product:hover img {
  opacity: 0.7;
  transition-duration: 1s;
}
/* .accommodation-related-product img {
  margin-bottom: 30px;
} */

.accommodation-related-product a {
  text-decoration: none !important;
}
.accommodation-related-product a:focus {
  display: block;
}

/* related accommodation - end ---------------------*/
/* explore rct ---------------------*/
.explore-rct-bg {
  background: #daf3fd;
  padding: 40px 0px 10px 0px;
}

@media (min-width: 720px) {
  .explore-rct-bg {
    background-image: url(../img/bg-images/walkers-white-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}

.explore-rct {
  margin-top: 40px;
  margin-bottom: 40px;
}

.explore-rct.row {
justify-content: center;
}

.explore-rct h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.explore-rct-product h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
  letter-spacing: 2px;
  padding-bottom: 2px;
  text-align: center;
  display: inline;
  line-height: 30px;
}

.explore-rct-product:hover h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  text-align: center;
}

.explore-rct-product p {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 0px 20px 20px 20px;
  margin: 10px 0px 30px 0px;
}

.explore-rct-product a {
  text-decoration: none !important;
}

/* .explore-rct-product img {
  margin-bottom: 30px;
} */

.explore-rct-product:hover img {
  opacity: 0.7;
  transition-duration: 1s;
}
.explore-rct-product {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.explore-rct-product a:focus {
  display: block;
}

.product-image {
  background: #000;
}

.product-image {
  margin-bottom: 20px;
}

.product-text {
  padding: 0px 10px;
}

.related-documents {
  background: #e9f1cf;
  padding: 5px 30px;
}

/* a[target="_blank"]:after {
  content: " (opens in new window)";
} */
/* Sitemap Styling -----------------*/
.dynamic-content ul a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  line-height: 35px;
  border-bottom: 1px solid #000
}
.dynamic-content ul a:hover {
  border-bottom: 3px solid #000
}
.dynamic-content ul {
  list-style-type: none!important;
}
