/* Berglund Center home page - Adobe XD mockup implementation */

body {
    background: #000;
}

.bc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bc-section-heading-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ---- Header ---- */
div.ccm-page .head-wrap {
    position: relative;
    overflow: hidden;
    background: #000;
}

div.ccm-page .bc-head-wrap-home {
    background: #000 url(/application/themes/bcnew/images/xd/header-bg.jpg) center top / cover no-repeat;
}

div.ccm-page .bc-header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

div.ccm-page .bc-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

div.ccm-page .head-wrap header {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    border: 0;
}

div.ccm-page .bc-header-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 14px 24px 12px;
}

/* Row 1: logo left, nav right (XD) */
div.ccm-page .bc-header-row-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

div.ccm-page .bc-header-logo {
    text-align: left;
    flex-shrink: 0;
}

div.ccm-page .bc-header-logo img {
    max-height: 58px;
    width: auto;
    display: block;
}

div.ccm-page .bc-header-nav {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
    text-align: right;
}

div.ccm-page .bc-header-nav nav {
    display: inline-block;
    text-align: right;
}

div.ccm-page .bc-header-nav nav ul {
    float: none;
    text-align: right;
    margin: 0 !important;
    padding: 0;
    white-space: normal;
}

div.ccm-page .bc-header-nav nav ul li {
    padding-bottom: 0;
    display: inline-block;
}

div.ccm-page .bc-header-nav .ccm-responsive-menu-launch {
    display: none;
}

/* Row 2: purchase tickets + search under logo (XD) */
div.ccm-page .bc-header-row-actions {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}

div.ccm-page .bc-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

div.ccm-page .bc-header-actions .ccm-custom-style-container {
    margin-top: 0 !important;
}

div.ccm-page .bc-header-actions p {
    margin: 0;
}

div.ccm-page .bc-header-actions picture {
    display: none;
}

div.ccm-page .bc-header-actions .btn-primary {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.95em;
    padding: 8px 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

div.ccm-page .bc-header-actions .btn-primary,
div.ccm-page .bc-header-actions .btn-primary a {
    color: #fff !important;
}

div.ccm-page .bc-header-actions .btn-primary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #f0b310;
    color: #fff !important;
}

div.ccm-page .bc-header-actions .btn-primary:hover a {
    color: #fff !important;
}

div.ccm-page .bc-header-actions .ccm-search-block-form {
    margin-top: 0;
    display: flex;
    align-items: center;
}

div.ccm-page .bc-header-actions .ccm-search-block-form:before {
    display: none;
}

div.ccm-page .bc-header-actions .ccm-search-block-form .ccm-search-block-text {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    color: #fff;
    height: 36px;
    width: 220px;
    max-width: none;
    border-radius: 0;
    padding: 6px 40px 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.9em;
}

div.ccm-page .bc-header-actions .ccm-search-block-form .ccm-search-block-text::placeholder {
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
}

div.ccm-page .bc-header-actions .ccm-search-block-form input[type="submit"] {
    background: transparent url(/download_file/111/0) center center no-repeat;
    background-size: 18px 18px;
    border: 0;
    width: 36px;
    height: 36px;
    margin-left: -40px;
    position: relative;
    z-index: 2;
    text-indent: -9999px;
    padding: 0;
}

div.ccm-page .bc-header-nav nav ul li ul {
    text-align: left;
}

div.ccm-page .bc-header-nav nav ul a {
    color: #fff;
    font-size: 0.95em;
    padding: 0 6px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: franklin-gothic-ext-comp-urw, sans-serif;
}

div.ccm-page .bc-header-nav nav ul a:hover {
    color: #f0b310;
}

/* ---- Hero row ---- */
div.ccm-page.page-template-home main.bc-home-main {
    background: #000;
    padding-bottom: 0;
}

div.ccm-page.page-template-home .bc-hero-row {
    display: flex;
    align-items: stretch;
    background: #000;
    max-width: 1366px;
    margin: 0 auto;
}

div.ccm-page.page-template-home .bc-hero-label {
    width: 54px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    background: #000;
}

