/*
Theme Name: River Bann Tours
Template: generatepress
Theme URI: https://riverbanntours.com
Author: Jake Woods
Author URI: https://no79.design
Description: A custom theme for River Bann Tours
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
*/

/*

CONTENTS:
1 - - - GLOBAL - - - - - - - - - - - - - - - - 
1.1   - - Global Styles & Overrides
1.2   - - Typography
1.2.1 - - - Imports
1.2.2 - - - Typography Styles
1.2.3 - - - Typography Helper Classes
1.3   - - Layouts
1.3.1 - - - Container
1.3.2 - - - Section
1.4   - - Buttons
1.4.1 - - - Primary Buttons
1.4.2 - - - Secondary Buttons
1.4.3 - - - Tertiary Buttons
1.4.4 - - - Tertiary Buttons - Hero Button
1.5   - - Drop Shadow
2 - - - HEADER & NAV - - - - - - - - - - - - - 
2.1   - - Header
2.2   - - Nav
2.3   - - Mobile Header (<1200px)
2.4   - - Mobile Navigation
2.5   - - Announcement Bar
3 - - - PARTIALS - - - - - - - - - - - - - - - 
3.1   - - Page Heroes
3.1.1 - - - Full Height Hero
3.1.2 - - - Shorter Hero w/ Text
4 - - - TEMPLATES - - - - - - - - - - - - - - 
4.1   - - Home Page Template
4.1.1 - - - Home Page - Tours Slider
4.2   - - Our Tours Page Template
4.3   - - Tours Single Page Template
4.4   - - Explore Page Template
4.4.1 - - - Explore Content
4.4.2 - - - Explore Slider
4.5   - - Blog Archive Template
4.5.1 - - - Blog Archive - Content & Items
4.5.2 - - - Blog Archive - Pagination
4.6   - - Blog Single Template
4.6.1 - - - Blog Cingle Content
4.6.2 - - - Blog Single Navigation
4.7   - - Contact Template Styles
4.7.1 - - - Google Map
4.7.2 - - - Contact Form
4.7.3 - - - Contact Details
4.8   - - Policies Pages Templates
4.8.1 - - - Policies Page Content
4.8.2 - - - Policies Page Navigation
5 - - - COMPONENTS - - - - - - - - - - - - - 
5.1   - - Theme Components Default
5.2   - - Gradient Overlays
5.3   - - No Tours Text
6 - - - WIDGETS - - - - - - - - - - - - - - - -
7 - - - FOOTER - - - - - - - - - - - - - - - - -
7.1   - - Pre Footer Promotion Section
7.2   - - Footer Content
7.2.1 - - - Footer Logo
7.2.2 - - - Footer Newsletter
7.2.3 - - - Footer Socials
7.2.4 - - - Footer Navigation
7.3   - - Footer Copyright Bar
8 - - - OTHER - - - - - - - - - - - - - - - - - -
9 - - - ANIMATIONS - - - - - - - - - - - - - - - -

*/

/* ==========================================
=! 1.1 - DEFAULTS
========================================== */

/* ==========================================
=! 1.1 - Global Styles & Overrides
------------------------------------------- */

:root {
    --bs-gutter-x: 1rem;
}
html {
    font-size: 17px; /* 1em */
}

/* Removes strange whitespace at top of Blog Single Posts */
body.single main#main {
    margin-top: -2rem;
}

@media (min-width: 768px) {
    :root {
        --bs-gutter-x: 1.5rem;
    }
}
@media (min-width: 992px) {
    :root {
        --bs-gutter-x: 2rem;
    }
    html {
        font-size: 18px;
    }
}

/* Forces content to be 100% wide */
#page.grid-container {
    max-width: 100%;
    padding: 0;
}

/* Removes default theme styling */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: transparent;
}

/* Removes Site content padding on devices <768px */
@media (max-width: 768px) {
    #content {
        padding: 0;
    }
}


/* ==========================================
=! 1.2 - Typography
------------------------------------------- */

/* ------------------------------------------
=! 1.2.1 - - Imports
------------------------------------------- */

/* CENTURY GOTHIC */
/* Century Gothic Regular */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('http://localhost:10098/wp-content/uploads/2021/10/centurygothic-regular.eot'); /* IE9 Compat Modes */
    src: local('Century Gothic'), local('CenturyGothic'),
         url('./fonts/CenturyGothic.svg#CenturyGothic') format('svg'),
         url('./fonts/CenturyGothic.ttf') format('truetype'),
         url('./fonts/CenturyGothic.woff') format('woff'),
         url('./fonts/CenturyGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/CenturyGothicPro-Regular.woff2') format('woff2');
} 
/* Century Gothic Bold */
@font-face {
    font-family: 'CenturyGothicPro-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('CenturyGothicPro-Bold.eot'); /* IE9 Compat Modes */
    src: local('CenturyGothicPro-Bold'), local('CenturyGothic'),
         url('./fonts/CenturyGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/CenturyGothicPro-Bold.svg#CenturyGothicPro-Bold') format('svg'),
         url('./fonts/CenturyGothicPro-Bold.ttf') format('truetype'),
         url('./fonts/CenturyGothicPro-Bold.woff') format('woff'),
         url('./fonts/CenturyGothicPro-Bold.woff2') format('woff2');
}
/* caveat-700 - latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/caveat-v10-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('./fonts/caveat-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/caveat-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/caveat-v10-latin-700.woff') format('woff'), /* Modern Browsers */
         url('./fonts/caveat-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/caveat-v10-latin-700.svg#Caveat') format('svg'); /* Legacy iOS */
  }

/* ------------------------------------------
=! 1.2.2 - - Typography Styles
------------------------------------------- */

/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
}
h1 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 2.777rem;
    line-height: 3.888rem;
}
h2 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 1.944rem;
    line-height: 2.722rem;
    margin-bottom: 1.777rem;
}
h3 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 1.222rem;
    line-height: 2.222rem;
    margin-bottom: 0.277rem;
}

