#html5lightbox-watermark {
    display: none !important;
}

main {
    overflow-x: hidden;
}

/* 
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype'),
        url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gotham Book', sans-serif;

}


h1,
h2,
h3 {
    font-family: 'Gotham';
    font-weight: 500;
}

h4,
h5,
h6 {
    font-family: 'Gotham Book', sans-serif;
}

.gotham-normal {
    font-family: 'Gotham Book', sans-serif;
}

.gotham-bold {
    font-weight: bold;
}

.gotham-semibold {
    font-weight: 500;
} */
a {
    text-decoration: none;
}

p {
    line-height: 1.6;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px !important;
    letter-spacing: 1px;
}

.btn-warning {
    background-color: #F7941D;
}

.btn-outline-warning {
    border-color: #F7941D;
    color: #F7941D;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.25);
}

.color-primary {
    color: #F7941D !important;
}

.bg-primary {
    background-color: #F7941D !important;
}

.bg-green {
    background-color: #035F5E
}

.accordion-button {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 20px;
    color: #035F5E
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #F7941D;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    border: 1px solid #F7941D;
    content: "";
    height: 1px;
    width: 20px;
    margin-top: 0;
}

.accordion .accordion-item .accordion-header {
    background-color: white;
    margin: 0 !important;
}

.accordion-button::after {
    content: "+";
    background-image: none !important;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    padding: 0 !important;
    margin-top: -15px;
}

.accordion-item {
    border-radius: 0 !important;
    background: transparent;
}

.accordion-collapse {
    background-color: white;
}

.accordion-collapse.collapse.show {
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    background-color: #CCCCCC;
    font-size: 14px;
    color: black;
    padding: 10px 20px;
    width: fit-content;
}

.nav-tabs .nav-link.active {
    background-color: orange;
    color: white;
    width: fit-content;
}

.table thead th {
    background-color: black;
    color: white;
    padding: 15px 30px;
    vertical-align: middle;
}

.table tbody {
    border-bottom: 1px solid #ccc;
}

.table tbody td {
    border-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px 30px;
}

a {
    color: #F7941D;
}

.event-detail-points img {
    width: 100%;
    max-width: 80px;
    height: auto;
}

.nav.nav-tabs {
    flex-wrap: nowrap;
}

.kit-points li img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto 10px;
}

.color-white {
    color: white;
}

.accordion-body p,
.accordion-body ul li,
.accordion-body ol li {
    margin-bottom: 10px;
    font-size: 14px;
}

.accordion-body ul li {
    list-style: disc;
}

.navi-links li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    width: fit-content;
    text-align: right;
    float: right;
}

.navi-links li a:focus,
.navi-links li a:hover,
.navi-links li a.active {
    color: white;
    text-decoration: none;
}

.footer_social {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    font-size: 24px;
    margin-right: 10px;
}

.navi-links {
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0;
    right: -100%;
    z-index: 999 !important;
    overflow: hidden;
    transition: right 0.3s ease-in-out;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px !important;
}

.navi-links.show-nav {
    right: 0;
}

.km-btn {
    position: fixed;
    right: -50px;
    top: 70%;
    background-color: #F7941D;
    color: white;
    border: none;
    width: 140px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    z-index: 99;
    transform: rotate(-90deg);
    height: 40px;
    letter-spacing: 2px;
    margin: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .navi-links {
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .km-btn {
        top: 50%;
    }

    .navi-links {
        background-color: rgba(0, 0, 0, 0.75);
        position: relative !important;
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: auto;
        flex-direction: row;
        justify-content: center;
        padding: 7px 0 !important;
        margin-top: 33px;
        z-index: 0 !important;
    }

    .navi-links li {
        padding: 0 10px !important;
    }

    .navi-links li a {
        padding: 5px 10px !important;
    }

    .navi-link-sticky {
        position: fixed !important;
        opacity: 0;
        right: -100%;
        left: auto;
        width: 100%;
        max-width: 200px;
        margin: 0;
        display: flex !important;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
        z-index: 9999 !important;
        transition: right 0.3s ease-in-out;
        height: fit-content;
        top: 20% !important;
        padding: 20px 0 !important;
    }

    .navi-link-sticky .close-nav {
        display: block !important;
    }

    .navi-link-sticky.show {
        right: 0;
        opacity: 1;
        transition: right 0.3s ease-in-out;
    }
}

.nav-tabs {
    padding-left: 10px;
}

.nav-tabs .nav-link {
    border-radius: 7px 7px 0 0;
    margin-right: 2px;
}

#gallery a img {
    padding: 0.5px;
}

