
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700|Dancing+Script:400,500,600,700");

body {
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

    body .logo {
        height: 42px;
    }

.logo-text {
    font-family: "Dancing Script";
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Barlow Condensed", sans-serif;
    color: #232323;
    letter-spacing: 0.5px;
}

h1,
.h1 {
    font-size: 48px;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 38px;
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
}

h6,
.h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.font-primary {
    font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
    font-family: "Montserrat", sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.navbar {
    padding: 10px 30px;
}

    .navbar .nav-item.box {
        border: 2px solid #f9f9f9;
    }

        .navbar .nav-item.box .btn-link, .navbar .nav-item.box .btn-link:focus {
            background-color: transparent !important;
            border: none;
            color: none;
            outline: none;
        }

.navbar-toggle .icon-bar {
    background: rgb(245, 99, 75);
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
    box-shadow: none;
    /*height: 50px;*/
    outline: none;
    font-size: 14px;
}

    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus {
        box-shadow: none;
        border: 1px solid rgb(245, 99, 75);
    }

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid rgb(245, 99, 75);
    }

.btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

.btn-main,
.btn-small,
.btn-transparent {
    background: linear-gradient(90deg, rgb(245, 99, 75) 0%, #fe9418 100%);
    color: #fff;
}

    .btn-main:hover,
    .btn-small:hover,
    .btn-transparent:hover {
        background: linear-gradient(90deg, #fe9418 0%, rgb(245, 99, 75) 100%);
        color: #fff !important;
        transform: translateY(-5px);
    }

.btn-solid-border {
    border: 2px solid rgb(245, 99, 75);
    background: transparent;
    color: #fff;
}

    .btn-solid-border:hover {
        border: 2px solid rgb(245, 99, 75);
        background: rgb(245, 99, 75);
    }

.btn-white {
    border: 2px solid #fff;
    background: #fff;
    color: #232323;
}

    .btn-white:hover {
        border: 1px solid rgb(245, 99, 75);
        background: rgb(245, 99, 75);
        color: #fff !important;
    }

.btn-transparent {
    background: transparent;
    padding: 0;
    color: rgb(245, 99, 75);
}

    .btn-transparent:hover {
        background: transparent;
        color: rgb(245, 99, 75);
    }

.btn-large {
    padding: 20px 45px;
}

    .btn-large.btn-icon i {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }

.btn-small {
    padding: 10px 25px;
    font-size: 12px;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-shadow {
    background-color: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.bg-gray {
    background: #f0f2f4;
}

.bg-primary {
    background: rgb(245, 99, 75) !important;
}

.section {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 70px;
}

    .section-title .title {
        font-size: 50px;
        line-height: 50px;
    }

    .section-title p {
        color: #666;
        font-family: "Montserrat", sans-serif;
    }

.page-title {
    padding: 100px 0 70px;
}

.overly,
.bg-4 {
    position: relative;
}

    .overly:before,
    .bg-4:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #232323;
        opacity: 0.8;
    }

.overly-2,
.textimonial,
.cta,
.slider,
.page-title {
    position: relative;
}

    .overly-2:before,
    .textimonial:before,
    .cta:before,
    .slider:before,
    .page-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
    }

#success,
#error {
    display: none;
}

.text-color {
    color: rgb(245, 99, 75);
}

.text-black {
    color: #232323;
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 26px;
    line-height: 36px;
}

.text-lg {
    font-size: 56px;
    line-height: 66px;
}

.no-spacing {
    letter-spacing: 0px;
}

a {
    transition: all 0.35s ease;
}

    a:hover,
    a:focus {
        color: rgb(245, 99, 75) !important;
        text-decoration: none !important;
        outline: 0;
    }

.font-size-13 {
    font-size: 13px;
}

.letter-spacing {
    letter-spacing: 1px;
}

.bg-black-50 {
    background: #181a23;
}

.navbar-nav li {
    padding: 0px 10px;
}

.navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.25s ease;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: rgb(245, 99, 75);
    }

.top-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

    .top-header ul li {
        padding: 0px 25px;
        border-left: 1px solid #dedede;
    }

.dropdown {
    height: 100%;
}

.navbar-nav .dropdown-menu {
    background: #1c1c1c;
    border-radius: 0px;
    left: 0px;
    top: 100%;
    transform: translateY(10%);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
    padding: 24px 0 26px;
    min-width: 280px;
}

.navbar-nav .dropdown-item {
    color: #c8c8c8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    transform: translateY(0%);
}

.dropdown-item:hover {
    background: transparent;
    color: rgb(245, 99, 75);
}

ul.dropdown-menu li {
    padding-left: 0px !important;
}

.fixed-nav {
    background: #181a23;
}

.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 5px 10px;
}

.navbar-collapse.collapse.show {
    background: #181a23;
}