span.brt_script-text {
    font-family: "Caveat", sans-serif;
    font-size: 1.944rem;
    line-height: 3.11rem;
}
span.brt_prehead-script-text {
    display: block;
    font-family: 'Caveat', 'Century Gothic', Century Gothic,  CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.555rem;
    line-height: 1.666rem;
    margin-bottom: 0.333rem;
}

/* Body Styles */
p {
    font-family: 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    color: var(--dark-blue);
    font-size: 1rem;
    line-height: 1.944rem;
    margin-bottom: 1.944rem;
}
p.bigger-p {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.388rem;
    line-height: 2.222rem;
}
@media (min-width: 768px) {
    p.bigger-p {
        line-height: 2.777rem;
    }
}
@media (min-width: 1200px) {
    p.bigger-p {
        line-height: 3.333rem;
    }
}
p.bold-p {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
}

blockquote p {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.388rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
}

/* ------------------------------------------
=! 1.2.3 - - Typography Helper Classes
------------------------------------------- */

/* Allows us to add heading styles to other text elements to maintain hierarchy */
.h1 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 2.777rem;
    line-height: 3.888rem;
    margin-bottom: 1.777rem;
}
.h2 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 1.944rem;
    line-height: 2.722rem;
    margin-bottom: 1.777rem;
}
.h3 {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--brand-blue);
    font-size: 1.222rem;
    line-height: 2.222rem;
    margin-bottom: 0.277rem;
}

/* Removes bottom margin on type elements if required for stylistic reasons */
.no-bottom-margin {
    margin-bottom: 0;
}

/* Removes bottom margin on the last p element to prevent spacing issues */
p:last-child {
    margin-bottom: 0;
}


/* ==========================================
=! 1.3 - Layouts
------------------------------------------- */

/* ------------------------------------------
=! 1.3.1 - - Container
------------------------------------------- */

