/* Custom styles
   ========================================================================== */
.site-branding svg,
.site-branding img {
    height: 25px;
    margin: 20px auto;
}

.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;
}

.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;
}

@media (max-width: 768px) {
    #home {
        background-image: url("./../../media/img/landing-bg-mobile.png");
        background-size: auto;
        padding-top: 14vh;
        height: 100vh;
    }
    .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-top: 6px;
        padding-bottom: 12px;
    }

    .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: #33183d;
    -webkit-box-shadow: 0 3px 16px #33183dd0;
    box-shadow: 0 3px 16px #33183dd0;
}
#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: #33183d;
}

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

.btn--secondary {
    background-color: #d9a036;
}

.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;
}

.pricing__item .register-btn {
    position: absolute;
    bottom: 20px;
    right: calc(50% - 72px);
}

.pricing__item .register-btn.disabled {
    position: absolute;
    bottom: 20px;
    right: calc(50% - 125px);
}