.slider {
    background: url("../assets/elite-half-marathon-2023-winners.jpg") no-repeat 0% 30%;
    background-size: cover;
    padding: 180px 0px;
}

    .slider h1 {
        font-size: 50px;
        line-height: 50px;
        font-weight: bold;
    }

    .slider h2 {
        font-size: 45px;
        line-height: 45px;
        font-weight: bold;
    }

    .slider h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .slider span.subhead {
        color: #fff;
        letter-spacing: 5px;
        border: 2px solid #fff;
        padding: 3px 15px 5px 15px;
        opacity: 0.8;
    }

    .slider .event-box {
        background-color: #000000;
        opacity: 0.7;
        padding: 20px 40px;
    }

.slider-2 {
    background: url("../assets/single-runner-by-sea-beach.jpg") no-repeat 100% 100%;
    background-position-x: center;
    background-size: cover;
    padding: 480px 0px 30px;
}

    .slider-2 .banner-tip {
        background-color: #000000;
        padding: 20px 40px;
    }

        .slider-2 .banner-tip p {
            max-width: 450px;
        }

/*Running Community Start*/
.running-community {
    margin: 50px 0;
}
/*Running Community End*/

.intro {
    margin: 50px 0px;
}

    .intro h1 {
        font-size: 40px;
    }

    .intro h2 {
        font-size: 20px;
    }

    .intro h4 {
        font-size: 15px;
    }

    .intro .card {
        background-color: #1a1a1a;
        height: 320px;
    }

.bg-2 {
    background: url("../assets/marathon-runners-close-up.jpg") no-repeat center bottom;
    background-size: cover;
}

.page-content {
    margin: 50px 0px;
}

/*.bg-3 {
    background: url("../images/bg/bg-cta.jpg") no-repeat;
    background-size: cover;
}

.bg-4 {
    background: url("../images/about/img-7.jpg") no-repeat;
    background-size: cover;
}*/

.mt-80px {
    margin-top: -80px;
}

.number {
    opacity: 0.1;
    font-size: 130px;
    display: block;
    line-height: 120px;
    position: absolute;
    top: 10px;
}

.why .card {
    transition: all 0.4s ease 0s;
}

    .why .card:hover {
        background: #181a23;
    }

        .why .card:hover h3,
        .why .card:hover p {
            color: #fff;
        }

.hover-style-1 {
    position: relative;
}

    .hover-style-1:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 0px;
        transition: all 600ms ease;
        background: linear-gradient(90deg, rgb(245, 99, 75) 0%, #fe9418 100%);
        border-color: rgb(245, 99, 75);
    }

    .hover-style-1 h3,
    .hover-style-1 p,
    .hover-style-1 a,
    .hover-style-1 i,
    .hover-style-1 h4 {
        position: relative;
        transition: all 600ms ease;
    }

    .hover-style-1:hover:before {
        height: 100%;
    }

    .hover-style-1:hover a {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .hover-style-1:hover h3,
    .hover-style-1:hover h4,
    .hover-style-1:hover p,
    .hover-style-1:hover a {
        color: #fff;
    }

    .hover-style-1:hover i {
        color: rgba(255, 255, 255, 0.8) !important;
    }

.mt--45 {
    margin-top: -45px;
}

.course .card-body a h4:hover {
    color: rgb(245, 99, 75);
}

.course-widget li a {
    color: #232323;
    opacity: 0.9;
}

.team-content-overlay li a {
    color: #fff;
}

    .team-content-overlay li a:hover {
        background: rgb(245, 99, 75);
    }

.team-item .card-body {
    margin-top: -120px;
}

.team-content-overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    background-color: rgba(41, 40, 45, 0.85);
    transition: opacity 0.3s ease-out;
}

.overlay-content {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
    opacity: 1;
}

.team-item:hover .card-body {
    opacity: 0;
}

.team-wrap .card-subtitle {
    position: relative;
}

    .team-wrap .card-subtitle:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        max-width: 26px;
        border-top: 4px solid #ddd;
        margin-top: 20px;
    }

.team-wrap ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    color: #232323;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
}

    .team-wrap ul li a:hover {
        background: rgb(245, 99, 75);
        border-color: rgb(245, 99, 75);
        color: #fff !important;
    }

.divider {
    margin: 0 auto;
    background: rgb(245, 99, 75);
    width: 45px;
    height: 4px;
}

/*.cta {
    background: url("../images/bg/slide2.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}*/

.w-40 {
    width: 40%;
}

.testimonial-slider .slick-dots li {
    color: #fff;
}

.slick-dots li.slick-active button::before {
    color: rgb(245, 99, 75);
}