/* Sets largest grid constraining container */
.container.full {
    max-width: 1650px;
}
/* Sets mid grid constraining container */
.container.mid {
    max-width: 1365px;
}
/* Sets smallest grid constraining container */
.container.narrow {
    max-width: 932px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------
=! 1.3.2 - - Section
------------------------------------------- */

.section {
    padding: 3rem 0;
}
@media (min-width: 992px) {
    .section { 
        padding: 4.5rem 0;
    }
}
@media (min-width: 1200px) {
    .section { 
        padding: 6.5rem 0;
    }
}

/* ==========================================
=! 1.4 - Buttons
------------------------------------------- */
.brt_button_wrap {
    width: 100%;
}
a.button {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.111rem;
    display: block;
    text-align: center; 
}
@media (max-width: 576px) {
    a.button.full-width {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 576px) {
    a.button {
        margin-right: 1.333rem;
        display: inline-block;
    }
    a.button:last-child {
        margin-right: 0;
    }
}

/* -------------------------------------------
=! 1.4.1 - - - Primary Buttons
------------------------------------------- */

/* Primary Filled */
a.button.brt_primary-button {
    padding: .5rem 2rem 0.375rem;
    border-radius: 27px;
    background-color: var(--brand-blue);
    color: var(--white);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}
a.button.brt_primary-button:hover {
    background-color: var(--white);
    color: var(--brand-blue);
}
/* Primary Outlined */
a.button.brt_primary-button-outline {
    padding: .5rem 3rem 0.375rem;
    border-radius: 27px;
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}
a.button.brt_primary-button-outline:hover {
    background-color: var(--white);
    color: var(--brand-blue);
}

/* -------------------------------------------
=! 1.4.2 - - - Secondary Buttons
------------------------------------------- */
a.button.brt_secondary-button {
    padding: .5rem 2rem 0.375rem;
    background-color: transparent;
    color: var(--brand-blue);
    width: auto;
    text-decoration: underline;
}

/* -------------------------------------------
=! 1.4.3 - - Tertiary Buttons
------------------------------------------- */
a.brt_tertiary-button {
    display: block;
    margin-top: 1.2rem;
    padding: 0.25rem 0;
    text-decoration: underline;
    background-color: transparent;
}
a.brt_tertiary-button:hover {
    border-color: var(--brand-blue);
    transition: all .1s;
    background-color: transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}


@media (min-width: 768px) {
    .brt_button-wrap > .brt_tertiary-button {
        margin-top: 0;
    }
    a.brt_tertiary-button {
        display: inline-block;
        margin-top: 0;
    }
}

/* -------------------------------------------
=! 1.4.4 - - Tertiary Buttons - Hero Button
------------------------------------------- */
a.brt_hero-button {
    display: inline-block;
    margin-top: 4rem;
    margin-right: 0;
    padding: 0.25rem 0;
    border-bottom: 3px solid var(--white);
    background-color: transparent;
}
a.brt_hero-button:hover {
    border-color: var(--brand-blue);
    transition: all .1s;
    background-color: transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
.brt_button-wrap span.brt_hero-button-icon.down-chevron::after {
    content: ' ';
    background-image: url('./icons/down-chevron.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 20px;
    margin-left: .5rem;
}

.section.brt_policy-hero a.brt_hero-button {
    margin-top: 0.5rem;
}

/* ==========================================
=! 1.5 - Drop Shadow
------------------------------------------- */
.drop-shadow {
    -webkit-box-shadow: 0px 3px 40px 9px rgba(0,0,0,0.16); 
    box-shadow: 0px 3px 40px 9px rgba(0,0,0,0.16);
}

/* ==========================================
=! 2 - HEADER & NAV
========================================== */

/* ==========================================
=! 2.1 - Header
------------------------------------------- */

.inside-header {
    padding-top: 1.5rem;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-bottom: 1.5rem;
    padding-left: var(--bs-gutter-x,.75rem);
}
@media (min-width: 768px) {
    .inside-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 922px) {
    .inside-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

/* Hacky fix for border on active state causing alignment issues */
.main-navigation .main-nav ul li a {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

/* ==========================================
=! 2.2 - Navigation
------------------------------------------- */

/* Navigation Link Items */
.main-navigation .main-nav ul li a {
    margin: 0 1rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    font-size: 1.22rem;
    line-height: 1.66rem;
    color: var(--dark-blue);
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
}
.main-navigation .main-nav ul li a:hover {
    border-bottom: 3px solid var(--brand-blue);
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
/* Active State */
.main-navigation .main-nav ul li.current-menu-item a {
    border-bottom: 3px solid var(--white);
    box-sizing: border-box;
    color: var(--brand-blue);
}

/* Header CTA Button */
.main-navigation .main-nav ul li.header-cta-button a {
    margin: 0 0 0 1rem;
    padding: 0.5rem 3rem 0.275rem;
    border-radius: 1.55rem;
    -webkit-border-radius: 1.55rem;
    -moz-border-radius: 1.55rem;
    -ms-border-radius: 1.55rem;
    -o-border-radius: 1.55rem;
    background-color: var(--brand-blue);
    color: var(--white);
}
.main-navigation .main-nav ul li.header-cta-button a:hover {
    color: var(--brand-blue)!important;
    background-color: var(--white)!important;
    border-bottom: 3px solid transparent;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

/* ==========================================
=! 2.3 - Mobile Header
------------------------------------------- */
nav#mobile-menu-control-wrapper button.menu-toggle {
    color: var(--white);
    background-color: transparent;
}
@media (max-width: 768px) {
    .site-logo {
        width: 12rem;
    }
    .menu-toggle span {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px) {
    .inside-header {
        padding: 1.5rem 1.5rem;
    }
    .site-logo {
        width: 9rem;
    }
    .menu-toggle span {
        font-size: 0.88rem;
    }
}
/* ==========================================
=! 2.4 - Mobile Navigation
------------------------------------------- */
nav#generate-slideout-menu {
    background-color: var(--dark-blue);
}
nav#generate-slideout-menu .inside-navigation {
    height: 100%;
    padding: 2.5rem 1.5rem 4.5rem;
    flex-direction: column;
    justify-content: flex-start;
}
nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li a {
    margin: 0.25rem 0;
    padding: 0.3rem;
    color: var(--white);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4rem;
}
nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li a:hover {
    background-color: transparent;
    color: var(--brand-blue)
}
nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li.current-menu-item a {
    background-color: transparent;
    color: var(--white);
    border-bottom: 3px solid var(--brand-blue);
}
nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li.header-cta-button a {
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 576px) {
    nav#generate-slideout-menu .inside-navigation .main-nav {
        height: 100%;
        margin-bottom: 0;
    } 
    nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu {
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    nav#generate-slideout-menu .inside-navigation .main-nav ul.slideout-menu li.header-cta-button {
        flex-grow: 2;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
div.slideout-overlay {
    background-color: rgba(44, 58, 72,0.9);
}

/* ==========================================
=! 2.5 - Announcement Bar
------------------------------------------- */
#announcement-bar {
    background-color: var(--brand-blue);
    padding: 0.5rem var(--bs-gutter-x,.75);
    text-align: center;
}
#announcement-bar a {
    color: var(--white);
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-decoration: underline;
}
#announcement-bar p {
    color: var(--white);
    font-size: 0.8rem;
    line-height: 1.2rem;
}

@media (min-width: 992px) {
    #announcement-bar {
        padding: 0.6rem var(--bs-gutter-x,.75);
    }
    #announcement-bar a {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    #announcement-bar p {
        color: var(--white);
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

/* ==========================================
=! 3 - PARTIALS
========================================== */

/* ==========================================
=! 3.1 - Page Heroes
------------------------------------------ */
.brt_page-hero {
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('https://no79design.com/riverbann/wp-content/uploads/2021/10/Bann-River-Tours-Top-Banner-Image-2560x1438-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 576px) {
    .brt_page-hero p.h1 {
        font-size: 1.944rem;
        line-height: 2.77rem;
        margin-bottom: 2rem;
    }
    h1 {
        font-size: 1.944rem;
        line-height: 2.77rem;
    }
}

h1.brt_page-hero-small-heading {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--mid-grey);
}
h1.brt_page-hero-small-heading::after {
    content: ' -';
}



/* ------------------------------------------
=! 3.1.1  - - Full Height Hero
------------------------------------------- */
.brt_page-hero.brt_full-hero {
    min-height: 100vh;
    width: 100%;
}
@media (min-width:768px) {
    .brt_page-hero-container {
        margin-top: 4rem;
    }
}
/* ------------------------------------------
=! 3.1.2  - - Shorter Hero
------------------------------------------- */
.brt_page-hero.brt_half-hero {
    min-height: 60vh;
    width: 100%;
}

/* ==========================================
=! 4 - TEMPLATES
========================================== */
/* ==========================================
=! 4.1 - Home Page Template
------------------------------------------ */
.brt_home-bannvoyage .col-lg-6 {
    padding: 4.5rem;
}

.brt_home-bannvoyage-image {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.brt_home-bannvoyage-text {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    max-width: 802.5px;
}

.brt_home-bannvoyage-text p {
    color: var(--white);
}


.brt_home-goddess .col-lg-6 {
}

.brt_home-goddess-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.brt_home-goddess-text {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    max-width: 802.5px;
}

.brt_home-goddess-text p {
    color: var(--white);
}

.brt_home-certifications-1 {
    margin-bottom: 3rem;
}

img.brt_home-certifications__image {
    height: 160px;
    width: auto;
    margin: 0 auto 2rem;
    display: block;
    text-align: center;
}
p.brt_home-certifications__text {
    text-align: center;
}

@media (max-width: 576px) {
    .brt_home-top-text p.bigger-p {
        font-size: 1.111rem;
        line-height: 1.888;
    }
}

@media (min-width: 576px) {
    .brt_home-goddess-image {
        height: 450px;
    }
}
@media (min-width: 992px) {
    .brt_home-goddess-image {
        height: 600px;
    }

    .brt_home-certifications-1 {
        margin-bottom: 0;
    }

    p.brt_home-certifications__text {
        padding: 0 1rem;
    }
}
@media (min-width: 1200px) {
    .brt_home-goddess-image {
        height: 100%;
    }
    .section.brt_home-goddess-text {
        padding-right: 3rem;
        max-width: 825px;
    }
}
@media (min-width: 1400px) {
    .section.brt_home-goddess-text {
        padding-right: 4rem;
        max-width: 825px;
    }
}

/* ------------------------------------------
=! 4.1.1 - Home Page - Tour Slider
------------------------------------------ */

.section.brt_home-our-tours-slider {
    padding-bottom: 0;
}

/* Slider Header */
.brt_home-our-tours__header-wrap {
    margin-bottom: 2.777rem;
}

@media (min-width: 1200px) {
    h2.dash-after::after {
        content: ' ';
        background-image: url('./icons/header-dash.svg');
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        height: 2px;
        width: 500px;
        margin-left: 2rem;
        margin-bottom: 10px;
    }
}

/* Slider Slides */

.swiper-slide.brt_home-swiper-slide {
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center center;
}

.brt_home-swiper-slide__content-wrap {
    padding: 3rem 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.brt_home-swiper-slide__content-wrap span {
    color: var(--white);
    text-align: center;
}
.brt_home-swiper-slide__content-wrap h3 {
    font-size: 1.944rem;
    color: var(--white);
    text-align: center;
}
.brt_home-swiper-slide__content-wrap p {
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
}

/* Slider Controls */
.brt_home-swiper-button-prev, .brt_home-swiper-button-next {
    display: inline-block;
    margin-right: 1rem;
    cursor: pointer;
}

@media (min-width: 768px) {
    .swiper-slide.brt_home-swiper-slide {
        width: 80%;
        min-width: 80%;
    }
    .brt_home-swiper-slide__content-wrap span {
        text-align: left;
    }
    .brt_home-swiper-slide__content-wrap h3 {
        text-align: left;
        margin-bottom: 0.333rem;
    }
    .brt_home-swiper-slide__content-wrap p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .swiper-slide.brt_home-swiper-slide {
        min-height: 25rem;
        margin: 0 1.5rem;
        width: 70%;
        min-width: 70%;
    }
    .brt_home-swiper-slide__content-wrap {
        padding: 2.5rem;
    }
    .brt_home-our-tours__slider-controls {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .brt_home-swiper-button-next {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .swiper-slide.brt_home-swiper-slide {
        min-height: 35rem;
        width: 70%;
        min-width: 70%;
        margin: 0 2rem;
    }
    .brt_home-swiper-slide__content-wrap {
        padding: 3.5rem;
    }
}
@media (min-width: 1400px) {
    .swiper-slide.brt_home-swiper-slide {
        min-height: 35rem;
        width: 55%;
        min-width: 55%;
        margin: 0 2rem;
    }
    .brt_home-swiper-slide__content-wrap {
        padding: 4.5rem;
    }
}


/* ==========================================
=! 4.2 - Our Tours Page Template
------------------------------------------ */
.brt_our-tours-content h2 {
    text-align: center;
    margin-bottom: 3rem;
}
.brt_our-tours-item {
    margin-bottom: 2rem;
}
.brt_our-tours-item:last-child {
    margin-bottom: 0;
}

.brt_our-tours-item__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 16rem;
}

.brt_our-tours-item__text {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

span.brt_our-tours-item__pre-heading {
    display: block;
    font-family: 'Caveat', Arial, Helvetica, sans-serif;
    font-size: 1.555rem;
    font-weight: bold;
    margin-bottom: 0.333rem;
}

.brt_our-tours-item__text h3 {
    margin-bottom: 1.333rem;
}

.brt_our-tours-item__details {
    margin-top: 2rem;
}
span.brt_our-tours-item__detail {
    display: block;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.brt_our-tours-item__text .brt_button-wrap {
    margin-top: 2.5rem;
}
.brt_our-tours-item__text .brt_button-wrap .brt_tertiary-button {
    color: var(--brand-blue);
}

@media (min-width: 768px) {
    .brt_our-tours-item__image {
        min-height: 26rem;
    }
    .brt_our-tours-item__text {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .brt_our-tours-content h2 {
        text-align: center;
        margin-bottom: 4.5rem;
    }
    .brt_our-tours-item {
        margin-bottom: 3.222rem;
    }
}
@media (min-width: 1200px) {
    .brt_our-tours-content h2 {
        text-align: center;
        margin-bottom: 6.5rem;
    }
}

@media (min-width: 1400px) {
    .brt_our-tours-item__text {
        padding: 5.833rem 3.111rem;
    } 
	/*
    span.brt_our-tours-item__detail {
        padding: 0 0.75rem;
        border-right: 2px solid var(--dark-blue);
    }
    span.brt_our-tours-item__detail:first-child {
        padding-left: 0;
    }
    span.brt_our-tours-item__detail:last-child {
        padding-right: 0;
        border-right: 0;
    }
    span.brt_our-tours-item__detail {
        display: inline-block;
    }
	*/
}

/* ==========================================
=! 4.3 - Tours Single Page Template
------------------------------------------ */

.brt_tour-item-content__header-wrap {
    text-align: center;
    margin-bottom: 1rem;
}

.brt_tour-item-content__details-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.brt_tour-item-content__details-item {
    padding-bottom: .5rem;
    text-align: center;
}
.brt_tour-item-content__details-item:last-child {
    border: 0;
}

p.brt_tour-item-content__details-text {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.111rem;
    line-height: 1.555rem;
}

.brt_tour-item-content__button-wrap {
    text-align: center;
    margin-top: 2.5rem;
}
.brt_tour-item-content__button-wrap a.button.brt_primary-button {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* SLIDER STYLES */
.brt_tour-item-gallery__swiper-controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.swiper-slide.brt_tour-item-swiper-slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
}

/* Swiper Navigation Styles */
.brt_tour-item-gallery__swiper-controls {
    margin-top: 2rem;
}
.brt_tour-item-swiper-button-prev {
    margin-right: 1rem;
}

@media (max-width: 576px) {
    .brt_tour-item-content__button-wrap a.button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .brt_tour-item-content__button-wrap a.button:last-child {
        margin-bottom: 0rem;
    }
}

@media (min-width: 992px) {
    .brt_tour-item-content__header-wrap {
        margin-bottom: 2rem;
    }
    .brt_tour-item-content__details-wrap {
        margin-top: 3.5rem;
        margin-bottom: 2rem;
    }
    .brt_tour-item-content__details-item {
        border-right: 2px solid var(--dark-blue);
        padding-bottom: 0;
    }
    .brt_tour-item-content__button-wrap {
        margin-top: 3rem;
    }
}
@media (min-width: 1200px) {
    .brt_tour-item-content__header-wrap {
        margin-bottom: 4rem;
    }
    .brt_tour-item-content__details-wrap {
        margin-top: 4.5rem;
        margin-bottom: 2.5rem;
    }
    .brt_tour-item-content__button-wrap {
        margin-top: 3.5rem;
    }
}

/* ==========================================
=! 4.4 - Explore Page Template
------------------------------------------ */
/* ------------------------------------------
=! 4.4.1 - Explore Content
------------------------------------------ */

.brt_explore-content h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.brt_explore-content-location-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 20rem;
    color: var(--white);
    padding: 7rem 1rem 2rem;
    margin-bottom: var(--bs-gutter-x,.75rem);
    background-image: url('http://localhost:10098/wp-content/uploads/2021/10/Bann-River-Tours-Top-Banner-Image-2560x1438-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.brt_explore-content-location-item span.brt_explore-content-location__prehead {
    display: block;
    font-family: 'Caveat', 'Century Gothic', Century Gothic,  CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.222rem;
    z-index: 10;
}
.brt_explore-content-location-item h3 {
    font-size: 1.555rem;
    color: var(--white);
    margin-bottom: 1.222rem;
    z-index: 10;
}
.brt_explore-content-location-item .brt_explore-content-attraction-wrap a .brt_explore-content-attraction-link {
    cursor: pointer;
}
.brt_explore-content-location-item .brt_explore-content-attraction-wrap .brt_explore-content-attraction-link {
    /* display: inline-block; */
    width: auto;
    color: var(--white);
    line-height: 1.666rem;
    margin-bottom: 0.666rem; 
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid var(--white);
}
.brt_explore-content-location-item .brt_explore-content-attraction-wrap .brt_explore-content-attraction-link:first-child {
    padding-left: 0;
}

@media (min-width: 768px) {
    .brt_explore-content-location-item {
        padding: 13rem 2rem 2rem;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .brt_explore-content h2 {
        margin-bottom: 4.5rem;
    }
    .brt_explore-content-location-item {
        padding: 13rem 2rem 2rem;
        min-height: 25rem;
    }
}

/* ------------------------------------------
=! 4.4.2 - Explore Slider
------------------------------------------ */
.section.brt_explore-gallery {
    padding-top: 0;
}

.brt_explore-gallery__swiper-controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.swiper-slide.brt_explore-swiper-slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
}

/* Slider Controls */
.brt_explore-gallery__swiper-controls {
    margin-top: 2rem;
}
.brt_explore-swiper-button-prev {
    margin-right: 1rem;
}

@media (max-width: 576px) {
    .brt_explore-content__button-wrap a.button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .brt_explore-content__button-wrap a.button:last-child {
        margin-bottom: 0rem;
    }
}


/* ==========================================
=! 4.5 - Blog Archive Template
------------------------------------------ */
/* ------------------------------------------
=! 4.5.1 - Blog Archive - Content & Items
------------------------------------------ */

.brt_blog-archive-item {
    margin-bottom: calc( 2 * var(--bs-gutter-x));
}

article.brt_blog-archive-article {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

article.brt_blog-archive-article .brt_blog-archive-article__featured-image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

article.brt_blog-archive-article .brt_blog-archive-article__information {
    padding: 3rem 1.222rem 5.444rem;
    background-color: var(--light-grey);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 2;
}

article.brt_blog-archive-article span.brt_blog-archive-article__information-date {
    margin-bottom: 1rem;
    font-size: 0.777rem;
    color: var(--dark-grey);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

article.brt_blog-archive-article h2.brt_blog-archive-article__information-title {
    font-size: 1.944rem;
    line-height: 2.222rem;
    margin-bottom: 2.222rem;
}


article.brt_blog-archive-article .brt_blog-archive-article__information .brt_button-wrap {
    position: absolute;
    bottom: 3rem;
}
article.brt_blog-archive-article .brt_blog-archive-article__information .brt_button-wrap a.brt_hero-button {
    margin-top: 0;
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}
article.brt_blog-archive-article .brt_blog-archive-article__information .brt_button-wrap a:hover {
    color: var(--dark-blue);
    border-color: var(--dark-blue);
}

@media (min-width: 992px) {
    article.brt_blog-archive-article .brt_blog-archive-article__information {
        padding: 3rem 2rem 5.444rem;
    }
}

/* ------------------------------------------
=! 4.5.2 - Blog Archive - Pagination
------------------------------------------ */
.brt_blog-archive-pagination {
    padding-right: 0;
}
.brt_blog-archive-pagination a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 48px;
    margin-top: 4px;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: var(--dark-grey);
}
.brt_blog-archive-pagination a:hover {
    color: var(--dark-blue);
}

.brt_blog-archive-pagination .brt_blog-archive-pagination__previous a {
    justify-content: flex-start;
    align-items: center;
}
.brt_blog-archive-pagination .brt_blog-archive-pagination__previous a::before {
    content: '';
    display: inline-block;
    background-image: url('./icons/slider-left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 48px;
    margin-top: -4px;
    margin-right: 0.75rem;
}

.brt_blog-archive-pagination__next {
    padding-right: 0;
}
.brt_blog-archive-pagination .brt_blog-archive-pagination__next a {
    justify-content: flex-end;
    align-items: center;
}
.brt_blog-archive-pagination .brt_blog-archive-pagination__next a::after {
    content: '';
    display: inline-block;
    background-image: url('./icons/slider-right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 48px;
    margin-top: -4px;
    margin-left: 0.75rem;
}

/* ==========================================
=! 4.6 - Blog Single Template
------------------------------------------ */
/* ------------------------------------------
=! 4.6.1 - Blog Single Content
------------------------------------------ */
.brt_blog-post-single span.brt_blog-post-date {
    display: block;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 0.777rem;
    line-height: 2.222rem;
    color: var(--dark-grey);
    text-transform: uppercase;
    margin-bottom: 1.333rem;
}
.brt_blog-post-single span.brt_blog-post-excerpt p {
    font-size: 1.666rem;
    line-height: 2.333rem;
    margin-bottom: 2.611rem;
}
.brt_blog-post-single .brt_blog-post-content p:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------
=! 4.6.2 - Blog Single Navigation
------------------------------------------ */
.section.brt_blog-post-navigation {
    padding-top: 0;
    margin-top: -1.7rem;
}

.brt_blog-post-navigation nav#nav-below {
    background-color: var(--light-grey);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
}

.brt_blog-post-navigation nav#nav-below a {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 1.222rem;
    line-height: 1.666rem;
}

.brt_blog-post-navigation .nav-previous {
    margin-bottom: 1.333rem;
}

.brt_blog-post-navigation span.gp-icon.icon-arrow-left {
    display: block;
    margin-bottom: .1rem;
    font-size: 1rem;
}
.brt_blog-post-navigation span.gp-icon.icon-arrow-left:after {
    content: 'Previous Post';
    margin-left: .3rem;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    color: var(--dark-grey);
}
.brt_blog-post-navigation span.gp-icon.icon-arrow-right {
    display: block;
    margin-bottom: .1rem;
    font-size: 1rem;
}
.brt_blog-post-navigation span.gp-icon.icon-arrow-right:before {
    content: 'Next Post';
    margin-right: .3rem;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    color: var(--dark-grey);
}

@media (min-width: 768px) {
    .brt_blog-post-navigation nav#nav-below {
        flex-direction: row;
        justify-content: flex-end;
    }

    .brt_blog-post-navigation .nav-previous {
        width: 50%;
        padding-right: 1rem;
        flex-grow: 1;
    }
    .brt_blog-post-navigation .nav-next {
        width: 50%;
        padding-left: 1rem;
        text-align: right;
        flex-grow: 1;
    }
    .brt_blog-post-navigation span.gp-icon.icon-arrow-right {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .brt_blog-post-navigation nav#nav-below {
        background-color: var(--white);
        padding: 0;
    }
}

/* ==========================================
=! 4.7 - Contact Page Template
------------------------------------------ */
.brt_contact-top__map-wrap {
    margin-bottom: 3rem;
}
.brt_contact-bottom-content-item {
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .brt_contact-top__map-wrap {
        margin-bottom: 0;
    }
    .brt_contact-bottom-content-item {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .row.brt_contact-bottom-content {
        background-image: url('http://localhost:10098/wp-content/uploads/2021/10/River-Bann-Tours-Boat-Icon-sanitised.svg');
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat
    }
}

/* ------------------------------------------
=! 4.7.1 - Google Map
------------------------------------------ */
.brt_contact-top__map {
    height: 450px;
}

.brt_contact-bottom_contact-info a {
    display: block;
    color: var(--dark-blue);
    line-height: 1.944rem;
    text-decoration: underline;
}
.brt_contact-bottom_contact-info a:hover {
    color: var(--brand-blue);
}
/* ------------------------------------------
=! 4.7.2 - Form
------------------------------------------ */
#fluentform_1 .ff-el-group.ff-el-form-hide_label {
    margin-bottom: 0;
}
#fluentform_1 .ff-el-form-control {
    margin-bottom: 2.222rem;
    padding: 0.777rem 1.618rem;
    border-color: var(--light-grey);
    border-radius: 1.618rem;
    -webkit-border-radius: 1.618rem;
    -moz-border-radius: 1.618rem;
    -ms-border-radius: 1.618rem;
    -o-border-radius: 1.618rem;
    background-color: var(--light-grey);
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.944rem;
    color: var(--dark-blue);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16); 
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
}
#fluentform_1 .ff-el-form-control::placeholder {
    color: var(--dark-grey);
}
#fluentform_1 .ff-el-form-control:focus {
    border-color: var(--brand-blue);
}

#fluentform_1 button.ff-btn-submit {
    padding: .611rem 3.194rem 0.375rem;
    border-radius: 27px;
    background-color: var(--brand-blue);
    color: var(--white);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.111rem;
    line-height: 1.555rem;
}
/* ------------------------------------------
=! 4.7.3 - Contact Details
------------------------------------------ */
.section.brt_contact-bottom {
    padding-top: 0;
}
.container.brt_contact-bottom-wrap {
    border-top: 2px solid var(--dark-blue);
    padding: 2rem var(--bs-gutter-x,.75);
}

@media (min-width: 1200px) {
    .container .brt_contact-bottom-wrap {
        padding-top: 3.5rem;
    }
}


/* ==========================================
=! 4.8 - Policies Page Template
------------------------------------------ */
/* ------------------------------------------
=! 4.8.1 - Policies Page Content
------------------------------------------ */
.brt_policies {
    padding: 3rem 0 3rem;
}

.brt_policies-wrap {
    padding-top: 3rem;
    border-top: 2px solid var(--dark-blue);
}
.brt_policies-wrap p strong {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.111rem;
}

.brt_policies h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .brt_policies {
        padding: 5rem 0 5rem;
    }
}

/* ------------------------------------------
=! 4.8.2 - Policies Page Navigation
------------------------------------------ */
.brt_policies-nav {
    padding-bottom: 3rem;
}

.brt_policies-nav ul {
    margin: 0;
}
.brt_policies-nav ul li {
    list-style: none;
}
.brt_policies-nav ul li a {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 1.111rem;
    line-height: 1.888rem;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .brt_policies-nav {
        padding-bottom: 5rem;
    }
    .brt_policies-nav ul {
        display: flex;
        flex-direction: row;
    }
    .brt_policies-nav ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1.5rem;
        border-right: 2px solid var(--brand-blue);
    }
    .brt_policies-nav ul li:first-child {
        padding-left: 0;
    }
    .brt_policies-nav ul li:last-child {
        border-right: 0;
    }
    .brt_policies-nav ul li a {
        display: block;
        padding: 0 0 .25rem;
        margin-bottom: 0;
        line-height: 1.333rem;
    }
    .brt_policies-nav ul li.current-menu-item a {
        border-bottom: 3px solid var(--brand-blue);
    }
    .brt_policies-nav ul li.current-menu-item a:hover {
        border-bottom: 3px solid var(--dark-blue);
    }
}

/* ==========================================
=! 5 - COMPONENTS
========================================== */

/* ==========================================
=! 5.1 - Theme Components Default
------------------------------------------ */
/* --- fixes potential theme css conflict --- */
.acf-map img {
    max-width: inherit !important;
}

/* --- responsive embed --- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- breadcrumbs --- */
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}

span.brt_script-text svg {
    fill: var(--white);
    max-width: 310px;
    margin-bottom: 0.5rem;
}



/* -------------------------------------------
=! 5.2 - Gradient Overlays
------------------------------------------- */
.brt_gradient-overlay-horizontal {
    position: relative;
}
.brt_gradient-overlay-horizontal::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,28,44,.8), rgba(255,255,255,0));
}
.brt_gradient-overlay-horizontal div {
    z-index: 1;
}
.brt_gradient-overlay-vertical {
    position: relative;
}
.brt_gradient-overlay-vertical::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0,28,44,0.7), rgba(255,255,255,0));
}
.brt_gradient-overlay-vertical div {
    z-index: 1;
}

