@import "table.css";

html,
body {
    height: 100%;
}

body.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.site > .body {
    flex: 1 0 auto;
}

body.site > .c-footer,
body.site > footer {
    margin-top: 50px;
}

body,
h3,
.h3,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5 .l-section h4,
.c-btn--cat,
.c-btn--landing p,
.c-table--results tr:hover td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 31px;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}


@media (max-width: 767px) {
    .c-landing__btns .col-xs-6 {
        padding-bottom: 5px;
    }

    .c-landing__content {
        margin-top: 70px;
        margin-left: 0;
    }

    .c-header__menu,
    .c-header__brand {
        margin-left: -5px
    }

    .eventgallery .row .col-md-4 {
        padding-left: 0 !important;
    }

}

@media screen and (min-width: 1200px) {

    .c-landing__content {
        margin-top: 17%;
    }


}

.other {
    background: url('/images/bk.png');
    background-position: center;
    background-size: cover;
    background-color: var(--deep-kelp);
}

.item p,
.item-page p {
    line-height: 28px;
}

p {
    margin: 0 0 15px;
}

.c-landing__btns button {
    width: 100%;
}

p.readmore a,
button.btn,
a.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 18px;

    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid var(--bonfire);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .5s;
    border-radius: 0;
}

.left.item-image,
.pull-left.item-image {
    margin: 0 20px 18px 0;
}

.left.item-image {
    float: left !important;
}

img {
    max-width: 100%;
}

.item-image img {
    height: auto !important;
}

.c-nav__list>.active>a,
.c-nav__list>.active>a:hover,
.c-nav__list li>a:hover,
.c-nav__list .active>a,
.c-nav__list .active>a:hover,
.c-nav__list>.active>a,
.c-nav__list>.active>a:hover {
    text-decoration: underline;
}

input.cmc_req {
    text-transform: lowercase;
    min-height: 50px;
    font-size: 18px;
    border-radius: 0;
}

.inputbox,
input.required,
textarea.required {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    margin: 0;
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mailing {
    background: var(--bonfire);
    text-align: center;
    margin-top: 20px;
}

.mailing form {
    margin: 20px 0 20px;
}

.mailing .acymailing_module_form label {
    margin-bottom: 0;
    vertical-align: middle;
}

h3.cmc_h3 {
    color: #000;
    font-size: 31px;
    margin-bottom: 0;
    font-style: italic;
}

.btn.btn-primary {
    background: var(--bonfire);
    
}

.btn.btn-secondary {
    background: transparent;
    border: none;
    border:  2px solid var(--bonfire);
    color: var(--bonfire)
}

button.subbutton {
    background: var(--bonfire) !important;
    border: none !important;
    padding: 0 50px;
    min-height: 50px;
    border-radius: 0;
}

.text-center,
.socialhome {
    text-align: center;
}

.social_custom_top {
    padding-bottom: 20px;
}

.social_custom_bottom {
    padding-top: 10px;
}

.social_custom_top h2 {
    color: #fff;
}

.c-nav__list li a {
    text-transform: uppercase;
}

.c-footer .row .col-xs-6 {
    padding-bottom: 15px;
}

.maincontent {
    margin-top: 50px;
}

.c-landing__content {
    z-index: 10 !important;
}

/**
new css for events
*/
.res-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 90%;
    border-radius: 50%;

    /* (B) BACKGROUND COLOR */
    background: var(--dark-tide);

    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}

/* (D) MATCH HEIGHT */
.res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* (E) TEXT BLOCK */
.circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: white;
    padding-left: 50px;
}

.circle-txt div {
    line-height: 50px;
}

.circle-txt i {
    padding-right: 20px;
    font-size: 30px;
}

.subheader {
    text-align: center;
    padding: 130px 0;
    color: #fff;
}

.subheader h1,
.subheader h2 {
    color: #fff;
}

#subheadertitle {
    padding-bottom: 50px;
}

.eventinfo,
.eventmap,
.eventgallery,
.eventprice,
.eventschedule,
.eventvideo,
.eventemailsubs,
.eventsponsors {
    padding-bottom: 50px;
    padding-top: 50px;
}

.gallery .row {
    padding-bottom: 20px;
}


.pricing.bg-color {
    background: none;
}

