#inner-footer {
display:none;
}

#inner-content {
    padding: 0px 0 0 !important;
}

.single-speakers #inner-content {
    padding-top: 32px !important;
}

.vc_btn3-color-blue {
    background-color: #003366 !Important;

}

.hero-h1 {
    -webkit-text-stroke: 2px white;
    /* roll back option */
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.hero-h2 {
    -webkit-text-stroke: 1px white;
    /* roll back option */
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

@media only screen and (max-width: 500px) {
    .hero-h2 {
        font-size: 56px !important;
    }
}

.hero-h3 {
    -webkit-text-stroke: 1px white;
    /* roll back option */
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.agenda_time {
    background-color: #013060 !important;
}

#menu-social-icons-menu li {
display: inline-flex !important;
padding-left: 24px !important;
padding-right: 24px !important;
}
#menu-social-icons-menu a {
    color:#ffffff !important;
    font-size:20pt !important;
}
#menu-social-icons-menu a:visited {
    color:#ffffff !important;
    font-size:18pt !important;
}

.atcb-list {
    position: initial !important;
}

/* hide the bit below the SAVE DATE in footer to reduce the padding */
.atcb-list {
    display:none;
}