.brt_gradient-overlay-vertical-reverse {
    position: relative;
}
.brt_gradient-overlay-vertical-reverse::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0,28,44,0.7), rgba(255,255,255,0));
}
.brt_gradient-overlay-vertical-reverse div {
    z-index: 1;
}

/* -------------------------------------------
=! 5.3 - No Tours Text
------------------------------------------- */
.brt_no-tours-text {
    background-color: var(--light-grey);
    padding: 2rem 1rem;
}
.brt_no-tours-text p.h2 {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .brt_no-tours-text {
        background-color: var(--light-grey);
        padding: 3em 2rem;
    }
}

/* ==========================================
=! 6 - WIDGETS
========================================== */

/* --- GPC Sub Menu Widget --- */
/* .widget_gpc_sub_menu_widget .dropdown-menu-toggle { display: none; } */
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu { margin-left: 1.2em; }
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu li { list-style: disc; }
.widget_gpc_sub_menu_widget .current-menu-item > a { font-weight: bold; }

/* ==========================================
=! 7 - FOOTER
========================================== */

footer {
    background-color: var(--dark-blue);
}
footer .brt_footer-wrapper .brt_footer-content {
    padding: 4rem 0 3rem;
}

@media (min-width: 992px) {
    footer .brt_footer-wrapper .brt_footer-content {
        padding: 6rem 0 5rem;
    }
}