.slick-dots li button::before {
    color: #fff;
    font-size: 10px;
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

.lh-35 {
    line-height: 35px;
}

.pricing .card-body ul li {
    font-size: 15px;
}

.pricing h3 {
    padding-left: 20px;
}

    .pricing h3 sup {
        top: 20px;
        left: 0px;
    }

    .pricing h3 sub {
        font-size: 13px;
    }

.pricing .btn-solid-border:hover {
    color: #fff !important;
}

.map {
    width: 100%;
    height: 450px;
}

.mt--170 {
    margin-top: -170px;
}

.blog .card a h4 {
    font-weight: 700;
}

    .blog .card a h4:hover {
        color: rgb(245, 99, 75);
    }

.blog-post-meta span {
    font-size: 13px;
}

.lh-25 {
    line-height: 23px;
}

.search i {
    position: absolute;
    right: 15px;
    top: 15px;
}

.tags a {
    display: inline-block;
    color: #232323;
    border: 1px solid #dedede;
    padding: 3px 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.follow a {
    width: 35px;
    height: 35px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

.pagination {
    border: 0px;
}

    .pagination li a {
        color: #232323;
    }

    .pagination .page-item.active .page-link {
        background-color: rgb(245, 99, 75);
        border-color: rgb(245, 99, 75);
        color: #fff !important;
    }

    .pagination .page-item:last-child .page-link {
        border-radius: 0px;
    }

    .pagination .page-item:first-child .page-link {
        border-radius: 0px;
    }

    .pagination .page-link {
        background: transparent;
        padding: 15px 20px;
    }

.font-size-12 {
    font-size: 12px;
}

.post-tags a {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
}

.social-share a {
    color: #232323;
    padding: 0px 10px;
}

.reply-btn {
    font-size: 12px;
    padding: 6px 17px;
    font-weight: 400;
    border: 2px solid #eee;
}

.footer {
    padding: 40px 0;
}

    .footer p {
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
    }

    .footer .bottom-nav {
        display: flex;
    }

        .footer .bottom-nav .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .footer .bottom-nav .navbar-nav .nav-item {
                color: #ffffff;
                text-transform: uppercase;
            }

.bg-black {
    background: #111;
}

.footer-menu li a {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

    .footer-menu li a:hover {
        color: rgb(245, 99, 75);
        opacity: 1;
    }

.lh-40 {
    line-height: 40px;
}

.footer-socials li a {
    color: #fff;
    opacity: 0.8;
}

.recent-blog a {
    line-height: 1.5;
    font-size: 14px;
}

.footer-socials li a {
    color: #595b65;
    font-size: 18px;
    padding-left: 10px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .slider h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .text-lg {
        font-size: 28px;
        line-height: 38px;
    }

    .lead {
        font-size: 1rem;
    }

    .media {
        display: block;
    }

    .media-body {
        margin-top: 20px;
    }

    .number {
        font-size: 50px;
        line-height: 65px;
    }

    .dropdown-menu {
        display: none;
        text-align: center;
    }

    .navbar-nav li {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .media {
        display: block;
    }

    .media-body {
        margin-top: 20px;
    }

    .services .media img {
        width: 100% !important;
    }

    .dropdown-menu {
        display: none;
        text-align: center;
    }

    .navbar-nav li {
        padding: 0px;
    }

    .banner-tip {
        opacity: 0.7;
    }

    .footer .bottom-nav {
        display: block;
    }

        .footer .bottom-nav .navbar-nav {
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }
}

.text-content {
    margin: 20px auto;
    color: #000000;
}

.elite-font {
    font-family: "Dancing Script"
}

.race-info-table {
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
    line-height: 32px;
}

    .race-info-table th {
        padding: 35px 24px;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .race-info-table td {
        padding: 17px 24px;
    }

    .race-info-table.table-custom-bordered tbody > tr:first-of-type > td {
        border-top: 0;
    }

    .race-info-table.table-custom-bordered tr td:first-child {
        border-left: 0;
    }

    .race-info-table.table-custom-bordered tr td:last-child {
        border-right: 0;
    }

    .race-info-table.table-custom-bordered td {
        border: 1px solid #cccccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    }

    .race-info-table.table-custom-bordered tr:last-child td {
        border-bottom: 0;
    }

.event-categories {
    margin: 30px 0px;
}

    .event-categories h1 {
        font-size: 40px;
    }

    .event-categories h2 {
        font-size: 20px;
    }

    .event-categories h4 {
        font-size: 15px;
    }

    .event-categories .card {
        background-color: #1a1a1a;
        height: 230px;
    }

        .event-categories .card .tick-mark {
            display: none;
            width: 50px;
        }

        /*.event-categories .card.selected {
            position: absolute;
            content: "";
            left: 0px;
            top: 0px;
            width: 100%;
            transition: all 600ms ease;
            background: linear-gradient(90deg, rgb(245, 99, 75) 0%, #fe9418 100%);
            border-color: rgb(245, 99, 75);
        }*/

        .event-categories .card.selected .tick-mark {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background-color: #fff;
            padding: 10px;
            border-radius: 50%;
        }

.form-control[type='file'] {
    border: none;
}

table.checkout th {
    border-top: none;
}

.payment-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.payment ul {
    list-style: none;
    padding-left: 0;
}

.payment-box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -1em;
    left: 0;
    margin: -1em 0 0 2em;
}

.payment-box::after {
    clear: both;
    content: ' ';
    display: table;
}

.btn-icon {
    border: 1px solid;
    padding: 5px;
}

/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

/*Pagination*/

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