.eventprice .col-md-12 {
    background-image: url("../images/price_bk.jpg");
    background-size: cover;
    padding: 30px 0 30px;
}

.eventschedule .subtext {
    color: #68a522;
}

.eventschedule .subjecttext {
    background-color: #68a522;
    color: #fff;
}

.eventschedule .description {
    border: 1px solid #68a522;
    padding: 10px;
}

.eventschedule .predesc {
    padding: 0 10px 10px 0;
}

.eventemailsubs .cmc-signup {
    text-align: center;
}

.eventemailsubs .col-md-12 {
    background-color: #68a522;
}

.eventinfo .event-name {
    padding-bottom: 40px;
}

.eventemailsubs input {
    padding: 10px !important;
    width: 200px !important;
}

@media (max-width: 767px) {

    .eventinfo .col-md-4,
    .eventinfo .eventdesc {
        padding-bottom: 40px;
    }

    .eventinfo,
    .eventmap,
    .eventgallery,
    .eventprice,
    .eventschedule,
    .eventvideo,
    .eventemailsubs,
    .eventsponsors {
        padding-bottom: 0px;
    }

    .eventprice .col-md-12 {
        background: none;
    }
}

/* @media (min-width: 1200px){ .eventprice [class*="col-md"] {
      
      margin-left: 1.76678445229682%;
     }

  } */

.eb-event-wrapper .eb-taskbar {
    padding-bottom: 10px;
    padding-top: 10px;
}

.eb-taskbar li {
    padding: 0 10px 0 0;
}

div.form-check-inline {
    display: inline;
}

/* com_cupresults visual style (theme-level) */
body.com_cupresults .cupresults {
    color: #1a1d1e;
}

body.com_cupresults .cupresults-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.05;
    margin-top: 6px;
    margin-bottom: 18px;
    border-bottom: 0;
}

body.com_cupresults .cupresults-selector-panel {
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #cbd4db;
    padding: 10px;
    margin-bottom: 18px;
}

body.com_cupresults .cupresults-event-search {
    min-height: 44px;
    border: 2px solid #305f86;
    border-radius: 0;
    padding: 10px 14px;
    background: #ffffff;
    color: #1a1d1e;
    font-size: 17px;
    font-weight: 600;
}

body.com_cupresults .cupresults-event-search::placeholder {
    color: #7d8d98;
    opacity: 1;
}

body.com_cupresults .cupresults-event-search:focus {
    outline: none;
    border-color: #ec5b27;
    box-shadow: 0 0 0 3px rgba(236, 91, 39, 0.16);
}

body.com_cupresults .cupresults-event-list {
    border: 1px solid #a9b8c3;
    background: #fff;
    max-height: 320px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
    padding: 2px;
}

body.com_cupresults .cupresults-event-item {
    border: 0;
    border-bottom: 1px solid #d9e0e6;
    border-left: 4px solid transparent;
    background: #fff;
    color: #1f272c;
    padding: 10px 12px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    transition: background-color 0.2s ease, border-left-color 0.2s ease, transform 0.2s ease;
}

body.com_cupresults .cupresults-event-item:last-child {
    border-bottom: 0;
}

body.com_cupresults .cupresults-event-item:hover,
body.com_cupresults .cupresults-event-item:focus {
    background: #eef2f5;
    border-left-color: #ec5b27;
}

body.com_cupresults .cupresults-event-item.active {
    background: #1a1d1e;
    color: #ffffff;
    border-left-color: #ec5b27;
}

body.com_cupresults .cupresults-event-item.active:hover,
body.com_cupresults .cupresults-event-item.active:focus {
    background: #111315;
    color: #ffffff;
}

body.com_cupresults .cupresults-buttons .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.com_cupresults .cupresults-buttons {
    margin: 8px 0 20px;
}

body.com_cupresults .cupresults-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #ec5b27;
    background: #ffffff;
    color: #ec5b27;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.2;
    min-height: 42px;
    letter-spacing: 0.01em;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.com_cupresults .cupresults-btn.btn-outline-primary {
    color: #ec5b27;
    background: #ffffff;
    border-color: #ec5b27;
}

body.com_cupresults .cupresults-btn.btn-primary,
body.com_cupresults .cupresults-btn:hover,
body.com_cupresults .cupresults-btn:focus {
    color: #ffffff;
    background: #ec5b27;
    border-color: #ec5b27;
    box-shadow: 0 3px 10px rgba(236, 91, 39, 0.22);
}