.slick-prev {
    left: -35px;
}

.slick-prev::before,
.slick-next::before {
    color: #F7941D;
    font-size: 30px;
}

.slick-next.slick-arrow::before {
    font-family: 'slick';
    content: '→' !important;
    display: block;
}

.slick-dots li.slick-active button:before {
    color: #F7941D;
}

.slick-dots li button:before {
    font-size: 10px;
}

.read-more-content {
    display: none;
}

.read-more-link {
    color: #F7941D;
    cursor: pointer;
    display: inline-block;
    text-align: right;
}

@media (min-width: 768px) {
    .read-more-content {
        display: inline !important;
    }

    .read-more-link {
        display: none;
    }
}
 
.table-responsive {
    border: none;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
}
 
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15); 
    border-radius: 10px;
    background-color: #ccc;
}
 
.table-responsive::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(247,148,29,0.5); 
    border-radius: 10px; 
    background-color: #F7941D;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow-x: hidden;
    }
}
 
.tab-content>.tab-pane {
    padding: 0 10px;
}

.pedalsfortheplanet #about-us p {
    padding-right: 20px;
}

.pedalsfortheplanet h1 {
    font-size: 32px;
    font-family: "Gotham-Medium";
}

.pedalsfortheplanet #about-us h3.h5 {
    font-size: 18px;
    font-family: "Gotham-Medium";
}

.pedalsfortheplanet #about-us h4.h6 {
    font-size: 14px;
}

.pedalsfortheplanet h2 {
    font-size: 26px;
    font-family: "Gotham-Medium";
    margin-bottom: 20px !important;
}

.pedalsfortheplanet .row.align-items-center .col-md-6 h2 {
    font-size: 26px;
}

.pedalsfortheplanet .row.align-items-center .col-md-6 ul {
    list-style: disc;
}

.pedalsfortheplanet .row.align-items-center .col-md-6 ul li {
    font-size: 14px;
    list-style: disc;
    margin-bottom: 10px;
}

.accordion-button {
    font-weight: 400;
    padding: 15px 20px;
}

.pedalsfortheplanet #schedule h2 {
    font-size: 16px;
    text-transform: none;
}

.pedalsfortheplanet table {
    font-size: 14px;
    margin-top: 10px;
}

.pedalsfortheplanet .table>thead>tr>th,
.pedalsfortheplanet .table>tbody>tr>td {
    padding: 15px;
}


@media screen and (min-width: 768px) { 
    #home {
        padding: 0;
    }

    .pedalsfortheplanet h2 {
        text-align: left;
    }

    .pedalsfortheplanet .row.align-items-center .col-md-6 h2 {
        text-align: left;
    }

    .py-5.text-center.bg-green h2 {
        text-align: center;
    }

    .pedalsfortheplanet .container.text-center.py-5 h2 {
        text-align: center;
    }

    .table-responsive>table::before {
        content: "";
        display: none;
    }

    .table-responsive::after {
        content: "";
        display: none;
    }
}

.searchWrap {
    display: none !important;
}

.subscribeWrap input {
    margin-top: -2px;
}

.sideNav {
    display: none !important;
}


@media screen and (max-width: 767px) {
    .pedalsfortheplanet h1 {
        font-size: 25px;
    }

    .pedalsfortheplanet .table>thead>tr>th,
    .pedalsfortheplanet .table>tbody>tr>td,
    .btn,
    p {
        font-size: 14px;
    }

    p small {
        font-size: 9px;
    }

    .pedalsfortheplanet #about-us h3.h5 {
        font-size: 18px;
    }

    .pedalsfortheplanet #about-us h4.h6 {
        font-size: 14px;
    }

    .pedalsfortheplanet .row.align-items-center .col-md-6 h2,
    .pedalsfortheplanet h2 {
        font-size: 22px;
    }

    .nav-tabs .nav-link,
    .pedalsfortheplanet .row.align-items-center .col-md-6 ul li {
        font-size: 14px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .pedalsfortheplanet .table>tbody>tr>td:first-child {
        min-width: 240px;
        white-space: pre-wrap;
        max-width: 240px;
    }
}


.footer a {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .navToggle {
        top: 2px;
    }

    .navShrink .centerNavMob .navToggle {
        top: 0;
        margin-top: -5px;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-6 {
        width: 50% !important;
    }
}
div#edit-actions > button {
    padding: 8px 0;
}