/* ==========================================
=! 7.1 - Pre Footer Promotions Section
------------------------------------------- */
.section.brt_pre-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: cover;
    background-position: right;
}

@media (min-width: 576px) {
    .section.brt_pre-footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 922px) {
    .section.brt_pre-footer {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media (min-width: 1400px) {
    .section.brt_pre-footer {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

/* ==========================================
=! 7.2 - - Footer Content
------------------------------------------- */

/* ------------------------------------------
=! 7.2.1 - - Footer Logo
------------------------------------------- */
.brt_footer-logo-wrap {
    margin-bottom: 2rem;
    text-align: center;
}
.brt_footer-logo {
    max-width: 250px;
}
@media (min-width: 768px) {
    .brt_footer-logo-wrap{
        margin-bottom: 3.44rem;
    }
    .brt_footer-logo {
        max-width: 291px;
    }
}
@media (min-width: 992px) {
    .brt_footer-logo-wrap{
        text-align: left;
    }
}

/* ------------------------------------------
=! 7.2.2 - - Footer Newsletter
------------------------------------------- */
.brt_footer-newsletter-wrapper {
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: center;
}
.brt_footer-newsletter-wrapper p {
    color: var(--mid-grey);
	margin-bottom: 0;
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#brt-newsletter form#mc-embedded-subscribe-form {
    overflow: hidden;
    width: 100%;
}

#brt-newsletter form#mc-embedded-subscribe-form input {
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0.88rem 1.5rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
#brt-newsletter form#mc-embedded-subscribe-form input::placeholder {
    color: var(--dark-grey);
}
#brt-newsletter form#mc-embedded-subscribe-form input.button {
    background-color: var(--brand-blue);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
#brt-newsletter form#mc-embedded-subscribe-form input.button:hover {
    opacity: 0.8;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

@media (max-width: 575px) {
    #brt-newsletter form#mc-embedded-subscribe-form input {
        min-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #brt-newsletter form#mc-embedded-subscribe-form #mc_embed_signup_scroll {
        display: flex;
        flex-direction: row;
        max-width: 100%;
    }
    #brt-newsletter form#mc-embedded-subscribe-form input.email {
        flex-grow: 2;
        margin-right: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #brt-newsletter form#mc-embedded-subscribe-form input {
        min-width: 100%;
    }
}

@media (min-width: 1400px) {
    #brt-newsletter form#mc-embedded-subscribe-form #mc_embed_signup_scroll {
        display: flex;
        flex-direction: row;
        max-width: 100%;
    }
    #brt-newsletter form#mc-embedded-subscribe-form input.email {
        flex-grow: 2;
        margin-right: 1rem;
    }
}

