:root {
  --primary-color: #F4784E;
  --primary-color-lighter: #FAA744;
  --primary-color-darker: #DE4D3C;
  --secondary-color: #90B2A6;
  --secondary-color-lighter: #99C9AB;
  --secondary-color-darker: #677F77;
  --tertiary-color: #FFFFFF;
  --tertiary-color-lighter: #F6F6F6;
  --tertiary-color-darker: #F6F6F6;
}.c-tiles__icon-image { width: auto !important; }
.c-tiles__icon { padding: 30px 15px 20px; }
.c-tiles__summary { padding: 20px 30px 30px; }

/* adventure title hiding */
.c-adventures .container .text-center.my-5 { display: none; }
.c-adventures { padding-top: 50px; }


@media (max-width: 1200px) {
.c-header__logo-image { width: 220px; height: 35px; }
.c-menu__link { letter-spacing: -0.025rem; }
}
@media (max-width: 991px) {
.c-header__logo-image { width: 240px; height: 40px; } 
.c-menu__link { letter-spacing: inherit; }
}


.js-menu__link--disabled-desktop:hover { cursor: pointer !important; color: #F4784E !important; }

/* Mobile Menu */
@media (max-width: 991px) {
.c-menu__link { padding: 20px 12px !important; }
.c-childmenu__ul { box-shadow: none !important; -webkit-box-shadow: none !important; background-color: #fff; }
.c-childmenu { border-left: 6px solid #90B2A6; }
.c-childmenu__list i.fas { display: none; }
}

/* Adventures */
@media (max-width: 576px) {
.c-adventures__tile-wrapper { padding-left: 0px; padding-right: 0px; }
.c-adventure__label { font-size: 1rem; text-shadow: 1px 2px 2px rgba(0,0,0,0.4); }
}
@media (max-width: 576px) { .c-adventure__radio-label, .c-adventure__checkbox-label  { background-image: none !important; } }
.c-adventures__tile-selections input[type=checkbox]:checked+label, .c-adventures__tile-selections input[type=radio]:checked+label { background-color: #f4784e !important; }
.c-adventures__age-wrapper .c-adventures__tile-selections .col-sm-4 input[type=checkbox]+label { background-color: #91b3a6; }
.c-adventures__age-wrapper .c-adventures__tile-selections .col-sm-4:nth-child(2n) input[type=checkbox]+label { background-color: #317693; }
.c-adventures__age-wrapper .c-adventures__tile-selections .col-sm-4:nth-child(3n) input[type=checkbox]+label { background-color: #9cd0eb; }
.c-adventures__budget-wrapper .c-adventures__tile-selections .col-sm-4 input[type=checkbox]+label { background-color: #a23432; }
.c-adventures__budget-wrapper .c-adventures__tile-selections .col-sm-4:nth-child(2n) input[type=checkbox]+label { background-color: #ffd000; }
.c-adventures__budget-wrapper .c-adventures__tile-selections .col-sm-4:nth-child(3n) input[type=checkbox]+label { background-color: #317693; }
.c-adventures__tile-selections .col-sm-4 input[type=radio]+label { background-color: #317693; }
.c-adventures__tile-selections .col-sm-4:nth-child(2n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(2) input[type=radio]+label { background-color: #ffd000; }
.c-adventures__tile-selections .col-sm-4:nth-child(3n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(3) input[type=radio]+label { background-color: #a23432; }
.c-adventures__tile-selections .col-sm-4:nth-child(4n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(4) input[type=radio]+label { background-color: #91b3a6; }
.c-adventures__tile-selections .col-sm-4:nth-child(5n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(5) input[type=radio]+label { background-color: #9cd0eb; }
.c-adventures__tile-selections .col-sm-4:nth-child(6n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(6) input[type=radio]+label { background-color: #f4784e; }
.c-adventures__tile-selections .col-sm-4:nth-child(7n+7) input[type=radio]+label, .c-adventures__tile-selections .col-sm-4:nth-child(7) input[type=radio]+label { background-color: #91b3a6; }


/* Service Tiles */
.c-tiles { -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1); box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1); border-radius: 4px; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-tiles:hover { transform: scale(1.025); }
.c-tiles__title { color: #636466; }
.c-tiles__summary { color: #636466; letter-spacing: inherit; font-size: 1rem; }

/* Books Block */
.books-block img { max-height: 200px; min-height: 200px; border-radius: 4px; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.0.10); box-shadow: 0 3px 6px rgba(0,0,0,0.10); }
.books-block .b-column__column { max-width: 350px; }

/* HR */
hr { min-width: 220px; max-width: 220px; height: 6px; border-radius: 3px; background-color: #317693; border: none !important; margin: 20px 0px; }

/* Tables */
.table-responsive thead tr { background-color: #90B2A6 !important; }
.table-responsive thead td { border: 1px solid rgba(103,127,119,0.75) !important; font-weight: 700; color: #fff; }
.table-responsive tr:nth-child(odd) { background-color: #ffffff; }
.table-responsive tr:nth-child(even) { background-color: #f6f6f6; }

/* Blockquote */
.main-content blockquote { padding-left: 24px; padding-top: 18px; padding-bottom: 18px !important; border-left: none; font-size: 1.1rem; font-weight: 600; margin-bottom: 1.5rem; }
.main-content blockquote:before {  content:'';  position:absolute; top: 0px; left: 0px; background: #317693; width: 6px; height: 100%; border-radius: 3px; }

/* FAQ Colours */
.b-faq__icon svg { -webkit-filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.15)); filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.15)); }
.b-faq__title_holder.showing-item .b-faq__icon svg { -webkit-filter: drop-shadow(-1px -2px 0px rgba(0,0,0,0.15)); filter: drop-shadow(-1px -2px 0px rgba(0,0,0,0.15)); }
.b-faq__icon svg path { fill: #fff !important; }
.b-faq__title { color: #fff; }
.b-faq__item .b-faq__item-main .b-faq__title_holder { background-color: #317693 !important; text-shadow: 1px 2px 0px rgba(0,0,0,0.15) !important; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.b-faq__item:nth-child(2n) .b-faq__item-main .b-faq__title_holder { background-color: #90b2a6 !important; }
.b-faq__item:nth-child(3n) .b-faq__item-main .b-faq__title_holder { background-color: #fed31e !important; }
.b-faq__item:nth-child(4n) .b-faq__item-main .b-faq__title_holder { background-color: #f4784e !important; }
.b-faq__item:nth-child(5n) .b-faq__item-main .b-faq__title_holder { background-color: #a23432 !important; }
.b-faq__item:nth-child(6n) .b-faq__item-main .b-faq__title_holder { background-color: #9bd0ec !important; }
.b-faq__item .b-faq__item-main .b-faq__title_holder:hover { background-color: #175F7B !important; text-shadow: 1px 2px 0px rgba(0,0,0,0.15) !important; }
.b-faq__item:nth-child(2n) .b-faq__item-main .b-faq__title_holder:hover { background-color: #7C998F !important; }
.b-faq__item:nth-child(3n) .b-faq__item-main .b-faq__title_holder:hover { background-color: #FFB400 !important; }
.b-faq__item:nth-child(4n) .b-faq__item-main .b-faq__title_holder:hover { background-color: #F15A2B !important; }
.b-faq__item:nth-child(5n) .b-faq__item-main .b-faq__title_holder:hover { background-color: #841F1D !important; }
.b-faq__item:nth-child(6n) .b-faq__item-main .b-faq__title_holder:hover { background-color: #52A3C2 !important; }


/* Blog */
.b-article__title { font-size: 1rem; min-height: 80px; }
.c-blogs__article-info { padding: 16px 20px 0px; }
.c-blogs__article-title { font-size: 1.2rem; color: #636466; font-weight: 500; }
.c-blogs__article-date { font-size: 0.8rem; }
.c-blogs__article-content { letter-spacing: inherit; font-size: 0.9rem; line-height: 1.5; padding-top: 20px !important; }
.blog-category-tile { -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.blog-category-tile:hover { transform: scale(1.025); -webkit-box-shadow: 1px 2px 0px rgba(0,0,0,0.10); box-shadow: 1px 2px 0px rgba(0,0,0,0.10); }
.blog__sidebar__category-link:hover { text-decoration: none; }
.rounded-xl { border-radius: 10px; }
/*
  .blog__sidebar__category-link { font-size: 1rem; font-weight: 600; background-color: rgba(0,0,0,0.2); border-radius: 6px; margin: 2rem 0 !important; padding: 12px 20px 10px !important; }
  .blog__sidebar__category-link:hover { text-decoration: none; background-color: rgba(0,0,0,0.3); }
*/

/* Alternative Nav Item Colours */
.white-nav .c-carousel .slick-dots li.slick-active button { background: #fff; border-color: #fff; }
.white-nav .c-carousel .slick-dots li button { border-color: #fff; }
.white-nav .c-carousel__slider-button svg path { fill: #fff !important; }
.blue-nav .c-carousel .slick-dots li.slick-active button { background: #317693; border-color: #317693; }
.blue-nav .c-carousel .slick-dots li button { border-color: #317693; }
.blue-nav .c-carousel__slider-button svg path { fill: #317693 !important; }

/* Homepage Tiles */
.homepage-tiles .col-md .b-column__column { display: block; height: 100%; width: 100%; min-height: 260px; padding: 40px 20px 40px; color: #fff; border-radius: 4px; }
.homepage-tiles .b-column__title { font-size: 1.2rem; font-weight: 700; }
.homepage-tiles .col-md:nth-child(1) .b-column__column, .homepage-tiles .col-md:nth-child(4) .b-column__column { background-color: #F4784E; }
.homepage-tiles .col-md:nth-child(2) .b-column__column, .homepage-tiles .col-md:nth-child(5) .b-column__column { background-color: #90B2A6; }
.homepage-tiles .col-md:nth-child(3) .b-column__column, .homepage-tiles .col-md:nth-child(6) .b-column__column { background-color: #317693; }
.homepage-tiles .b-column__button .c-button--size-small { background-color: #fff !important; color: #4F504F !important; font-size: 0.9rem !important; }
.homepage-tiles .b-column__button .c-button--size-small:hover { background-color: #e6e6e6 !important; color: #4F504F !important; }

/* Testimonials */
.b-testimonials__message { letter-spacing: inherit; line-height: 1.4; }
.b-testimonials__name { font-size: 1.6rem; color: #fff; }
.b-testimonials__position { font-size: 1.2rem; text-transform: inherit; color: rgba(255,255,255,0.8) !important; }
.b-testimonials-simple__author-name { font-size: 1.3rem; font-weight: 700; color: #fff !important; }
.b-testimonials-simple__author-company { font-size: 1rem; font-weight: 700; text-transform: inherit; color: rgba(255,255,255,0.8) !important; }
.b-testimonials-simple__content { background-color: #fff; }
.b-testimonials-simple__content:after { border-color: #fff transparent transparent transparent }

/* Buttons */
.c-button { -webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 0px rgba(0,0,0,0.1); }
.c-button:hover  { -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.2); box-shadow: 0px 5px 0px rgba(0,0,0,0.2); margin-top: -1px; margin-bottom: 1px; }

/* Service Holder */
.l-service-holder { padding-top: 80px; }
.l-service-holder .c-wide-tiles__icon { padding: 20px; }
.l-service-holder .c-wide-tiles__icon-image { width: 200px; }
.c-wide-tiles__title { font-size: 1.3rem; color: #444; }
.c-wide-tiles__summary { letter-spacing: inherit; }

/* FAQ Block */
.b-faq__item { padding-bottom: 2rem !important; }
.b-faq__item-main { border-radius: 6px; overflow: hidden; -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.0.05); box-shadow: 0 10px 10px rgba(0,0,0,0.05); }
.b-faq__icon svg { height: 14px; color: #95D4CD !important; }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }

/* Team Members */
.team-members img { max-height: 350px; border-radius: 6px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }

/* Green BG */
.bg-green-grad { background: radial-gradient(circle at 0 0, #B8E6E1 0%, #95D4CD 100%); }

/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.0); }

/* Icon Block */
.b-icon a:hover { color: #444444; }

/* Column Block */
.b-column__icon { min-width: 110px; }

/* Menu Chevron Alignment */
.c-menu__link-icon { top: 0px; font-size: 10px; left: -3px; }

/* Footer */
.c-footer__info-value { font-size: 1rem; }
.c-footer__text_social .c-footer__top_spacing { padding-top: 30px; }
.c-footer__top_spacing { padding-top: 2.5rem; }
.c-footer .c-socials__icon { color: #ffffff !important; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.c-footer .c-socials__icon:hover, .c-footer .c-socials__icon:active, .c-footer .c-socials__icon:focus { color: #A5DCFA !important; }
.c-mintdesign__title { font-size: 17px; padding-top: 5px; letter-spacing: inherit; }
.c-copyrights__content { font-size: 14px; padding-top: 5px; letter-spacing: inherit; }

/* Map Block */
.b-map { max-height: 500px; max-width: 1140px; margin: 0 auto; }

/* Inner Hero */
.c-breadcrumbs__list { padding: 10px 0px; background-color: rgba(0,0,0,0.3); }
.c-breadcrumbs__list:first-child { border-radius: 4px 0px 0px 4px; padding-left: 15px; }
.c-breadcrumbs__list:last-child { border-radius: 0px 4px 4px 0px; padding-right: 15px; }
.c-breadcrumbs__link { font-weight: 500; text-shadow: 1px 2px 0px rgba(0,0,0,0.15);  }
.c-breadcrumbs__arrow-icon { font-size: 0.8rem; font-weight: 600; text-shadow: 1px 2px 0px rgba(0,0,0,0.15); color: rgba(255,255,255,0.6); }
.c-hero__t-cell { height: 320px; }
.c-hero__title { text-shadow: 1px 1px 4px rgba(0,0,0,0.2); }
.c-hero:before { background: rgba(0,0,0,0.0); }

/* Top Nav */
.c-header__logo { -webkit-flex-basis: inherit; -ms-flex-preferred-size: inherit; flex-basis: inherit; }
.c-header.headroom--not-top { min-height: 70px; }
.c-header { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }
.c-childmenu { padding-top: 0px; }
.c-childmenu__ul, .c-menu__ul__ul { -webkit-box-shadow: 2px 3px 0px rgba(0,0,0,0.1); box-shadow: box-shadow: 2px 3px 0px rgba(0,0,0,0.1); }
.c-menu__link { padding: 12px; }
.c-menu__link-icon { }
.phone-link { padding: 12px 18px 10px; margin-left: 15px; }
@media (max-width:991px) {
.phone-link { margin-left: 0px; }
}
i.fas.fa-chevron-down.c-menu__link-icon {margin-top: -4px; margin-bottom: -4px;}  

/* List */
.c-ul li:before { color: #90B2A6; font-size: 16px; top: 0px; left: 8px; }
ol.alpha li { list-style-type: lower-alpha; }
ol.roman li { list-style-type: lower-roman; }
ul { margin-bottom: 1.5625rem; }
ul li { line-height: 1.5; }
ul.c-ul { margin-bottom: 1.5625rem; }
ul.c-ul li { line-height: 1.5; }

/* User Forms */
.userform-fields .field { position: relative; }
.userform-fields .right-title { position: absolute; top: 0px; right: 0px; font-size: 0.8rem; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { color: #ffffff; background-color: #F4784E;  font-family: 'Spartan', sans-serif; font-weight: 700; padding: 15px 15px 12px; }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { background-color: #DE4D3C; }



c-menu__link:nth-child(5){
phone-link d-flex align-items-center; 
phone-link--theme-primary phone-link--align-Left;
}

@media (min-width: 992px) {
.text-lg-left {
    text-align: left!important;
}
}