/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

/*Typography for the stuff pages*/
.add-staff {
        font: 100 20px/28px Roboto,sans-serif;
}

.shedule-current-title {
        padding-bottom: 3px;
        border-bottom: 3px solid #06bae1;
        margin-bottom: 30px;
}
.shedule-current-title a, .shedule-current-title a:link, .shedule-current-title a:hover, .shedule-current-title a:visited, .shedule-current-title a:active {
        display: block;
        background-color: #fcdb04;
        padding: 21px 23px;
        font-size: 16px;
        line-height: 22px;
        color: #6b580a;
        text-decoration: none;
        text-transform: uppercase;
}
.shedule-current-container-wrapper {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
}
.shedule-current-container {
        max-height: 820px;
        width: 100%;
        overflow-y: scroll;
        padding-right: 18px;
        overflow: -moz-scrollbars-none;
}
.shedule-current-container::-webkit-scrollbar {
        display: none;
}
.shedule-current-container {
        max-height: 450px;
        height: 100%;
}

.shedule-current-body {
        border-left: 3px solid #fcdb04;
        margin-left: 3px;
        -moz-user-select: none;
        -o-user-select:none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
.shedule-current-event {
        margin-bottom: 25px;
        position: relative;
}
.shedule-current-event-time {
        float: left;
        width: 14.75%;
        font-size: 16px;
        color: #06bae1;
        text-align: center;
}
.shedule-current-event.post .shedule-current-event-time {
        color: #acacac;
}
.shedule-current-event-desc {
        float: left;
        width: 78%;
        padding: 0 3%;
        border-left: 3px solid #06bae1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.shedule-current-event.post .shedule-current-event-desc {
        border-left: 3px solid #e8e8e8;
}
.shedule-current-event-desc p, .shedule-current-event-desc h2 {
        margin: 0;
}
.shedule-current-event-desc, .shedule-current-event-desc p, .shedule-current-event-desc h2 {
        font-size: 14px;
        line-height: 18px;
        color: #767676;
}
.shedule-current-event.post .shedule-current-event-desc, .shedule-current-event.post .shedule-current-event-desc p, .shedule-current-event.post .shedule-current-event-desc h2 {
        color: #d3d3d3;
}
.current-event-active-point {
        display: none;
        position: absolute;
        top: 5px;
        left: -5.5px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #ed1c24;
        cursor: pointer;
}
.shedule-current-event.active .current-event-active-point {
        display: block;
}

.link-regulations {
        text-transform: uppercase;
        font-size: 18px;
        color: #d3d3d3;
}

@media screen and (max-width: 782px) {
        .g1-fluid-wrapper,
        .g1-content-narrow .g1-fluid-wrapper, .g1-content-narrow .wp-caption[style], .g1-content-narrow .wp-video[style]{
                max-width: 652px;
        }

        .entry-content > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1),
        div.g1-column-1of2:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1),
        .wp-block-embed__wrapper > iframe:nth-child(1) {
                max-height: 350px;
        }
        .g1-canvas.g1-canvas-global.g1-canvas-no-js {
                z-index: 1000;
        }
}

@media screen and (max-width: 600px) {
        .g1-fluid-wrapper,
        .g1-content-narrow .g1-fluid-wrapper, .g1-content-narrow .wp-caption[style], .g1-content-narrow .wp-video[style]{
                max-width: 450px;
        }

        .entry-content > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1),
        div.g1-column-1of2:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1),
        .wp-block-embed__wrapper > iframe:nth-child(1) {
                max-height: 300px;
        }
}

@media screen and (max-width: 480px) {
        .g1-fluid-wrapper,
        .g1-content-narrow .g1-fluid-wrapper, .g1-content-narrow .wp-caption[style], .g1-content-narrow .wp-video[style]{
                max-width: 340px;
        }

        .entry-content > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1),
        div.g1-column-1of2:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1),
        .wp-block-embed__wrapper > iframe:nth-child(1) {
                max-height: 250px;
        }
}