/* ------------------------------------------
=! 7.2.3 - - Footer Socials
------------------------------------------- */
.brt_footer-social-wrap ul.brt_footer-social-menu {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.brt_footer-social-menu li.brt_footer-social-menu-item {
    padding: 0.5rem 1rem;
}
ul.brt_footer-social-menu li.brt_footer-social-menu-item a svg {
    fill: #fff;
    border:transparent;
}
ul.brt_footer-social-menu li.brt_footer-social-menu-item a:hover svg {
    fill: var(--brand-blue);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

@media (min-width: 768px) {
    .brt_footer-social-wrap ul.brt_footer-social-menu {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .brt_footer-social-wrap ul.brt_footer-social-menu {
        justify-content: flex-start;
    }
    .brt_footer-social-wrap ul.brt_footer-social-menu li.brt_footer-social-menu-item {
        padding: 0.5rem 0.6rem;
    }
    .brt_footer-social-wrap ul.brt_footer-social-menu li:first-child {
        padding-left: 0;
    }
}

/* ------------------------------------------
=! 7.2.4 - - Footer Navigation
------------------------------------------- */
.footer-nav-wrap nav div ul.menu {
    margin: 0;
    list-style: none;
}
.footer-nav-wrap nav div ul.menu li {
    text-align: center;
}
.footer-nav-wrap nav div ul.menu li a {
    display: block;
    padding: 0.618rem 0;
    font-family: 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: var(--white);
}
.footer-nav-wrap nav div ul.menu li a:hover {
    color: var(--brand-blue);
}
.footer-nav-wrap nav div ul.menu li a:first-child {
    margin-left: 0;
}
.footer-nav-wrap nav#footer-main-navigation {
    margin-bottom: 2rem;
}
.footer-nav-wrap nav#footer-secondary-navigation {
    padding-top: 2rem;
    border-top: .5px solid var(--light-grey);
}
.footer-nav-wrap nav#footer-main-navigation div ul.menu li a {
    font-family: 'CenturyGothicPro-Bold', 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.footer-nav-wrap nav#footer-secondary-navigation div ul.menu li a {
    font-size: 0.88rem;
}