div.ccm-page.page-template-home .bc-hero-label .bc-section-heading-img {
    max-height: 420px;
    width: auto;
    margin: 0;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap .ccm-custom-style-container,
div.ccm-page.page-template-home .bc-hero-slider-wrap .ccm-image-slider-container {
    background: transparent !important;
    margin: 0;
    padding: 0;
    border: 0;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap .rslides_tabs {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 5;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap .rslides_tabs li a {
    background: rgba(255, 255, 255, 0.45);
    width: 10px;
    height: 10px;
    border-radius: 0;
}

div.ccm-page.page-template-home .bc-hero-slider-wrap .rslides_tabs li.rslides_here a {
    background: #f0b310;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap {
    width: 316px;
    flex-shrink: 0;
    background: #000;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
}

div.ccm-page.page-template-home .bc-upcoming-title {
    margin: 0 0 8px;
    text-align: center;
}

div.ccm-page.page-template-home .bc-upcoming-title .bc-section-heading-img {
    max-height: 28px;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .event-list-temp {
    background: none;
    padding: 0;
    flex: 1;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .event-selector {
    width: 100%;
    margin: 0;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .slick-slide {
    padding: 3px 0;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .slick-slide img {
    width: 100% !important;
    height: auto;
    padding: 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .slick-arrow {
    z-index: 5;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .slick-arrow:before {
    color: #f0b310;
    font-size: 22px;
}

div.ccm-page.page-template-home .bc-hero-upcoming-wrap .info-slider,
div.ccm-page.page-template-home .bc-hero-upcoming-wrap .view-all-lnk {
    display: none !important;
}

div.ccm-page.page-template-home .bc-featured-events-hidden {
    display: none !important;
}

/* ---- Featured event info ---- */
div.ccm-page.page-template-home .bc-featured-info {
    background: #000;
    max-width: 1366px;
    margin: 0 auto;
}

div.ccm-page.page-template-home .bc-featured-info .info-slider {
    background: #000 !important;
    padding: 24px 48px !important;
    color: #fff;
}

div.ccm-page.page-template-home .bc-featured-info .info-slider h2,
div.ccm-page.page-template-home .bc-featured-info .info-slider h3,
div.ccm-page.page-template-home .bc-featured-info .info-slider h4 {
    color: #f0b310;
}

div.ccm-page.page-template-home .bc-featured-info .view-all-lnk {
    background: #000;
    padding: 4px 48px 18px;
    text-align: right;
}

div.ccm-page.page-template-home .bc-featured-info .view-all-lnk a {
    color: #f0b310 !important;
    font-family: franklin-gothic-ext-comp-urw, sans-serif;
    text-transform: uppercase;
}

/* ---- Three column section ---- */
div.ccm-page.page-template-home .bc-three-col-section {
    background: #000 !important;
    background-image: none !important;
    padding: 28px 0 36px !important;
}

div.ccm-page.page-template-home .bc-three-col-section .container {
    max-width: 1366px;
}

div.ccm-page.page-template-home .bc-three-col-section .row > .col-sm-12 > .row {
    display: flex;
    flex-wrap: wrap;
}

div.ccm-page.page-template-home .bc-three-col-section .bc-col-heading {
    text-align: center;
    margin-bottom: 12px;
}

div.ccm-page.page-template-home .bc-three-col-section .bc-col-heading .bc-section-heading-img {
    max-height: 34px;
}

div.ccm-page.page-template-home .bc-col-railyard .home-event-image-block,
div.ccm-page.page-template-home .bc-col-railyard .home-event-desc-block {
    background: #000;
    min-height: 0;
    max-height: none;
    padding: 8px 0;
}

div.ccm-page.page-template-home .bc-col-railyard .home-event-desc-block {
    border: 2px solid #f0b310;
    padding: 12px;
    text-align: center;
    font-family: franklin-gothic-ext-comp-urw, sans-serif;
    text-transform: uppercase;
}

div.ccm-page.page-template-home .bc-col-railyard .home-event-desc-block a {
    color: #f0b310 !important;
}

div.ccm-page.page-template-home .bc-col-calendar .ccm-block-calendar-wrapper .fc-toolbar h2 {
    color: #f0b310;
    font-family: franklin-gothic-ext-comp-urw, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

div.ccm-page.page-template-home .bc-col-calendar .fc-day-header {
    color: #f0b310;
    font-size: 0.85em;
}

div.ccm-page.page-template-home .bc-col-calendar .fc-day {
    background: rgba(255, 255, 255, 0.04);
}

div.ccm-page.page-template-home .bc-col-calendar .fc-today {
    background: rgba(240, 179, 16, 0.18) !important;
}

div.ccm-page.page-template-home .bc-col-cyber .social-overflow {
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
}

/* ---- Social section ---- */
div.ccm-page.page-template-home .bc-social-section {
    background: #000 !important;
    background-image: none !important;
    padding: 36px 0 40px !important;
}

div.ccm-page.page-template-home .bc-social-section .bc-social-heading {
    text-align: center;
    margin-bottom: 28px;
}

div.ccm-page.page-template-home .bc-social-section .bc-social-heading .bc-section-heading-img {
    max-width: 700px;
}

div.ccm-page.page-template-home .bc-social-section .col-sm-4 {
    padding: 0 12px;
}

div.ccm-page.page-template-home .bc-social-section .fb-page,
div.ccm-page.page-template-home .bc-social-section .instagram-media,
div.ccm-page.page-template-home .bc-social-section .youtubeBlock {
    margin: 0 auto;
}

div.ccm-page.page-template-home .bc-social-section .youtubeBlock {
    margin-bottom: 10px;
}

/* ---- Footer ---- */
div.ccm-page footer#footer-theme .bc-footer-main {
    background: #fff;
    color: #000;
    padding: 36px 0;
}

div.ccm-page footer#footer-theme .bc-footer-main a {
    color: #1b4d84;
}

div.ccm-page footer#footer-theme .bc-footer-main h4,
div.ccm-page footer#footer-theme .bc-footer-main h5,
div.ccm-page footer#footer-theme .bc-footer-main h6 {
    color: #1b4d84;
    font-weight: 700;
    text-transform: uppercase;
}

div.ccm-page footer#footer-theme .bc-footer-main .ccm-block-social-links {
    text-align: left;
}

div.ccm-page footer#footer-theme .bc-footer-main .ccm-block-social-links ul a {
    color: #f0b310;
    font-size: 26px;
}

@media (min-width: 992px) {
    div.ccm-page .bc-header-nav nav ul li {
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    div.ccm-page.page-template-home .bc-hero-upcoming-wrap {
        width: 260px;
    }

    div.ccm-page .bc-header-row-main {
        flex-wrap: wrap;
    }

    div.ccm-page .bc-header-nav {
        width: 100%;
        text-align: left;
        padding-top: 8px;
    }

    div.ccm-page .bc-header-nav nav,
    div.ccm-page .bc-header-nav nav ul {
        text-align: left;
    }
}

@media (max-width: 767px) {
    div.ccm-page .bc-header-row-main {
        position: relative;
        align-items: center;
    }

    div.ccm-page .bc-header-nav {
        width: auto;
        flex: 0;
        padding-top: 0;
        margin-left: auto;
    }

    div.ccm-page .bc-header-nav nav.ccm-responsive-navigation.original {
        display: none;
    }

    div.ccm-page .bc-header-nav .ccm-responsive-menu-launch {
        display: block;
        position: static;
    }

    div.ccm-page .bc-header-row-actions {
        width: 100%;
    }

    div.ccm-page .bc-header-actions {
        width: 100%;
    }

    div.ccm-page .bc-header-actions .ccm-search-block-form .ccm-search-block-text {
        width: 100%;
        max-width: 280px;
    }

    div.ccm-page.page-template-home .bc-hero-row {
        flex-direction: column;
    }

    div.ccm-page.page-template-home .bc-hero-label {
        width: 100%;
        padding: 10px;
    }

    div.ccm-page.page-template-home .bc-hero-label .bc-section-heading-img {
        max-height: 36px;
        transform: rotate(-90deg);
    }

    div.ccm-page.page-template-home .bc-hero-upcoming-wrap {
        width: 100%;
    }

    div.ccm-page.page-template-home .bc-featured-info .info-slider {
        padding: 20px 16px !important;
    }

    div.ccm-page.page-template-home .bc-social-section .col-sm-4 {
        width: 100%;
        margin-bottom: 24px;
    }

    div.ccm-page footer#footer-theme .bc-footer-main {
        text-align: center;
    }

    div.ccm-page footer#footer-theme .bc-footer-main .ccm-block-social-links {
        text-align: center;
    }
}