body.com_cupresults .cupresults-results-area {
    padding-top: 10px;
    margin-top: 8px;
}

body.com_cupresults .cupresults .table-responsive {
    border: 0;
    overflow-x: auto;
}

body.com_cupresults .cupresults-table {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
}

body.com_cupresults .cupresults-results-area .table-responsive {
    margin-top: 12px;
}

body.com_cupresults .cupresults-table thead th {
    background: transparent;
    color: #0f1418;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #1a1d1e;
}

body.com_cupresults .cupresults-table tbody td {
    border-top: 1px solid #d7dde1;
    font-size: 15px;
}

body.com_cupresults .cupresults-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.45);
}

body.com_cupresults .cupresults-table tbody tr:hover {
    background: #f3f7fa;
}

body.com_cupresults .cupresults-time,
body.com_cupresults .cupresults-final {
    font-variant-numeric: tabular-nums;
}

body.com_cupresults .cupresults-final {
    font-weight: 700;
}

body.com_cupresults .cupresults-dns,
body.com_cupresults .cupresults-dnf,
body.com_cupresults .cupresults-dq,
body.com_cupresults .cupresults-unranked {
    background: #fff3ee !important;
}

body.com_cupresults .cupresults-dns td,
body.com_cupresults .cupresults-dnf td,
body.com_cupresults .cupresults-dq td,
body.com_cupresults .cupresults-unranked td {
    color: #8a3b25;
}

@media (max-width: 992px) {
    body.com_cupresults .cupresults-title {
        font-size: 36px;
    }

    body.com_cupresults .cupresults-event-item {
        font-size: 16px;
    }

    body.com_cupresults .cupresults-btn {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body.com_cupresults .cupresults {
        padding: 0.75rem 0.25rem;
    }

    body.com_cupresults .cupresults-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    body.com_cupresults .cupresults-selector-panel {
        margin-bottom: 14px;
    }

    body.com_cupresults .cupresults-buttons {
        margin: 6px 0 16px;
    }

    body.com_cupresults .cupresults-btn {
        font-size: 14px;
        flex: 1 1 calc(50% - 6px);
        min-height: 40px;
    }

    body.com_cupresults .cupresults-table thead th {
        font-size: 13px;
    }

    body.com_cupresults .cupresults-table tbody td {
        font-size: 13px;
    }
}

    body.view-article .blogcup {
        display: none;
    }

    .blogcup {
        margin-top: 50px;
    }

    /* Blogcup style ported from adventurecup_old/theme3298 */
    .mod-newsflash-adv.blogcup {
        position: relative;
    }

    .mod-newsflash-adv.blogcup .row {
        margin: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .mod-newsflash-adv.blogcup .row .item {
        margin: 0;
        padding: 0;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img {
        background: rgba(33, 57, 35, 0.8);
        margin-bottom: 0;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img img {
        filter: alpha(opacity=0);
        padding: 10px;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content {
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        overflow-y: hidden;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content:before {
        content: "";
        display: inline-block;
        height: 100%;
        overflow: hidden;
        vertical-align: middle;
        width: 0;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div {
        color: #ffffff;
        display: inline-block;
        max-width: 98%;
        padding-top: 60px;
        vertical-align: middle;
        transition: all 0.2s linear;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div *[class*="heading-style"] {
        color: var(--bonfire);
        letter-spacing: 5px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div .item_title span {
        letter-spacing: 5px;
    }

    .mod-newsflash-adv.blogcup .row .item .item_title,
    .mod-newsflash-adv.blogcup .row .item .item_title a,
    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div .item_title,
    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div .item_title a {
        color: var(--bonfire);
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div .readmore {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        position: relative;
        top: 60px;
        transition: all 0.2s linear;
    }

    .mod-newsflash-adv.blogcup .row .item .item_img .image_content > div a:hover {
        color: var(--bonfire);
        background: #113955;
    }

    .mod-newsflash-adv.blogcup .row .item:hover .image_content > div {
        padding-top: 0;
    }

    .mod-newsflash-adv.blogcup .row .item:hover .image_content > div .readmore {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=10000);
        top: 0 !important;
    }