@media (min-width: 768px) {
    nav.brt_footer-nav div ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    nav.brt_footer-nav div ul li {
        width: auto;
    }
    .footer-nav-wrap nav#footer-main-navigation {
        margin-bottom: 3.333rem;
    }
    .footer-nav-wrap nav#footer-secondary-navigation {
        padding-top: 1.333rem;
    }
    .footer-nav-wrap nav#footer-main-navigation div ul.menu li {
        width: 20%;
    }
    .footer-nav-wrap nav#footer-secondary-navigation div ul.menu li {
        width: 33%;
    }
}
@media (min-width: 992px) {
    nav.brt_footer-nav div ul {
        justify-content: flex-start;
    }
    nav.brt_footer-nav div ul li a {
        margin: 0 1rem;
    }.footer-nav-wrap nav#footer-main-navigation div ul.menu li {
        width: auto;
    }
    .footer-nav-wrap nav#footer-secondary-navigation div ul.menu li {
        width: auto;
    }
}
@media (min-width: 1200px) {
    nav.brt_footer-nav div ul li a {
        margin: 0 1.5rem;
    }
}
@media (min-width: 1400px) {
    nav.brt_footer-nav div ul li a {
        margin: 0 1.5rem;
    }
}
@media (min-width: 1600px) {
    nav.brt_footer-nav div ul li a {
        margin: 0 2rem;
    }
}


