/* Custom styles
   ========================================================================== */
.site-branding svg,
.site-branding img {
    height: 66px;
}

.section--singular {
    padding-top: 168px !important;
}

/* .section {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
} */

.conference-figure {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

.text-sm {
    font-size: 80% !important;
}

.cookie-consent {
    padding: 30px 10px;
    margin-bottom: 0px !important;
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}

.cookie-consent .btn {
    background-color: #eb214d;
    color: white;
}

.widget_socials__item {
    margin-top: 0px;
}

.footer-event-logo {
    height: 20px;
    width: auto;
    max-width: inherit;
}

#home {
    /* background-image: url("./../../media/img/landing-bg.png"); */
    /* background-size: cover; */
    background-color: #01035b;
}

@media (max-width: 768px) {
    /* #home {
        background-image: url("./../../media/img/landing-bg-mobile.png");
        background-size: auto;
        padding-top: 22vh;
        min-height: 90vh;
    } */
    .countdown__count {
        font-size: 42px;
        line-height: 48px;
    }
    #home .margin-bottom {
        margin-top: 4vh;
        margin-bottom: 6vh;
    }
    #home h5 {
        margin-bottom: 6vh;
    }
}

.ticket-description {
    text-align: left !important;
}
.ticket-description p {
    margin-bottom: 5px !important;
}

.pricing__item .sub-head-2,
.clipcard__title .sub-head-2,
.clipcard__subtitle .sub-head-2 {
    text-transform: initial;
}

.no-text-transform {
    text-transform: initial !important;
}

.mono-space {
    font-family: monospace, monospace;
    font-size: 0.81em;
}

.tabs__navs {
    display: block;
}

.tabs__nav {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 28px;
}

.tabs__nav:not(:last-child) {
    margin-right: 24px;
}

@media (max-width: 768px) {
    .site-header__branding {
        padding-right: 12px;
    }
    .main-sponsor {
        text-align: right;
        padding-top: 18px;
        display: block;
    }
    .main-sponsor img {
        float: right;
    }

    .site-header__wrap {
        padding: 0px;
    }

    .site-header__branding .site-branding a {
        float: left;
    }
}

@media (min-width: 768px) {
    .site-branding {
        min-width: 260px;
    }
    .main-sponsor {
        display: grid;
        padding-left: 15px;
        padding-top: 15px;
    }
}

.main-sponsor span {
    display: block !important;
    font-size: 10px;
    line-height: 11px;
}
.main-sponsor img {
    margin: 2px !important;
    height: 34px;
}

.headroom--not-top:not(.headroom--unpinned) .site-header__wrap,
.site-footer .widget-area {
    background-color: #00035b;
    -webkit-box-shadow: 0 3px 16px #00035bd0;
    box-shadow: 0 3px 16px #00035bd0;
}
#top-menu,
.site-footer .widget-area {
    color: #fff;
}

.site-header__nav ul.menu > li:not(.menu-item-has-children) > a:after {
    background-color: #eb214d;
}

.site-footer .widget-area .widget-title {
    color: #fff;
}

.cta--primary:before {
    background-color: #00035b;
}

.btn--primary {
    background-color: #eb214d;
}

.btn--secondary {
    background-color: #0417b5;
}

.partner-logo {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.partner-logo:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

@media (max-width: 768px) {
    .partner-logo {
        filter: none;
        -webkit-filter: grayscale(0%);
    }
}

.sub-head {
    letter-spacing: 0.12em;
}

.pricing__item__footer {
    line-height: 12px;
}

.text-black {
    color: black;
}

.text-red {
    color: #eb214d;
}

.text-blue {
    color: #4cb7fd;
}

.text-navy {
    color: #0417b5;
}

.reveal__background {
    background-position: center;
}

.reveal__background.lazyload--el.lazyloaded {
    opacity: 1;
}

.site-sidenav__nav a,
.site-sidenav__nav a:hover {
    color: #fff;
}

.menu .current {
    color: #eb214d;
}

.agenda-item {
    border: 1px solid #dee2e6 !important;
    margin: 1rem 0 !important;
    position: relative;
    padding: 5px;
    background-color: #fff;
}
.agenda-item > div {
    background-color: #fff;
}
.agenda-item:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 0;
    width: 100%;
    content: "";
    background: #eb214d;
    background: -moz-linear-gradient(
        45deg,
        #eb214d 0%,
        #e85978 25%,
        #4cb7fd 75%,
        #0417b5 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #eb214d 0%,
        #e85978 25%,
        #4cb7fd 75%,
        #0417b5 100%
    );
    background: linear-gradient(
        45deg,
        #eb214d 0%,
        #e85978 25%,
        #4cb7fd 75%,
        #0417b5 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb214d', endColorstr='#0417b5', GradientType=1);
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.agenda-item:hover:before {
    height: 100%;
    top: 0;
}

.agenda-item .clipcard__body:after {
    border-bottom: none !important;
}