/* ==========================================
=! 7.3 - Footer Copyright Bar
------------------------------------------- */
.brt_copyright-bar {
    padding: .5rem 1.5rem .75rem;
}
.brt_copyright-bar a.brt_copyright-link {
    display: block;
    height: auto;
    margin: auto;
    padding-right: 42px;
    font-family: 'Century Gothic', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}
.brt_copyright-bar a:hover {
    color: var(--light-grey);
}
.brt_copyright-bar a::after {
    content: ' ';
    background-image: url('./icons/No79-footer-icon-sanitised.svg');
    background-size: 2rem 2rem;
    position: absolute;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    margin-left: 8px;
}


/* ==========================================
=! 8 - OTHER
========================================== */



/* ==========================================
=! 9 - ANIMATION
========================================== */

/* --- do all the preload stuff --- */
@media (min-width: 768px) {
    .preload * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .has-js .prep-animation,
    .has-js .prep-scroll-animation {
        visibility: hidden;
    }
    .has-js .do-animation,
    .has-js .do-scroll-animation {
        visibility: visible;
    }
}

/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @media (min-width: 768px) {
     .fade-in-left {
         -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in {
         -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-bottom {
         -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-right {
         -webkit-animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
}

/* --- animation fade-in-left --- */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

/* --- animation fade-in --- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- animation fade-in-bottom --- */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}  

/* --- animation fade-in-right --- */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
  
  
/* --- delay classes --- */
.delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250 {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}